summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR 83885.gnn2005-07-281-1/+4
* Fix the way how "InUse" column in 'vmstat -m' output works:pjd2005-07-271-3/+6
* Cast to uintptr_t when the compiler complains. This unbreaks ULEdelphij2005-07-251-2/+4
* Eliminate inconsistency in the setting of the B_DONE flag. Specifically,alc2005-07-202-1/+1
* - Allow vnlru to drop giant if the filesystem does not require it. Thejeff2005-07-201-2/+11
* - Slightly reorder the events around the setting of PRS_ZOMBIE to be lessjhb2005-07-181-8/+20
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichrwatson2005-07-172-5/+8
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-10/+9
* Correct build on 64-bit: cast u_int64_t to (unsigned long long) beforerwatson2005-07-141-1/+1
* Introduce a new sysctl, kern.malloc_stats, which exports kernel mallocrwatson2005-07-141-5/+93
* Bump the module versions of the MAC Framework and MAC policy modulesrwatson2005-07-141-1/+5
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-142-12/+48
* Add a 'sysent' target that depends on the various files built fromjhb2005-07-131-1/+4
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+6
* Regen.jhb2005-07-082-3/+3
* Mark second instance of lchown() MP safe just like the first.jhb2005-07-081-1/+1
* Regenerate.jhb2005-07-072-6/+6
* - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-072-169/+203
* Add MAC Framework and MAC policy entry point mac_check_socket_create(),rwatson2005-07-051-0/+14
* Fix one "wrong b_bufobj" panic in reassignbuf() by moving VI_UNLOCK(vp)pjd2005-07-051-1/+1
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-0110-64/+153
* MFP4:jkoshy2005-06-301-2/+7
* Use SCTL_MASK32 to determine that the sysctl call is from a 32bitps2005-06-301-7/+2
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-303-34/+249
* Second part of commit for moving KDB_STOP_NMI from opt_global.h topeter2005-06-301-0/+2
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-301-2/+7
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hpeter2005-06-291-0/+2
* Fix the false memory modified after free messages some users have beensilby2005-06-291-0/+3
* Fix fdcheckstd to pass the file descriptor along through vn_open. Whendd2005-06-251-1/+1
* 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
OpenPOWER on IntegriCloud