summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Lock an update to a vm_object's ref_count.alc2003-05-011-0/+2
* | Hack to enable getting two different elf32 and elf64 loaders in thepeter2003-05-011-0/+13
* | <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.peter2003-05-011-1/+1
* | Fix printf warning caused by recent CAM change.simokawa2003-05-011-2/+2
* | Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-013-9/+3
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-015-12/+82
* | - Update the vm_object locking in vm_object_reference().alc2003-05-011-10/+8
* | Lock accesses to the vm_object's ref_count and resident_page_count.alc2003-05-011-5/+9
* | Sync up with the files in the hammer branch in the p4 tree to get basicpeter2003-05-014-114/+219
* | Add the -j and -y options to the synopsis.tjr2003-05-011-1/+1
* | Flush streams before calling system() so that the output appears in thetjr2003-05-011-1/+3
* | Don't emulate a MBR by handling the MBR::type attribute. It ismarcel2003-05-011-21/+1
* | Add the #includes previously in individual .c files.grog2003-05-011-4/+27
* | Move most #includes to vext.h.grog2003-05-011-57/+38
* | Move most #includes to vext.h.grog2003-05-011-50/+33
* | Move most #includes to vext.h.grog2003-05-011-153/+206
* | Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-111/+52
* | For consistency's sake, on command failure, throw 1, not -1.grog2003-05-011-39/+36
* | Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-5/+5
* | Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-31/+37
* | Terminate a comment.grog2003-05-011-2/+2
* | Don't make definition of kw_debug dependent on VINUMDEBUG. Ingrog2003-05-011-3/+1
* | Use strrchr, not rindex. This is for compatibility with othergrog2003-05-011-8/+8
* | #ifdef VINUMDEBUG, not #if VINUMDEBUG.grog2003-05-011-2/+2
* | Don't make definition of kw_debug dependent on VINUMDEBUG. It's onlygrog2003-05-011-3/+1
* | Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-325/+329
* | Use microtime, not getmicrotime, for timing debug entries.grog2003-05-011-63/+49
* | Remove "to do" comments.grog2003-05-012-44/+46
* | Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-130/+110
* | Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-0192-15867/+3160
* | KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* | Kill MID_MACHINE, its a.out specific, the only platform that supportsmarcel2003-04-301-1/+0
* | Repocopy from x86_64/... to amd64/...peter2003-04-301-8/+7
* | Add AMD64 hookspeter2003-04-301-0/+9
* | Add support for IC Book Ironclad Pro/Lite 8-port cards.sobomax2003-04-302-2/+36
* | We use i386 boot code on AMD64.peter2003-04-301-0/+5
* | Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-303-3/+3
* | Use the 64 bit sized struct kinfo_proc for AMD64.peter2003-04-301-1/+2
* | Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-303-3/+9
* | ACPI will always be present on AMD64 - it will never be an autodetectpeter2003-04-301-0/+3
* | Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forpeter2003-04-303-3/+9
* | The PAM module pam_krb5 does not have "session" capabilities.markm2003-04-309-9/+0
* | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.peter2003-04-305-6/+6
* | Create a 'legacy' node for AMD64 as well as i386. While we'll neverpeter2003-04-301-1/+1
* | Eliminate a compiler warning with gcc3.3 on AMD64, where speed ispeter2003-04-301-1/+5
* | More factual updates for kerberos 5.markm2003-04-302-16/+19
* | Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillpeter2003-04-301-78/+4
* | AMD64 support (another IEEEFP platform)peter2003-04-301-1/+1
* | AMD64 support; repocopied from i386peter2003-04-301-3/+3
* | Teach libdisk that AMD64 works just like i386peter2003-04-305-8/+14
OpenPOWER on IntegriCloud