summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2014-01-31Fix prototype in SYNOPSIS, mark up NULL with Dv.wiz
2014-01-31expose __lwp_park60christos
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2014-01-04Merge EINVAL descriptions.wiz
2013-12-28O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.dholland
2013-12-25Sort errors. Use parentheses instead of Pq in normal text.wiz
2013-12-25typodholland
2013-12-24Rewrite for clarity and add an example.dholland
2013-11-28The document date was not updated as it should have been.khorben
2013-11-28Fixed a typo in the example code for select(2)khorben
2013-11-09Add utimens/lutimens man pages links.njoly
2013-10-17Change mknodat(2) device argument type from uint32_t to dev_t.njoly
2013-10-15Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatatnjoly
2013-10-05Fixed spelling of 'appeared'.ast
2013-10-05Add missing El macro.njoly
2013-09-22Attempt to clarify that fsync() is like fsync_range() with theapb
2013-09-14Add needed sys/stat.h include for utimens functions.njoly
2013-09-06document MD ways to access private data for some platformsyamt
2013-08-02Use more markup and improve table formatting.wiz
2013-08-02Update accept(2) to indicate that paccept honours SOCK_NOSIGPIPE in itselric
2013-07-30Add mknodat(2) specific errors.njoly
2013-07-30Add mkfifoat(2) specific errors.njoly
2013-07-30Add fchownat(2) specific errors.njoly
2013-07-29Add chmodat(2) specific errors.njoly
2013-07-29Add openat(2) specific errors.njoly
2013-07-29Add utimensat(2) specific errors.njoly
2013-07-29Bump date for previous.wiz
2013-07-29Add symlinkat(2) specific errors.njoly
2013-07-28Add readlinkat(2) specific errors.njoly
2013-07-28Add linkat(2) specific errors.njoly
2013-07-28Add fstatat(2) specific errors.njoly
2013-07-28Add mkdirat(2) specific errors.njoly
2013-07-28Add unlinkat(2) specific errors.njoly
2013-07-28Add renameat(2) specific errors.njoly
2013-07-28Fix punctuation formatting and sort errors.wiz
2013-07-28Adjust EFAULT error description to use arguments name from synopsis.njoly
2013-07-24Bump date for previous.skrll
2013-07-24Clarify msgsz.skrll
2013-07-14Switch a few remaining system/pathname configuration variables fromnjoly
2013-06-30Fix second problem noted by Henning Petersen in PR 47975:wiz
2013-06-30Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.wiz
2013-06-08Bring description in sync with errors-section and implementation reality.kardel
2013-04-23For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE.elric
2013-04-04pull over agc's typo fix from agc-symver branch.wiz
2013-03-29no need for __lwp_park50.S here and we don't provide __lwp_park60.S so thatchristos
2013-03-08PR/47631: NAKAJIMA Yoshihirochristos
2013-03-01Retire OSI network stack. OK core@joerg