| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that all resource allocation is handled in the pcib device, not | dfr | 2001-05-23 | 12 | -119/+90 |
* | catch up to i386: | gallatin | 2001-05-23 | 1 | -7/+24 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 3 | -3/+3 |
* | grab the vm mtx around exec_new_vmspace() | gallatin | 2001-05-22 | 1 | -0/+2 |
* | Change pmap_emulate_reference() so that it only touches the vm_page | gallatin | 2001-05-21 | 1 | -1/+9 |
* | catch these files up to their i386 neighbors to make alpha boot | gallatin | 2001-05-21 | 3 | -8/+28 |
* | fix vm_mtx related compiler warning | gallatin | 2001-05-20 | 1 | -0/+1 |
* | fix alpha-MD compile errors after the vm_mtx commit | gallatin | 2001-05-20 | 11 | -0/+11 |
* | Style changes -- revert ordering to mostly two revs ago. | obrien | 2001-05-18 | 1 | -65/+65 |
* | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | jhb | 2001-05-17 | 1 | -5/+1 |
* | 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 |
* | Lock the procfs functions for doing a single step and reading/writing | jhb | 2001-05-16 | 1 | -28/+16 |
* | "Sir, the deorbit burn completed succesfully." | jhb | 2001-05-15 | 1 | -33/+0 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 3 | -3/+0 |
* | Implement a few more floppy ioctl commands and IO options, namely: | joerg | 2001-05-14 | 1 | -2/+18 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 2 | -2/+0 |
* | Simply the vm fault trap handling code a bit by using if-else instead of | jhb | 2001-05-11 | 1 | -11/+4 |
* | Allow sendsig() to hand the proc lock off to osendsig() rather than having | jhb | 2001-05-11 | 1 | -2/+1 |
* | - Split out the support for per-CPU data from the SMP code. UP kernels | jhb | 2001-05-10 | 3 | -3/+3 |
* | The new order of things is that dwlpxN is now called pcibN- so hack around | mjacob | 2001-05-10 | 1 | -2/+4 |
* | add alpha_pci_route_interrupt method | mjacob | 2001-05-10 | 1 | -2/+4 |
* | Quick hack to reintroduce the notion that there might be alpha platforms | mjacob | 2001-05-10 | 1 | -20/+82 |
* | Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.h | jhb | 2001-05-09 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 6 | -59/+57 |
* | Turn on preemption by default on the alpha arch. This also removes the | jhb | 2001-05-01 | 1 | -5/+0 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 11 | -769/+115 |
* | Make stathz match reality on platforms like the 4100 where hz!=1024 | gallatin | 2001-04-27 | 1 | -1/+1 |
* | Initialize p_md.md_kernnest to 1 for newly fork'd processes since they | jhb | 2001-04-26 | 1 | -0/+6 |
* | Fix SCM ID's and remove tailing blanks. | obrien | 2001-04-25 | 8 | -27/+24 |
* | - Make the dumping of console messages from the secondary CPU's to the | jhb | 2001-04-25 | 1 | -3/+5 |
* | alpha_fpstate_save is fairly expensive (critical enter/exit, possibly | gallatin | 2001-04-25 | 1 | -0/+2 |
* | Add a new field 'md_kernnest' to the alpha machine dependent process | jhb | 2001-04-24 | 6 | -15/+69 |
* | fix it so it compiles again after twerpage elsewhere | mjacob | 2001-04-23 | 1 | -0/+2 |
* | Fix includes so it compiles again. | mjacob | 2001-04-23 | 1 | -1/+2 |
* | Block out all interrupts, even machine checks, for critical_enter() | gallatin | 2001-04-21 | 2 | -1/+2 |
* | GC some debugging code that's been #if 0'ed since we got the file from | gallatin | 2001-04-20 | 1 | -8/+0 |
* | Convert the protection of hte i8254 from critical_enter/exit like it is | jhb | 2001-04-18 | 3 | -17/+18 |
* | Back out the previous revision as it causes random sig 11's to userland | jhb | 2001-04-18 | 1 | -7/+3 |
* | Save are floating point state in cpu_switch() if needed instead of relying | jhb | 2001-04-17 | 2 | -1/+8 |
* | set gd_other_cpus later, when we have a better idea what the other cpus | gallatin | 2001-04-17 | 1 | -1/+0 |
* | Improved support for alpha SMP. The following commit gets dual AS2100s | gallatin | 2001-04-17 | 1 | -54/+193 |
* | Changes to support SMP: | gallatin | 2001-04-17 | 1 | -6/+2 |
* | changes to smp_init_secondary_glue(): | gallatin | 2001-04-17 | 1 | -19/+11 |
* | Blow away the panic mutex in favor of using a single atomic_cmpset() on a | jhb | 2001-04-17 | 1 | -3/+0 |
* | - 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 |
* | Add a cpu_throw() function that secondary CPU's can use for their first | jhb | 2001-04-17 | 1 | -0/+10 |
* | In exception_return(), test for usermode before testing the IPL to see if | jhb | 2001-04-17 | 1 | -3/+7 |
* | - Stop other CPU's in the SMP case when we enter ddb. | jhb | 2001-04-17 | 1 | -2/+52 |