summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Check for P_WEXIT before PHOLD() on a process in kstack and vm queryrwatson2007-12-091-0/+8
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-072-3/+28
* Move several data structure definitions out of freebsd32_misc.c and intojhb2007-12-061-0/+1
* - Puts default limits on 4k/9k and 16k zones for mbufs all basedrrs2007-12-051-6/+67
* Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer,kib2007-12-051-15/+42
* In nmount(), internally convert the mount option: "rdonly" to "ro".rodrigc2007-12-051-3/+6
* Apply a workaround for the unkillable jail problem where some devices createdthompsa2007-12-051-0/+2
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-044-5/+46
* Check for the program headers alignment of the ELF images beforekib2007-12-041-3/+10
* Introduce an UMA backend page allocator for the jumbo frame zones thatalc2007-12-041-0/+33
* When a symbol name can't be resolved, return "??" as the name, ratherrwatson2007-12-031-2/+2
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-021-0/+106
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+2
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-022-2/+339
* Eliminate vfs_page_set_valid()'s unused argument.alc2007-12-021-5/+5
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newrwatson2007-12-012-25/+80
* The kernel linker includes a number of utility functions to look up symbolrwatson2007-12-011-13/+87
* Deal with the possibility of device_set_unit() being called when attachingpeter2007-11-301-0/+11
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,peter2007-11-301-0/+19
* Move use of 'i' in cp_time sysctl under SCTL_MASK32 so that it compilesrwatson2007-11-291-1/+2
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-291-9/+72
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-281-8/+0
* Simplify the adaptive spinning algorithm in rwlock and mutex:attilio2007-11-262-141/+113
* Fix the spinlock static table adding missing spinlocks.attilio2007-11-241-0/+2
* transferlockers() is a very dangerous and hack-ish function as waitersattilio2007-11-241-28/+0
* Remove remaining Giant acquisition around vn_fullpath1. This was missedkris2007-11-221-2/+0
* Cache the value of c_lock as it can change, in the struct,attilio2007-11-221-5/+7
* Add function UMTX_OP_WAIT_UINT, the function causes thread to wait fordavidxu2007-11-211-2/+24
* Test that p_textvp is non-NULL be dereferencing, as no executable vnode isrwatson2007-11-201-0/+5
* Add the function callout_init_rw() to callout facility in order to useattilio2007-11-201-53/+58
* Bump up the number of ttys supported by pty(4) to 512 by making use ofjhb2007-11-191-3/+3
* The kernel uses two ways to write data on a pipe:dumbbell2007-11-191-0/+4
* Expand lock class with the "virtual" function lc_assert which will offerattilio2007-11-185-0/+46
* - Add in missing event handler invokes for initial proc and thread.rrs2007-11-181-1/+11
* Add a function to list symbols in a file and their values at thejb2007-11-182-0/+21
* Acquire the process mutex and spin locks before calling thread_exit() injhb2007-11-151-1/+8
* - Adds event handlers for process_ctor,process_dtor, process_init,rrs2007-11-151-1/+5
* Fix build.glebius2007-11-151-1/+1
* Adds an event handler for:rrs2007-11-151-2/+6
* This time REALLY copy the name from the proc to the thread as a default.julian2007-11-153-1/+2
* When forking, the new thread deserves a name too. Don't just use thejulian2007-11-151-0/+1
* Remove a bogus KASSERT which will prevent rwlock to be acquiredattilio2007-11-141-3/+0
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-2/+2
* A bunch more files that should probably print out a thread namejulian2007-11-148-13/+13
* generally we are interested in what thread did something asjulian2007-11-1415-48/+48
* Make sure there is a good default thread name for all threads.julian2007-11-142-0/+2
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-101-0/+7
* A couple of optimizations to the last commit.jhb2007-11-081-2/+2
* Use VM_FAULT_DIRTY to fault in pages for write access inups2007-11-081-2/+3
* Make it easier to add more ptys to the pty(4) driver:jhb2007-11-081-19/+12
OpenPOWER on IntegriCloud