| Commit message (Expand) | Author | Age | Files | Lines |
* | The waitpid(2) function needs neither sys/time.h nor sys/resource.h. | pjd | 2010-01-20 | 1 | -2/+2 |
* | Miscellaneous mdoc, spelling and inconsistency fixes. | brueffer | 2010-01-12 | 3 | -22/+30 |
* | Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). | delphij | 2010-01-09 | 2 | -4/+8 |
* | Further fix grammar. | kib | 2010-01-07 | 1 | -1/+1 |
* | Fix a typo and bump date for the previous commit. | brueffer | 2010-01-07 | 1 | -2/+2 |
* | Give some information on SF_MNOWAIT flag. | kib | 2010-01-07 | 1 | -2/+10 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -20/+0 |
* | Document _FAST and _PRECISE clocks. | kib | 2009-12-29 | 1 | -10/+40 |
* | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | kib | 2009-12-29 | 1 | -3/+6 |
* | cpuset(2): fix a typo and a markup error in the man page | jilles | 2009-12-15 | 1 | -2/+2 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 1 | -1/+1 |
* | Describe what setpgid(2) does when pgid=0. The text has been | keramida | 2009-12-01 | 1 | -0/+5 |
* | Remove a note about vfork(4) going to be eliminated, it's here to stay. | brueffer | 2009-11-13 | 1 | -8/+0 |
* | Improved the manpage description. The committed wording | brueffer | 2009-11-13 | 1 | -2/+2 |
* | Add MAP_ANONYMOUS. | ed | 2009-11-06 | 1 | -1/+5 |
* | Attempt to reduce accidental foot-shooting by pointing out that | cperciva | 2009-11-02 | 1 | -0/+4 |
* | Move pselect(3) man page to section 2. | kib | 2009-10-28 | 2 | -1/+124 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -0/+3 |
* | Make openat(2) a cancellation point. | jilles | 2009-10-11 | 1 | -0/+2 |
* | In nanosleep(2), note that the calling thread is put to sleep, not the | kib | 2009-10-11 | 1 | -1/+3 |
* | Document errno codes added in r144530. | das | 2009-10-11 | 1 | -0/+8 |
* | Add a new errno, ENOTCAPABLE, to be returned when a process requests an | rwatson | 2009-10-07 | 1 | -0/+3 |
* | Add two new fcntls to enable/disable read-ahead: | delphij | 2009-09-28 | 1 | -1/+17 |
* | 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 |
* | 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 |
* | Synchornize description in manual page with strerror() output. | pjd | 2009-09-06 | 1 | -2/+2 |
* | Eliminate a stale paragraph from the BUGS section. This "bug" was | alc | 2009-07-26 | 1 | -8/+1 |
* | Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page. | jilles | 2009-07-19 | 1 | -1/+1 |
* | Second attempt at eliminating .text relocations in shared libraries | kan | 2009-07-14 | 2 | -7/+1 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -2/+2 |
* | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | trasz | 2009-07-13 | 5 | -0/+758 |
* | 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 | 2 | -16/+2 |
* | Back out previous revision until better tested fix is ready. | kan | 2009-06-29 | 2 | -1/+7 |
* | Eliminate .text relocations in shared libraries compiled with stack protector. | kan | 2009-06-28 | 2 | -7/+1 |
* | Bump manual page timestamps. | trasz | 2009-06-25 | 1 | -1/+1 |
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 1 | -0/+3 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 2 | -5/+7 |
* | 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 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 2 | -8/+8 |
* | 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 |
* | Document EINVAL for bind(2). | pjd | 2009-06-01 | 1 | -0/+3 |