summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2002-06-27note Supplementary group IDs remain unchanged; ok deraadt@ tholo@Kevin Steves
2002-06-16match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
2002-06-10correct comment.Federico G. Schwindt
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-08ELF architectures all support weak aliases, enable them for this part.Dale Rahn
2002-06-06Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found whileMike Pechkin
2002-05-31typo fix from NetBSDPaul Janzen
2002-05-05nsems must be > 0, not >= 0; Michael KnudsenTodd C. Miller
2002-05-02SWAP_OFF has been implemented a long time ago.Artur Grabowski
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
2002-04-30Initial cleanup:Mike Pechkin
2002-04-23sync doc, export->export_info.Marc Espie
2002-04-10don't attach to system processes.Federico G. Schwindt
2002-04-08.Xr getpeereid.Marc Espie
2002-03-31doc ECONNREFUSED; maurice@amaze.nlTheo de Raadt
2002-03-14Fix error; open(2) is not supposed to restart when SA_RESTART is set,Todd C. Miller
2002-03-12Document reality.Artur Grabowski
2002-03-11Document PT_IOArtur Grabowski
2002-03-10Clarify rename(2) behavior in the presence of a system crash.Todd C. Miller
2002-03-02Document how NOTE_TRACK behaves.Artur Grabowski
2002-02-23.In -> .FdFederico G. Schwindt
2002-02-23Add a big fat warning that setlogin() changes the login name for allTodd C. Miller
2002-02-22manpages fixes, mostly from fgsch@ with cleanup and correction.Dale Rahn
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22note KTRFAC_EMULTheo de Raadt
2002-02-21remove rfork.o from the auto-generated assembler stubsArtur Grabowski
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
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