| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by | David E. O'Brien | 2001-07-15 | 1 | -25/+25 |
| * | Turn off preemption on the Alpha for the time being. Peter and JHB aren't | David E. O'Brien | 2001-07-15 | 1 | -1/+1 |
| * | Fix reboot hangs that have happened with multiple processors | Matt Jacob | 2001-07-14 | 4 | -3/+26 |
| * | Move fxp to the miibus section where it belongs. | Dima Dorfman | 2001-07-14 | 2 | -2/+2 |
| * | I really should have just commented out this intire file vs. removing all | David E. O'Brien | 2001-07-13 | 1 | -0/+25 |
| * | Hints processing is FUBAR'ed right now. | David E. O'Brien | 2001-07-13 | 1 | -25/+0 |
| * | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | Dima Dorfman | 2001-07-13 | 2 | -2/+2 |
| * | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | Brian S. Dean | 2001-07-11 | 1 | -0/+33 |
| * | Sanity guard- return ENODEV if we don't have a good IRQ resource. | Matt Jacob | 2001-07-11 | 1 | -0/+3 |
| * | Slight cleanliness- add an unlock of Giant in one dopanic case. Do | Matt Jacob | 2001-07-11 | 1 | -9/+6 |
| * | A set of changes to reduce the number of include files the kernel | Julian Elischer | 2001-07-08 | 2 | -2/+2 |
| * | Bracket call to vm_page_flag_set with required Giant lock/unlock. | Matt Jacob | 2001-07-05 | 1 | -1/+4 |
| * | You cannot require Giant to be locked when you haven't acquired it yet. | Matt Jacob | 2001-07-05 | 1 | -2/+4 |
| * | Move vm_page_zero_idle() from machine-dependant sections to a | Matthew Dillon | 2001-07-05 | 1 | -64/+0 |
| * | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | Matthew Dillon | 2001-07-04 | 1 | -1/+1 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 6 | -34/+19 |
| * | Follow Bruce's suggestions. They're probably wrong, but better than before. | Matt Jacob | 2001-07-04 | 1 | -3/+10 |
| * | Allow Giant to be recursed when a process terminates. | John Baldwin | 2001-07-03 | 1 | -2/+2 |
| * | gif(4) and stf(4) modernization: | Brooks Davis | 2001-07-02 | 2 | -2/+2 |
| * | Don't need the .keep_me files. Obrien and I committed past each other. | Warner Losh | 2001-07-01 | 2 | -1/+1 |
| * | Ensure sys/${MACHINE}/compile/FOO exists | David E. O'Brien | 2001-06-30 | 1 | -0/+0 |
| * | Really do proper keepme files in the compile directories. Use | Warner Losh | 2001-06-30 | 1 | -0/+1 |
| * | Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges | Warner Losh | 2001-06-30 | 1 | -1/+1 |
| * | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | John Baldwin | 2001-06-29 | 2 | -114/+0 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 7 | -42/+40 |
| * | Grab Giant around fault handling at the top level for now. | John Baldwin | 2001-06-29 | 1 | -0/+3 |
| * | Allow the clock lock to recurse. | John Baldwin | 2001-06-25 | 1 | -1/+1 |
| * | - Grab the vm lock around all of pmap_emulate_reference() as it manipulates | John Baldwin | 2001-06-25 | 2 | -8/+14 |
| * | fix oopslet for PROC_UNLOCK_NOSWITCH | Matt Jacob | 2001-06-24 | 1 | -1/+1 |
| * | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | John Baldwin | 2001-06-22 | 1 | -2/+4 |
| * | Be conservative and always perform an mb after an atomic_cmpset operation. | John Baldwin | 2001-06-22 | 1 | -0/+2 |
| * | Doh, missed a printf -> db_printf in the previous commit. | John Baldwin | 2001-06-22 | 1 | -1/+1 |
| * | Clean up some junk. The bogus trapframe on the stack was removed from the | Peter Wemm | 2001-06-16 | 1 | -7/+0 |
| * | I'm a dunce. Clean up some warnings by axeing some unused variables from | John Baldwin | 2001-06-15 | 1 | -2/+0 |
| * | Updates and tweaks to the new trace functionality: | John Baldwin | 2001-06-15 | 1 | -37/+44 |
| * | oops. prepare_usermode() died in August 2000 in the MI and x86 code. | Peter Wemm | 2001-06-15 | 1 | -8/+0 |
| * | If we're not going to use am7990_shutdown, comment it all out. | Matt Jacob | 2001-06-14 | 1 | -0/+4 |
| * | Fix Assembler buglet: Warning: .end directive names different symbol than .ent | Matt Jacob | 2001-06-14 | 1 | -1/+1 |
| * | As per comments in sys/linker_set.h: | Peter Wemm | 2001-06-14 | 1 | -313/+0 |
| * | initialize mp_ncpus in cpu_mp_probe() so that if the probe fails and | Andrew Gallatin | 2001-06-13 | 1 | -2/+2 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 2 | -8/+6 |
| * | Use struct device * rather than device_t for (*pci_intr_route args), so | Andrew Gallatin | 2001-06-11 | 1 | -1/+1 |
| * | Supply the intpin to the platform.pci_intr_map() function. It turns | Andrew Gallatin | 2001-06-10 | 3 | -0/+6 |
| * | 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 | 3 | -69/+325 |
| * | hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace() | Andrew Gallatin | 2001-06-06 | 1 | -1/+4 |
| * | Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming | Andrew Gallatin | 2001-06-06 | 1 | -0/+3 |
| * | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | Joerg Wunsch | 2001-06-06 | 1 | -142/+0 |
| * | Don't hold sched_lock across addupc_task(). | John Baldwin | 2001-06-06 | 1 | -1/+1 |
| * | Use correct flag in test whether this interrupt handler is fast or not. | Matt Jacob | 2001-06-04 | 1 | -1/+1 |