summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-08Document that close-on-exec is not touched in dup2 when oldd == newd.Artur Grabowski
2002-01-24most of these is v2, not v6Michael Shalayeff
2002-01-15MNAMELEN is 90, not 32; peterw AT ifost.org.auTodd C. Miller
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
2002-01-02Grammar and format fixes.Aaron Campbell
2002-01-02Remove extra reference to poll.2. Spotted by form@.Mike Pechkin
2002-01-02Move the const qualifier to the right place. deraadt@ okThomas Nordin
2001-12-07From XPG4.2: read(2) can return EIO if the process is a member ofTodd C. Miller
2001-12-03for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.Eric Jackson
2001-11-29chflags(2) can return EPERM for other reasons.Todd C. Miller
2001-11-29getfh(2) can fail with EPERM; Brian J. KifiakTodd C. Miller
2001-11-07list syslog_r as safe in signal handlersTheo de Raadt
2001-11-06Update to match realtiy.Artur Grabowski
2001-11-02poll(2) manpage references itself, accept(2) references poll(2) twice.Janne Johansson
2001-10-24detail the different protections in mprotect(2) man page and add PROT_NONEJean-Jacques Bernard-Gundol
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
2001-09-29Move return value info into its own "RETURN VALUES" section.Todd C. Miller
2001-09-25Forgotten DEBUGLIBS stuffNiklas Hallqvist
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-07Remove bogus warning and correct the operator enumeration for timercmpNiklas Hallqvist
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-09-04clarify fd_set size definitionTheo de Raadt
2001-08-25Typo - PR 2032Hugh Graham
2001-08-23Add another EPERM condition to ERRORS: if a hard link is attempted for a fileAaron Campbell
2001-08-22"This section" and variants ==> 'The manual pages in section x'Heikki Korpela
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-16Xr raise(3)Theo de Raadt
2001-08-11Define INFTIM to -1, as appears everywhere. Talk about it in theFederico G. Schwindt
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-05Spelling corrections per PR 1988 by Andrew Hoerter.Hugh Graham
2001-08-03Acknowledge VM's limitations.Marc Espie
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-31Document that entries with d_fileno == 0 are invalid.Artur Grabowski
2001-07-30handling of arg can cause EFAULT; dd@FreeBSD.orgTheo de Raadt
2001-07-25typo in arg name; ok deraadt@Kevin Steves
2001-07-22typo; david@phobia.msTheo de Raadt
2001-07-09Install getpeereid(2) manpage.Federico G. Schwindt
2001-06-27Use .Pp, not a blank line.Aaron Campbell
2001-06-26implement djb's getpeereid(2), to allow local-domain servers to determine cli...Dug Song
2001-06-25Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)Paul Janzen
2001-06-25grammarPaul Janzen
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-16sysarch() takes a void *Theo de Raadt
2001-05-14Split synopsis, plain read/write don't need uio.Marc Espie
2001-05-11Add back MAP_COPY. Just describe why it shouldn't be used.Artur Grabowski
2001-05-11Remove MAP_COPY. It shouldn't be used anymore.Artur Grabowski
2001-05-10Slightly better explaination of the advices (cut 'n paste from sys/mman.h isArtur Grabowski