summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make sure to wake up any select waiters when closing a kqueue (also, notgreen2004-02-201-0/+4
* Tidy up the thread taskqueue implementation and close a lost wakeup race.jhb2004-02-191-14/+9
* Rework jail_attach(2) so that an already jailed process cannot hopnectar2004-02-191-12/+12
* Added sysctl security.jail.jailed.pjd2004-02-191-0/+13
* Simplify check. We are only able to check exclusive lock and ifpjd2004-02-191-1/+5
* When reparenting a process in the PT_DETACH code, only set p_sigparenttruckman2004-02-191-1/+2
* A Linux thread created using clone() should not send SIGCHLD to itstruckman2004-02-191-3/+3
* Add support for 'h' and 'hh' modifiers for printf(9).njl2004-02-191-2/+21
* Don't ignore errors from vfs_allocate_syncvnode.cperciva2004-02-181-1/+1
* Checkpoint a hack to enable running i386 libc_r binaries on a 64 bitpeter2004-02-181-4/+22
* Correct a comment.dwmalone2004-02-172-2/+2
* Mechanical whistespace cleanup.des2004-02-171-19/+19
* Don't bother storing a result when all you need are the side effects.des2004-02-161-5/+5
* In fdcheckstd the descriptor table should never be shared, so justdwmalone2004-02-151-9/+7
* Fixed style bugs near previous commit (mainly formatting errors andbde2004-02-151-16/+13
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedcperciva2004-02-151-2/+0
* Split the initialization of the cdevsw into a separate function.phk2004-02-151-7/+14
* Remove excess brackets.rwatson2004-02-151-3/+2
* Use standard style for cdevsw initialization.phk2004-02-141-5/+5
* By default, don't allow processes in a jail to list the set ofrwatson2004-02-141-0/+7
* Fix mismerge in last commit: check that cred->cr_prison is NULLrwatson2004-02-141-1/+1
* By default, when a process in jail calls getfsstat(), only return therwatson2004-02-143-0/+36
* Remove the check which used to protect us against make_dev() beingphk2004-02-141-19/+0
* T -CURRENT DO NOT CRASH UPON ^T K PLZ THX.green2004-02-141-1/+2
* Always socantsendmore() before deallocating a socket. This, in turn,green2004-02-121-0/+7
* When reparenting a process to init, make sure that p_sigparent istruckman2004-02-112-0/+2
* Argh! Fix a bogon. lim_cur() was returning the hard (max) limit ratherjhb2004-02-111-1/+1
* Add the SF_NODISKIO flag to sendfile. This flag causes sendfile to besilby2004-02-081-19/+22
* swp_pager_async_iodone() no longer requires Giant. Modify bufdone()alc2004-02-071-1/+0
* - Convert the plimit lock to a pool mutex lock.jhb2004-02-061-3/+3
* - Correct the translation of old rlimit values to properly handle the oldjhb2004-02-061-21/+28
* A few more style fixes from Bruce including a few I missed last time.jhb2004-02-061-18/+12
* Always set a process' state to normal when it is fully constructed injhb2004-02-052-6/+9
* - A lot of style and whitespace fixes.jhb2004-02-051-60/+53
* Correct a reference counting bug in shmat(2). If vm_map_find(9)nectar2004-02-051-0/+1
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-14/+2
* Style fixes: don't indent variable names.silby2004-02-051-6/+6
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-3/+42
* Locking for the per-process resource limits structure.jhb2004-02-0414-123/+247
* Rename iov_to_uio to uiofromiov to be more consistent with othersilby2004-02-042-2/+2
* Allow assert that the current thread does not hold the sx(9) lock.pjd2004-02-041-0/+11
* Style fixessilby2004-02-042-35/+29
* A variety of further cleanups to ttyinfo():rwatson2004-02-041-77/+84
* Remove a bogus assertion.jhb2004-02-031-1/+0
* Regen after adding ksem_timedwait().deischen2004-02-032-2/+4
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-032-6/+62
* Don't dec/inc the amountpipes counter every time we resize a pipe --rwatson2004-02-031-2/+3
* Catch instances of (pipe == NULL) that were obsoleted with recentrwatson2004-02-031-6/+6
* - Assert that witness_cold is not true in enroll().jhb2004-02-021-1/+2
* Fix many issues related to mount/unmount:pjd2004-02-021-8/+33
OpenPOWER on IntegriCloud