summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
2003-02-27typos;Jason McIntyre
2003-02-25typos;Jason McIntyre
intro(2): help deraadt@
2003-02-24the theTheo de Raadt
2003-02-21one more: guid -> egidJason McIntyre
thanks tedu@
2003-02-21typos;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-03some more functions that are (only on OpenBSD) safe in signal handlers.Theo de Raadt
not having access to these makes things really painful
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller
These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK
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
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
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
Thanks to miod@ for m68k and vax fixes
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
alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way.
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDTodd C. Miller
functions.
2002-10-07.Xr ipcs 1Henning Brauer
.Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo
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
did NOT approve those for commit. why did mickey feel he was ok to go commiting a set of diffs which had not been passed around and tested by people? we don't know. mickey, have you got something to say for yourself?
2002-09-17move __syscall prototype into unistd.h (like everybody else) and avoid ↵Michael Shalayeff
private protos for it everywhere; millert@ ok
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
miod@ ok
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
Pointed out byb miod@.
2002-08-05One more ELF_TOOLCHAIN.Artur Grabowski
2002-07-24 o Mention that interval timers are cleared (FreeBSD)Todd C. Miller
o Mention that _exit(2) should be used to avoid problems with stdio buffers and atexit(3) o Add STANDARDS section OK deraadt@
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
ok deraadt@
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
ok fgsch@
2002-06-06Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found whileMike Pechkin
have fun w/ pid_t cleanups. millert@ ok
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
Noted by Kamo Hiroyasu
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
ok millert@, art@
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
they were added to errno.h. Add the missing entries. ok millert@
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok