summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteenjhb2014-09-171-14/+1
* Bump .Dd for the content change done to access(2) in r271655ngie2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalngie2014-09-161-1/+9
* document mqueuefs is required for mq_open...jmg2014-09-151-2/+8
* Add stricter checking of some mmap() arguments:jhb2014-09-151-1/+24
* Minor mdoc nit.joel2014-09-091-1/+0
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-3/+20
* Document that listen(2) can fail with EDESTADDRREQ.kevlo2014-07-151-1/+4
* Fix a typo.markj2014-07-091-1/+1
* Note that most errors are possible for all syscalls from utimes(2)kib2014-07-031-46/+20
* Document EINVAL as per POSIX.pluknet2014-06-262-2/+10
* Catch up with many years of changes:wollman2014-06-241-13/+50
* mdoc: remove superfluous paragraph macros.joel2014-06-231-2/+0
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-2328-40/+40
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,kib2014-06-191-6/+27
* The time come to remove the wrapper, most likely, but tidy up it codekib2014-06-191-11/+6
* 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
OpenPOWER on IntegriCloud