aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* On i386, the primary function that SYSCALL() generates is with thePeter Wemm2008-11-153-3/+3
* - Document the class name prefix for these PMCs.Joseph Koshy2008-11-151-1/+22
* - Update ncurses to 5.7-20081102 (5.7 release) and build glueRong-En Fan2008-11-152-2/+9
* Tweak -mdoc usage.Joseph Koshy2008-11-133-7/+7
* Document UMASK values, fix errors.Joseph Koshy2008-11-131-62/+62
* Fix typos, document UMASK values.Joseph Koshy2008-11-131-53/+54
* Remove duplicates, fix errors and document UMASK values.Joseph Koshy2008-11-131-54/+47
* Document the alternate event names supported for "architectural" PMC events.Joseph Koshy2008-11-123-25/+74
* Use spellings that are close to vendor documentation.Joseph Koshy2008-11-121-3/+3
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-6/+1
* style(9) fixes.Sean Farley2008-11-111-20/+14
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-097-15/+8
* Add one more EACCES clause to rename.2.Edward Tomasz Napierala2008-11-071-0/+5
* Eliminate dead declarations in libstand.Rafal Jaworowski2008-11-061-4/+0
* Support kernel crash mini dumps on ARM architecture.Rafal Jaworowski2008-11-064-4/+286
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-052-3/+10
* 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
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-0412-0/+6375
* Replace the non-standard disclaimer with the standard one from /COPYRIGHTWarner Losh2008-11-0419-152/+152
* Revert to preferring mmap(2) over sbrk(2) when mapping memory, due toJason Evans2008-11-032-13/+18
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-034-12/+130
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-035-8/+122
* Fix style.Konstantin Belousov2008-11-031-1/+1
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overXin LI2008-11-032-68/+46
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-0243-4/+59
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-0227-4/+46
* Correct the documented declaration of the archive_write_callback toTim Kientzle2008-11-011-2/+2
* In example use of err(3) and errx(3), use sysexits(3) constants.Robert Watson2008-10-311-4/+5
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anXin LI2008-10-301-1/+1
* Remove unneeded call to revoke() inside openpty().Ed Schouten2008-10-281-4/+0
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichMarius Strobl2008-10-271-0/+3
* Finish what revision 1.40 started. Revision 1.40 removed a false statementAlan Cox2008-10-241-8/+6
* Don't fail mistakenly with -r when we already have the whole file.Ruslan Ermilov2008-10-241-0/+1
* Fix a typo.Roman Divacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.Konstantin Belousov2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.Konstantin Belousov2008-10-221-67/+75
* Move va_end() upDag-Erling Smørgrav2008-10-211-1/+1
* If we don't know the file size, leave the file size unset.Tim Kientzle2008-10-213-14/+28
* 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