| Commit message (Expand) | Author | Age | Files | Lines |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -334/+4 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -0/+4 |
* | Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid | bmilekic | 2000-10-08 | 1 | -8/+6 |
* | Work around a bug by adding struct tags. gcc-2.95 apparently gets the | bde | 2000-10-06 | 1 | -2/+2 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 3 | -3/+13 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 17 | -336/+481 |
* | Add atomic_readandclear_int and atomic_readandclear_long. | jhb | 2000-10-05 | 1 | -0/+42 |
* | Reduce userland namespace polution. | jasone | 2000-10-04 | 1 | -1/+4 |
* | Fix spelling error ("exits" should be "exists"). | jasone | 2000-10-04 | 1 | -1/+1 |
* | Clear pcb_schednest in cpu_fork() for the child process. This is | dfr | 2000-10-03 | 1 | -0/+7 |
* | Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat | bmilekic | 2000-09-30 | 1 | -13/+2 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 5 | -12/+12 |
* | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | jasone | 2000-09-23 | 1 | -2/+1 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -2/+0 |
* | Remove atomic_*_{32,64} since they are now inline. If you haven't rebuilt | dfr | 2000-09-22 | 1 | -81/+0 |
* | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | wpaul | 2000-09-20 | 2 | -0/+2 |
* | Remove a few leftover CLBYTES related bits. | phk | 2000-09-16 | 1 | -7/+0 |
* | Grab the scheduler lock before calling setrunqueue() and mi_switch(). | jhb | 2000-09-14 | 1 | -0/+2 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 3 | -37/+35 |
* | Don't release Giant for db_nofault exceptions since it isn't held when | dfr | 2000-09-14 | 1 | -1/+0 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 2 | -3/+1 |
* | - Fix spinlock exiting to handle recursion properly and only enable | jhb | 2000-09-13 | 1 | -5/+7 |
* | - Fix spinlock exits to properly handle the recursion count and only | jhb | 2000-09-13 | 1 | -43/+59 |
* | Import the global sched_lock variable instead of using a private copy. This | jhb | 2000-09-13 | 1 | -0/+1 |
* | Fix a comment, we have mutexes now instead of a single lock. | jhb | 2000-09-13 | 1 | -1/+1 |
* | Add back in obtaining/releasing Giant around interrupt handlers. | jhb | 2000-09-13 | 1 | -0/+10 |
* | Merge changes from the i386 port to allow userret() to be called both | dfr | 2000-09-12 | 1 | -11/+37 |
* | * Redo the cmpset inlines to use one less register. This incidentally | dfr | 2000-09-12 | 1 | -22/+156 |
* | Really disable interrupts for spin mutexes instead of just pretending. | dfr | 2000-09-12 | 1 | -8/+6 |
* | Turn the /dev/random device into a (pseudo-)device, not an option. | markm | 2000-09-12 | 2 | -2/+2 |
* | Add tx to the list of miibus using network drivers. We already build tx in | billf | 2000-09-11 | 2 | -0/+2 |
* | Well, this works for me and I can now boot my PC164 again. | mjacob | 2000-09-11 | 1 | -34/+41 |
* | The alpha doesn't have a eflags register, so don't refer to it here. | jhb | 2000-09-11 | 1 | -2/+0 |
* | Don't tell printf() to output a sign when printing out a value as hex. | jhb | 2000-09-11 | 1 | -1/+1 |
* | - Remove duplicate cp_time declaration. | jhb | 2000-09-11 | 1 | -4/+2 |
* | Relocate sys/systm.h #include to quiet warning. | jhb | 2000-09-11 | 1 | -1/+1 |
* | Remove the manipulation of the Giant mutex from the interrupt entry | dfr | 2000-09-10 | 1 | -10/+0 |
* | Fix printf warnings. | dfr | 2000-09-10 | 1 | -2/+2 |
* | Fix printf warnings in CTRx calls. | dfr | 2000-09-10 | 1 | -15/+15 |
* | Update to work with the current version of KTR. | dfr | 2000-09-10 | 1 | -74/+43 |
* | Style cleanups. No functional changes. | jasone | 2000-09-09 | 1 | -71/+63 |
* | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | jasone | 2000-09-09 | 1 | -16/+16 |
* | LINT -> NOTES | alex | 2000-09-09 | 1 | -2/+2 |
* | Add missing \'s to multline macros used for assertions. | jhb | 2000-09-09 | 1 | -2/+2 |
* | Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), | jasone | 2000-09-08 | 1 | -146/+160 |
* | Only call kdb_trap() if the DDB config option is specified. | jasone | 2000-09-08 | 1 | -0/+2 |
* | Minimal set of diffs from the i386 bits to the AlphaLinux. | obrien | 2000-09-07 | 1 | -406/+127 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 30 | -196/+3111 |
* | Add KTR, a facility that logs kernel events in order to to facilitate | jasone | 2000-09-07 | 1 | -0/+148 |
* | Minimal set of diffs from the i386 bits to the AlphaLinux. | obrien | 2000-09-06 | 3 | -499/+217 |