summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Enable cd9660 support by default.jake2002-06-211-1/+1
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orjake2002-06-211-0/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-218-139/+263
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-208-0/+16
* #include <sys/disklabel.h> to get BBSIZE.phk2002-06-111-0/+1
* Make the alpha architecture use the common ufsread().phk2002-06-113-279/+44
* Uncomment some bits that we now need.benno2002-06-072-12/+12
* Fix up the DMA buffer allocation call.benno2002-06-071-1/+2
* Add explicit dependency on ufsread.cphk2002-06-053-2/+4
* Remove UFS related #includes, they're read in ufsread.c now.phk2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.phk2002-06-053-130/+22
* Avoid entering IOCCC with a memcpy turned bcopy.phk2002-06-051-4/+4
* Indent this file more like style(9).phk2002-06-051-108/+108
* Preparation for UFS2 commit:phk2002-06-055-322/+191
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-301-9/+9
* Fix a handful of typos and grammar bogons. No content changes.schweikh2002-05-291-8/+8
* Add needed include of queue.h. Remove unneeded include of smp.h.jake2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstalljake2002-05-281-26/+39
* Cosmetic change (align with other boot blocks):n_hibma2002-05-262-5/+5
* Add support for reading an additional loader configuration file. By default,gordon2002-05-243-1/+70
* Fixed to conflict labels.nyan2002-05-211-3/+3
* MFi386: revision 1.22nyan2002-05-211-9/+8
* MD ficl files for sparc64.jake2002-05-192-0/+513
* o Remove namespace pollution from param.h:marcel2002-05-198-0/+12
* An almost mechanical sweep to replace C++ style comments with Cmarcel2002-05-1916-614/+485
* Fix one of the va_arg() with less than int sized type probelms.phk2002-05-181-1/+1
* More s/file system/filesystem/gtrhodes2002-05-166-7/+7
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Even more BBSIZE related breakage.ru2002-05-141-0/+1
* Fixed to build for GCC 3.1nyan2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.nyan2002-05-141-1/+1
* Align CLEANFILES with revision 1.25 changes.ru2002-05-132-2/+2
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-132-2/+2
* Removed now unused INTERNALSTATICLIB.ru2002-05-136-17/+0
* Major cleanup of bsd.lib.mk.ru2002-05-134-16/+0
* Match the default newfs UFS block size.obrien2002-05-131-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-122-2/+2
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-1210-0/+27
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyjake2002-05-111-1/+2
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingpeter2002-05-112-26/+6
* Reconnect boot2. I'm sure I'll regret this though. :-)peter2002-05-111-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downpeter2002-05-114-2/+14
* Change the disk probing so that it will actually find disks otherjake2002-05-113-42/+136
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-1110-27/+0
* -ffreestanding is the word.obrien2002-05-1022-21/+29
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-102-4/+4
* We don't need bootinfo any more, and sparc64 doesn't have it anyways.obrien2002-05-101-1/+0
* Don't be redundant.obrien2002-05-101-1/+1
OpenPOWER on IntegriCloud