summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2005-05-07Change HISTORY. It traces execve only back to 4.2BSD, and it is aperry
2005-05-07cross reference script(7)perry
2005-04-12getmntinfo() if a compatibility function, so there is no point in hidingdrochner
2005-04-07PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function getfsstat()christos
2005-03-30mention that SIG_IGN on SIGCHLD does not produce zombies.christos
2005-03-22Add restrict qualifiers to remaining <signal.h> function arguments.kleink
2005-03-18Interpose cancellation points in pollts() and pselect(), bringing uskleink
2005-03-10Crank the copyright year.kleink
2005-03-10End sentence with a dot. Remove trailing whitespace.wiz
2005-03-10s/nil pointer/null pointer/kleink
2005-03-10Add pollts() prototype to <poll.h>, and update manual page synopsis forkleink
2005-03-09nil pointer -> null pointerkleink
2005-03-07Bump date for previous.wiz
2005-03-05Provide select() and pselect() prototypes in <sys/select.h>, perkleink
2005-03-03Normalize the declarations of the FD_* "functions".kleink
2005-02-28Bump date for pselect.wiz
2005-02-28Bump date for pollts.wiz
2005-02-26Build syscalls stubs for pselect and pollts. Update man pages.matt
2005-02-25Alphabetize main list of sources.matt
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-01-30Comment back in cross-references to other man pages, was looking at a non-recentjwise
2005-01-30<sys/types.h> must be included before <sys/uuid.h>.jwise
2005-01-25Extend fsync_range(2) to support the FDISKSYNC flag, which requestswrstuden
2005-01-20Note ENOATTR; from FreeBSD.kleink
2005-01-09document PT_DUMPCORE.christos
2005-01-06Fix a typo and add a missing blank line.jmmv
2005-01-06Add EPERM to fchmod() failure list.ginsbach
2005-01-02Remove a trailing dot to match all other items in the same list.jmmv
2005-01-02Sort sections and SEE ALSO. Remove superfluous comma.wiz
2005-01-02Remove VOP_*() references.thorpej
2005-01-02System calls and support routines for file system extended attributes. Libcthorpej
2004-12-12Bump date for last.snj
2004-12-12document correct return value. PR/28571 from ITOH Yasufumi.yamt
2004-11-23Remove references to the header SIG_* are located in altogether;kleink
2004-11-21Minor grammar fixes.jmmv
2004-11-08Bump date for FIONWRITE and FIONSPACE.wiz
2004-11-06Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reportswrstuden
2004-11-03Add missing colon symbol after sentence.jmmv
2004-10-04Note that MAP_ANON memory is zero filled.perry
2004-08-25The values for the parameter "how" are defined in sys/signal.h, not signal.hpooka
2004-08-14Add an article.wiz
2004-08-14document timeradd() and timersub() too, as e.g. select(2) pointsjdolecek
2004-07-03Cardbus -> CardBusmycroft
2004-06-25Do not xref ourselves; grammar fixes.wiz
2004-06-13Add list of async-signal-safe functionslha
2004-06-10Expand a little bit on forks behavior in threaded programslha
2004-06-01Don't refer to errno as "global integer variable".kleink
2004-05-24Put the description of "options" in a new paragraph, for consistencylukem
2004-05-21IEEE Std 1003.1-2001/Cor 2-2004, item XSH/TC2/D6/5: fdatasync() shallkleink
2004-05-19* Note string termination behaviour of NAME_MAX vs. PATH_MAX.kleink