| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the hardcoded bus tags for early console support for amd64. | peter | 2003-05-01 | 2 | -2/+2 |
* | I changed the numbering of the MODINFOMD_SMAP during the commit, so | peter | 2003-05-01 | 1 | -2/+4 |
* | Nuke; repocopied to elf32_freebsd.c where it lives on. | peter | 2003-05-01 | 1 | -88/+0 |
* | Enable the i386 loader to load and run an amd64 kernel. If this puts | peter | 2003-05-01 | 23 | -757/+583 |
* | Lock an update to a vm_object's ref_count. | alc | 2003-05-01 | 1 | -0/+2 |
* | Hack to enable getting two different elf32 and elf64 loaders in the | peter | 2003-05-01 | 1 | -0/+13 |
* | <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode. | peter | 2003-05-01 | 1 | -1/+1 |
* | Fix printf warning caused by recent CAM change. | simokawa | 2003-05-01 | 1 | -2/+2 |
* | Back out last commits. The elf64/elf32 kernel name thing was more pain | peter | 2003-05-01 | 3 | -9/+3 |
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | peter | 2003-05-01 | 5 | -12/+82 |
* | - Update the vm_object locking in vm_object_reference(). | alc | 2003-05-01 | 1 | -10/+8 |
* | Lock accesses to the vm_object's ref_count and resident_page_count. | alc | 2003-05-01 | 1 | -5/+9 |
* | Sync up with the files in the hammer branch in the p4 tree to get basic | peter | 2003-05-01 | 4 | -114/+219 |
* | Don't emulate a MBR by handling the MBR::type attribute. It is | marcel | 2003-05-01 | 1 | -21/+1 |
* | Rewrite minor number decoding. Now we have only three types of | grog | 2003-05-01 | 1 | -111/+52 |
* | For consistency's sake, on command failure, throw 1, not -1. | grog | 2003-05-01 | 1 | -39/+36 |
* | Rewrite minor number decoding. Now we have only three types of | grog | 2003-05-01 | 1 | -5/+5 |
* | Rewrite minor number decoding. Now we have only three types of | grog | 2003-05-01 | 1 | -31/+37 |
* | Terminate a comment. | grog | 2003-05-01 | 1 | -2/+2 |
* | Don't make definition of kw_debug dependent on VINUMDEBUG. In | grog | 2003-05-01 | 1 | -3/+1 |
* | Use strrchr, not rindex. This is for compatibility with other | grog | 2003-05-01 | 1 | -8/+8 |
* | #ifdef VINUMDEBUG, not #if VINUMDEBUG. | grog | 2003-05-01 | 1 | -2/+2 |
* | Don't make definition of kw_debug dependent on VINUMDEBUG. It's only | grog | 2003-05-01 | 1 | -3/+1 |
* | Rewrite minor number decoding. Now we have only three types of | grog | 2003-05-01 | 1 | -325/+329 |
* | Use microtime, not getmicrotime, for timing debug entries. | grog | 2003-05-01 | 1 | -63/+49 |
* | Remove "to do" comments. | grog | 2003-05-01 | 2 | -44/+46 |
* | Rewrite minor number decoding. Now we have only three types of | grog | 2003-05-01 | 1 | -130/+110 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 92 | -15867/+3160 |
* | KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if they | peter | 2003-05-01 | 1 | -3/+0 |
* | Kill MID_MACHINE, its a.out specific, the only platform that supports | marcel | 2003-04-30 | 1 | -1/+0 |
* | Repocopy from x86_64/... to amd64/... | peter | 2003-04-30 | 1 | -8/+7 |
* | Add AMD64 hooks | peter | 2003-04-30 | 1 | -0/+9 |
* | Add support for IC Book Ironclad Pro/Lite 8-port cards. | sobomax | 2003-04-30 | 2 | -2/+36 |
* | We use i386 boot code on AMD64. | peter | 2003-04-30 | 1 | -0/+5 |
* | Fix transcription error. Use == NULL, not != NULL. Fortunately this | peter | 2003-04-30 | 3 | -3/+3 |
* | Use the 64 bit sized struct kinfo_proc for AMD64. | peter | 2003-04-30 | 1 | -1/+2 |
* | Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as well | peter | 2003-04-30 | 3 | -3/+9 |
* | ACPI will always be present on AMD64 - it will never be an autodetect | peter | 2003-04-30 | 1 | -0/+3 |
* | Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (for | peter | 2003-04-30 | 3 | -3/+9 |
* | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. | peter | 2003-04-30 | 5 | -6/+6 |
* | Create a 'legacy' node for AMD64 as well as i386. While we'll never | peter | 2003-04-30 | 1 | -1/+1 |
* | Eliminate a compiler warning with gcc3.3 on AMD64, where speed is | peter | 2003-04-30 | 1 | -1/+5 |
* | Style fixes to struct sigacts member comments. Sort function prototypes. | jhb | 2003-04-30 | 1 | -12/+12 |
* | Forgot to remove Giant around call to kern_sigaction() in | jhb | 2003-04-30 | 1 | -4/+1 |
* | Axe a stale comment. | jhb | 2003-04-30 | 1 | -2/+0 |
* | Increase the scope of the vm_object lock in vm_map_delete(). | alc | 2003-04-30 | 1 | -12/+13 |
* | Range check the syscall number before looking it up in the syscallnames[] | jhb | 2003-04-30 | 7 | -8/+8 |
* | Use %j instead of %q in printf to unbreak sparc64. | phk | 2003-04-30 | 1 | -3/+4 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 28 | -32/+28 |
* | Warns fixing. Protect against inappropriate linting, and mark | markm | 2003-04-30 | 2 | -2/+16 |