| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve memguard a bit: | pjd | 2005-12-30 | 1 | -13/+17 |
* | Print a warning when we miss vinactive() call, because of race in vget(). | pjd | 2005-12-29 | 1 | -0/+20 |
* | patch(1) and I aren't friends today. Axe a duplicate copy of | jhb | 2005-12-29 | 1 | -82/+0 |
* | Add a new function msleep_spin() which is a slightly stripped down version | jhb | 2005-12-29 | 1 | -0/+164 |
* | Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks instead | jhb | 2005-12-29 | 1 | -8/+18 |
* | Fix a deadlock I introduced with the recently added printf to warn about | jhb | 2005-12-29 | 1 | -12/+14 |
* | Increment kobj_lookup_misses on a miss rather than decrementing it. | jhb | 2005-12-29 | 1 | -1/+1 |
* | Add code to report zombie state. | davidxu | 2005-12-29 | 1 | -0/+2 |
* | Trim trailing whitespace. | kan | 2005-12-28 | 1 | -46/+45 |
* | In realloc(9), determine size of the original block based on | pjd | 2005-12-28 | 1 | -1/+1 |
* | Use variable i instead of variable cpus as an index to get correct kseq. | davidxu | 2005-12-27 | 1 | -1/+1 |
* | Fix breakage introduced in the previous commit. | sobomax | 2005-12-26 | 1 | -4/+2 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 1 | -7/+10 |
* | Maintain the lock on the vnode for most of exec_elfN_imgact(). | alc | 2005-12-24 | 3 | -34/+61 |
* | Avoid kernel panic when attaching a process which may not be stopped | davidxu | 2005-12-24 | 2 | -28/+30 |
* | - Remove and unused include. | jeff | 2005-12-23 | 1 | -1/+0 |
* | Regenerate sysent with new abort2 system call. | phk | 2005-12-23 | 3 | -2/+87 |
* | Add abort2() systemcall. | phk | 2005-12-23 | 1 | -0/+1 |
* | Make sbuf_copyin() return the number of bytes copied on success. | phk | 2005-12-23 | 1 | -1/+1 |
* | Create the taskqueue_fast handler with INTR_MPSAFE so that it doesn't run | scottl | 2005-12-23 | 1 | -1/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -22/+15 |
* | Maintain the vnode lock throughout elfN_load_file() rather than releasing | alc | 2005-12-21 | 1 | -21/+13 |
* | Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminate | alc | 2005-12-20 | 1 | -15/+10 |
* | Reduce Giant scope a bit, as fdrop() is believed to be MPSAFE. | pjd | 2005-12-20 | 2 | -18/+14 |
* | vfs_mount_alloc() always returns 0, but what we really want is newly | pjd | 2005-12-20 | 1 | -15/+7 |
* | Use 'td' instead of 'curthread'. | pjd | 2005-12-19 | 1 | -1/+1 |
* | Fix a bug in slice calculation code, current code uses hz but | davidxu | 2005-12-19 | 1 | -19/+31 |
* | Remove the KTR for hardclock completely. It seems to not be useful. | njl | 2005-12-18 | 1 | -1/+0 |
* | Restore KTR_CRITICAL but conditionally compile it in as KTR_SCHED. | njl | 2005-12-18 | 1 | -2/+9 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 2 | -10/+10 |
* | Correct a long-standing problem in elfN_map_insert(): In order to copy a | alc | 2005-12-17 | 1 | -1/+1 |
* | Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB, | njl | 2005-12-17 | 2 | -3/+3 |
* | - Use uintfptr_t rather than int for the kernel profiling index (though it | jhb | 2005-12-16 | 1 | -3/+3 |
* | Change the addupc_*() functions to use the uintfptr_t type for pc rather | jhb | 2005-12-16 | 1 | -2/+2 |
* | Style: The second argument to vm_map_find() should be NULL instead of 0. | alc | 2005-12-16 | 1 | -1/+1 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 1 | -61/+29 |
* | In pipe_write(): when uiomove() fails, do not spin on it forever. | delphij | 2005-12-16 | 1 | -0/+2 |
* | Replace selwakeuppri with selwakeup, let scheduler figure out | davidxu | 2005-12-16 | 1 | -4/+4 |
* | When using m_dup(9) to copy more than MHLEN bytes of data, don't create an | emaste | 2005-12-14 | 1 | -1/+2 |
* | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | mux | 2005-12-14 | 1 | -4/+4 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 3 | -7/+7 |
* | Add a new 'show lock' command to ddb. If the argument has a valid lock | jhb | 2005-12-13 | 2 | -3/+110 |
* | Stop fiddling thread priority with msleep, eliminating unnecessary | davidxu | 2005-12-12 | 1 | -2/+2 |
* | Contributions from XFS for FreeBSD project: | rodrigc | 2005-12-12 | 1 | -8/+27 |
* | Remove unneeded calls to pmap_remove_all(). The given page is not mapped. | alc | 2005-12-11 | 1 | -1/+0 |
* | Hide the 4k mbuf clusters if the normal clusters are defined to be | andre | 2005-12-10 | 1 | -0/+2 |
* | Fix compiling warning on 64 bits system. | davidxu | 2005-12-09 | 1 | -1/+1 |
* | Add a sysctl to force a process to sigexit if a trap signal is | davidxu | 2005-12-09 | 1 | -0/+17 |
* | Register itimers_event_hook as a kernel event handler, so I don't | davidxu | 2005-12-09 | 3 | -9/+9 |
* | Comment out mqfs_create_link. Inline some small functions. | davidxu | 2005-12-09 | 1 | -4/+4 |