summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Synchornize description in manual page with strerror() output.pjd2009-09-061-2/+2
* Handle zero size for posix_memalign. Return NULL or unique addresskib2009-09-051-0/+9
* Let the armchair generals handle this one.des2009-09-0422-218/+22
* Document the need for a cast when passing a char to a ctype function.des2009-09-0322-22/+218
* Use (unsigned char) cast for ctype macroache2009-09-021-1/+1
* Fix regression introduced with NFSv4 ACL support - make acl_to_text(3)trasz2009-09-012-11/+12
* Prevents pam_lastlog from segfaulting on session close when tty is null.jon2009-08-301-0/+5
* Style: Remove trailing whitespace.kientzle2009-08-291-11/+11
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoredelphij2009-08-241-2/+2
* Our implementation of granpt(3) could be valid in the future.ed2009-08-241-15/+11
* Use a more appropriate choice of words.jkoshy2009-08-231-1/+1
* Use US spellings, fix typos.jkoshy2009-08-233-18/+18
* Fix typos.jkoshy2009-08-231-7/+7
* Fix a typo.jkoshy2009-08-231-1/+1
* Fix typos, use American English spellings.jkoshy2009-08-234-22/+22
* Fix typos.jkoshy2009-08-231-9/+9
* Correct typos.jkoshy2009-08-231-2/+2
* Correct grammar.jkoshy2009-08-231-2/+2
* Fix a typo.jkoshy2009-08-231-1/+1
* Fix typos.jkoshy2009-08-233-4/+4
* Rather than replicating the maths from the kernel, use thebz2009-08-131-1/+1
* Update posix1e-related man pages, especially as relates to MAC, to morerwatson2009-08-127-156/+129
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* LibUSB v1.0:alfred2009-07-309-1531/+1356
* The parser for Rockridge symlinks tended to insertkientzle2009-07-261-8/+8
* Eliminate a stale paragraph from the BUGS section. This "bug" wasalc2009-07-261-8/+1
* Libarchive recognizes hardlinked files on ISO images,kientzle2009-07-251-0/+1
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-252-60/+89
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-2/+8
* Make libkvm work on live systems and crashdumps with andbz2009-07-234-9/+412
* It is believed the last subsystem that limited ID sizes to somethingkensmith2009-07-221-7/+18
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-1941-41/+41
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.jilles2009-07-191-1/+1
* Store accurate offset information in CTF data. A large number ofnp2009-07-171-2/+2
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-1/+8
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-143-8/+2
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-2/+2
* Add missing MLINKS for acl_{get,set}_link_fd(3).trasz2009-07-141-0/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-137-26/+27
* Fix fwrite() to return 0 when size or nmemb are zero.ed2009-07-122-4/+9
* Sync the libusb 1.0 exported api to the latest GSoC code.thompsa2009-07-105-506/+510
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-2/+4
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-083-3/+27
* In the current code, rdlock_count is not correctly handled for some cases.attilio2009-07-062-1/+4
* - Don't suggest opening file for writing in preparation for fexecve(2).pjd2009-07-051-6/+5
* Make it clear where to look for for protocol-specific socket options.trasz2009-06-301-0/+9
* Make the structure definitions in the man pages match the real code, andkib2009-06-293-25/+7
* Back out previous revision until better tested fix is ready.kan2009-06-293-2/+8
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-283-8/+2
* Implement %z for strptime.delphij2009-06-251-0/+28
OpenPOWER on IntegriCloud