aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* MFC r220582:Xin LI2011-04-293-27/+89
* MFC r219939:Xin LI2011-04-221-16/+24
* MFC 219850:Glen Barber2011-04-061-5/+5
* MFC r219963:Sergey Kandaurov2011-03-311-12/+14
* MFC r200035, r219344:Mikolaj Golub2011-03-291-0/+33
* MFC r211393 (des):Xin LI2010-09-241-1/+1
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-2718-18/+18
* MFC r202500:Ed Schouten2010-01-241-1/+1
* Merge from head to stable/8:Sean Farley2009-12-181-2/+2
* MFC r199826:Konstantin Belousov2009-12-171-4/+4
* 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
* Include param.h instead of types.h when using user.h. Otherwise there isRobert Watson2008-12-272-2/+2
* Initialize the cntp pointer to 0 prior to doing any work so that callersJoe Marcus Clarke2008-12-192-8/+10
* Add filler man pages for the kinfo functions I added recently.Peter Wemm2008-12-073-1/+149
* Attempt a quick bandaid for arm build breakage. I went to the trouble ofPeter Wemm2008-12-022-4/+4
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-024-1/+152
* Fixing !INET6 builds.Tai-hwa Liang2008-11-251-0/+2
* Fixed style issues with variable ordering and naming, spacing andSean Farley2008-11-232-76/+98
* style(9) fixes.Sean Farley2008-11-111-20/+14
* Like many other functions that handle sockaddrs, realhostname_sa() takes aDag-Erling Smørgrav2008-11-051-5/+18
* Comment out WARNS. There are too many alignment issues in libutil.Dag-Erling Smørgrav2008-11-051-1/+1
* Disconnect gr_util.c from the build. It isn't documented or used anywhereDag-Erling Smørgrav2008-11-051-1/+1
* libutil now builds at WARNS level 6.Dag-Erling Smørgrav2008-11-041-0/+2
* Add missing header.Dag-Erling Smørgrav2008-11-041-0/+1
* Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-042-10/+10
* Remove unneeded call to revoke() inside openpty().Ed Schouten2008-10-281-4/+0
* Diff reduction against Varnish, including one important fix: use a sharedDag-Erling Smørgrav2008-10-201-12/+12
* Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.Dag-Erling Smørgrav2008-10-202-13/+16
* pidfile(3) uses flopen(3) - don't make any assumptions about how theDag-Erling Smørgrav2008-10-201-9/+8
* There is no point in releasing a lock on a file which we've unlinked andDag-Erling Smørgrav2008-10-201-4/+0
* Since in_lt() and in_lts() are not static, assume that they are intended toDag-Erling Smørgrav2008-10-202-2/+22
* Additional style and whitespace fixes.Dag-Erling Smørgrav2008-10-201-1/+3
* Style and whitespaceDag-Erling Smørgrav2008-10-201-17/+17
* UnbreakDag-Erling Smørgrav2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to beDag-Erling Smørgrav2008-10-202-5/+10
* Style and whitespace.Dag-Erling Smørgrav2008-10-201-15/+19
* Parenthesize return values.Dag-Erling Smørgrav2008-10-201-11/+11
* include and whitespace cleanup.Dag-Erling Smørgrav2008-10-201-7/+8
* Use strlcpy() when we mean it.Xin LI2008-10-173-6/+3
* Small cleanups to openpty().Ed Schouten2008-10-031-23/+15
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-14/+16
* Add support for a new login capability, cpumask which allows loginBrooks Davis2008-07-254-1/+132