Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | F_[GS]ETFL deal with file status flags, not descriptor status flags. | 2003-03-28 | 1 | -3/+7 | ||
| | | | | Closes PR 3172 | |||||
* | Ip -> IP; | 2003-03-28 | 1 | -2/+2 | ||
| | | | | ok miod@ | |||||
* | duplicate words: and and, the the | 2003-03-18 | 1 | -2/+2 | ||
| | | | | ok miod@ jmc@ | |||||
* | mention namelen in DESCRIPTION | 2003-03-18 | 2 | -2/+10 | ||
| | ||||||
* | Do not capitalize "Indicates" as it does not start the sentence | 2003-03-18 | 2 | -4/+4 | ||
| | ||||||
* | some small typos; | 2003-03-17 | 2 | -4/+4 | ||
| | ||||||
* | add some notes about nosuid mounted file systems. suggested by deraadt@ | 2003-03-10 | 1 | -1/+5 | ||
| | | | | ok deraadt@ millert@ | |||||
* | .Xr typos; | 2003-03-06 | 6 | -16/+16 | ||
| | | | | ok deraadt@ | |||||
* | in the handler, block signals handlers as soon as possible; ok miod millert | 2003-03-03 | 1 | -3/+9 | ||
| | ||||||
* | typos; | 2003-02-28 | 9 | -59/+58 | ||
| | | | | reboot(2), sigaction(2): help and ok millert@ | |||||
* | typos; | 2003-02-27 | 8 | -22/+25 | ||
| | ||||||
* | typos; | 2003-02-25 | 5 | -12/+13 | ||
| | | | | intro(2): help deraadt@ | |||||
* | the the | 2003-02-24 | 1 | -2/+2 | ||
| | ||||||
* | one more: guid -> egid | 2003-02-21 | 1 | -2/+2 | ||
| | | | | thanks tedu@ | |||||
* | typos; | 2003-02-21 | 10 | -32/+30 | ||
| | ||||||
* | intial -> initial; | 2003-02-18 | 1 | -2/+2 | ||
| | | | | | | | the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||||
* | some more functions that are (only on OpenBSD) safe in signal handlers. | 2003-02-03 | 1 | -2/+17 | ||
| | | | | not having access to these makes things really painful | |||||
* | Replace emulated versions of setreuid() and setregid() with real syscalls. | 2003-01-31 | 3 | -8/+256 | ||
| | | | | These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | |||||
* | spelling | 2003-01-05 | 1 | -2/+2 | ||
| | ||||||
* | bug fix | 2002-12-10 | 1 | -3/+3 | ||
| | ||||||
* | Document getlogin_r() | 2002-12-02 | 2 | -3/+29 | ||
| | ||||||
* | KNF | 2002-12-02 | 1 | -6/+6 | ||
| | ||||||
* | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | 2002-12-02 | 2 | -1/+91 | ||
| | | | | | | | | | | | | | | | 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. | |||||
* | fd sharing was re-enabled quite awhile ago. | 2002-11-28 | 1 | -6/+1 | ||
| | ||||||
* | typo; Stefan Berg | 2002-11-19 | 1 | -2/+2 | ||
| | ||||||
* | SEE ALSO corrections. millert ok. | 2002-11-10 | 3 | -10/+10 | ||
| | ||||||
* | missing MLINKs for setresuid(2). millert ok. | 2002-11-10 | 1 | -1/+3 | ||
| | ||||||
* | thread safe libc -- 2nd try. OK miod@, millert@ | 2002-11-05 | 1 | -6/+1 | ||
| | | | | Thanks to miod@ for m68k and vax fixes | |||||
* | back out previous patch.. there are still some vax/m68k issues | 2002-11-03 | 1 | -1/+6 | ||
| | ||||||
* | libc changes for thread safety. Tested on: | 2002-11-03 | 1 | -6/+1 | ||
| | | | | | | | 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. | |||||
* | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | 2002-10-30 | 2 | -9/+106 | ||
| | | | | functions. | |||||
* | .Xr ipcs 1 | 2002-10-07 | 2 | -2/+6 | ||
| | | | | | | | | .Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo | |||||
* | Document FD_CLOEXEC; from FreeBSD (Peter Jeremy) | 2002-09-19 | 1 | -7/+14 | ||
| | ||||||
* | fix Xr refs; frisco@blackant.net | 2002-09-18 | 2 | -4/+4 | ||
| | ||||||
* | uncommit, since it breaks macppc libc. millert and miod have now said they | 2002-09-17 | 8 | -24/+37 | ||
| | | | | | | 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? | |||||
* | move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ ok | 2002-09-17 | 8 | -37/+24 | ||
| | ||||||
* | mickey, did you not look at the output? | 2002-09-17 | 1 | -1/+2 | ||
| | ||||||
* | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. | 2002-08-11 | 1 | -3/+5 | ||
| | | | | miod@ ok | |||||
* | grammar nits | 2002-08-09 | 1 | -5/+4 | ||
| | ||||||
* | document generic ioctls. ok art@ | 2002-08-08 | 1 | -1/+49 | ||
| | ||||||
* | Comma splice introduced in last commit. | 2002-08-06 | 1 | -2/+2 | ||
| | ||||||
* | Fix brain blackout. | 2002-08-05 | 1 | -2/+2 | ||
| | | | | Pointed out byb miod@. | |||||
* | One more ELF_TOOLCHAIN. | 2002-08-05 | 1 | -2/+2 | ||
| | ||||||
* | o Mention that interval timers are cleared (FreeBSD) | 2002-07-24 | 1 | -1/+21 | ||
| | | | | | | | o Mention that _exit(2) should be used to avoid problems with stdio buffers and atexit(3) o Add STANDARDS section OK deraadt@ | |||||
* | ansi | 2002-07-16 | 1 | -4/+2 | ||
| | ||||||
* | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. | 2002-07-11 | 1 | -9/+2 | ||
| | ||||||
* | Remove kernel support for NTP. ok deraadt@ and tholo@ | 2002-07-06 | 2 | -4/+2 | ||
| | ||||||
* | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ | 2002-06-27 | 1 | -2/+4 | ||
| | ||||||
* | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | 2002-06-16 | 1 | -3/+3 | ||
| | | | | ok deraadt@ | |||||
* | correct comment. | 2002-06-10 | 1 | -2/+2 | ||
| |