summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not spin when trying to lock on a single-CPU system.jasone2008-11-301-11/+13
* Unlock the malloc() locks in the child process after fork(). This giveskib2008-11-291-0/+1
* MFp4:bz2008-11-293-11/+33
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-273-1/+24
* Update description of an event.jkoshy2008-11-271-2/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-273-37/+447
* Fix buglets.jkoshy2008-11-261-2/+2
* src/lib/libusb20/libusb20_compat01.calfred2008-11-252-46/+70
* Fixing !INET6 builds.avatar2008-11-251-0/+2
* Correction: these PMCs do not support a "umask" modifier.jkoshy2008-11-243-9/+0
* - Document the rules used to determine when spellings of eventsjkoshy2008-11-241-16/+24
* Fixed style issues with variable ordering and naming, spacing andscf2008-11-232-77/+99
* use the correct variable in a debug message.luigi2008-11-211-1/+1
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-199-228/+317
* Obey signedness flag in %z case.delphij2008-11-181-1/+1
* When running on a filesystem that lacks ACL support,kientzle2008-11-171-9/+9
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* On i386, the primary function that SYSCALL() generates is with thepeter2008-11-153-3/+3
* - Document the class name prefix for these PMCs.jkoshy2008-11-151-1/+22
* - Update ncurses to 5.7-20081102 (5.7 release) and build gluerafan2008-11-152-2/+9
* Tweak -mdoc usage.jkoshy2008-11-133-7/+7
* Document UMASK values, fix errors.jkoshy2008-11-131-62/+62
* Fix typos, document UMASK values.jkoshy2008-11-131-53/+54
* Remove duplicates, fix errors and document UMASK values.jkoshy2008-11-131-54/+47
* Document the alternate event names supported for "architectural" PMC events.jkoshy2008-11-123-25/+74
* Use spellings that are close to vendor documentation.jkoshy2008-11-121-3/+3
* 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
OpenPOWER on IntegriCloud