summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor mdoc fixbjk2014-05-301-1/+1
* Correct documentation of the limit on how much memory can be mlock()edbjk2014-05-171-7/+14
* msync(2) must return ENOMEM and not EINVAL when the address is outside thepho2014-05-071-5/+7
* Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.ed2014-04-071-1/+1
* Implement kqueue(2) for procdesc(4).ed2014-04-072-2/+27
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-1/+1
* Correct return type of pdfork(2).ed2014-04-041-2/+2
* Use the correct variable name in the example code.eadler2014-03-301-1/+1
* Update system man pages for s/capability.h/capsicum.h/.rwatson2014-03-274-8/+8
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-4/+4
* syncer(4) is a kernel process, not a user processbjk2014-02-271-1/+1
* Match the correct variable to the variable description.brueffer2014-02-211-3/+3
* document _JAIL as a possible option to set a cpuset for a jail..jmg2014-02-151-1/+2
* Fix a typo.brueffer2014-02-031-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-303-7/+9
* mdoc: fix several uses of the Fx macro to point to actual releases.uqs2014-01-281-1/+1
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-2/+2
* Update EINVAL description.pluknet2014-01-231-2/+2
* Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-113-3/+6
* - Fix EBADF description, in following the future POSIX tc and what FreeBSDpluknet2013-12-271-3/+4
* Fix an apparent typo.pluknet2013-12-261-1/+1
* Provide the manual page for aio_fsync(2).pluknet2013-12-262-0/+153
* The compile time constant limit on number of swap devices was removed in 5.2.pluknet2013-12-251-5/+1
* shm_open(2): Fixed the history information.ru2013-12-181-3/+3
* mdoc: remove EOL whitespace.joel2013-12-061-2/+2
* Various updates and tweaks to the wait(2) manpage.jhb2013-12-031-132/+174
* chmod(2): Document S_ISVTX following SUSv3/SUSv4.jilles2013-12-011-10/+16
* waitid(2): Do not tell userland programmers to include <sys/signal.h>.jilles2013-12-011-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-6/+0
* Fix extattr(2) MLINKS.pluknet2013-11-091-2/+2
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)pjd2013-11-042-519/+57
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentjilles2013-11-031-1/+8
* Add a resource limit for the total number of kqueues available to thekib2013-10-211-0/+2
* accept(2): Update portability note for accept4().jilles2013-10-011-3/+10
* Minor mdoc improvements.joel2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+146
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-125-31/+31
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+14
* wait(2): Add some possible caveats to standards section.jilles2013-09-071-4/+18
* Update some signal man pages for multithreading.jilles2013-09-064-25/+41
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+1
* Xref capsicum(4) and procdesc(4) from pdfork(2).rwatson2013-08-281-4/+18
* Remove EOL whitespace.joel2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-12/+54
* Correct function name and return value.pjd2013-08-171-2/+2
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-3/+50
* pselect(2): Add xref to sigsuspend(2).jilles2013-08-161-2/+3
* Add man page dup3(3).jilles2013-08-161-1/+2
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.jilles2013-08-151-1/+5
* Enhance the description of NOTE_TRACK:jhb2013-07-251-6/+11
OpenPOWER on IntegriCloud