| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the p_spinlocks spin lock count that was obsoleted by the | jhb | 2001-06-30 | 1 | -1/+0 |
* | Replace some use of 'p' with 'targetp' so as to not scarily overload the | rwatson | 2001-06-30 | 1 | -11/+17 |
* | Make the schedlock saved critical section state a per-thread property. | jhb | 2001-06-30 | 2 | -4/+3 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 1 | -1162/+17 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -3/+3 |
* | Grab Giant around trap_pfault() for now. | jhb | 2001-06-29 | 1 | -0/+4 |
* | Fix up indentation. | jlemon | 2001-06-29 | 2 | -4/+4 |
* | Remove a fascinating but confusing construct involving chaining | rwatson | 2001-06-28 | 1 | -33/+31 |
* | Add error checking for copyin() operations in posix4 scheduling code. | rwatson | 2001-06-28 | 1 | -2/+6 |
* | Don't check witness assertions if the lock doesn't use witness or witness | jhb | 2001-06-28 | 1 | -0/+3 |
* | - Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -6/+13 |
* | - Add trylock variants of shared and exclusive locks. | jhb | 2001-06-27 | 1 | -4/+42 |
* | - Add a new witness_assert() to perform arbitrary locking assertions. | jhb | 2001-06-27 | 1 | -13/+77 |
* | - Always use the proc lock of the task leader to protect the peers list of | jhb | 2001-06-27 | 1 | -15/+12 |
* | - Move the 'clk' spinlock below other spin locks since KTR trace events | jhb | 2001-06-25 | 1 | -6/+39 |
* | - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace | jhb | 2001-06-25 | 1 | -14/+17 |
* | - Sort includes. | jhb | 2001-06-25 | 1 | -9/+9 |
* | Count the context switch when blocking on a mutex as a voluntary context | jhb | 2001-06-25 | 2 | -0/+6 |
* | Count the switch when an ithread goes idle as a voluntary context switch. | jhb | 2001-06-25 | 1 | -0/+1 |
* | Don't dereference a NULL pointer if we fail to get a sendfilebuf. | dwmalone | 2001-06-24 | 1 | -1/+2 |
* | After exhaustive discussions and some meandering and confusion, enough | dillon | 2001-06-24 | 1 | -0/+6 |
* | - Lock CURSIG() with the proc lock to close the signal race with psignal. | jhb | 2001-06-22 | 1 | -99/+67 |
* | - Lock CURSIG with the proc lock and don't release the proc lock until | jhb | 2001-06-22 | 1 | -4/+10 |
* | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | jhb | 2001-06-22 | 1 | -3/+4 |
* | - Change CURSIG() and postsig() to require that the proc lock is held | jhb | 2001-06-22 | 1 | -9/+10 |
* | int -> size_t fix | mjacob | 2001-06-22 | 1 | -2/+2 |
* | Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for | mjacob | 2001-06-22 | 1 | -2/+11 |
* | changed hostid from long to unsigned long to be able to store values > 2GB | pirzyk | 2001-06-22 | 1 | -3/+2 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 4 | -472/+1048 |
* | Fix some lock order reversals where we called free() while holding a proc | jhb | 2001-06-20 | 2 | -11/+14 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -30/+25 |
* | Preemption by an interrupt thread is an involuntary switch, not a voluntary | jhb | 2001-06-20 | 1 | -1/+1 |
* | Constify (silence warnings introduced by last commit to sys/module.h) | des | 2001-06-20 | 1 | -7/+7 |
* | After one too many PRs on the subject, bite the bullet and define IOV_MAX | wollman | 2001-06-18 | 1 | -0/+4 |
* | Lock Giant in postsig() for the KTRACE case as ktrpsig() needs Giant when | jhb | 2001-06-18 | 1 | -0/+4 |
* | Add linker_reference_module(). | brian | 2001-06-18 | 1 | -0/+25 |
* | Don't remove the SI_CHEAPCLONE for unsupported minors | brian | 2001-06-18 | 1 | -1/+2 |
* | Move setugid() a little sooner to before we release tracing in case | peter | 2001-06-16 | 1 | -2/+3 |
* | Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithread | peter | 2001-06-16 | 1 | -1/+4 |
* | Fix warnings: | jlemon | 2001-06-16 | 1 | -0/+1 |
* | Correctly hook up the write kqfilter to pipes. | jlemon | 2001-06-15 | 1 | -5/+7 |
* | Fix some warnings in kern_environment.c. Make the getenv*() family | peter | 2001-06-15 | 1 | -3/+3 |
* | As per comments in sys/linker_set.h: | peter | 2001-06-14 | 1 | -107/+0 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 9 | -140/+302 |
* | Patch up a blunder I made a few days ago. nmbcnt was being initialized | peter | 2001-06-13 | 1 | -6/+15 |
* | Hints overhaul: | peter | 2001-06-12 | 2 | -465/+578 |
* | Rename nextpid to lastpid and externalize it. | des | 2001-06-11 | 1 | -7/+7 |
* | Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!) | des | 2001-06-11 | 1 | -0/+1 |
* | copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!) | des | 2001-06-11 | 1 | -10/+2 |
* | Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which | des | 2001-06-11 | 1 | -0/+98 |