summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* In "show lockedvnods" DDB command, use db_printf() rather than printf()rwatson2007-12-281-1/+1
* Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.attilio2007-12-281-13/+0
* In order to avoid a huge class of deadlocks (in particular in interactionsattilio2007-12-271-1/+9
* Return ESRCH when a kernel stack is queried on a process in execve() --rwatson2007-12-271-1/+2
* As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becamesattilio2007-12-271-1/+1
* A partial solution to some of the 'pull the umass device with aimp2007-12-272-2/+11
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-261-1/+9
* Rewrite kern.console handling in sbuf(9). My intention is to leavewkoszek2007-12-251-21/+16
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-255-10/+18
* give thread0 the tid 100000 and bumpt the others to start at 100001julian2007-12-222-1/+3
* Make SCHED_ULE buildable with gcc3.wkoszek2007-12-211-17/+17
* When devclass_get_maxunit is passed a NULL, return -1 to indicate thatimp2007-12-191-1/+4
* Be more exact with sigaction SA_SIGINFO handling.obrien2007-12-181-2/+5
* Add SB_NOCOALESCE flag to disable socket buffer update in placekmacy2007-12-171-0/+1
* Check NULL pointer.davidxu2007-12-171-1/+10
* Add missing changes for fixing LOR of umtx lock and thread lock, followdavidxu2007-12-171-11/+24
* Refactor select to reduce contention and hide internal implementationjeff2007-12-165-175/+430
* - fix tab to space issue, hmm maybe I should use vi.rrs2007-12-151-1/+1
* - Re-implement lock profiling in such a way that it no longer breaksjeff2007-12-157-292/+470
* style.Makefile(5)obrien2007-12-141-1/+1
* Fix LOR of thread lock and umtx's priority propagation mutex duedavidxu2007-12-113-17/+17
* 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
OpenPOWER on IntegriCloud