| Commit message (Expand) | Author | Age | Files | Lines |
* | - Move enable_sse()'s prototype to machine/md_var.h. | jhb | 2003-01-22 | 1 | -2/+3 |
* | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | jhb | 2003-01-22 | 1 | -1/+1 |
* | Rework part of the previous processor name changes so that we read | jhb | 2003-01-09 | 1 | -1/+0 |
* | - Add a cpu_exthigh variable to hold the highest extended cpuid value | jhb | 2003-01-08 | 1 | -0/+2 |
* | Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with | jhb | 2003-01-08 | 1 | -0/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -1/+7 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Move a prototype to the least wrong place. | phk | 2002-08-02 | 1 | -0/+1 |
* | The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient. | phk | 2002-07-31 | 1 | -1/+1 |
* | Add initialization code for the AMD Elan sc520 which maps the MMCR | phk | 2002-07-18 | 1 | -0/+1 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+0 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -6/+3 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -35/+35 |
* | Back out part of KSE/M2 that snuck in under the radar: changing the | jhb | 2002-02-27 | 1 | -2/+2 |
* | Apparently during the KSE M2 commit bzero() on the i386 was changed so that | jhb | 2002-02-08 | 1 | -2/+2 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 1 | -3/+0 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 1 | -0/+1 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 1 | -1/+0 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -2/+1 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -0/+1 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 1 | -0/+1 |
* | Don't forget to reset the hardware debug registers when a process that | bsd | 2000-02-20 | 1 | -0/+1 |
* | oszsigcode -> szosigcode | marcel | 1999-12-04 | 1 | -1/+1 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -2/+1 |
* | Simplification of the signal trampoline and other cleanups. | marcel | 1999-10-07 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 1 | -1/+3 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -2/+3 |
* | Moved declarations related to copying and zeroing to the right place. | bde | 1999-01-08 | 1 | -1/+13 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 1 | -2/+1 |
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | peter | 1998-09-25 | 1 | -9/+1 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 1 | -1/+3 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just to | bde | 1998-07-11 | 1 | -11/+10 |
* | Fixed disordering of busdma* and swi_vm. | bde | 1998-02-01 | 1 | -4/+4 |
* | Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that were | gibbs | 1998-01-21 | 1 | -1/+2 |
* | Implementation of Bus Space for FreeBSD-x86. | gibbs | 1998-01-15 | 1 | -1/+3 |
* | Moved some extern declarations to header files (unused ones to /dev/null). | bde | 1997-11-20 | 1 | -1/+8 |
* | Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h> | bde | 1997-10-27 | 1 | -2/+1 |
* | Revert the logic behind my last change, and use a function called | joerg | 1997-09-13 | 1 | -2/+2 |
* | Do not ever try to coredump adapter memory regions. | joerg | 1997-09-10 | 1 | -1/+2 |
* | VM86 kernel support. | dyson | 1997-08-09 | 1 | -2/+1 |
* | When APM is configured, turn off the power when halting for good. | wollman | 1997-06-15 | 1 | -1/+2 |
* | Preserve %fs and %gs across context switches. This has a relatively low | bde | 1997-06-07 | 1 | -1/+3 |
* | Improved CPU identification and initialization routines. This | kato | 1997-03-22 | 1 | -1/+7 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Further improved version of hadling a HALT when there is no console. | julian | 1996-10-31 | 1 | -1/+2 |