| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | style: operators should appear at the line end if we have to wrap. | delphij | 2009-06-24 | 1 | -2/+2 |
* | Use const instead of __const, and merge the license change from NetBSD. | delphij | 2009-06-23 | 1 | -9/+3 |
* | Remove duplicate if-statement on gmt_is_set in gmtsub(). | edwin | 2009-06-23 | 1 | -8/+6 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 1 | -0/+9 |
* | Add a limit for child jails via the "children.cur" and "children.max" | jamie | 2009-06-23 | 1 | -7/+7 |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 4 | -12/+0 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | Remove hand-written labs/abs implementations. GCC is smart enough. | ed | 2009-06-23 | 3 | -95/+1 |
* | Remove unneeded stores back into the function arguments. | ed | 2009-06-22 | 2 | -4/+0 |
* | - Eliminate extra subcs instruction. I have not noticed before that we | stas | 2009-06-21 | 1 | -2/+1 |
* | - Fix strncmp on arm. Return 0 as result without performing the | stas | 2009-06-21 | 1 | -5/+9 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -10/+3 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 5 | -20/+42 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | kan | 2009-06-18 | 2 | -21/+36 |
* | Retire the unused stub for the nfsclnt() system call. | jhb | 2009-06-17 | 1 | -3/+0 |
* | Add revoke(1). | ed | 2009-06-15 | 1 | -1/+2 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 4 | -1/+58 |
* | Spacing fixes. No actual change. | delphij | 2009-06-09 | 1 | -2/+2 |
* | Do not attempt to set source address on outgoing messages | kan | 2009-06-08 | 1 | -2/+2 |
* | Document EINVAL for bind(2). | pjd | 2009-06-01 | 1 | -0/+3 |
* | Use GCC's __SOFTFP__ to test whether we're being compiled | marcel | 2009-05-31 | 3 | -10/+8 |
* | Document how to enable strict RFC 1034 enforcements. | delphij | 2009-05-29 | 1 | -1/+14 |