| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the definition of _ksd_curkse, _ksd_curthread and | Marcel Moolenaar | 2003-06-23 | 3 | -10/+10 |
| * | Define THR_{G|S}ETCONTEXT to expand to {g|s}etcontext(2). | Marcel Moolenaar | 2003-06-23 | 2 | -0/+76 |
| * | Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as a | Marcel Moolenaar | 2003-06-23 | 2 | -0/+94 |
| * | Remove _atomic_lock. It's not used. | Marcel Moolenaar | 2003-06-23 | 2 | -93/+0 |
| * | Move the machine specific files from sys/Makefile.inc and put them | Marcel Moolenaar | 2003-06-23 | 9 | -12/+35 |
| * | Add clarifications about the information that ntp_gettime returns. | Warner Losh | 2003-06-21 | 1 | -8/+18 |
| * | Userland spinlocks bad. Sleep locks good. | David Schultz | 2003-06-21 | 1 | -2/+5 |
| * | ttyname(3) must return absolute pathnames. | Poul-Henning Kamp | 2003-06-21 | 1 | -2/+8 |
| * | Use devname(3) to do the task. | Poul-Henning Kamp | 2003-06-20 | 1 | -66/+2 |
| * | Explain the relationship to POSIX. | Garrett Wollman | 2003-06-20 | 1 | -0/+14 |
| * | ntp_adjtime returns the current state of the clock (TIME_*) on success | Warner Losh | 2003-06-20 | 1 | -1/+4 |
| * | Add devname_r(3) which takes a buffer as argument. | Poul-Henning Kamp | 2003-06-20 | 2 | -56/+21 |
| * | Correct an apparent typo. | Matthew N. Dodd | 2003-06-19 | 1 | -1/+1 |
| * | Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r() | Kris Kennaway | 2003-06-19 | 1 | -19/+0 |
| * | The .Fn function | Philippe Charnier | 2003-06-18 | 1 | -2/+4 |
| * | Add IPv6 related attributes defined in RFC3162. | Hajimu UMEMOTO | 2003-06-18 | 1 | -0/+6 |
| * | Make the execle() synopsis look (again) like a normal C prototype. | Ruslan Ermilov | 2003-06-18 | 1 | -3/+3 |
| * | Don't lock scheduler lock twice. | David Xu | 2003-06-18 | 2 | -4/+2 |
| * | Xref policy: exit(2) -> _exit(2). | Maxim Sobolev | 2003-06-17 | 1 | -1/+1 |
| * | Fix the execle(3) synopsis to include the environment pointer. | Poul-Henning Kamp | 2003-06-17 | 1 | -1/+1 |
| * | Fix the #include part of the SYNOPSIS for heap.3 | Doug Barton | 2003-06-17 | 1 | -0/+1 |
| * | Kill prototype for __msgwrite too. It is not needed anymore. | Martin Blapp | 2003-06-15 | 1 | -1/+0 |
| * | Fix the master yppasswd routines, so they really work | Martin Blapp | 2003-06-15 | 1 | -0/+26 |
| * | Fix the master yppasswd routines, so they really work | Martin Blapp | 2003-06-15 | 1 | -33/+54 |
| * | Replace the old SCM_CREDS cred procedures. They can now be | Martin Blapp | 2003-06-15 | 1 | -122/+21 |
| * | P_THREADED was renamed to P_SA, follow up. | David Xu | 2003-06-15 | 1 | -2/+2 |
| * | Remove MAINTAINER lines. | David E. O'Brien | 2003-06-14 | 1 | -2/+0 |
| * | Tidy up. Sort headers. | Mark Murray | 2003-06-14 | 13 | -56/+53 |
| * | Only use this with a non-GCC compiler. | David E. O'Brien | 2003-06-14 | 1 | -0/+2 |
| * | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | Kenneth D. Merry | 2003-06-14 | 2 | -4/+0 |
| * | Document ENOSPC. | Tom Rhodes | 2003-06-13 | 1 | -0/+2 |
| * | This is unusable on amd64. Remove it before it causes more confusion. | Peter Wemm | 2003-06-13 | 1 | -53/+0 |
| * | In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the | Ruslan Ermilov | 2003-06-13 | 1 | -0/+4 |
| * | Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument | Ruslan Ermilov | 2003-06-13 | 1 | -9/+3 |
| * | Clarify that original address and port when doing transparent proxying | Ruslan Ermilov | 2003-06-13 | 1 | -5/+5 |
| * | Added myself to the AUTHORS section. | Ruslan Ermilov | 2003-06-13 | 1 | -0/+2 |
| * | Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contents | Tim J. Robbins | 2003-06-13 | 1 | -0/+6 |
| * | Mark the following interfaces as OBSOLETE_IN_6: | Tim J. Robbins | 2003-06-13 | 4 | -4/+16 |
| * | Fixes to locale code to properly use indirect pointers in order to prevent | Jordan K. Hubbard | 2003-06-13 | 6 | -11/+11 |
| * | Use C99 compatible ASM statements. | David E. O'Brien | 2003-06-10 | 1 | -1/+1 |
| * | Add an EXAMPLES section. | Tom Rhodes | 2003-06-10 | 1 | -0/+22 |
| * | Various cleanups of careless mistakes/omissions. | Juli Mallett | 2003-06-10 | 4 | -11/+11 |
| * | Left out the critical part of my "public domain" template, a notice saying | Juli Mallett | 2003-06-10 | 6 | -0/+12 |
| * | Remove transition period hack | Andrey A. Chernov | 2003-06-10 | 1 | -32/+3 |
| * | _thread_printf() is only used for debugging or in cases where something's | Mike Makonnen | 2003-06-09 | 1 | -2/+2 |
| * | Sanity check fd before using it as an array index. | Alexander Leidinger | 2003-06-09 | 1 | -1/+2 |
| * | Remove stale reference to the deprecated USER_LDT option. The associated | John Baldwin | 2003-06-09 | 1 | -4/+0 |
| * | Commit rudimentary libufs manual pages, except for that for | Juli Mallett | 2003-06-09 | 7 | -0/+560 |
| * | Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do | Juli Mallett | 2003-06-09 | 2 | -43/+0 |
| * | Reduce diffs with code in Perforce: | Juli Mallett | 2003-06-09 | 5 | -34/+34 |