| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | jhb | 2001-03-09 | 1 | -2/+0 |
* | Use the proc lock to protect p_pptr when waking up our parent in cpu_exit() | jhb | 2001-03-07 | 2 | -2/+4 |
* | Rename switch_trampoline() to fork_trampoline() on the alpha and ia64. | jhb | 2001-02-22 | 2 | -2/+2 |
* | GC unused and now obsolete assertion macros. | jhb | 2001-02-22 | 1 | -10/+0 |
* | - Don't call clear_resched() in userret(), instead, clear the resched flag | jhb | 2001-02-20 | 3 | -15/+0 |
* | Correct disordering which is corresponding to bde's fix to | ume | 2001-02-17 | 1 | -1/+1 |
* | Correct 2nd argument of getnameinfo(3) to socklen_t. | ume | 2001-02-15 | 1 | -0/+1 |
* | RIP <machine/lock.h>. | markm | 2001-02-11 | 2 | -37/+0 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 3 | -3/+0 |
* | Add a macro mtx_intr_enable() to alter a spin lock such that interrupts | jhb | 2001-02-10 | 1 | -0/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 5 | -55/+40 |
* | * Move exception_return to exception.s which is a more logical home for it. | dfr | 2001-01-31 | 1 | -0/+2 |
* | Update some comments, s0 in the pcb of a child returning from fork1() is | jhb | 2001-01-26 | 2 | -4/+4 |
* | - Change fork_exit() to take a pointer to a trapframe as its 3rd argument | jhb | 2001-01-24 | 2 | -4/+4 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 2 | -87/+6 |
* | - Rename the gd_cpuno member of struct globaldata to gd_cpuid. | jhb | 2001-01-24 | 2 | -8/+12 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -4/+24 |
* | cpuno -> cpuid. | jhb | 2001-01-24 | 1 | -1/+1 |
* | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | jasone | 2001-01-21 | 1 | -0/+6 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 2 | -2/+0 |
* | Remove unused per-cpu variables inside_intr and ss_eflags. | jake | 2001-01-12 | 2 | -2/+0 |
* | - Remove compatibility macros for accessing per-cpu variables. | jake | 2001-01-11 | 1 | -13/+0 |
* | Remove seconds types we don't use that came in thru the NetBSD heiratage. | obrien | 2001-01-08 | 1 | -1/+0 |
* | PowerPC atomic operation functions. | benno | 2001-01-07 | 3 | -56/+544 |
* | PowerPC assembler #defines. | benno | 2001-01-07 | 1 | -0/+95 |
* | Implement accessors for per-cpu variables which don't depend on the | jake | 2001-01-06 | 1 | -0/+1 |
* | PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h) | obrien | 2001-01-02 | 1 | -0/+46 |
* | PowerPC platform-specific definitions (modeled on sys/i386/include/types.h) | obrien | 2001-01-02 | 1 | -0/+67 |