| Commit message (Expand) | Author | Age | Files | Lines |
* | Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returns | alc | 2009-09-26 | 2 | -2/+19 |
* | Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] | alc | 2009-09-21 | 1 | -3/+4 |
* | Add getpagesizes(3). This functions either the number of supported page | alc | 2009-09-19 | 4 | -3/+183 |
* | Fix setfib(1) section number. | brueffer | 2009-09-18 | 1 | -2/+2 |
* | Make libc.a provide __stack_chk_fail_local weak alias. This is | kan | 2009-09-17 | 1 | -0/+4 |
* | Fix an off-by-one error in the marking of the O_CH operator | dds | 2009-09-16 | 1 | -1/+1 |
* | Add a couple of debugging statements. | dds | 2009-09-16 | 1 | -0/+3 |
* | Add EV_RECEIPT to kevents. | sson | 2009-09-16 | 1 | -0/+9 |
* | Add the EV_DISPATCH flag to kevents. | sson | 2009-09-16 | 1 | -0/+5 |
* | Add EVFILT_USER to kevents. | sson | 2009-09-16 | 1 | -1/+39 |
* | Add two test cases from PR 130504. | dds | 2009-09-15 | 1 | -0/+3 |
* | Improve the way failure of pthread_key_create() gets detected. | edwin | 2009-09-14 | 1 | -2/+9 |
* | Bump our namespace version for 9.0. | deischen | 2009-09-13 | 1 | -1/+11 |
* | Make the description of `b' a little better. | ed | 2009-09-09 | 1 | -1/+1 |
* | Revert r196976, now that <machine/param.h> behaves predictably. | phk | 2009-09-09 | 1 | -1/+0 |
* | Add necessary include | phk | 2009-09-08 | 1 | -0/+1 |
* | Synchornize description in manual page with strerror() output. | pjd | 2009-09-06 | 1 | -2/+2 |
* | Handle zero size for posix_memalign. Return NULL or unique address | kib | 2009-09-05 | 1 | -0/+9 |
* | Let the armchair generals handle this one. | des | 2009-09-04 | 22 | -218/+22 |
* | Document the need for a cast when passing a char to a ctype function. | des | 2009-09-03 | 22 | -22/+218 |
* | Use (unsigned char) cast for ctype macro | ache | 2009-09-02 | 1 | -1/+1 |
* | Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) | trasz | 2009-09-01 | 2 | -11/+12 |
* | Style: Remove trailing whitespace. | kientzle | 2009-08-29 | 1 | -11/+11 |
* | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | delphij | 2009-08-24 | 1 | -2/+2 |
* | Our implementation of granpt(3) could be valid in the future. | ed | 2009-08-24 | 1 | -15/+11 |
* | Update posix1e-related man pages, especially as relates to MAC, to more | rwatson | 2009-08-12 | 7 | -156/+129 |
* | Eliminate a stale paragraph from the BUGS section. This "bug" was | alc | 2009-07-26 | 1 | -8/+1 |
* | It is believed the last subsystem that limited ID sizes to something | kensmith | 2009-07-22 | 1 | -7/+18 |
* | Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page. | jilles | 2009-07-19 | 1 | -1/+1 |
* | Implement RTLD_NOLOAD flag for dlopen(3). | kib | 2009-07-17 | 1 | -1/+8 |
* | Second attempt at eliminating .text relocations in shared libraries | kan | 2009-07-14 | 3 | -8/+2 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -2/+2 |
* | Add missing MLINKS for acl_{get,set}_link_fd(3). | trasz | 2009-07-14 | 1 | -0/+2 |
* | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | trasz | 2009-07-13 | 7 | -26/+27 |
* | Fix fwrite() to return 0 when size or nmemb are zero. | ed | 2009-07-12 | 2 | -4/+9 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 3 | -3/+27 |
* | - Don't suggest opening file for writing in preparation for fexecve(2). | pjd | 2009-07-05 | 1 | -6/+5 |
* | Make it clear where to look for for protocol-specific socket options. | trasz | 2009-06-30 | 1 | -0/+9 |
* | Make the structure definitions in the man pages match the real code, and | kib | 2009-06-29 | 3 | -25/+7 |
* | Back out previous revision until better tested fix is ready. | kan | 2009-06-29 | 3 | -2/+8 |
* | Eliminate .text relocations in shared libraries compiled with stack protector. | kan | 2009-06-28 | 3 | -8/+2 |
* | Implement %z for strptime. | delphij | 2009-06-25 | 1 | -0/+28 |
* | Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know | trasz | 2009-06-25 | 2 | -2/+3 |
* | Manual page tweaks. | trasz | 2009-06-25 | 1 | -2/+2 |
* | Fix c194955 - somehow I managed all the new files, tripling their | trasz | 2009-06-25 | 17 | -4664/+0 |
* | Bump manual page timestamps. | trasz | 2009-06-25 | 19 | -19/+19 |
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 40 | -167/+7762 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | delphij | 2009-06-24 | 1 | -3/+49 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 5 | -8/+84 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | delphij | 2009-06-24 | 2 | -2/+2 |