aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add support for passing metadata.Benno Rice2002-07-105-46/+660
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-2/+1
* Enable netboot support by default, since it can now coexist with disk andJake Burkholder2002-07-071-3/+3
* Change help documentation for bootfile and module_path to reflectMark Peek2002-07-071-6/+8
* Make building with ficl work. Unfortunately booting with it doesn't.Jake Burkholder2002-07-072-5/+10
* Build ficl on sparc64 fwiw. It doesn't work.Jake Burkholder2002-07-071-2/+0
* Add missing kernal tunables to loader.conf.Jonathan Mini2002-07-031-0/+16
* Fix a build problem for the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-1/+2
* Remove a couple of __P() stragglers.Peter Wemm2002-06-292-7/+7
* Enable cd9660 support by default.Jake Burkholder2002-06-211-1/+1
* Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 orJake Burkholder2002-06-211-0/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cPoul-Henning Kamp2002-06-215-11/+8
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-218-139/+263
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-208-0/+16
* #include <sys/disklabel.h> to get BBSIZE.Poul-Henning Kamp2002-06-111-0/+1
* Make the alpha architecture use the common ufsread().Poul-Henning Kamp2002-06-113-279/+44
* Uncomment some bits that we now need.Benno Rice2002-06-072-12/+12
* Fix up the DMA buffer allocation call.Benno Rice2002-06-071-1/+2
* Add explicit dependency on ufsread.cPoul-Henning Kamp2002-06-053-2/+4
* Remove UFS related #includes, they're read in ufsread.c now.Poul-Henning Kamp2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-053-130/+22
* Avoid entering IOCCC with a memcpy turned bcopy.Poul-Henning Kamp2002-06-051-4/+4
* Indent this file more like style(9).Poul-Henning Kamp2002-06-051-108/+108
* Preparation for UFS2 commit:Poul-Henning Kamp2002-06-055-322/+191
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-301-9/+9
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-291-8/+8
* Add needed include of queue.h. Remove unneeded include of smp.h.Jake Burkholder2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for theJake Burkholder2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstallJake Burkholder2002-05-281-26/+39
* Cosmetic change (align with other boot blocks):Nick Hibma2002-05-262-5/+5
* Add support for reading an additional loader configuration file. By default,Gordon Tetlow2002-05-243-1/+70
* Fixed to conflict labels.Yoshihiro Takahashi2002-05-211-3/+3
* MFi386: revision 1.22Yoshihiro Takahashi2002-05-211-9/+8
* MD ficl files for sparc64.Jake Burkholder2002-05-192-0/+513
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-198-0/+12
* An almost mechanical sweep to replace C++ style comments with CMarcel Moolenaar2002-05-1916-614/+485
* Fix one of the va_arg() with less than int sized type probelms.Poul-Henning Kamp2002-05-181-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-166-7/+7
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.John Hay2002-05-151-1/+1
* Even more BBSIZE related breakage.Ruslan Ermilov2002-05-141-0/+1
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.Yoshihiro Takahashi2002-05-141-1/+1
* Align CLEANFILES with revision 1.25 changes.Ruslan Ermilov2002-05-132-2/+2
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-132-2/+2
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-136-17/+0
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-134-16/+0
* Match the default newfs UFS block size.David E. O'Brien2002-05-131-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. TheBruce Evans2002-05-122-2/+2
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-1210-0/+27
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyJake Burkholder2002-05-111-1/+2