| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow alpha kernels to compile again- make sure opt_ddb.h is included | Matt Jacob | 2002-01-17 | 1 | -1/+4 |
| * | Add missing prototype for pmap_unmapdev(). | John Baldwin | 2002-01-11 | 1 | -0/+1 |
| * | Use a spare slot in the machine context to identify the context format | Daniel Eischen | 2002-01-10 | 1 | -1/+4 |
| * | Introduce a standard name for the lock protecting an interrupt controller | John Baldwin | 2001-12-20 | 1 | -0/+2 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 2 | -4/+4 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 7 | -167/+16 |
| * | style(9) | David E. O'Brien | 2001-12-09 | 1 | -9/+8 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 1 | -2/+0 |
| * | o Add new header <sys/stdint.h>. | Mike Barcroft | 2001-11-02 | 4 | -0/+470 |
| * | Detach the prom console when platform.cons_init is called. This seems | Matt Jacob | 2001-10-26 | 1 | -0/+1 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 1 | -9/+9 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 2 | -4/+10 |
| * | Try two on the preprocessing logic. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 1 | -5/+5 |
| * | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | David E. O'Brien | 2001-10-18 | 1 | -1/+4 |
| * | Sync comments with i386. | David E. O'Brien | 2001-10-18 | 1 | -6/+6 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -1/+1 |
| * | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | John Baldwin | 2001-09-18 | 2 | -2/+2 |
| * | Whitespace fixes. | John Baldwin | 2001-09-12 | 1 | -3/+3 |
| * | Style(9) fixes. | John Baldwin | 2001-09-12 | 1 | -2/+2 |
| * | Restore style(9) fixes from commit prior to previous commit. | John Baldwin | 2001-09-12 | 2 | -18/+18 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 13 | -43/+52 |
| * | style(9) the structure definitions. | David E. O'Brien | 2001-09-05 | 2 | -2/+2 |
| * | o Remove some GCCisms in src/powerpc/include/endian.h. | Mike Barcroft | 2001-08-30 | 2 | -12/+16 |
| * | vm_page_zero_idle() is no longer MD. | Peter Wemm | 2001-08-25 | 1 | -1/+0 |
| * | Strip out some #if's for old implementations of global data pointers. | Peter Wemm | 2001-08-21 | 1 | -4/+0 |
| * | Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif. | John Baldwin | 2001-08-21 | 1 | -0/+2 |
| * | Remove redundant declarations of functions that are declared in | John Baldwin | 2001-08-18 | 1 | -2/+0 |
| * | Prototype the ptrace_*() | David E. O'Brien | 2001-08-16 | 1 | -0/+4 |
| * | style(9) and make consistent across platforms | David E. O'Brien | 2001-08-16 | 2 | -24/+26 |
| * | OFF_T -> OFF (more standard style) | Andrey A. Chernov | 2001-08-15 | 2 | -4/+4 |
| * | Add OFF_T_MAX/OFF_T_MIN | Andrey A. Chernov | 2001-08-15 | 2 | -0/+6 |
| * | Style changes to commonize the various platforms. | David E. O'Brien | 2001-08-15 | 1 | -8/+8 |
| * | Remove IPI_HALT to make way for a more correct fix for halts and restarts | John Baldwin | 2001-08-13 | 1 | -1/+0 |
| * | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -14/+0 |
| * | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | Peter Wemm | 2001-08-08 | 1 | -6/+0 |
| * | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | Jake Burkholder | 2001-07-31 | 1 | -0/+11 |
| * | Simplify the implementation of pmap_emulate_reference(). The new version | Doug Rabson | 2001-07-24 | 1 | -4/+0 |
| * | Fix reboot hangs that have happened with multiple processors | Matt Jacob | 2001-07-14 | 1 | -0/+1 |
| * | Follow Bruce's suggestions. They're probably wrong, but better than before. | Matt Jacob | 2001-07-04 | 1 | -3/+10 |
| * | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | John Baldwin | 2001-06-29 | 1 | -1/+0 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 1 | -1/+0 |
| * | Be conservative and always perform an mb after an atomic_cmpset operation. | John Baldwin | 2001-06-22 | 1 | -0/+2 |
| * | Use struct device * rather than device_t for (*pci_intr_route args), so | Andrew Gallatin | 2001-06-11 | 1 | -1/+1 |
| * | Fix style of defines. | David E. O'Brien | 2001-06-09 | 1 | -25/+25 |
| * | Sync up to v 1.9 of NetBSD's db_trace.c to get access to the | Andrew Gallatin | 2001-06-08 | 1 | -2/+2 |
| * | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | Joerg Wunsch | 2001-06-06 | 1 | -142/+0 |
| * | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | Poul-Henning Kamp | 2001-06-02 | 1 | -1/+1 |
| * | Resurrect platform.pci_intr_map() and essentially undo the effects of | Andrew Gallatin | 2001-06-01 | 1 | -1/+2 |