| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix restarted syscalls. When we rewind %rip, we also need to restore | Peter Wemm | 2003-06-02 | 1 | -2/+6 |
| * | Make this more compatable with libc_r. Make the internal types for storing | Peter Wemm | 2003-06-02 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-02 | 2 | -3/+6 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-02 | 5 | -5/+15 |
| * | MFi386: i386/include/asm.h rev 1.11: Do not abuse ##. | Peter Wemm | 2003-06-02 | 1 | -1/+1 |
| * | Use C99 compatable asm statements. | David E. O'Brien | 2003-06-02 | 1 | -2/+2 |
| * | Sync with i386/GENERIC ordering. | David E. O'Brien | 2003-06-01 | 1 | -18/+20 |
| * | MFi386: rev 1.56: remove break after return | Peter Wemm | 2003-05-31 | 1 | -2/+2 |
| * | MFi386: rev 1.23: use gdb_strlen()/gdb_strcpy() directly. | Peter Wemm | 2003-05-31 | 1 | -14/+11 |
| * | MFi386: rev 1.50: remove unused variable | Peter Wemm | 2003-05-31 | 1 | -3/+0 |
| * | Avoid unbalancing the { } count in the source file with #ifdef by | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+3 |
| * | Add acpi to the build. Remove the hack from machdep.c that lies to the | Peter Wemm | 2003-05-31 | 2 | -3/+7 |
| * | Have hammer_time() return the proc0 stack location, and have locore | Peter Wemm | 2003-05-31 | 2 | -25/+17 |
| * | Regenerate. | Peter Wemm | 2003-05-31 | 1 | -0/+447 |
| * | Make this compile with WITNESS enabled. It wants the syscall names. | Peter Wemm | 2003-05-31 | 3 | -3/+5 |
| * | Port acpica to amd64. | Peter Wemm | 2003-05-31 | 1 | -5/+5 |
| * | With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros and | Peter Wemm | 2003-05-31 | 1 | -28/+9 |
| * | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | Hiten Pandya | 2003-05-30 | 1 | -1/+1 |
| * | Nasty 'make it compile' port to amd64. Note that it needs some other | Peter Wemm | 2003-05-30 | 1 | -38/+40 |
| * | Initial port to amd64 after repocopy from i386. Note that the | Peter Wemm | 2003-05-30 | 3 | -169/+179 |
| * | Add setjmp/longjmp for ddb | Peter Wemm | 2003-05-30 | 1 | -0/+35 |
| * | Update AMD Features vector to include NX (page table entry no-execute bit) | Peter Wemm | 2003-05-27 | 1 | -5/+5 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 2 | -2/+3 |
| * | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | Scott Long | 2003-05-26 | 2 | -32/+9 |
| * | Stop profiled libc from exploding, matching gcc's generated code. | Peter Wemm | 2003-05-24 | 1 | -4/+0 |
| * | Typo fix. oops. | Peter Wemm | 2003-05-23 | 1 | -1/+1 |
| * | Update comments. Note that the kernel is at -1GB, not -2GB as erroniously | Peter Wemm | 2003-05-23 | 1 | -3/+3 |
| * | As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytes | Peter Wemm | 2003-05-23 | 1 | -0/+1 |
| * | Deal with the user VM space expanding. 32 bit applications do not like | Peter Wemm | 2003-05-23 | 3 | -8/+8 |
| * | Major pmap rework to take advantage of the larger address space on amd64 | Peter Wemm | 2003-05-23 | 12 | -602/+652 |
| * | Merge from i386/trap.c rev 1.252. Use td_critnest instead of the | Peter Wemm | 2003-05-22 | 1 | -6/+6 |
| * | sys/sys/limits.h: | Alexander Kabaev | 2003-05-19 | 2 | -3/+3 |
| * | Actually get all the bits for sd_hibase.. it was 16 bits short. oops. | Peter Wemm | 2003-05-17 | 1 | -1/+1 |
| * | Initialize logical_cpus_mask when the logical CPUs are enumerated in | Alan Cox | 2003-05-15 | 3 | -6/+15 |
| * | Collect the nastiness for preserving the kernel MSR_GSBASE around the | Peter Wemm | 2003-05-15 | 6 | -28/+41 |
| * | Use compile time constants for things like PTmap[] etc because they're | Peter Wemm | 2003-05-15 | 2 | -16/+3 |
| * | Regen | Peter Wemm | 2003-05-14 | 3 | -18/+43 |
| * | Add BASIC i386 binary support for the amd64 kernel. This is largely | Peter Wemm | 2003-05-14 | 22 | -221/+1488 |
| * | Fix some misunderstandings about 64 bit extension. | Peter Wemm | 2003-05-14 | 1 | -12/+6 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -3/+4 |
| * | Really stop the loader from trying to load the acpi module by lying and | Peter Wemm | 2003-05-12 | 1 | -0/+2 |
| * | For the page fault handler, save %cr2 in the outer trap handler so that | Peter Wemm | 2003-05-12 | 6 | -52/+76 |
| * | Sync ucontext with reality. The struct trapframe changes need to be | Peter Wemm | 2003-05-12 | 2 | -13/+13 |
| * | AMD64 physical space is much larger than i386, de-i386 the bus_space and | Peter Wemm | 2003-05-12 | 7 | -1377/+161 |
| * | Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.base | Peter Wemm | 2003-05-12 | 8 | -91/+211 |
| * | Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuid | Peter Wemm | 2003-05-11 | 1 | -2/+2 |
| * | I missed another printf format error while extracting the patch. | Peter Wemm | 2003-05-11 | 1 | -1/+1 |
| * | Make atdevbase long for the KERNBASE > 4GB case | Peter Wemm | 2003-05-11 | 2 | -2/+2 |
| * | Fix printf format errors that were undetected due to using the standard | Peter Wemm | 2003-05-11 | 4 | -13/+14 |
| * | Export PML4SHIFT and PDPSHIFT | Peter Wemm | 2003-05-11 | 1 | -0/+2 |