| Commit message (Expand) | Author | Age | Files | Lines |
* | back out previous patch.. there are still some vax/m68k issues |  marc | 2002-11-03 | 1 | -1/+6 |
* | libc changes for thread safety. Tested on: |  marc | 2002-11-03 | 1 | -6/+1 |
* | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD |  millert | 2002-10-30 | 2 | -9/+106 |
* | .Xr ipcs 1 |  henning | 2002-10-07 | 2 | -2/+6 |
* | Document FD_CLOEXEC; from FreeBSD (Peter Jeremy) |  millert | 2002-09-19 | 1 | -7/+14 |
* | fix Xr refs; frisco@blackant.net |  deraadt | 2002-09-18 | 2 | -4/+4 |
* | uncommit, since it breaks macppc libc. millert and miod have now said they |  deraadt | 2002-09-17 | 8 | -24/+37 |
* | move __syscall prototype into unistd.h (like everybody else) and avoid private protos for it everywhere; millert@ ok |  mickey | 2002-09-17 | 8 | -37/+24 |
* | mickey, did you not look at the output? |  deraadt | 2002-09-17 | 1 | -1/+2 |
* | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. |  aaron | 2002-08-11 | 1 | -3/+5 |
* | grammar nits |  pjanzen | 2002-08-09 | 1 | -5/+4 |
* | document generic ioctls. ok art@ |  wcobb | 2002-08-08 | 1 | -1/+49 |
* | Comma splice introduced in last commit. |  aaron | 2002-08-06 | 1 | -2/+2 |
* | Fix brain blackout. |  art | 2002-08-05 | 1 | -2/+2 |
* | One more ELF_TOOLCHAIN. |  art | 2002-08-05 | 1 | -2/+2 |
* | o Mention that interval timers are cleared (FreeBSD) |  millert | 2002-07-24 | 1 | -1/+21 |
* | ansi |  deraadt | 2002-07-16 | 1 | -4/+2 |
* | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. |  millert | 2002-07-11 | 1 | -9/+2 |
* | Remove kernel support for NTP. ok deraadt@ and tholo@ |  nordin | 2002-07-06 | 2 | -4/+2 |
* | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ |  stevesk | 2002-06-27 | 1 | -2/+4 |
* | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> |  todd | 2002-06-16 | 1 | -3/+3 |
* | correct comment. |  fgsch | 2002-06-10 | 1 | -2/+2 |
* | spelling; moritz@jodeit.org |  deraadt | 2002-06-09 | 1 | -3/+3 |
* | ELF architectures all support weak aliases, enable them for this part. |  drahn | 2002-06-08 | 1 | -2/+2 |
* | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while |  mpech | 2002-06-06 | 1 | -2/+2 |
* | typo fix from NetBSD |  pjanzen | 2002-05-31 | 1 | -2/+2 |
* | nsems must be > 0, not >= 0; Michael Knudsen |  millert | 2002-05-05 | 1 | -3/+3 |
* | SWAP_OFF has been implemented a long time ago. |  art | 2002-05-02 | 1 | -6/+0 |
* | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. |  drahn | 2002-05-01 | 2 | -2/+6 |
* | o) start new sentence on a new line; |  mpech | 2002-05-01 | 1 | -2/+3 |
* | Some errno entries were not documented or added to _sys_errlist[] when |  drahn | 2002-04-30 | 1 | -1/+5 |
* | Initial cleanup: |  mpech | 2002-04-30 | 13 | -50/+52 |
* | sync doc, export->export_info. |  espie | 2002-04-23 | 1 | -6/+8 |
* | don't attach to system processes. |  fgsch | 2002-04-10 | 1 | -1/+5 |
* | .Xr getpeereid. |  espie | 2002-04-08 | 1 | -1/+6 |
* | doc ECONNREFUSED; maurice@amaze.nl |  deraadt | 2002-03-31 | 1 | -1/+11 |
* | Fix error; open(2) is not supposed to restart when SA_RESTART is set, |  millert | 2002-03-14 | 1 | -2/+1 |
* | Document reality. |  art | 2002-03-12 | 1 | -6/+19 |
* | Document PT_IO |  art | 2002-03-11 | 1 | -1/+39 |
* | Clarify rename(2) behavior in the presence of a system crash. |  millert | 2002-03-10 | 1 | -2/+4 |
* | Document how NOTE_TRACK behaves. |  art | 2002-03-02 | 1 | -2/+2 |
* | .In -> .Fd |  fgsch | 2002-02-23 | 1 | -3/+3 |
* | Add a big fat warning that setlogin() changes the login name for all |  millert | 2002-02-23 | 1 | -8/+48 |
* | manpages fixes, mostly from fgsch@ with cleanup and correction. |  drahn | 2002-02-22 | 1 | -7/+4 |
* | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ |  drahn | 2002-02-22 | 2 | -1/+235 |
* | note KTRFAC_EMUL |  deraadt | 2002-02-22 | 1 | -1/+2 |
* | remove rfork.o from the auto-generated assembler stubs |  art | 2002-02-21 | 1 | -3/+2 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 2 | -27/+3 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -2/+2 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 2 | -5/+5 |