summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-1/+1
* Describe what setpgid(2) does when pgid=0. The text has beenGiorgos Keramidas2009-12-011-0/+5
* Remove a note about vfork(4) going to be eliminated, it's here to stay.Christian Brueffer2009-11-131-8/+0
* Improved the manpage description. The committed wordingChristian Brueffer2009-11-131-2/+2
* Add MAP_ANONYMOUS.Ed Schouten2009-11-061-1/+5
* Attempt to reduce accidental foot-shooting by pointing out thatColin Percival2009-11-021-0/+4
* Move pselect(3) man page to section 2.Konstantin Belousov2009-10-282-1/+124
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-0/+3
* Make openat(2) a cancellation point.Jilles Tjoelker2009-10-111-0/+2
* In nanosleep(2), note that the calling thread is put to sleep, not theKonstantin Belousov2009-10-111-1/+3
* Document errno codes added in r144530.David Schultz2009-10-111-0/+8
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anRobert Watson2009-10-071-0/+3
* Add two new fcntls to enable/disable read-ahead:Xin LI2009-09-281-1/+17
* Fix setfib(1) section number.Christian Brueffer2009-09-181-2/+2
* Make libc.a provide __stack_chk_fail_local weak alias. This isAlexander Kabaev2009-09-171-0/+4
* Add EV_RECEIPT to kevents.Stacey Son2009-09-161-0/+9
* Add the EV_DISPATCH flag to kevents.Stacey Son2009-09-161-0/+5
* Add EVFILT_USER to kevents.Stacey Son2009-09-161-1/+39
* Synchornize description in manual page with strerror() output.Pawel Jakub Dawidek2009-09-061-2/+2
* Eliminate a stale paragraph from the BUGS section. This "bug" wasAlan Cox2009-07-261-8/+1
* Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page.Jilles Tjoelker2009-07-191-1/+1
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-142-7/+1
* - Change mmap() to fail requests with EINVAL that pass a length of 0. ThisJohn Baldwin2009-07-141-2/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.Edward Tomasz Napierala2009-07-135-0/+758
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-083-3/+27
* - Don't suggest opening file for writing in preparation for fexecve(2).Pawel Jakub Dawidek2009-07-051-6/+5
* Make it clear where to look for for protocol-specific socket options.Edward Tomasz Napierala2009-06-301-0/+9
* Make the structure definitions in the man pages match the real code, andKonstantin Belousov2009-06-292-16/+2
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-292-1/+7
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-282-7/+1
* Bump manual page timestamps.Edward Tomasz Napierala2009-06-251-1/+1
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+3
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-242-5/+7
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-0/+9
* Add a limit for child jails via the "children.cur" and "children.max"Jamie Gritton2009-06-231-7/+7
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-192-8/+8
* Retire the unused stub for the nfsclnt() system call.John Baldwin2009-06-171-3/+0
* Add revoke(1).Ed Schouten2009-06-151-1/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-154-1/+58
* Document EINVAL for bind(2).Pawel Jakub Dawidek2009-06-011-0/+3
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-5/+21
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-6/+22
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* Sort man page cross references by section, no need for a comma after theRobert Watson2009-04-133-4/+4
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-021-0/+6
* Document missing requests.Diomidis Spinellis2009-03-271-2/+18
* Hopefully, improve the grammar and wording in the changes to shmctl(2)Konstantin Belousov2009-03-051-4/+5
* Correct types of variables used to track amount of allocated SysV sharedKonstantin Belousov2009-03-021-0/+9
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.Ed Schouten2009-02-281-1/+15