summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Close another information leak in ktrace(2): one was able to find activepjd2005-06-241-2/+16
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-244-1/+6
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-233-21/+0
* Fix a typo in a comment.jhb2005-06-231-1/+1
* Change the mbuf, mbuf cluster, and mbuf packet allocation routines so thatsilby2005-06-231-0/+34
* Add missing unlock.pjd2005-06-211-1/+3
* Simplify the storming logic and remove a variable as a result.jhb2005-06-201-8/+3
* Fix a panic which could occur parsing #!-lines in a shell-script. If thegad2005-06-191-3/+3
* - Try to catch the wrong bufobj panics a little earlier. I believe theyjeff2005-06-181-0/+5
* - Fix a leaked reference to a vnode via v_dd. We rely on cache_purge() andjeff2005-06-171-1/+11
* Remove a variable that became unused as a result of changes madekensmith2005-06-161-1/+0
* - Change holdcnt use around vnode recycling. We now always keep a holdcntjeff2005-06-161-202/+198
* - Fix insertions of bios which represent data earlier than anything elsejeff2005-06-151-7/+4
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-142-1/+4
* - In reassignbuf() add many asserts to validate the head and tail pointersjeff2005-06-141-18/+29
* - Remove vnode lock asserts at the end of vfs syscalls. These asserts werejeff2005-06-143-38/+0
* - Don't make vgonel() globally visible, we want to change its prototypejeff2005-06-131-36/+19
* - Clear v_dd in cache_zap() instead of cache_purge() as cache_purge() mayjeff2005-06-131-13/+3
* - It has long been my suspicion that we don't actually need a loop injeff2005-06-131-0/+2
* - Add KTR_VFS events to vdestroy, vtruncbuf, vinvalbuf, vfreehead.jeff2005-06-131-0/+4
* - Add KTR_VFS messages for various name cache related events.jeff2005-06-131-0/+9
* - Split one KASSERT in bremfree() into two to aid in debugging.jeff2005-06-131-1/+3
* - Dramatically simplify bioqdisksort(). We no longer do ordered bios sojeff2005-06-121-85/+40
* Do not allocate memory while holding a mutex.pjd2005-06-122-4/+8
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-112-26/+56
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-111-2/+4
* - Assert that we're not in the name cache anymore in vdestroy().jeff2005-06-111-0/+2
* - Assert that we're not adding a doomed vnode to the name cache.jeff2005-06-111-0/+3
* - Add KTR_VFS tracing to track the life of vnodes. Eventually KTR_VFSjeff2005-06-111-1/+20
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-101-1/+1
* - Add curthread to the state that ktr is saving. The extra information isjeff2005-06-101-3/+6
* Fix typo.jkoshy2005-06-101-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+3
* Restore preemption of idle threads.ups2005-06-101-3/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-093-1/+251
* Drat! Committed from the wrong branch. Restore HEAD to its previous goodness.scottl2005-06-091-504/+966
* Back out 1.68.2.26. It was a mis-guided change that was already backed outscottl2005-06-091-966/+504
* MFP4:jkoshy2005-06-092-3/+11
* Lots of whitespace cleanup.ups2005-06-092-25/+13
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-093-21/+136
* Remove process information leak from inside a jail, whenpjd2005-06-091-0/+3
* Fix some race conditions for pinned threads that may cause them to runups2005-06-092-65/+138
* Avoid code duplication in serval places by introducing universalpjd2005-06-092-154/+92
* Simplify the code a bit after the bzero().imp2005-06-091-12/+3
* - My sub-par public school education has been exposed. s/sentinal/sentinel/jeff2005-06-091-4/+4
* Remove the previous parsing-logic for arguments on the '#!'-line of shellgad2005-06-091-128/+2
* - Under heavy IO load the buf daemon can run for many hundereds ofjeff2005-06-081-7/+29
* Initialize uio_iovcnt to 1 in extattr_list_vp() and extattr_get_vp()rodrigc2005-06-082-0/+4
* In sem_forkhook(), don't attempt to generate a copy of the process semaphorerwatson2005-06-081-0/+4
* - Clear OWEINACT prior to calling VOP_INACTIVE to remove the possibilityjeff2005-06-071-1/+2
OpenPOWER on IntegriCloud