summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
2014-02-22pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso.dholland
Also fix the wording for EINVAL as suggested by Robert Elz.
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
Adds needed extra PAD argument for 64bit alignment, and libc wrapper.
2013-10-15Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatatnjoly
syscalls.
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
FFILESYNC flag but not the FDISKSYNC flag. Add a paragraph of weasel words about how writing to a permanent storage device does not necessarily write to permanent storage media within that device. Move the description of FDISKSYNC into the same list as FDATASYNC and FFILESYNC. Change the order of paragraphs or sentences in an attempt to improve the flow.
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
flags argument.
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
"Dv {xxx}" to "Brq Dv xxx".
2013-06-30Fix second problem noted by Henning Petersen in PR 47975:wiz
renameat is in unistd.h. Bump date.
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
(changing super-user only flags is not silently ignored)
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
it does not get accidentally used.
2013-03-08PR/47631: NAKAJIMA Yoshihirochristos
1. Utimens and lutimens don't require timeval but timespec. 2. The order of functions doesn't have a uniformity. 3. Utimens.2 and lutimens.2 aren't installed.
2013-03-01Retire OSI network stack. OK core@joerg