aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save about 60 bytes by #define memcpy __builtin_memcpy and removingPeter Wemm2002-05-112-26/+6
* Reconnect boot2. I'm sure I'll regret this though. :-)Peter Wemm2002-05-111-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downPeter Wemm2002-05-114-2/+14
* Change the disk probing so that it will actually find disks otherJake Burkholder2002-05-113-42/+136
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-1110-27/+0
* -ffreestanding is the word.David E. O'Brien2002-05-1022-21/+29
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.John Baldwin2002-05-102-4/+4
* We don't need bootinfo any more, and sparc64 doesn't have it anyways.David E. O'Brien2002-05-101-1/+0
* Don't be redundant.David E. O'Brien2002-05-101-1/+1
* -ffreestanding is the word for /sys.David E. O'Brien2002-05-106-17/+18
* Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.David E. O'Brien2002-05-101-1/+1
* Ficl doesn't build on sparc64.David E. O'Brien2002-05-091-0/+2
* Partical style cleanup.David E. O'Brien2002-05-091-19/+17
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-092-2/+2
* Rename the file used to specify the nextboot to make it clear that thisWes Peters2002-04-261-1/+1
* A long, long time ago, msmith introduced vfs.root.mountfromDaniel C. Sobral2002-04-261-0/+2
* Add a -k option to reboot to specify the kernel to boot next timeWes Peters2002-04-261-1/+1
* MFi386: revision 1.56Yoshihiro Takahashi2002-04-251-18/+6
* MFi386: revision 1.8Yoshihiro Takahashi2002-04-251-5/+3
* Split file system setup code out into a function called mount.Jake Burkholder2002-04-241-50/+109
* Add support for loading files other than /boot/loader. Useful if you'reJake Burkholder2002-04-241-79/+234
* Add an exit function.Jake Burkholder2002-04-241-3/+21
* Add -Wno-unused.Jake Burkholder2002-04-241-1/+1
* memcpy, memset -> bcopy, bzero.Jake Burkholder2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.Jake Burkholder2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.Jake Burkholder2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storageJake Burkholder2002-04-241-174/+11
* Improve self-relocation:Marcel Moolenaar2002-04-212-210/+270
* o Use our own elf2aout now.David E. O'Brien2002-04-211-2/+2