summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2016-04-29Sort a bit more.wiz
2016-04-28- merge the options descriptions, sort them.christos
2016-04-24Fix typos, whitespace, formatting.wiz
2016-04-23add clock_getcpuclockid{2,}christos
2016-04-06Drop trailing whitespace.wiz
2016-04-06revert part of previous; not needed.christos
2016-04-06- clarify si_signo difference for waitid and wait6 as per POSIX.christos
2016-04-04Use more markup, fix a typo.wiz
2016-04-03add idtype.h to mklintstub and say who generates it.christos
2016-04-03userland bits for wait6/waitid.christos
2016-03-20Sort errors. Improve markup.wiz
2016-03-19Sync documentation of struct ktr_header with reality:dholland
2016-03-19Update documented prerequisite includes. PR 50633 and PR 50634.dholland
2016-01-23MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta on netbsd-docs.dholland
2015-12-30Fix xrefs.wiz
2015-12-30point to more information about clock_idplunky
2015-12-09Fix date.wiz
2015-12-08PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT supportchristos
2015-12-07Update to match reality. For these functions, we still try the systempgoyette
2015-11-29Drop trailing whitespace.wiz
2015-11-29Initial documentation of the internal syscalls that implement the librtpgoyette
2015-11-04Document the ms_flags field which is now exported in struct modstatpgoyette
2015-11-01Fix macro. Remove trailing whitespace.wiz
2015-10-31mention what we are allowed to do.christos
2015-10-02PR/50295: Fix clock_nanosleep return value documentation.christos
2015-07-02document PIOD_READ_AUXV.christos
2015-05-09Provide additional info on why ENOEXEC gets returned.pgoyette
2015-04-22Remove trailing whitespace.wiz
2015-04-21Mention EWOULDBLOCK too since a lot of the source code and documentation stillchristos
2015-04-05Sort errors. Bump date for previous.wiz
2015-04-05Note that bind(2) can fail with EAFNOSUPPORT. The description of why isrtr
2015-03-02say that we put the exit code in data.christos
2015-02-27Document SIGBUS per ToG.christos
2015-02-08It is 2015 already.wiz
2015-02-08The length argument is of an unsigned type (size_t) and cannot benjoly
2015-02-01PR/49617: Kirk Russell: Describe the posix_fallocate return values correctly.christos
2015-01-31PR/49617: Kirk Russell: posix_fallocate() should be returning an error onchristos
2015-01-29Remove va_arg hack for Clang/PPC.joerg
2015-01-27Remove superfluous comma.wiz
2014-12-10Add hooks for RUMPRUN build of libcpooka
2014-11-11Do not hardcode values for ENAMETOOLONG, use symblic constants.njoly
2014-11-02Use more markups in AUTHORS section.njoly
2014-10-11Note that rmdir(2) fails with EINVAL when the path last component isnjoly
2014-10-11Use '.Rv -std' for RETURN VALUES, sort ERRORS.njoly
2014-09-27Fix synopsis, remove unneeded Pp macro before display block and add onenjoly
2014-09-25Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.xmanu
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2014-08-13Use the lint path as workaround for Clang on 32bit PPC for now.joerg
2014-08-10If LINT code path uses memcpy, it should also include string.h.joerg
2014-08-05Rework minherit(2) man page into a table.riastradh