| Commit message (Expand) | Author | Age | Files | Lines |
* | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | jhb | 2001-06-22 | 1 | -2/+4 |
* | Be conservative and always perform an mb after an atomic_cmpset operation. | jhb | 2001-06-22 | 1 | -0/+2 |
* | Doh, missed a printf -> db_printf in the previous commit. | jhb | 2001-06-22 | 1 | -1/+1 |
* | Clean up some junk. The bogus trapframe on the stack was removed from the | peter | 2001-06-16 | 1 | -7/+0 |
* | I'm a dunce. Clean up some warnings by axeing some unused variables from | jhb | 2001-06-15 | 1 | -2/+0 |
* | Updates and tweaks to the new trace functionality: | jhb | 2001-06-15 | 1 | -37/+44 |
* | oops. prepare_usermode() died in August 2000 in the MI and x86 code. | peter | 2001-06-15 | 1 | -8/+0 |
* | If we're not going to use am7990_shutdown, comment it all out. | mjacob | 2001-06-14 | 1 | -0/+4 |
* | Fix Assembler buglet: Warning: .end directive names different symbol than .ent | mjacob | 2001-06-14 | 1 | -1/+1 |
* | As per comments in sys/linker_set.h: | peter | 2001-06-14 | 1 | -313/+0 |
* | initialize mp_ncpus in cpu_mp_probe() so that if the probe fails and | gallatin | 2001-06-13 | 1 | -2/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 2 | -8/+6 |
* | Use struct device * rather than device_t for (*pci_intr_route args), so | gallatin | 2001-06-11 | 1 | -1/+1 |
* | Supply the intpin to the platform.pci_intr_map() function. It turns | gallatin | 2001-06-10 | 3 | -0/+6 |
* | 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 | 3 | -72/+328 |
* | hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace() | gallatin | 2001-06-06 | 1 | -1/+4 |
* | Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming | gallatin | 2001-06-06 | 1 | -0/+3 |
* | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | joerg | 2001-06-06 | 1 | -142/+0 |
* | Don't hold sched_lock across addupc_task(). | jhb | 2001-06-06 | 1 | -1/+1 |
* | Use correct flag in test whether this interrupt handler is fast or not. | mjacob | 2001-06-04 | 1 | -1/+1 |
* | 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 | 15 | -213/+206 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -8/+0 |
* | remove unneeded #include <vm/vm_map.h> | gallatin | 2001-05-31 | 2 | -2/+0 |
* | Backout previous revision. While it fixed many platforms, it broke | gallatin | 2001-05-31 | 1 | -7/+2 |
* | move wx to be part of miibus requiring chipsets | mjacob | 2001-05-30 | 2 | -2/+2 |
* | GC #if 0'd calls to releasing and acquiring the old style giant kernel | jhb | 2001-05-29 | 1 | -6/+0 |
* | Remove MFS options from all example kernel configs. | phk | 2001-05-29 | 2 | -2/+0 |
* | One needs to introduce things with a `.file' directive before trying to | obrien | 2001-05-28 | 3 | -2/+13 |
* | finally fix intr routing on alphas such as the as500 after months of | gallatin | 2001-05-27 | 1 | -2/+7 |
* | catch up to i386: Don't acquire Giant just to print the trap and panic | gallatin | 2001-05-25 | 1 | -2/+0 |
* | make this compile. | gallatin | 2001-05-25 | 1 | -1/+1 |
* | track the One True Architecture (i386) | mjacob | 2001-05-25 | 1 | -4/+4 |
* | JHB would prefer the KTR examples not be in here. | obrien | 2001-05-25 | 2 | -8/+0 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -17/+30 |
* | + Turn on SMP support by default (yes an Alpha SMP kernel works on | obrien | 2001-05-25 | 2 | -0/+14 |
* | 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 |