summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Add EPERM to the ERRORS section.trhodes2008-08-041-1/+3
* Add EAGAIN to the ERRORS list, as found in kern_jail.c.trhodes2008-08-031-1/+3
* remove whitespace bug (8 spaces into one tab)remko2008-08-021-1/+1
* Fix cut-n-paste-ojulian2008-07-251-1/+1
* Update the definition of modspecific structuredanger2008-07-151-3/+3
* Update the ktr_header structure, which changed over time.remko2008-07-131-4/+4
* Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to putbrooks2008-07-111-5/+5
* - Forgot to bump a date after last changedanger2008-06-301-1/+1
* Make it clearer that it is possible to disable the generation ofdas2008-06-291-4/+4
* - add description of the MLINK errordanger2008-06-261-0/+3
* Add Xr to getsockname(2)phk2008-06-201-0/+1
* Make it clearer that privilege is needed to reduce as well asfanf2008-06-161-1/+1
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITwkoszek2008-06-121-2/+29
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-302-2/+3
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
* Misc mdoc improvements and a typo fix.brueffer2008-05-101-6/+10
* Add setfib.2 to the list of man pages to addjulian2008-05-091-1/+1
* setfib.2 got left out of the last commitjulian2008-05-091-0/+79
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-0/+8
* Correct minor typos in SCTP man pages.rwatson2008-04-282-2/+1
* Have the man page catch up with the namespace pollution cleanup thatscf2008-04-261-1/+0
* Document that you must include <sys/param.h> before <sys/cpuset.h>.antoine2008-04-202-0/+2
* Sort MAN and MLINKS.ru2008-04-161-25/+26
* Connect newly added manpages to the build.ru2008-04-161-5/+15
* Man pages for the openat(2), fexecve(2) and related syscalls.kib2008-04-1615-40/+1098
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addeddeischen2008-04-071-5/+5
* Add some compatibility code so that software which is built to use the newdfr2008-04-042-1/+89
* style(9) cleanupkevlo2008-04-032-2/+2
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+18
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-292-2/+159
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-292-1/+227
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-262-2/+8
* Fix bugs in previous revision (missing comma, misspelled syscall name).ru2008-03-131-3/+2
* - Remove kse syscall symbols and man pages.jeff2008-03-122-21/+1
* Add reference to kldunloadf system call, which was previously notrwatson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+37
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+15
* Use the easily-greppable copyright notice template fromphilip2008-02-297-119/+119
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-2/+2
* Add missing words.brueffer2008-02-251-2/+2
* Note, as required by our agreement with IEEE/The Open Group, that the messagephilip2008-02-217-0/+140
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-4/+4
* After issueing a ntpdate [1] I noticed it's already 2008, reflect thatremko2008-02-111-1/+1
* Fix typo (s/existance/existence/)remko2008-02-111-2/+2
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-1/+14
* Update this manual page to describe the extattr_list_file() and thetrhodes2008-01-291-6/+13
* Xref flopen.3 which references this manual page.trhodes2008-01-221-1/+2
* Fix some style nits.remko2008-01-161-4/+4
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-082-68/+159
OpenPOWER on IntegriCloud