| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for TDF_SINTR before calling sleepq_abort() as there is a narrow | jhb | 2004-03-01 | 2 | -2/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 4 | -24/+22 |
* | Convert the other use of flags to mflags in soalloc(). | scottl | 2004-03-01 | 1 | -1/+1 |
* | Modify soalloc() API so that it accepts a malloc flags argument rather | rwatson | 2004-02-29 | 3 | -12/+5 |
* | Loudly announce WITNESS and DIAGNOSTIC options and warn about reduced | phk | 2004-02-29 | 1 | -0/+14 |
* | Make sure to disable the watchdog if we cannot honour the timeout. | phk | 2004-02-28 | 1 | -3/+2 |
* | Rename the WATCHDOG option to SW_WATCHDOG and make it use the | phk | 2004-02-28 | 1 | -33/+29 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 9 | -569/+157 |
* | Drop sched_lock around the wakeup of the parent process after setting | jhb | 2004-02-27 | 1 | -4/+9 |
* | Add an implementation of a generic sleep queue abstraction that is used | jhb | 2004-02-27 | 3 | -5/+777 |
* | Add sysctl_move_oid() which reparents an existing OID. | des | 2004-02-27 | 1 | -0/+20 |
* | Clarify and tweak some comments. | jhb | 2004-02-27 | 1 | -3/+3 |
* | Fix _sx_assert() to panic() rather than printf() when an assertion fails | jhb | 2004-02-27 | 1 | -3/+5 |
* | Replace the ktrace queue's semaphore with a condition variable instead as | jhb | 2004-02-26 | 1 | -5/+5 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 6 | -24/+47 |
* | Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state | rwatson | 2004-02-26 | 1 | -0/+1 |
* | Update comment regarding MAC labels: we no longer pass endpoints | rwatson | 2004-02-25 | 1 | -7/+3 |
* | Whitespace cleanup | des | 2004-02-24 | 1 | -4/+4 |
* | Fix two oversights here: don't trash the freelist, and properly cleanup | phk | 2004-02-23 | 1 | -1/+4 |
* | Correct some major SMP-harmful problems in the pipe implementation. First | green | 2004-02-22 | 1 | -41/+66 |
* | Add sysctls to allow showing threads for pgrp, tty, uid, ruid, | deischen | 2004-02-22 | 1 | -7/+31 |
* | Reimplement sysctls handling by MAC framework. | pjd | 2004-02-22 | 1 | -15/+15 |
* | If we're going to panic(), do it before dereferencing a NULL pointer. | cperciva | 2004-02-22 | 1 | -1/+1 |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 4 | -5/+5 |
* | Check for NODEV return from udev2dev() | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 6/6: | phk | 2004-02-21 | 3 | -33/+163 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 2 | -10/+13 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 8 | -4/+18 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 3 | -4/+26 |
* | Device megapatch 2/6: | phk | 2004-02-21 | 1 | -8/+129 |
* | Make sure to wake up any select waiters when closing a kqueue (also, not | green | 2004-02-20 | 1 | -0/+4 |
* | Tidy up the thread taskqueue implementation and close a lost wakeup race. | jhb | 2004-02-19 | 1 | -14/+9 |
* | Rework jail_attach(2) so that an already jailed process cannot hop | nectar | 2004-02-19 | 1 | -12/+12 |
* | Added sysctl security.jail.jailed. | pjd | 2004-02-19 | 1 | -0/+13 |
* | Simplify check. We are only able to check exclusive lock and if | pjd | 2004-02-19 | 1 | -1/+5 |
* | When reparenting a process in the PT_DETACH code, only set p_sigparent | truckman | 2004-02-19 | 1 | -1/+2 |
* | A Linux thread created using clone() should not send SIGCHLD to its | truckman | 2004-02-19 | 1 | -3/+3 |
* | Add support for 'h' and 'hh' modifiers for printf(9). | njl | 2004-02-19 | 1 | -2/+21 |
* | Don't ignore errors from vfs_allocate_syncvnode. | cperciva | 2004-02-18 | 1 | -1/+1 |
* | Checkpoint a hack to enable running i386 libc_r binaries on a 64 bit | peter | 2004-02-18 | 1 | -4/+22 |
* | Correct a comment. | dwmalone | 2004-02-17 | 2 | -2/+2 |
* | Mechanical whistespace cleanup. | des | 2004-02-17 | 1 | -19/+19 |
* | Don't bother storing a result when all you need are the side effects. | des | 2004-02-16 | 1 | -5/+5 |
* | In fdcheckstd the descriptor table should never be shared, so just | dwmalone | 2004-02-15 | 1 | -9/+7 |
* | Fixed style bugs near previous commit (mainly formatting errors and | bde | 2004-02-15 | 1 | -16/+13 |
* | Remove opv_desc_vector from vfs_add_vnodeops, since it is defined | cperciva | 2004-02-15 | 1 | -2/+0 |
* | Split the initialization of the cdevsw into a separate function. | phk | 2004-02-15 | 1 | -7/+14 |
* | Remove excess brackets. | rwatson | 2004-02-15 | 1 | -3/+2 |
* | Use standard style for cdevsw initialization. | phk | 2004-02-14 | 1 | -5/+5 |
* | By default, don't allow processes in a jail to list the set of | rwatson | 2004-02-14 | 1 | -0/+7 |