summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* mp_ncpus is always (properly) initialized, even on UP kernels, so just use it.pjd2005-08-211-5/+0
* Silence "busy" warnings when unmounting devfs at system shutdown. Thisrwatson2005-08-201-6/+16
* Properly un-giant-trick the cdevsw in fini_cdevsw()phk2005-08-201-3/+7
* Add missing brackets.davidxu2005-08-191-1/+1
* Fix a LOR between sched_lock and sleep queue lock.davidxu2005-08-192-7/+8
* Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectlydavidxu2005-08-191-8/+8
* - don't forget to save freqency when priority is raised.ume2005-08-181-3/+2
* don't forget to update curr_priority. even when frequency isume2005-08-181-0/+1
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-9/+155
* In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.phk2005-08-171-0/+6
* Save cpu level only when priority is greater than PRIO_USERume2005-08-161-1/+1
* Remove stale comment.phk2005-08-161-2/+0
* Collect the devfs related sysctls in one placephk2005-08-161-4/+0
* Create a new internal .h file to communicate very private stuffphk2005-08-161-0/+2
* Do not keep parent directory locked while calling VFS_ROOT to traverse mountkan2005-08-141-0/+2
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.kan2005-08-131-6/+0
* Make mpsafe_vfs=1 the default on ia64.marcel2005-08-131-1/+2
* The "lowest" sysctl setting makes more sense as the lowest one to use, sonjl2005-08-111-2/+2
* Do not drop the vnode interlock if vdropl is called on already doomed vnode.kan2005-08-101-3/+1
* Add an order between UDP inpcb locks and the IPv4 multicast addressrwatson2005-08-091-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+8
* Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we arecsjp2005-08-081-0/+2
* 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
OpenPOWER on IntegriCloud