summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* 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
* 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
* 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
* 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
* Fixing !INET6 builds.avatar2008-11-251-0/+2
* Fixed style issues with variable ordering and naming, spacing andscf2008-11-232-77/+99
* style(9) fixes.scf2008-11-111-20/+14
* Like many other functions that handle sockaddrs, realhostname_sa() takes ades2008-11-051-5/+18
* Comment out WARNS. There are too many alignment issues in libutil.des2008-11-051-1/+1
* Disconnect gr_util.c from the build. It isn't documented or used anywheredes2008-11-051-1/+1
* libutil now builds at WARNS level 6.des2008-11-041-0/+2
* Add missing header.des2008-11-041-0/+1
* Avoid assigning a const char * to a char *.des2008-11-042-10/+10
* Remove unneeded call to revoke() inside openpty().ed2008-10-281-4/+0
* Diff reduction against Varnish, including one important fix: use a shareddes2008-10-201-12/+12
* Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.des2008-10-202-13/+16
* pidfile(3) uses flopen(3) - don't make any assumptions about how thedes2008-10-201-9/+8
* There is no point in releasing a lock on a file which we've unlinked anddes2008-10-201-4/+0
* Since in_lt() and in_lts() are not static, assume that they are intended todes2008-10-202-2/+22
* Additional style and whitespace fixes.des2008-10-201-1/+3
* Style and whitespacedes2008-10-201-17/+17
* Unbreakdes2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to bedes2008-10-202-5/+10
* Style and whitespace.des2008-10-201-15/+19
* Parenthesize return values.des2008-10-201-11/+11
* include and whitespace cleanup.des2008-10-201-7/+8
* Use strlcpy() when we mean it.delphij2008-10-173-6/+3
* Small cleanups to openpty().ed2008-10-031-23/+15
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-14/+16
* Add support for a new login capability, cpumask which allows loginbrooks2008-07-254-1/+132
* Add #include <inttypes.h> for the strtoimax().kib2008-07-071-0/+1
* Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doingjhb2008-07-014-3/+201
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-233-1/+242
OpenPOWER on IntegriCloud