aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* MFC r247534 (by ru): Fixed documented prototype of kinfo_getproc(3).Sergey Kandaurov2013-03-101-2/+2
* MFC: r240391Baptiste Daroussin2012-09-191-1/+1
* MFH r237269: switch default password hash to sha512.Dag-Erling Smørgrav2012-07-151-1/+1
* MFH r236751: document sha256 / sha512 supportDag-Erling Smørgrav2012-07-156-129/+11
* MFC: r237268Baptiste Daroussin2012-06-291-6/+13
* MFC r233648:Eitan Adler2012-06-182-4/+4
* MFC: 228545,229572Baptiste Daroussin2012-06-023-19/+351
* MFC r235337:Glen Barber2012-05-181-1/+2
* MFC r232157, r232158:Glen Barber2012-04-261-2/+2
* MFC: 229942, 231938Guy Helmer2012-04-032-3/+6
* MFC r229951,229985-229986,229988,230011,230037,230233,230599-230601Guy Helmer2012-04-032-108/+122
* MFC r229937:Guy Helmer2012-04-033-2/+39
* MFC r231306:Eitan Adler2012-03-191-3/+6
* Add missing "swapuse" resource limit.Edward Tomasz Napierala2011-07-091-1/+2
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-126-2/+325
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-123-27/+89
* Add missing resource limits:Sergey Kandaurov2011-03-241-12/+14
* humanize_number(3) multiply the input number by 100, which could cause anXin LI2011-03-231-16/+24
* s/buffer/buf as is used in the code.Glen Barber2011-03-211-5/+5
* expand_number() needs uint64_t, declare it here if not already declared.Pawel Jakub Dawidek2011-03-061-0/+5
* Mention setloginclass(2) in login_class(3).Edward Tomasz Napierala2011-03-061-2/+7
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-052-1/+25
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* UTFize my name.Dag-Erling Smørgrav2010-08-221-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* In setusercontext(), do not apply user settings unless running as theDag-Erling Smørgrav2010-08-161-1/+1
* Old patch I had lying around: clean up and use stpcpy(3) instead ofDag-Erling Smørgrav2010-08-161-27/+34
* Further simplify the code, and update the manpage.Dag-Erling Smørgrav2010-08-152-26/+27
* no-op commit to note that the example given in the previous commit isDag-Erling Smørgrav2010-08-151-1/+1
* Fix the overflow test. It is possible for the result of anDag-Erling Smørgrav2010-08-151-1/+1
* Simplify expand_number() by combining the (unrolled) loop with theDag-Erling Smørgrav2010-08-142-27/+27
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Spelling fixes.Joel Dahl2010-08-033-3/+3
* Update to current version of head.Kirk McKusick2010-04-2819-25/+18
|\
| * mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-1418-18/+18
| * The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
* | Debugging nits found while testing the new 64-bit quota code.Kirk McKusick2010-03-161-16/+18
* | IFH@204581Dag-Erling Smørgrav2010-03-0411-469/+40
|\|
| * Fix a regression that was introduced in r191882.Ed Schouten2010-01-171-1/+1
| * Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-138-459/+4
| * Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| * Remove a dead store.Sean Farley2009-12-121-2/+2
| * Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28
| * sigset() is the name of function specified by SUSv4.Konstantin Belousov2009-11-261-4/+4
* | Add and document the quota_convert function which converts between theKirk McKusick2009-12-283-10/+124
* | Minor bugs turned up during conversion of quotacheck.Kirk McKusick2009-12-271-6/+7
* | Add and document new quoat_on and quota_off functions.Kirk McKusick2009-11-163-49/+104
* | Add quota_maxid which returns the maximum user (or group) identifierKirk McKusick2009-10-203-5/+36
* | Further extend the quotafile API.Dag-Erling Smørgrav2009-09-264-42/+137