| Commit message (Expand) | Author | Age | Files | Lines |
* | Add acpi to the build. Remove the hack from machdep.c that lies to the | peter | 2003-05-31 | 2 | -3/+7 |
* | Have hammer_time() return the proc0 stack location, and have locore | peter | 2003-05-31 | 2 | -25/+17 |
* | Regenerate. | peter | 2003-05-31 | 1 | -0/+447 |
* | Make this compile with WITNESS enabled. It wants the syscall names. | peter | 2003-05-31 | 3 | -3/+5 |
* | Port acpica to amd64. | peter | 2003-05-31 | 1 | -5/+5 |
* | With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros and | peter | 2003-05-31 | 1 | -28/+9 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -1/+1 |
* | Nasty 'make it compile' port to amd64. Note that it needs some other | peter | 2003-05-30 | 1 | -38/+40 |
* | Initial port to amd64 after repocopy from i386. Note that the | peter | 2003-05-30 | 3 | -170/+180 |
* | Add setjmp/longjmp for ddb | peter | 2003-05-30 | 1 | -0/+35 |
* | Update AMD Features vector to include NX (page table entry no-execute bit) | peter | 2003-05-27 | 1 | -5/+5 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 2 | -2/+3 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 2 | -32/+9 |
* | Stop profiled libc from exploding, matching gcc's generated code. | peter | 2003-05-24 | 1 | -4/+0 |
* | Typo fix. oops. | peter | 2003-05-23 | 1 | -1/+1 |
* | Update comments. Note that the kernel is at -1GB, not -2GB as erroniously | peter | 2003-05-23 | 1 | -3/+3 |
* | As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytes | peter | 2003-05-23 | 1 | -0/+1 |
* | Deal with the user VM space expanding. 32 bit applications do not like | peter | 2003-05-23 | 3 | -8/+8 |
* | Major pmap rework to take advantage of the larger address space on amd64 | peter | 2003-05-23 | 12 | -605/+655 |
* | Merge from i386/trap.c rev 1.252. Use td_critnest instead of the | peter | 2003-05-22 | 1 | -6/+6 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | Actually get all the bits for sd_hibase.. it was 16 bits short. oops. | peter | 2003-05-17 | 1 | -1/+1 |
* | Initialize logical_cpus_mask when the logical CPUs are enumerated in | alc | 2003-05-15 | 3 | -6/+15 |
* | Collect the nastiness for preserving the kernel MSR_GSBASE around the | peter | 2003-05-15 | 6 | -28/+41 |
* | Use compile time constants for things like PTmap[] etc because they're | peter | 2003-05-15 | 2 | -16/+3 |
* | Regen | peter | 2003-05-14 | 3 | -18/+43 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 22 | -222/+1489 |
* | Fix some misunderstandings about 64 bit extension. | peter | 2003-05-14 | 1 | -12/+6 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -3/+4 |
* | Really stop the loader from trying to load the acpi module by lying and | peter | 2003-05-12 | 1 | -0/+2 |
* | For the page fault handler, save %cr2 in the outer trap handler so that | peter | 2003-05-12 | 6 | -52/+76 |
* | Sync ucontext with reality. The struct trapframe changes need to be | peter | 2003-05-12 | 2 | -13/+13 |
* | AMD64 physical space is much larger than i386, de-i386 the bus_space and | peter | 2003-05-12 | 7 | -1377/+161 |
* | Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base | peter | 2003-05-12 | 8 | -91/+211 |
* | Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuid | peter | 2003-05-11 | 1 | -2/+2 |
* | I missed another printf format error while extracting the patch. | peter | 2003-05-11 | 1 | -1/+1 |
* | Make atdevbase long for the KERNBASE > 4GB case | peter | 2003-05-11 | 2 | -2/+2 |
* | Fix printf format errors that were undetected due to using the standard | peter | 2003-05-11 | 4 | -13/+14 |
* | Export PML4SHIFT and PDPSHIFT | peter | 2003-05-11 | 1 | -0/+2 |
* | Since compiling natively, the compile environment has been less forgiving | peter | 2003-05-11 | 2 | -5/+5 |
* | Provide a fake varargs implementation for lint's benefit. This way | peter | 2003-05-10 | 2 | -0/+17 |
* | Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, which | peter | 2003-05-10 | 1 | -63/+0 |
* | bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt) | peter | 2003-05-10 | 1 | -1/+0 |
* | Finish translating i386/support.s into amd64 asm - replace bcopy etc with | peter | 2003-05-10 | 2 | -63/+140 |
* | Include the MXCSR initial values, based on the AMD docs. This file | peter | 2003-05-09 | 2 | -0/+4 |
* | Turn syscons on now that it works, so that anybody trying to run this | peter | 2003-05-09 | 1 | -6/+6 |
* | Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical* | peter | 2003-05-08 | 2 | -2/+10 |
* | Leave space for the 128 byte red-zone on the stack. | peter | 2003-05-08 | 1 | -1/+1 |
* | #include <machine/metadata.h> was missing; add it | peter | 2003-05-08 | 1 | -0/+1 |
* | Fix a preemption race. I was reenabling interrupts in the fast system | peter | 2003-05-08 | 1 | -1/+1 |