summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-082-2/+0
* UTFize my name.des2010-08-221-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
* In setusercontext(), do not apply user settings unless running as thedes2010-08-161-1/+1
* Old patch I had lying around: clean up and use stpcpy(3) instead ofdes2010-08-161-27/+34
* Further simplify the code, and update the manpage.des2010-08-152-26/+27
* no-op commit to note that the example given in the previous commit isdes2010-08-151-1/+1
* Fix the overflow test. It is possible for the result of andes2010-08-151-1/+1
* Simplify expand_number() by combining the (unrolled) loop with thedes2010-08-142-27/+27
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Spelling fixes.joel2010-08-033-3/+3
* Update to current version of head.mckusick2010-04-2819-25/+18
|\
| * mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-1418-18/+18
| * The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* | Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-16/+18
* | IFH@204581des2010-03-0411-469/+40
|\ \ | |/
| * Fix a regression that was introduced in r191882.ed2010-01-171-1/+1
| * Remove login(3), logout(3) and logwtmp(3) from libutil.ed2010-01-138-459/+4
| * Build lib/ with WARNS=6 by default.ed2010-01-021-2/+0
| * Remove a dead store.scf2009-12-121-2/+2
| * Make <libutil.h> work when included by itself.ed2009-12-021-0/+28
| * sigset() is the name of function specified by SUSv4.kib2009-11-261-4/+4
* | Add and document the quota_convert function which converts between themckusick2009-12-283-10/+124
* | Minor bugs turned up during conversion of quotacheck.mckusick2009-12-271-6/+7
* | Add and document new quoat_on and quota_off functions.mckusick2009-11-163-49/+104
* | Add quota_maxid which returns the maximum user (or group) identifiermckusick2009-10-203-5/+36
* | Further extend the quotafile API.des2009-09-264-42/+137
* | Styledes2009-09-251-6/+6
* | Merge from headdes2009-09-179-41/+41
|\ \ | |/
| * Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| * Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.rwatson2009-06-241-2/+2
| * Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.delphij2009-06-231-8/+1
| * Usermode portion of the support for swap allocation accounting:kib2009-06-231-0/+1
| * Note that the structures are defined in <sys/user.h> in the text (usingjhb2009-06-152-4/+4
| * - Note that these interfaces require <sys/user.h> for the structurejhb2009-06-122-2/+12
| * Revert (once again, and hopefully for the last time) to flock(2) locks.des2009-06-062-23/+14
| * Add missing .Ppdes2009-06-061-0/+1
| * Add tcsetsid(3).ed2009-05-071-3/+7
* | Merge from head up to r188941 (last revision before the USB stack switch)des2009-09-175-11/+161
|\ \ | |/
| * Include param.h instead of types.h when using user.h. Otherwise there isrwatson2008-12-272-2/+2
| * Initialize the cntp pointer to 0 prior to doing any work so that callersmarcus2008-12-192-8/+10
| * Add filler man pages for the kinfo functions I added recently.peter2008-12-073-1/+149
* | Update the quotafile library to manage both active quotas via themckusick2009-02-143-103/+304
* | Make hasquota thread safe.mckusick2009-02-132-10/+9
* | Move hasquota() function to libutil.mckusick2009-02-131-0/+2
* | Move hasquota() function to libutil.mckusick2009-02-132-2/+56
* | Bug fixes found from using these functions in edquota.mckusick2009-02-102-4/+4
* | WIPdes2009-01-304-3/+357
|/
* Attempt a quick bandaid for arm build breakage. I went to the trouble ofpeter2008-12-022-4/+4
* Add experimental front ends to the kinfo_vmentry and kinfo_filedescpeter2008-11-304-1/+152
OpenPOWER on IntegriCloud