| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 1 | -0/+12 |
* | Various whitespace cleanups after the SMPng commit, which jumbled things | jhb | 2000-10-06 | 1 | -19/+19 |
* | Don't treat a kernel stack fault the same as a general protect fault or | jhb | 2000-10-06 | 1 | -0/+3 |
* | Fixed hang on booting with -d. mtx_enter() was called on an uninitialized | bde | 2000-09-13 | 1 | -4/+2 |
* | Quick fix for hang on booting with -d. mtx_enter() was called before | bde | 2000-09-12 | 1 | -2/+4 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -183/+208 |
* | Change the behavior of isa_nmi to log an error message instead of | ps | 2000-08-06 | 1 | -9/+31 |
* | Handle write page faults (both write only or read-modify-write) as MI vm | luoqi | 2000-07-31 | 1 | -3/+3 |
* | Change the way NMI's are handled. Before, if DDB was enabled and | ps | 2000-07-14 | 1 | -12/+14 |
* | Fix my own style bugs (use of spaces instead of tabs for indentation). | bsd | 2000-07-01 | 1 | -18/+18 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -38/+113 |
* | I applied the wrong patch set. Back out anything associated | dufault | 2000-03-02 | 1 | -1/+0 |
* | Patches that eliminate extra context switches in FIFO case. | dufault | 2000-03-02 | 1 | -0/+1 |
* | Don't forget to reset the hardware debug registers when a process that | bsd | 2000-02-20 | 1 | -1/+19 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -4/+2 |
* | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | alc | 1999-11-09 | 1 | -4/+6 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 1 | -4/+4 |
* | Changed the global `idt' from an array to a pointer so that npx.c | bde | 1999-06-18 | 1 | -3/+2 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -10/+1 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -8/+3 |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | peter | 1999-04-19 | 1 | -31/+1 |
* | Make TIMER_FREQ a normal, undocumented option. Raise confusion to | phk | 1999-03-09 | 1 | -1/+2 |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 1 | -1/+37 |
* | Improved DDB_UNATTENDED behaviour. From the submitter: | msmith | 1998-12-28 | 1 | -2/+6 |
* | Removed bogus casts of USRSTACK and/or the other operand in binary | bde | 1998-12-16 | 1 | -7/+4 |
* | Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUG | archie | 1998-12-06 | 1 | -2/+2 |
* | - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This | kato | 1998-12-02 | 1 | -27/+59 |
* | Fixed printf format errors. | bde | 1998-08-23 | 1 | -2/+2 |
* | Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under | eivind | 1998-04-28 | 1 | -1/+5 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -4/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Add the ability to make real-mode BIOS calls from the kernel. Currently, | jlemon | 1998-03-23 | 1 | -1/+33 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | eivind | 1998-01-31 | 1 | -1/+2 |
* | Changes to allow event-based process monitoring and control. | sef | 1997-12-06 | 1 | -1/+12 |
* | document and make the NO_F00F_HACK a proper option... | jmg | 1997-12-04 | 1 | -2/+3 |
* | After consultation with David, change | jkh | 1997-12-04 | 1 | -5/+5 |
* | Work around for the Intel Pentium F00F bug; this is Intel's recommended | sef | 1997-12-03 | 1 | -1/+24 |
* | Fixed some #include messes. | bde | 1997-11-24 | 1 | -7/+11 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -8/+8 |
* | Compensate for pcb.h tweaks. | peter | 1997-10-10 | 1 | -1/+6 |
* | Convert the VM86 option from a global option to an option only depended | peter | 1997-10-10 | 1 | -1/+2 |
* | autoconf.c: | gibbs | 1997-09-21 | 1 | -1/+3 |
* | Cosmetic adjustment for the trap/double fault/panic cpu id listing. | peter | 1997-09-05 | 1 | -8/+9 |
* | Remove the vm86 support as an LKM, and link it directly into the kernel | jlemon | 1997-08-28 | 1 | -4/+5 |