summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-082-2/+3
* Check to see if we wired the user-supplied buffers in SYSCTL_OUT, ifcsjp2005-08-081-1/+6
* Try best to keep a preempted thread at front of run queue, this seemsdavidxu2005-08-081-1/+9
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-071-2/+11
* Change the data type of the upper shared memory limits from a signedcsjp2005-08-061-9/+9
* Holding a vnode doesn't prevent v_mount from disappearing (when thessouhlal2005-08-061-0/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+7
* - Unlock before we call mac_destroy_vnode to prevent a lock order reversal.jeff2005-08-031-0/+1
* - Use lockmgr_printinfo rather than rolling our own. This introduces ajeff2005-08-031-3/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrjeff2005-08-031-5/+8
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-033-51/+15
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+165
* In adjustrunqueue(), add code to handle thread migrating case fordavidxu2005-08-031-1/+6
* Long overdue, keep up with mbuf.h,v 1.148.ru2005-08-021-3/+2
* Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Stdkbyanc2005-08-011-0/+1
* If a thread was removed from system run queue, kse_assign shouldn'tdavidxu2005-07-311-0/+4
* The resource_xxx routines in subr_hints.c are called before and after thenetchild2005-07-311-0/+2
* Add bounds checking to the setenv part of the kernel environment.netchild2005-07-311-1/+10
* Fail the module loading process if the currently executing kerneljkoshy2005-07-301-7/+14
* Ignore mutex asserts when we're dumping as well. This allows meps2005-07-301-1/+2
* add m_align, a function to align any type of mbuf (i.e. itsam2005-07-301-0/+19
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-291-6/+10
* 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
OpenPOWER on IntegriCloud