summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2021-09-23Spell the number of nanoseconds as 10^9.uwe
2021-09-23Markup fixes.uwe
2021-09-19Sort errors, remove extra comma.wiz
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2021-07-31s/dependend/dependent/andvar
2021-07-28Fix typos, improve wording.wiz
2021-07-27Tie the maximum file lock per unprivilegied uid to kern.maxfilesmanu
2021-06-09vfork.2: clarify posix_spawn recommendation, pointed out by krenia
2021-06-08vfork.2: recommend posix_spawn insteadnia
2021-06-08Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST.hannken
2021-03-28Document EINVAL for out of range socket address lengths.dholland
2021-03-27In getvfsstat(2), clarify that the size argument is in bytes.dholland
2021-03-17Remove superfluous article.wiz
2021-03-17Clarify use of open flags in open(2).dholland
2021-02-17Merge EINVAL descriptions; replace Xr to itself with Nm.wiz
2021-02-17Document more EINVAL cases for fsync_range.dholland
2021-02-13Document EINVAL for invalid flags given to fsync_range().dholland
2021-02-09Try improving readability in wrt negations.wiz
2021-02-09Document in poll(2) that poll first appeared in NetBSD in NetBSD 1.3.dholland
2021-02-09typo in previous.dholland
2021-02-09Rework the text of poll(2) for clarity. Bump date.dholland
2021-02-08clarify what happens when kill(-1, ...) does nothingnia
2021-02-07poll.2: fix typo in manual pagerillig
2020-11-30Note that open(O_ASYNC) does not work as advertised.riastradh
2020-11-27Refine the documentationkamil
2020-10-31add missing sentence.christos
2020-10-31Remove trailing whitespace.wiz
2020-10-31PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2)christos
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-07-17Remove trailing whitespace.wiz
2020-07-17Add ppoll() a compatibility wrapper around pollts(2)kamil
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-14Use more markup.wiz
2020-05-14Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASSkamil
2020-05-12Remove mentions of CLONE_PID and CLONE_STOPPEDkamil
2020-04-26Document ENOSYS return from MODCTL_EXIST.pgoyette
2020-04-22Remove man page for the never-exposed _lwp_gettid(2) call.thorpej
2020-04-04Man page for _lwp_gettid(2).thorpej
2020-04-04statvfs.2: Add STANDARDS section.nia
2020-03-25Relax fdatasync restriction that fd be writablegdt
2020-03-08PR standards/44921: Add errno consts for robust mutexesmgorny
2020-02-23+EINVALad
2020-02-22Remove vestigial remnant of an earlier modification to the modulepgoyette
2020-02-05Remove trailing whitespace.wiz
2020-02-04Mention that we don't honor the other mode bits.christos
2020-01-04Document PT_LWPSTATUS and PT_LWPNEXT in ptrace(2)kamil
2019-12-23Explain in kevent(2) the semantics of EINTRkamil
2019-12-22Document udata type switch in struct kevent in the kqueue(2)kamil