summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2014-07-28PR/49045: Tetsuya Isaki: remove remaining caddr_t in ptrace(2)christos
2014-07-25Sort errors. Whitespace nits.wiz
2014-07-25Sort SEE ALSO.wiz
2014-07-25Add userlevel manifestations of posix_fallocate and fdiscard, indholland
2014-07-19fix usagedholland
2014-07-18Removedholland
2014-07-18Clarify HISTORY and bump date.dholland
2014-07-18fix typo and minor usage issuedholland
2014-07-18Document MAP_INHERIT_ZERO.christos
2014-07-15Document the upper limit on size of props dictionary that was recentlypgoyette
2014-07-15Clean up ERRORS (sort, merge).wiz
2014-07-09mention sig == 0christos
2014-06-14Sort errors.wiz
2014-06-14Follow OpenGroup online documents for truncate[1] and ftruncate[2].njoly
2014-06-09Replace wrong numeric values with corresponding symbolic constants.njoly
2014-05-30len argument is of unsigned type (size_t) and thus cannot be negative;njoly
2014-05-09Remove error condition for negative length parameter; thenjoly
2014-04-10Mention the word 'inode' next to st_ino so it's easier to find.wiz
2014-04-08play the "documentation matches implementation" gamepooka
2014-03-28Remove trailing whitespace. Merge EINVAL entries.wiz
2014-03-28Document a bit CLOCK_VIRTUAL and CLOCK_PROFdegroote
2014-02-22pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso.dholland
2014-02-02Mark up HZ.wiz
2014-02-01mention how HZ affects uschristos