| Commit message (Expand) | Author | Age | Files | Lines |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 2 | -142/+0 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 2 | -2/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 2 | -24/+18 |
* | Allow Giant to be recursed when a process terminates. | jhb | 2001-07-03 | 2 | -4/+4 |
* | Don't need the .keep_me files. Obrien and I committed past each other. | imp | 2001-07-01 | 2 | -1/+1 |
* | Don't include machine/autoconf.h for now. It's not used and is breaking the | benno | 2001-07-01 | 1 | -0/+3 |
* | Register definitions for the OpenPIC used in various models of | benno | 2001-07-01 | 1 | -0/+93 |
* | Add TRAPF_* macros required by MI-ification of ast() and userret(). | benno | 2001-07-01 | 1 | -0/+3 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 1 | -0/+0 |
* | Really do proper keepme files in the compile directories. Use | imp | 2001-06-30 | 2 | -0/+1 |
* | Ensure sys/${MACHINE}/compile/FOO exists | obrien | 2001-06-30 | 1 | -0/+0 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 2 | -16/+0 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 2 | -2/+1 |
* | Put back the two semicolons I accidentally lost while reformatting this to | benno | 2001-06-28 | 1 | -2/+2 |
* | Code for dealing with external interrupts. | benno | 2001-06-27 | 1 | -0/+832 |
* | Fix comment breakage. | benno | 2001-06-27 | 12 | -139/+498 |
* | Fix the atomic_*_32 operations. These were written before I had the ability | benno | 2001-06-27 | 3 | -55/+78 |
* | Don't initialise ret in atomic_cmpset_32. | benno | 2001-06-26 | 1 | -2/+1 |
* | Fix asm constraints for atomic_cmpset_32. This fix may also be needed | benno | 2001-06-24 | 1 | -1/+1 |
* | More verbose version of identifycpu() which also contains many more CPU | benno | 2001-06-19 | 2 | -48/+98 |
* | The final commit for the first phase of PowerPC support. | benno | 2001-06-17 | 1 | -0/+31 |
* | This commit (along with one pending in sys/dev/ofw and one in sys/conf) give | benno | 2001-06-16 | 25 | -487/+606 |
* | Add CVS id. | obrien | 2001-06-15 | 1 | -1/+2 |
* | Bring in NetBSD code used in the PowerPC port. | benno | 2001-06-10 | 49 | -0/+17592 |
* | fix RCS ID style nit | obrien | 2001-06-09 | 1 | -1/+1 |
* | ID style nit. | obrien | 2001-06-09 | 1 | -1/+1 |
* | Style fix FreeBSD ID, and change continuation style slightly. | obrien | 2001-06-09 | 1 | -4/+3 |
* | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | phk | 2001-06-02 | 1 | -1/+1 |
* | GC #if 0'd calls to releasing and acquiring the old style giant kernel | jhb | 2001-05-29 | 2 | -12/+0 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | catch these files up to their i386 neighbors to make alpha boot | gallatin | 2001-05-21 | 2 | -12/+32 |
* | Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help | obrien | 2001-05-18 | 1 | -1/+1 |
* | Style changes -- revert ordering to mostly two revs ago. | obrien | 2001-05-18 | 1 | -61/+64 |
* | Consistently define the rune types. | obrien | 2001-05-16 | 1 | -4/+14 |
* | Move the int typedefs to the top so they can be used in defining other types. | obrien | 2001-05-16 | 1 | -19/+24 |
* | Lock the procfs functions for doing a single step and reading/writing | jhb | 2001-05-16 | 1 | -28/+16 |
* | Trim lots of stuff that is now in MI code along with MD alpha code. | jhb | 2001-05-10 | 1 | -324/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+5 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 3 | -15/+1 |
* | Initialize p_md.md_kernnest to 1 for newly fork'd processes since they | jhb | 2001-04-26 | 2 | -0/+12 |
* | Add a new field 'md_kernnest' to the alpha machine dependent process | jhb | 2001-04-24 | 1 | -0/+3 |
* | Fix includes so it compiles again. | mjacob | 2001-04-23 | 1 | -1/+2 |
* | Convert the protection of hte i8254 from critical_enter/exit like it is | jhb | 2001-04-18 | 1 | -0/+3 |
* | Blow away the panic mutex in favor of using a single atomic_cmpset() on a | jhb | 2001-04-17 | 1 | -4/+0 |
* | 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 |
* | - Include <machine/prom.h> to get the prototype for prom_halt(). | jhb | 2001-03-28 | 1 | -1/+1 |
* | Unbreak build on alpha. | ume | 2001-03-24 | 1 | -3/+0 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 1 | -0/+1 |
* | remove bogus check -- for kernel threads we fork off of proc0, not curproc | gallatin | 2001-03-15 | 2 | -4/+0 |