| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -2/+1 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 9 | -348/+37 |
* | When switching backing store during signal delivery, do the switch before | dfr | 2001-04-24 | 2 | -14/+16 |
* | Align stack pointer and backing store pointer to 16 byte boundary when | dfr | 2001-04-24 | 1 | -0/+5 |
* | Don't trash the user's pr on syscalls. | dfr | 2001-04-24 | 2 | -2/+4 |
* | Don't unwrap the function descriptor used as the callout argument to | dfr | 2001-04-19 | 1 | -7/+2 |
* | Don't take the Giant mutex for clock interrupts. | dfr | 2001-04-19 | 1 | -2/+0 |
* | Don't panic when we try to modify the kernel pmap. | dfr | 2001-04-18 | 1 | -2/+2 |
* | Print an approximation of the function arguments in the stack trace. | dfr | 2001-04-18 | 1 | -10/+25 |
* | Implement a simple stack trace for DDB. This will have to be redone | dfr | 2001-04-18 | 3 | -11/+68 |
* | Record the right value for tf_ndirty for kernel interruptions so that | dfr | 2001-04-18 | 2 | -6/+6 |
* | Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS) | obrien | 2001-04-15 | 1 | -1/+7 |
* | Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just | jhb | 2001-04-11 | 2 | -20/+20 |
* | Reduce the emasculation of bounds_check_with_label() by one line, so we | obrien | 2001-03-29 | 1 | -1/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -3/+5 |
* | Rework the witness code to work with sx locks as well as mutexes. | jhb | 2001-03-28 | 3 | -3/+3 |
* | Switch from save/disable/restore_intr() to critical_enter/exit(). | jhb | 2001-03-28 | 1 | -4/+3 |
* | Catch up to the mtx_saveintr -> mtx_savecrit change. | jhb | 2001-03-28 | 1 | -1/+1 |
* | - Switch from using save/disable/restore_intr to using critical_enter/exit | jhb | 2001-03-28 | 1 | -1/+1 |
* | - Add the new critical_t type used to save state inside of critical | jhb | 2001-03-28 | 2 | -9/+11 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 3 | -4/+0 |
* | Unbreak build on alpha. | ume | 2001-03-24 | 1 | -3/+0 |
* | - Define and use MAXCPU like the alpha and i386 instead of NCPUS. | jhb | 2001-03-24 | 2 | -6/+10 |
* | Stick a prototype for handleclock() in machine/clock.h and include it | jhb | 2001-03-24 | 2 | -0/+2 |
* | Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and | tmm | 2001-03-23 | 1 | -0/+2 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 1 | -1/+1 |
* | Allow the config file to specify a root filesystem filename. | dfr | 2001-03-09 | 1 | -1/+6 |
* | Adjust a comment slightly. | dfr | 2001-03-09 | 1 | -2/+1 |
* | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | jhb | 2001-03-09 | 1 | -1/+0 |
* | Unrevert the pmap_map() changes. They weren't broken on x86. | jhb | 2001-03-07 | 1 | -32/+26 |
* | - Release Giant a bit earlier on syscall exit. | jhb | 2001-03-07 | 1 | -13/+8 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -1/+1 |
* | Use the proc lock to protect p_pptr when waking up our parent in cpu_exit() | jhb | 2001-03-07 | 1 | -2/+2 |
* | Back out the pmap_map() change for now, it isn't completely stable on the | jhb | 2001-03-07 | 1 | -26/+32 |
* | Don't psignal() a process from forward_hardclock() but set the appropriate | jhb | 2001-03-06 | 1 | -2/+2 |
* | - Rework pmap_map() to take advantage of direct-mapped segments on | jhb | 2001-03-06 | 1 | -32/+26 |
* | Fix a couple of typos which became obvious when I started to actually use | dfr | 2001-03-04 | 1 | -3/+3 |
* | sched_swi -> swi_sched | jhb | 2001-02-24 | 1 | -1/+1 |
* | Don't include machine/mutex.h and relocate sys/mutex.h's include to be | jhb | 2001-02-24 | 1 | -2/+1 |
* | Clockframes have a trapframe stored in a cf_tf member, not ct_tf. | jhb | 2001-02-24 | 1 | -1/+1 |
* | Whitespace nits. | jhb | 2001-02-24 | 1 | -2/+2 |
* | Pass in process to mark ast on to aston(). | jhb | 2001-02-24 | 1 | -1/+1 |
* | Axe pcb_schednest as it is no longer used. | jhb | 2001-02-22 | 2 | -2/+0 |
* | Rename switch_trampoline() to fork_trampoline() on the alpha and ia64. | jhb | 2001-02-22 | 3 | -6/+6 |
* | Don't set the sched_lock lesting level for new processes as it is no | jhb | 2001-02-22 | 1 | -7/+0 |
* | Catch comments up to child_return() -> fork_return() as well. | jhb | 2001-02-22 | 1 | -2/+2 |
* | Synch up with the other architectures: | jhb | 2001-02-22 | 1 | -39/+18 |
* | Use the MI fork_return() fork trampoline callout function for child | jhb | 2001-02-22 | 1 | -1/+1 |
* | - Don't dink with sched_lock in cpu_switch() since mi_switch() does this | jhb | 2001-02-22 | 1 | -23/+14 |
* | - Axe the now unused ASS_* assertions for interrupt status. | jhb | 2001-02-22 | 1 | -10/+1 |