aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the -j and -y options to the synopsis.Tim J. Robbins2003-05-011-1/+1
* Flush streams before calling system() so that the output appears in theTim J. Robbins2003-05-011-1/+3
* Don't emulate a MBR by handling the MBR::type attribute. It isMarcel Moolenaar2003-05-011-21/+1
* Add the #includes previously in individual .c files.Greg Lehey2003-05-011-4/+27
* Move most #includes to vext.h.Greg Lehey2003-05-011-57/+38
* Move most #includes to vext.h.Greg Lehey2003-05-011-50/+33
* Move most #includes to vext.h.Greg Lehey2003-05-011-153/+206
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-111/+52
* For consistency's sake, on command failure, throw 1, not -1.Greg Lehey2003-05-011-39/+36
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-5/+5
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-31/+37
* Terminate a comment.Greg Lehey2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. InGreg Lehey2003-05-011-3/+1
* Use strrchr, not rindex. This is for compatibility with otherGreg Lehey2003-05-011-8/+8
* #ifdef VINUMDEBUG, not #if VINUMDEBUG.Greg Lehey2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. It's onlyGreg Lehey2003-05-011-3/+1
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-325/+329
* Use microtime, not getmicrotime, for timing debug entries.Greg Lehey2003-05-011-63/+49
* Remove "to do" comments.Greg Lehey2003-05-012-44/+46
* Rewrite minor number decoding. Now we have only three types ofGreg Lehey2003-05-011-130/+110
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-0192-15867/+3160
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theyPeter Wemm2003-05-011-3/+0
* Kill MID_MACHINE, its a.out specific, the only platform that supportsMarcel Moolenaar2003-04-301-1/+0
* Repocopy from x86_64/... to amd64/...Peter Wemm2003-04-301-8/+7
* Add AMD64 hooksPeter Wemm2003-04-301-0/+9
* Add support for IC Book Ironclad Pro/Lite 8-port cards.Maxim Sobolev2003-04-302-2/+36
* We use i386 boot code on AMD64.Peter Wemm2003-04-301-0/+5
* Fix transcription error. Use == NULL, not != NULL. Fortunately thisPeter Wemm2003-04-303-3/+3
* Use the 64 bit sized struct kinfo_proc for AMD64.Peter Wemm2003-04-301-1/+2
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellPeter Wemm2003-04-303-3/+9
* ACPI will always be present on AMD64 - it will never be an autodetectPeter Wemm2003-04-301-0/+3
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forPeter Wemm2003-04-303-3/+9
* The PAM module pam_krb5 does not have "session" capabilities.Mark Murray2003-04-309-9/+0
* AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.Peter Wemm2003-04-305-6/+6
* Create a 'legacy' node for AMD64 as well as i386. While we'll neverPeter Wemm2003-04-301-1/+1
* Eliminate a compiler warning with gcc3.3 on AMD64, where speed isPeter Wemm2003-04-301-1/+5
* More factual updates for kerberos 5.Mark Murray2003-04-302-16/+19
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillPeter Wemm2003-04-301-78/+4
* AMD64 support (another IEEEFP platform)Peter Wemm2003-04-301-1/+1
* AMD64 support; repocopied from i386Peter Wemm2003-04-301-3/+3
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-305-8/+14
* Make the defaults for Kerberos 5 a little more up-to-date.Mark Murray2003-04-305-6/+28
* Replace beforeinstall: with plain FILES.Ruslan Ermilov2003-04-301-7/+2
* Change the name of the kadmind binary to match reality, now thatMark Murray2003-04-301-1/+1
* Style fixes to struct sigacts member comments. Sort function prototypes.John Baldwin2003-04-301-12/+12
* Forgot to remove Giant around call to kern_sigaction() inJohn Baldwin2003-04-301-4/+1
* Axe a stale comment.John Baldwin2003-04-301-2/+0
* Add __amd64__ to the list of things that use IEEEFPPeter Wemm2003-04-301-1/+1
* Tell malloc.c that AMD64 uses the same pagesize as i386.Peter Wemm2003-04-301-0/+4
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkPeter Wemm2003-04-301-1/+1