aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix setfib(1) section number.Christian Brueffer2009-09-181-2/+2
* Make libc.a provide __stack_chk_fail_local weak alias. This isAlexander Kabaev2009-09-171-0/+4
* Fix an off-by-one error in the marking of the O_CH operatorDiomidis Spinellis2009-09-161-1/+1
* Add a couple of debugging statements.Diomidis Spinellis2009-09-161-0/+3
* Add EV_RECEIPT to kevents.Stacey Son2009-09-161-0/+9
* Add the EV_DISPATCH flag to kevents.Stacey Son2009-09-161-0/+5
* Add EVFILT_USER to kevents.Stacey Son2009-09-161-1/+39
* Add two test cases from PR 130504.Diomidis Spinellis2009-09-151-0/+3
* Use explicit int values for the device states in order to allow,Attilio Rao2009-09-151-4/+4
* Improve the way failure of pthread_key_create() gets detected.Edwin Groothuis2009-09-141-2/+9
* ANSIfy, whitespace and comment adjustments, to simplify comparing theseEd Maste2009-09-133-108/+65
* Bump our namespace version for 9.0.Daniel Eischen2009-09-131-1/+11
* Add simple embedded RADIUS server support to libradius, by extending existingAlexander Motin2009-09-114-90/+334
* Make the description of `b' a little better.Ed Schouten2009-09-091-1/+1
* Revert r196976, now that <machine/param.h> behaves predictably.Poul-Henning Kamp2009-09-091-1/+0
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-0/+1
* cr_groups is no longer embedded in struct ucred and is instead storedBrooks Davis2009-09-081-1/+1
* Add necessary includePoul-Henning Kamp2009-09-081-0/+1
* Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logicTim Kientzle2009-09-082-3/+6
* Update tests to match r195873, which corrected how hardlinked filesTim Kientzle2009-09-083-18/+40
* Synchornize description in manual page with strerror() output.Pawel Jakub Dawidek2009-09-061-2/+2
* Handle zero size for posix_memalign. Return NULL or unique addressKonstantin Belousov2009-09-051-0/+9
* Let the armchair generals handle this one.Dag-Erling Smørgrav2009-09-0422-218/+22
* Document the need for a cast when passing a char to a ctype function.Dag-Erling Smørgrav2009-09-0322-22/+218
* Use (unsigned char) cast for ctype macroAndrey A. Chernov2009-09-021-1/+1
* Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)Edward Tomasz Napierala2009-09-012-11/+12
* Prevents pam_lastlog from segfaulting on session close when tty is null.Jonathan Chen2009-08-301-0/+5
* Style: Remove trailing whitespace.Tim Kientzle2009-08-291-11/+11
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoreXin LI2009-08-241-2/+2
* Our implementation of granpt(3) could be valid in the future.Ed Schouten2009-08-241-15/+11
* Use a more appropriate choice of words.Joseph Koshy2009-08-231-1/+1
* Use US spellings, fix typos.Joseph Koshy2009-08-233-18/+18
* Fix typos.Joseph Koshy2009-08-231-7/+7
* Fix a typo.Joseph Koshy2009-08-231-1/+1
* Fix typos, use American English spellings.Joseph Koshy2009-08-234-22/+22
* Fix typos.Joseph Koshy2009-08-231-9/+9
* Correct typos.Joseph Koshy2009-08-231-2/+2
* Correct grammar.Joseph Koshy2009-08-231-2/+2
* Fix a typo.Joseph Koshy2009-08-231-1/+1
* Fix typos.Joseph Koshy2009-08-233-4/+4
* Rather than replicating the maths from the kernel, use theBjoern A. Zeeb2009-08-131-1/+1
* Update posix1e-related man pages, especially as relates to MAC, to moreRobert Watson2009-08-127-156/+129
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* LibUSB v1.0:Alfred Perlstein2009-07-309-1531/+1356
* The parser for Rockridge symlinks tended to insertTim Kientzle2009-07-261-8/+8
* Eliminate a stale paragraph from the BUGS section. This "bug" wasAlan Cox2009-07-261-8/+1
* Libarchive recognizes hardlinked files on ISO images,Tim Kientzle2009-07-251-0/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressJamie Gritton2009-07-252-60/+89
* Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis2009-07-241-2/+8
* Make libkvm work on live systems and crashdumps with andBjoern A. Zeeb2009-07-234-9/+412