| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix mismerge in last commit: check that cred->cr_prison is NULL | rwatson | 2004-02-14 | 1 | -1/+1 |
* | By default, when a process in jail calls getfsstat(), only return the | rwatson | 2004-02-14 | 3 | -0/+36 |
* | Remove the check which used to protect us against make_dev() being | phk | 2004-02-14 | 1 | -19/+0 |
* | T -CURRENT DO NOT CRASH UPON ^T K PLZ THX. | green | 2004-02-14 | 1 | -1/+2 |
* | Always socantsendmore() before deallocating a socket. This, in turn, | green | 2004-02-12 | 1 | -0/+7 |
* | When reparenting a process to init, make sure that p_sigparent is | truckman | 2004-02-11 | 2 | -0/+2 |
* | Argh! Fix a bogon. lim_cur() was returning the hard (max) limit rather | jhb | 2004-02-11 | 1 | -1/+1 |
* | Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to be | silby | 2004-02-08 | 1 | -19/+22 |
* | swp_pager_async_iodone() no longer requires Giant. Modify bufdone() | alc | 2004-02-07 | 1 | -1/+0 |
* | - Convert the plimit lock to a pool mutex lock. | jhb | 2004-02-06 | 1 | -3/+3 |
* | - Correct the translation of old rlimit values to properly handle the old | jhb | 2004-02-06 | 1 | -21/+28 |
* | A few more style fixes from Bruce including a few I missed last time. | jhb | 2004-02-06 | 1 | -18/+12 |
* | Always set a process' state to normal when it is fully constructed in | jhb | 2004-02-05 | 2 | -6/+9 |
* | - A lot of style and whitespace fixes. | jhb | 2004-02-05 | 1 | -60/+53 |
* | Correct a reference counting bug in shmat(2). If vm_map_find(9) | nectar | 2004-02-05 | 1 | -0/+1 |
* | Rename cn_unavailable to cnunavailable for little more consistency. | kan | 2004-02-05 | 1 | -14/+2 |
* | Style fixes: don't indent variable names. | silby | 2004-02-05 | 1 | -6/+6 |
* | Eliminate global cons_unavailable flag and replace it by the status | kan | 2004-02-05 | 1 | -3/+42 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 14 | -123/+247 |
* | Rename iov_to_uio to uiofromiov to be more consistent with other | silby | 2004-02-04 | 2 | -2/+2 |
* | Allow assert that the current thread does not hold the sx(9) lock. | pjd | 2004-02-04 | 1 | -0/+11 |
* | Style fixes | silby | 2004-02-04 | 2 | -35/+29 |
* | A variety of further cleanups to ttyinfo(): | rwatson | 2004-02-04 | 1 | -77/+84 |
* | Remove a bogus assertion. | jhb | 2004-02-03 | 1 | -1/+0 |
* | Regen after adding ksem_timedwait(). | deischen | 2004-02-03 | 2 | -2/+4 |
* | Add ksem_timedwait() to complement ksem_wait(). | deischen | 2004-02-03 | 2 | -6/+62 |
* | Don't dec/inc the amountpipes counter every time we resize a pipe -- | rwatson | 2004-02-03 | 1 | -2/+3 |
* | Catch instances of (pipe == NULL) that were obsoleted with recent | rwatson | 2004-02-03 | 1 | -6/+6 |
* | - Assert that witness_cold is not true in enroll(). | jhb | 2004-02-02 | 1 | -1/+2 |
* | Fix many issues related to mount/unmount: | pjd | 2004-02-02 | 1 | -8/+33 |