summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* F_[GS]ETFL deal with file status flags, not descriptor status flags.millert2003-03-281-3/+7
| | | | Closes PR 3172
* Ip -> IP;jmc2003-03-281-2/+2
| | | | ok miod@
* duplicate words: and and, the thedavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* mention namelen in DESCRIPTIONmillert2003-03-182-2/+10
|
* Do not capitalize "Indicates" as it does not start the sentencemillert2003-03-182-4/+4
|
* some small typos;jmc2003-03-172-4/+4
|
* add some notes about nosuid mounted file systems. suggested by deraadt@tedu2003-03-101-1/+5
| | | | ok deraadt@ millert@
* .Xr typos;jmc2003-03-066-16/+16
| | | | ok deraadt@
* in the handler, block signals handlers as soon as possible; ok miod millertderaadt2003-03-031-3/+9
|
* typos;jmc2003-02-289-59/+58
| | | | reboot(2), sigaction(2): help and ok millert@
* typos;jmc2003-02-278-22/+25
|
* typos;jmc2003-02-255-12/+13
| | | | intro(2): help deraadt@
* the thederaadt2003-02-241-2/+2
|
* one more: guid -> egidjmc2003-02-211-2/+2
| | | | thanks tedu@
* typos;jmc2003-02-2110-32/+30
|
* intial -> initial;jmc2003-02-181-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.deraadt2003-02-031-2/+17
| | | | not having access to these makes things really painful
* Replace emulated versions of setreuid() and setregid() with real syscalls.millert2003-01-313-8/+256
| | | | These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK
* spellingderaadt2003-01-051-2/+2
|
* bug fixetoh2002-12-101-3/+3
|
* Document getlogin_r()millert2002-12-022-3/+29
|
* KNFderaadt2002-12-021-6/+6
|
* Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackmiod2002-12-022-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.brad2002-11-281-6/+1
|
* typo; Stefan Bergmillert2002-11-191-2/+2
|
* SEE ALSO corrections. millert ok.fgsch2002-11-103-10/+10
|
* missing MLINKs for setresuid(2). millert ok.fgsch2002-11-101-1/+3
|
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-6/+1
| | | | Thanks to miod@ for m68k and vax fixes
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-1/+6
|
* libc changes for thread safety. Tested on:marc2002-11-031-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.3BSDmillert2002-10-302-9/+106
| | | | functions.
* .Xr ipcs 1henning2002-10-072-2/+6
| | | | | | | | .Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo
* Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)millert2002-09-191-7/+14
|
* fix Xr refs; frisco@blackant.netderaadt2002-09-182-4/+4
|
* uncommit, since it breaks macppc libc. millert and miod have now said theyderaadt2002-09-178-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@ okmickey2002-09-178-37/+24
|
* mickey, did you not look at the output?deraadt2002-09-171-1/+2
|
* Sync limits described by EFBIG and ELOOP with current reality; from NetBSD.aaron2002-08-111-3/+5
| | | | miod@ ok
* grammar nitspjanzen2002-08-091-5/+4
|
* document generic ioctls. ok art@wcobb2002-08-081-1/+49
|
* Comma splice introduced in last commit.aaron2002-08-061-2/+2
|
* Fix brain blackout.art2002-08-051-2/+2
| | | | Pointed out byb miod@.
* One more ELF_TOOLCHAIN.art2002-08-051-2/+2
|
* o Mention that interval timers are cleared (FreeBSD)millert2002-07-241-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@
* ansideraadt2002-07-161-4/+2
|
* Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.millert2002-07-111-9/+2
|
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-062-4/+2
|
* note Supplementary group IDs remain unchanged; ok deraadt@ tholo@stevesk2002-06-271-2/+4
|
* match man page to source; from Jean-Francois Brousseau <krapht@secureops.com>todd2002-06-161-3/+3
| | | | ok deraadt@
* correct comment.fgsch2002-06-101-2/+2
|