summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Several cleanups related to pipe(2).ed2008-11-111-6/+1
* style(9) fixes.scf2008-11-111-20/+14
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-097-15/+8
* Add one more EACCES clause to rename.2.trasz2008-11-071-0/+5
* Eliminate dead declarations in libstand.raj2008-11-061-4/+0
* Support kernel crash mini dumps on ARM architecture.raj2008-11-064-4/+286
* Merge latest DTrace changes from Perforce.rodrigc2008-11-052-3/+10
* 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
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-0412-0/+6375
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTimp2008-11-0419-152/+152
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due tojasone2008-11-032-13/+18
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-034-12/+130
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-035-8/+122
* Fix style.kib2008-11-031-1/+1
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overdelphij2008-11-032-68/+46
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesepeter2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-0227-4/+46
* Correct the documented declaration of the archive_write_callback tokientzle2008-11-011-2/+2
* In example use of err(3) and errx(3), use sysexits(3) constants.rwatson2008-10-311-4/+5
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be andelphij2008-10-301-1/+1
* Remove unneeded call to revoke() inside openpty().ed2008-10-281-4/+0
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichmarius2008-10-271-0/+3
* Finish what revision 1.40 started. Revision 1.40 removed a false statementalc2008-10-241-8/+6
* Don't fail mistakenly with -r when we already have the whole file.ru2008-10-241-0/+1
* Fix a typo.rdivacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* Move va_end() updes2008-10-211-1/+1
* If we don't know the file size, leave the file size unset.kientzle2008-10-213-14/+28
* 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
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Further simplify the code.delphij2008-10-191-11/+2
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.kientzle2008-10-191-5/+4
OpenPOWER on IntegriCloud