summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Attempt to reduce accidental foot-shooting by pointing out thatcperciva2009-11-021-0/+4
* Move pselect(3) man page to section 2.kib2009-10-283-5/+6
* Commit libc files missed in r198508kib2009-10-273-8/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-272-78/+3
* wordexp(3): fix some bugs with signals and long outputsjilles2009-10-231-19/+57
* Make getcwd(3) faster, simpler and more compliant using *at syscalls.jilles2009-10-131-45/+18
* Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP,rwatson2009-10-131-0/+10
* Make openat(2) a cancellation point.jilles2009-10-113-0/+4
* In nanosleep(2), note that the calling thread is put to sleep, not thekib2009-10-111-1/+3
* Document errno codes added in r144530.das2009-10-111-0/+8
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-072-0/+4
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-064-13/+33
* fts_open() requires that the list passed as argument to contain at leastdelphij2009-10-052-2/+8
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-051-0/+6
* Better glibc compatibility for getline/getdelim:das2009-10-041-2/+2
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Add two new fcntls to enable/disable read-ahead:delphij2009-09-281-1/+17
* - Add Galician NLS cataloggabor2009-09-272-0/+250
* Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returnsalc2009-09-262-2/+19
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]alc2009-09-211-3/+4
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-194-3/+183
* Fix setfib(1) section number.brueffer2009-09-181-2/+2
* Make libc.a provide __stack_chk_fail_local weak alias. This iskan2009-09-171-0/+4
* Fix an off-by-one error in the marking of the O_CH operatordds2009-09-161-1/+1
* Add a couple of debugging statements.dds2009-09-161-0/+3
* Add EV_RECEIPT to kevents.sson2009-09-161-0/+9
* Add the EV_DISPATCH flag to kevents.sson2009-09-161-0/+5
* Add EVFILT_USER to kevents.sson2009-09-161-1/+39
* Add two test cases from PR 130504.dds2009-09-151-0/+3
* Improve the way failure of pthread_key_create() gets detected.edwin2009-09-141-2/+9
* Bump our namespace version for 9.0.deischen2009-09-131-1/+11
* Make the description of `b' a little better.ed2009-09-091-1/+1
* Revert r196976, now that <machine/param.h> behaves predictably.phk2009-09-091-1/+0
* Add necessary includephk2009-09-081-0/+1
* 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
* 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
* Update posix1e-related man pages, especially as relates to MAC, to morerwatson2009-08-127-156/+129
* Eliminate a stale paragraph from the BUGS section. This "bug" wasalc2009-07-261-8/+1
* It is believed the last subsystem that limited ID sizes to somethingkensmith2009-07-221-7/+18
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.jilles2009-07-191-1/+1
* 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
OpenPOWER on IntegriCloud