| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix cut-n-paste brain-o. | jhb | 2001-06-25 | 1 | -1/+1 |
* | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | jhb | 2001-06-22 | 1 | -2/+4 |
* | oops. prepare_usermode() died in August 2000 in the MI and x86 code. | peter | 2001-06-15 | 2 | -14/+0 |
* | Fix style of defines. | obrien | 2001-06-09 | 1 | -97/+97 |
* | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | joerg | 2001-06-06 | 1 | -126/+0 |
* | Don't hold sched_lock across addupc_task(). | jhb | 2001-06-06 | 1 | -1/+1 |
* | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | phk | 2001-06-02 | 1 | -1/+1 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -8/+0 |
* | Catch up to the axeing of MFS and fix the ia64 build. | jhb | 2001-05-30 | 1 | -1/+0 |
* | - Catch up to the VM mutex changes. | jhb | 2001-05-30 | 8 | -44/+51 |
* | Remove MFS options from all example kernel configs. | phk | 2001-05-29 | 1 | -1/+0 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -2/+2 |
* | Style changes -- revert ordering to mostly two revs ago. | obrien | 2001-05-18 | 1 | -56/+54 |
* | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | jhb | 2001-05-17 | 1 | -4/+0 |
* | Consistently define the rune types. | obrien | 2001-05-16 | 1 | -4/+19 |
* | Move the int typedefs to the top so they can be used in defining other types. | obrien | 2001-05-16 | 1 | -24/+24 |
* | Lock the procfs functions for doing a single step and reading/writing | jhb | 2001-05-16 | 1 | -27/+16 |
* | "Sir, the deorbit burn completed succesfully." | jhb | 2001-05-15 | 1 | -32/+0 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 2 | -2/+0 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 1 | -1/+0 |
* | Simplify the vm fault trap handling code a bit by using if-else instead of | jhb | 2001-05-11 | 1 | -11/+4 |
* | - Split out the support for per-CPU data from the SMP code. UP kernels | jhb | 2001-05-10 | 2 | -2/+2 |
* | Add include of sys/mutex.h and resort include of sys/lock.h. | jhb | 2001-05-09 | 1 | -1/+2 |
* | Add needed sys/lock.h include. | jhb | 2001-05-09 | 1 | -0/+1 |
* | 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 |