Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-10 | bug fix | Hiroaki Etoh | |
2002-12-02 | Document getlogin_r() | Todd C. Miller | |
2002-12-02 | KNF | Theo de Raadt | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod 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-28 | fd sharing was re-enabled quite awhile ago. | Brad Smith | |
2002-11-19 | typo; Stefan Berg | Todd C. Miller | |
2002-11-10 | SEE ALSO corrections. millert ok. | Federico G. Schwindt | |
2002-11-10 | missing MLINKs for setresuid(2). millert ok. | Federico G. Schwindt | |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman | |
Thanks to miod@ for m68k and vax fixes | |||
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman | |
2002-11-03 | libc 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-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller | |
functions. | |||
2002-10-07 | .Xr ipcs 1 | Henning Brauer | |
.Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo | |||
2002-09-19 | Document FD_CLOEXEC; from FreeBSD (Peter Jeremy) | Todd C. Miller | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-09-17 | uncommit, since it breaks macppc libc. millert and miod have now said they | Theo 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-17 | move __syscall prototype into unistd.h (like everybody else) and avoid ↵ | Michael Shalayeff | |
private protos for it everywhere; millert@ ok | |||
2002-09-17 | mickey, did you not look at the output? | Theo de Raadt | |
2002-08-11 | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. | Aaron Campbell | |
miod@ ok | |||
2002-08-09 | grammar nits | Paul Janzen | |
2002-08-08 | document generic ioctls. ok art@ | Wilbern Cobb | |
2002-08-06 | Comma splice introduced in last commit. | Aaron Campbell | |
2002-08-05 | Fix brain blackout. | Artur Grabowski | |
Pointed out byb miod@. | |||
2002-08-05 | One 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-16 | ansi | Theo de Raadt | |
2002-07-11 | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. | Todd C. Miller | |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-06-27 | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ | Kevin Steves | |
2002-06-16 | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries | |
ok deraadt@ | |||
2002-06-10 | correct comment. | Federico G. Schwindt | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn | |
ok fgsch@ | |||
2002-06-06 | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | Mike Pechkin | |
have fun w/ pid_t cleanups. millert@ ok | |||
2002-05-31 | typo fix from NetBSD | Paul Janzen | |
2002-05-05 | nsems must be > 0, not >= 0; Michael Knudsen | Todd C. Miller | |
2002-05-02 | SWAP_OFF has been implemented a long time ago. | Artur Grabowski | |
Noted by Kamo Hiroyasu | |||
2002-05-01 | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | Dale Rahn | |
ok millert@, art@ | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Some errno entries were not documented or added to _sys_errlist[] when | Dale Rahn | |
they were added to errno.h. Add the missing entries. ok millert@ | |||
2002-04-30 | Initial 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 | |||
2002-04-23 | sync doc, export->export_info. | Marc Espie | |
2002-04-10 | don't attach to system processes. | Federico G. Schwindt | |
art@ niklas@ markus@ millert@ deraadt@ ok. | |||
2002-04-08 | .Xr getpeereid. | Marc Espie | |
ok millert@ | |||
2002-03-31 | doc ECONNREFUSED; maurice@amaze.nl | Theo de Raadt | |
2002-03-14 | Fix error; open(2) is not supposed to restart when SA_RESTART is set, | Todd C. Miller | |
that is why it is documented as returning EINTR. | |||
2002-03-12 | Document reality. | Artur Grabowski | |
2002-03-11 | Document PT_IO | Artur Grabowski | |
2002-03-10 | Clarify rename(2) behavior in the presence of a system crash. | Todd C. Miller | |
From FreeBSD by way of Claus Assmann. | |||
2002-03-02 | Document how NOTE_TRACK behaves. | Artur Grabowski | |
When the documentation and implementation are inconsistent the smallest change wins. To correct the implementation was a big change, to correct the documentation was a one word fix. |