summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2003-04-02nfs -> NFSJason McIntyre
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
2003-03-28Ip -> IP;Jason McIntyre
2003-03-18duplicate words: and and, the theDavid Krause
2003-03-18mention namelen in DESCRIPTIONTodd C. Miller
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-03-17some small typos;Jason McIntyre
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
2003-03-06.Xr typos;Jason McIntyre
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-02-28typos;Jason McIntyre
2003-02-27typos;Jason McIntyre
2003-02-25typos;Jason McIntyre
2003-02-24the theTheo de Raadt
2003-02-21one more: guid -> egidJason McIntyre
2003-02-21typos;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-02-03some more functions that are (only on OpenBSD) safe in signal handlers.Theo de Raadt
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller
2003-01-05spellingTheo de Raadt
2002-12-10bug fixHiroaki Etoh
2002-12-02Document getlogin_r()Todd C. Miller
2002-12-02KNFTheo de Raadt
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-28fd sharing was re-enabled quite awhile ago.Brad Smith
2002-11-19typo; Stefan BergTodd C. Miller
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-11-10missing MLINKs for setresuid(2). millert ok.Federico G. Schwindt
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDTodd C. Miller
2002-10-07.Xr ipcs 1Henning Brauer
2002-09-19Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)Todd C. Miller
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-17uncommit, since it breaks macppc libc. millert and miod have now said theyTheo de Raadt
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid privat...Michael Shalayeff
2002-09-17mickey, did you not look at the output?Theo de Raadt
2002-08-11Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.Aaron Campbell
2002-08-09grammar nitsPaul Janzen
2002-08-08document generic ioctls. ok art@Wilbern Cobb
2002-08-06Comma splice introduced in last commit.Aaron Campbell
2002-08-05Fix brain blackout.Artur Grabowski
2002-08-05One more ELF_TOOLCHAIN.Artur Grabowski
2002-07-24 o Mention that interval timers are cleared (FreeBSD)Todd C. Miller
2002-07-16ansiTheo de Raadt
2002-07-11Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.Todd C. Miller
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
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