Age | Commit message (Expand) | Author |
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt |
2003-02-28 | typos; | Jason McIntyre |
2003-02-27 | typos; | Jason McIntyre |
2003-02-25 | typos; | Jason McIntyre |
2003-02-24 | the the | Theo de Raadt |
2003-02-21 | one more: guid -> egid | Jason McIntyre |
2003-02-21 | typos; | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-03 | some more functions that are (only on OpenBSD) safe in signal handlers. | Theo de Raadt |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
2003-01-05 | spelling | Theo de Raadt |
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 |
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 |
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 |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
2002-10-07 | .Xr ipcs 1 | Henning Brauer |
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 |
2002-09-17 | move __syscall prototype into unistd.h (like everybody else) and avoid privat... | Michael Shalayeff |
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 |
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 |
2002-08-05 | One more ELF_TOOLCHAIN. | Artur Grabowski |
2002-07-24 | o Mention that interval timers are cleared (FreeBSD) | Todd C. Miller |
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 |
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 |
2002-06-06 | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | Mike Pechkin |
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 |
2002-05-01 | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | Dale Rahn |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |