aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-1/+14
* wait(2): Add some possible caveats to standards section.Jilles Tjoelker2013-09-071-4/+18
* Update some signal man pages for multithreading.Jilles Tjoelker2013-09-064-25/+41
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+1
* Xref capsicum(4) and procdesc(4) from pdfork(2).Robert Watson2013-08-281-4/+18
* Remove EOL whitespace.Joel Dahl2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-12/+54
* Correct function name and return value.Pawel Jakub Dawidek2013-08-171-2/+2
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-3/+50
* pselect(2): Add xref to sigsuspend(2).Jilles Tjoelker2013-08-161-2/+3
* Add man page dup3(3).Jilles Tjoelker2013-08-161-1/+2
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.Jilles Tjoelker2013-08-151-1/+5
* Enhance the description of NOTE_TRACK:John Baldwin2013-07-251-6/+11
* Document EINVAL error return from PT_LWPINFOEd Maste2013-07-221-1/+9
* Minor mdoc fixes.Joel Dahl2013-06-091-3/+3
* sigaction(2): Document various non-POSIX functions as async-signal safe.Jilles Tjoelker2013-06-081-2/+15
* Add new system call - aio_mlock(). The name speaks for itself. It allowsGleb Smirnoff2013-06-083-0/+135
* dup(2): Clarify return value, in particular of dup2().Jilles Tjoelker2013-05-311-4/+5
* sigaction(2): *at system calls are async-signal safe.Jilles Tjoelker2013-05-311-0/+14
* sigaction(2): Extend description of async-signal safe functions:Jilles Tjoelker2013-05-311-13/+108
* fork(2): Add information about fork() in multi-threaded processes.Jilles Tjoelker2013-05-311-0/+12
* fork(2): #include <sys/types.h> is not needed.Jilles Tjoelker2013-05-311-2/+1
* Remove the advertising clause from the Regents of the University ofEd Maste2013-05-283-15/+3
* cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).Jilles Tjoelker2013-05-271-1/+3
* sigreturn(2): Remove ancient compatibility warning about 4.2BSD.Jilles Tjoelker2013-05-251-4/+0
* Update the setfib man page to reflect recent changes.Julian Elischer2013-05-201-3/+6
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.Sergey Kandaurov2013-05-041-1/+5
* accept(2), pipe(2): Fix .Dd.Jilles Tjoelker2013-05-012-2/+2
* Add pipe2() system call.Jilles Tjoelker2013-05-013-2/+46
* Add accept4() system call.Jilles Tjoelker2013-05-013-3/+46
* intro(2): Fix some errors in ENFILE and EMFILE descriptions.Jilles Tjoelker2013-04-271-5/+6
* getdtablesize(2): Describe what this function actually does.Jilles Tjoelker2013-04-241-9/+11
* Keep up with negative addrlen check removal in r249649.Sergey Kandaurov2013-04-221-5/+1
* dup(2): Remove incorrect sentence about getdtablesize().Jilles Tjoelker2013-04-211-4/+1
* Remove cross-references to nonexistent CPU_SET(3) manpage.Joel Dahl2013-04-212-4/+2
* Correct the returned message lengths for timeval and bintime controlGeorge V. Neville-Neil2013-04-051-3/+3
* Fix return type of extattr_set_* and fix rmextattr(8) utility.Matthew D Fleming2013-04-021-3/+3
* accept(2): Mention inheritance of O_ASYNC and signal destination.Jilles Tjoelker2013-03-261-3/+13
* Document chflagsat(2).Pawel Jakub Dawidek2013-03-213-3/+54
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onPawel Jakub Dawidek2013-03-211-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typePawel Jakub Dawidek2013-03-211-3/+3
* Allow O_CLOEXEC in posix_openpt() flags.Jilles Tjoelker2013-03-211-2/+7
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-193-4/+27
* There are actually two different cases when mlock(2) returnsGleb Smirnoff2013-03-191-2/+7
* Add a note to the HISTORY section about lchflags(2) being introduced inPawel Jakub Dawidek2013-03-161-0/+4
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-025-0/+232
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-03-023-3/+0
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-027-144/+582
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)Pawel Jakub Dawidek2013-03-022-0/+2
* Put one file per line so it is easier to read diffs against those files.Pawel Jakub Dawidek2013-02-161-59/+235