| Commit message (Expand) | Author | Age | Files | Lines |
* | - Pause a while after disabling lock profiling and before resetting it | jeff | 2007-12-31 | 1 | -5/+11 |
* | - Check the correct variable against NULL in two places. | jeff | 2007-12-31 | 1 | -4/+2 |
* | Rather than not redirting the bp when we get ENXIO, only redirty it | imp | 2007-12-30 | 1 | -11/+5 |
* | Remove explicit locking of struct file. | jeff | 2007-12-30 | 9 | -449/+299 |
* | Add the superpage reservation system. This is "part 2 of 2" of the | alc | 2007-12-29 | 1 | -0/+7 |
* | In "show lockedvnods" DDB command, use db_printf() rather than printf() | rwatson | 2007-12-28 | 1 | -1/+1 |
* | Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace. | attilio | 2007-12-28 | 1 | -13/+0 |
* | In order to avoid a huge class of deadlocks (in particular in interactions | attilio | 2007-12-27 | 1 | -1/+9 |
* | Return ESRCH when a kernel stack is queried on a process in execve() -- | rwatson | 2007-12-27 | 1 | -1/+2 |
* | As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becames | attilio | 2007-12-27 | 1 | -1/+1 |
* | A partial solution to some of the 'pull the umass device with a | imp | 2007-12-27 | 2 | -2/+11 |
* | Add textdump(4) facility, which provides an alternative form of kernel | rwatson | 2007-12-26 | 1 | -1/+9 |
* | Rewrite kern.console handling in sbuf(9). My intention is to leave | wkoszek | 2007-12-25 | 1 | -21/+16 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 5 | -10/+18 |
* | give thread0 the tid 100000 and bumpt the others to start at 100001 | julian | 2007-12-22 | 2 | -1/+3 |
* | Make SCHED_ULE buildable with gcc3. | wkoszek | 2007-12-21 | 1 | -17/+17 |
* | When devclass_get_maxunit is passed a NULL, return -1 to indicate that | imp | 2007-12-19 | 1 | -1/+4 |
* | Be more exact with sigaction SA_SIGINFO handling. | obrien | 2007-12-18 | 1 | -2/+5 |
* | Add SB_NOCOALESCE flag to disable socket buffer update in place | kmacy | 2007-12-17 | 1 | -0/+1 |
* | Check NULL pointer. | davidxu | 2007-12-17 | 1 | -1/+10 |
* | Add missing changes for fixing LOR of umtx lock and thread lock, follow | davidxu | 2007-12-17 | 1 | -11/+24 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 5 | -175/+430 |
* | - fix tab to space issue, hmm maybe I should use vi. | rrs | 2007-12-15 | 1 | -1/+1 |
* | - Re-implement lock profiling in such a way that it no longer breaks | jeff | 2007-12-15 | 7 | -292/+470 |
* | style.Makefile(5) | obrien | 2007-12-14 | 1 | -1/+1 |
* | Fix LOR of thread lock and umtx's priority propagation mutex due | davidxu | 2007-12-11 | 3 | -17/+17 |
* | Check for P_WEXIT before PHOLD() on a process in kstack and vm query | rwatson | 2007-12-09 | 1 | -0/+8 |
* | Kernel and hwpmc(4) support for callchain capture. | jkoshy | 2007-12-07 | 2 | -3/+28 |
* | Move several data structure definitions out of freebsd32_misc.c and into | jhb | 2007-12-06 | 1 | -0/+1 |
* | - Puts default limits on 4k/9k and 16k zones for mbufs all based | rrs | 2007-12-05 | 1 | -6/+67 |
* | Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer, | kib | 2007-12-05 | 1 | -15/+42 |
* | In nmount(), internally convert the mount option: "rdonly" to "ro". | rodrigc | 2007-12-05 | 1 | -3/+6 |
* | Apply a workaround for the unkillable jail problem where some devices created | thompsa | 2007-12-05 | 1 | -0/+2 |
* | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | kib | 2007-12-04 | 4 | -5/+46 |
* | Check for the program headers alignment of the ELF images before | kib | 2007-12-04 | 1 | -3/+10 |
* | Introduce an UMA backend page allocator for the jumbo frame zones that | alc | 2007-12-04 | 1 | -0/+33 |
* | When a symbol name can't be resolved, return "??" as the name, rather | rwatson | 2007-12-03 | 1 | -2/+2 |
* | Add another new sysctl in support of the forthcoming procstat(1) to | rwatson | 2007-12-02 | 1 | -0/+106 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+2 |
* | Add two new sysctls in support of the forthcoming procstat(1) to support | rwatson | 2007-12-02 | 2 | -2/+339 |
* | Eliminate vfs_page_set_valid()'s unused argument. | alc | 2007-12-02 | 1 | -5/+5 |
* | Modify stack(9) stack_print() and stack_sbuf_print() routines to use new | rwatson | 2007-12-01 | 2 | -25/+80 |
* | The kernel linker includes a number of utility functions to look up symbol | rwatson | 2007-12-01 | 1 | -13/+87 |
* | Deal with the possibility of device_set_unit() being called when attaching | peter | 2007-11-30 | 1 | -0/+11 |
* | Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise, | peter | 2007-11-30 | 1 | -0/+19 |
* | Move use of 'i' in cp_time sysctl under SCTL_MASK32 so that it compiles | rwatson | 2007-11-29 | 1 | -1/+2 |
* | Move the shared cp_time array (counts %sys, %user, %idle etc) to the | peter | 2007-11-29 | 1 | -9/+72 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -8/+0 |
* | Simplify the adaptive spinning algorithm in rwlock and mutex: | attilio | 2007-11-26 | 2 | -141/+113 |
* | Fix the spinlock static table adding missing spinlocks. | attilio | 2007-11-24 | 1 | -0/+2 |