aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* msync(2) must return ENOMEM and not EINVAL when the address is outside thePeter Holm2014-05-071-5/+7
* Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.Ed Schouten2014-04-071-1/+1
* Implement kqueue(2) for procdesc(4).Ed Schouten2014-04-072-2/+27
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Correct return type of pdfork(2).Ed Schouten2014-04-041-2/+2
* Use the correct variable name in the example code.Eitan Adler2014-03-301-1/+1
* Update system man pages for s/capability.h/capsicum.h/.Robert Watson2014-03-274-8/+8
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-4/+4
* syncer(4) is a kernel process, not a user processBenjamin Kaduk2014-02-271-1/+1
* Match the correct variable to the variable description.Christian Brueffer2014-02-211-3/+3
* document _JAIL as a possible option to set a cpuset for a jail..John-Mark Gurney2014-02-151-1/+2
* Fix a typo.Christian Brueffer2014-02-031-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onKonstantin Belousov2014-01-303-7/+9
* mdoc: fix several uses of the Fx macro to point to actual releases.Ulrich Spörlein2014-01-281-1/+1
* The posix_fallocate(2) syscall should return error number on error,Konstantin Belousov2014-01-231-2/+2
* Update EINVAL description.Sergey Kandaurov2014-01-231-2/+2
* Add some missing .Nm for newer syscalls in existing man pages.Jilles Tjoelker2014-01-113-3/+6
* - Fix EBADF description, in following the future POSIX tc and what FreeBSDSergey Kandaurov2013-12-271-3/+4
* Fix an apparent typo.Sergey Kandaurov2013-12-261-1/+1
* Provide the manual page for aio_fsync(2).Sergey Kandaurov2013-12-262-0/+153
* The compile time constant limit on number of swap devices was removed in 5.2.Sergey Kandaurov2013-12-251-5/+1
* shm_open(2): Fixed the history information.Ruslan Ermilov2013-12-181-3/+3
* mdoc: remove EOL whitespace.Joel Dahl2013-12-061-2/+2
* Various updates and tweaks to the wait(2) manpage.John Baldwin2013-12-031-132/+174
* chmod(2): Document S_ISVTX following SUSv3/SUSv4.Jilles Tjoelker2013-12-011-10/+16
* waitid(2): Do not tell userland programmers to include <sys/signal.h>.Jilles Tjoelker2013-12-011-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-6/+0
* Fix extattr(2) MLINKS.Sergey Kandaurov2013-11-091-2/+2
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)Pawel Jakub Dawidek2013-11-042-519/+57
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentJilles Tjoelker2013-11-031-1/+8
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-0/+2
* accept(2): Update portability note for accept4().Jilles Tjoelker2013-10-011-3/+10
* Minor mdoc improvements.Joel Dahl2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-193-0/+146
* Consistently reference file descriptors as "fd". 55 other manpagesBryan Drewery2013-09-125-31/+31
* 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