| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 2 | -12/+16 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Strip out some #if's for old implementations of global data pointers. | peter | 2001-08-21 | 1 | -4/+0 |
* | Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif. | jhb | 2001-08-21 | 1 | -0/+2 |
* | Remove redundant declarations of functions that are declared in | jhb | 2001-08-18 | 1 | -2/+0 |
* | Prototype the ptrace_*() | obrien | 2001-08-16 | 1 | -0/+4 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 2 | -24/+26 |
* | OFF_T -> OFF (more standard style) | ache | 2001-08-15 | 2 | -4/+4 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 2 | -0/+6 |
* | Style changes to commonize the various platforms. | obrien | 2001-08-15 | 1 | -8/+8 |
* | Remove IPI_HALT to make way for a more correct fix for halts and restarts | jhb | 2001-08-13 | 1 | -1/+0 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 1 | -14/+0 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 1 | -6/+0 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | Simplify the implementation of pmap_emulate_reference(). The new version | dfr | 2001-07-24 | 1 | -4/+0 |
* | Fix reboot hangs that have happened with multiple processors | mjacob | 2001-07-14 | 1 | -0/+1 |
* | Follow Bruce's suggestions. They're probably wrong, but better than before. | mjacob | 2001-07-04 | 1 | -3/+10 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 1 | -1/+0 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -1/+0 |
* | Be conservative and always perform an mb after an atomic_cmpset operation. | jhb | 2001-06-22 | 1 | -0/+2 |
* | Use struct device * rather than device_t for (*pci_intr_route args), so | gallatin | 2001-06-11 | 1 | -1/+1 |
* | Fix style of defines. | obrien | 2001-06-09 | 1 | -25/+25 |
* | Sync up to v 1.9 of NetBSD's db_trace.c to get access to the | gallatin | 2001-06-08 | 1 | -2/+2 |
* | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | joerg | 2001-06-06 | 1 | -142/+0 |
* | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | phk | 2001-06-02 | 1 | -1/+1 |
* | Resurrect platform.pci_intr_map() and essentially undo the effects of | gallatin | 2001-06-01 | 1 | -1/+2 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -8/+0 |
* | One needs to introduce things with a `.file' directive before trying to | obrien | 2001-05-28 | 1 | -0/+6 |
* | Style changes -- revert ordering to mostly two revs ago. | obrien | 2001-05-18 | 1 | -65/+65 |
* | Consistently define the rune types. | obrien | 2001-05-16 | 1 | -4/+17 |
* | Move the int typedefs to the top so they can be used in defining other types. | obrien | 2001-05-16 | 1 | -24/+24 |
* | "Sir, the deorbit burn completed succesfully." | jhb | 2001-05-15 | 1 | -33/+0 |
* | Implement a few more floppy ioctl commands and IO options, namely: | joerg | 2001-05-14 | 1 | -2/+18 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 5 | -65/+14 |
* | Fix SCM ID's and remove tailing blanks. | obrien | 2001-04-25 | 1 | -3/+2 |
* | Add a new field 'md_kernnest' to the alpha machine dependent process | jhb | 2001-04-24 | 1 | -0/+1 |
* | Block out all interrupts, even machine checks, for critical_enter() | gallatin | 2001-04-21 | 2 | -1/+2 |
* | Convert the protection of hte i8254 from critical_enter/exit like it is | jhb | 2001-04-18 | 1 | -0/+3 |
* | - Add appropriate #ifndef/#define/#endif to protect against multiple | jhb | 2001-04-17 | 1 | -5/+4 |
* | - Fix memory barriers in atomic operations so that the barriers are always | jhb | 2001-04-17 | 1 | -20/+26 |
* | Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just | jhb | 2001-04-11 | 1 | -4/+4 |
* | Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes to | gallatin | 2001-03-30 | 1 | -0/+7 |
* | Rework the witness code to work with sx locks as well as mutexes. | jhb | 2001-03-28 | 2 | -2/+2 |
* | - Switch from using save/disable/restore_intr to using critical_enter/exit | jhb | 2001-03-28 | 1 | -23/+1 |
* | - Add the new critical_t type used to save state inside of critical | jhb | 2001-03-28 | 2 | -19/+7 |
* | Unbreak build on alpha. | ume | 2001-03-24 | 1 | -3/+0 |
* | 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 |
* | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | jhb | 2001-03-09 | 1 | -2/+0 |