summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-083-3/+27
* - 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
* Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't knowtrasz2009-06-252-2/+3
* Manual page tweaks.trasz2009-06-251-2/+2
* Fix c194955 - somehow I managed all the new files, tripling theirtrasz2009-06-2517-4664/+0
* Bump manual page timestamps.trasz2009-06-2519-19/+19
* Add NFSv4 ACL support to libc.trasz2009-06-2540-167/+7762
* Lock around access to nc_file and netconfig_info ("ni"). The RPCdelphij2009-06-241-3/+49
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-245-8/+84
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
OpenPOWER on IntegriCloud