| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -1/+4 |
| * | Move basemem variable into global scope so that the MP startup code can | Peter Wemm | 2003-09-22 | 1 | -0/+1 |
| * | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | Marcel Moolenaar | 2003-08-16 | 1 | -3/+0 |
| * | Add BASIC i386 binary support for the amd64 kernel. This is largely | Peter Wemm | 2003-05-14 | 1 | -0/+1 |
| * | Make atdevbase long for the KERNBASE > 4GB case | Peter Wemm | 2003-05-11 | 1 | -1/+1 |
| * | bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt) | Peter Wemm | 2003-05-10 | 1 | -1/+0 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -49/+2 |
| * | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | Dag-Erling Smørgrav | 2003-04-04 | 1 | -4/+5 |
| * | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | Peter Wemm | 2003-04-02 | 1 | -0/+16 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -1/+1 |
| * | - Move enable_sse()'s prototype to machine/md_var.h. | John Baldwin | 2003-01-22 | 1 | -2/+3 |
| * | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | John Baldwin | 2003-01-22 | 1 | -1/+1 |
| * | Rework part of the previous processor name changes so that we read | John Baldwin | 2003-01-09 | 1 | -1/+0 |
| * | - Add a cpu_exthigh variable to hold the highest extended cpuid value | John Baldwin | 2003-01-08 | 1 | -0/+2 |
| * | Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with | John Baldwin | 2003-01-08 | 1 | -0/+1 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 1 | -1/+7 |
| * | Change hw.physmem and hw.usermem to unsigned long like they used to be | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
| * | Move a prototype to the least wrong place. | Poul-Henning Kamp | 2002-08-02 | 1 | -0/+1 |
| * | The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient. | Poul-Henning Kamp | 2002-07-31 | 1 | -1/+1 |
| * | Add initialization code for the AMD Elan sc520 which maps the MMCR | Poul-Henning Kamp | 2002-07-18 | 1 | -0/+1 |
| * | GC various bits and pieces of USERCONFIG from all over the place. | Poul-Henning Kamp | 2002-04-09 | 1 | -1/+0 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-23 | 1 | -6/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -35/+35 |
| * | Back out part of KSE/M2 that snuck in under the radar: changing the | John Baldwin | 2002-02-27 | 1 | -2/+2 |
| * | Apparently during the KSE M2 commit bzero() on the i386 was changed so that | John Baldwin | 2002-02-08 | 1 | -2/+2 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 1 | -3/+0 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -4/+4 |
| * | vm_page_zero_idle() is no longer MD. | Peter Wemm | 2001-08-25 | 1 | -1/+0 |
| * | Activate SSE/SIMD. This is the extra context switching support that | Peter Wemm | 2001-07-12 | 1 | -0/+1 |
| * | Remove the last of the MD netisr code. It is now all MI. Remove | Jake Burkholder | 2000-12-05 | 1 | -1/+0 |
| * | - Overhaul the software interrupt code to use interrupt threads for each | John Baldwin | 2000-10-25 | 1 | -2/+1 |
| * | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | John Baldwin | 2000-10-05 | 1 | -0/+1 |
| * | Clean up some low level bootstrap code: | Peter Wemm | 2000-08-11 | 1 | -0/+1 |
| * | Don't forget to reset the hardware debug registers when a process that | Brian S. Dean | 2000-02-20 | 1 | -0/+1 |
| * | oszsigcode -> szosigcode | Marcel Moolenaar | 1999-12-04 | 1 | -1/+1 |
| * | Add a per-signal flag to mark handlers registered with osigaction, so we | Luoqi Chen | 1999-10-11 | 1 | -2/+1 |
| * | Simplification of the signal trampoline and other cleanups. | Marcel Moolenaar | 1999-10-07 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 1 | -1/+3 |
| * | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen | 1999-04-28 | 1 | -2/+3 |
| * | Moved declarations related to copying and zeroing to the right place. | Bruce Evans | 1999-01-08 | 1 | -1/+13 |
| * | Add the ability to specify where on the at_shutdown queue a handler is | Mike Smith | 1998-10-30 | 1 | -2/+1 |
| * | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | Peter Wemm | 1998-09-25 | 1 | -9/+1 |
| * | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | John Polstra | 1998-09-14 | 1 | -1/+3 |
| * | Don't pretend to support ix86's with 16-bit ints by using longs just to | Bruce Evans | 1998-07-11 | 1 | -11/+10 |
| * | Fixed disordering of busdma* and swi_vm. | Bruce Evans | 1998-02-01 | 1 | -4/+4 |
| * | Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that were | Justin T. Gibbs | 1998-01-21 | 1 | -1/+2 |
| * | Implementation of Bus Space for FreeBSD-x86. | Justin T. Gibbs | 1998-01-15 | 1 | -1/+3 |
| * | Moved some extern declarations to header files (unused ones to /dev/null). | Bruce Evans | 1997-11-20 | 1 | -1/+8 |