aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* | StyleDag-Erling Smørgrav2009-09-251-6/+6
* | Merge from headDag-Erling Smørgrav2009-09-179-41/+41
|\|
| * Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| * Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.Robert Watson2009-06-241-2/+2
| * Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.Xin LI2009-06-231-8/+1
| * Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-0/+1
| * Note that the structures are defined in <sys/user.h> in the text (usingJohn Baldwin2009-06-152-4/+4
| * - Note that these interfaces require <sys/user.h> for the structureJohn Baldwin2009-06-122-2/+12
| * Revert (once again, and hopefully for the last time) to flock(2) locks.Dag-Erling Smørgrav2009-06-062-23/+14
| * Add missing .PpDag-Erling Smørgrav2009-06-061-0/+1
| * Add tcsetsid(3).Ed Schouten2009-05-071-3/+7
* | Merge from head up to r188941 (last revision before the USB stack switch)Dag-Erling Smørgrav2009-09-175-11/+161
|\|
| * Include param.h instead of types.h when using user.h. Otherwise there isRobert Watson2008-12-272-2/+2