summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Man, I'm not on the ball. 4th does not need to escape '\' chars. Thisscottl2003-05-311-8/+8
* Flag when ACPI has been disabled by the user so that sysinstall can doscottl2003-05-311-0/+2
* Enable the new bootloader for i386 only. The new loader.rc is will onlyscottl2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-304-0/+333
* Fixed the markup and wording of the kern.ipc.nsfbufs tunable.ru2003-05-171-3/+5
* Fix a bug in the AMD64 trampoline. I misunderstood the implicitpeter2003-05-171-1/+1
* Add variables for missing network drivers.murray2003-05-161-0/+6
* Fix lookup of module metadata on amd64 systems. While this is inpeter2003-05-121-5/+25
* Revert leftover AMD64 disable-acpi-module stuff.peter2003-05-121-3/+0
* For amd64 kernels, repeat the 1GB mapping over the entire address spacepeter2003-05-111-12/+12
* Since we insist on loading the POS ACPI by default, give the poor userobrien2003-05-051-0/+5
* Fix a bunch of typos and grammatical errors.murray2003-05-041-42/+43
* IPLware support. The `IPLware' program assumes boot menu programkato2003-05-021-0/+4
* Fix to build pc98 boot loader after support amd64.nyan2003-05-012-3/+120
* Commit a missed change to keep in sync with the MI elf loader.peter2003-05-011-4/+4
* Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes.peter2003-05-012-3/+3
* Nuke; repocopied to elf32_freebsd.c where it lives on.peter2003-05-011-88/+0
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-0123-757/+583
* We use i386 boot code on AMD64.peter2003-04-301-0/+5
* 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
* Support functions for the new ACPI import.njl2003-04-291-0/+1
* Cut&Paste considered far too easy:phk2003-04-166-6/+0
* Zap some a.out leftoverspeter2003-04-061-3/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-0417-21/+4
* Remove `#ifndef lint' left behind after previous change.marcel2003-04-042-2/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-0326-102/+53
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-111-1/+1
* Fix a few spelling errors.trhodes2003-03-071-3/+3
* Document the tunable kern.ipc.nsfbufs in help.common and loader.8. Smallseanc2003-03-042-4/+11
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-033-3/+3
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andru2003-03-021-1/+1
* Add two loader tuneables that allow one to change the maximum number ofharti2003-03-021-0/+2
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-012-10/+12
* Paranoia: Don't use the length of the option string alone tomarcel2003-03-011-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andmarcel2003-02-261-4/+7
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-265-21/+17
* Fixed CLEANFILES.ru2003-02-252-2/+2
* Only apply rev 1.10 (which hacks around the i386 boot2 being too big forobrien2003-02-251-0/+5
* Revert to old (broken for over 1.5Tb filesystems) version of cgbasemckusick2003-02-241-0/+2
* Simplify page alignment.marcel2003-02-204-44/+16
* Don't bother to build ficl if NOFORTH is defined.benno2003-02-131-0/+2
* s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/trhodes2003-02-081-1/+1
* Remove special casing for running in the simulator from the kernelmarcel2003-02-0119-53/+1385
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-012-2/+2
* MFi386: Install the "boot" image which is boot1 + boot2.nyan2003-01-301-2/+7
* Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of thephk2003-01-261-0/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-262-2/+12
* Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
* MFi386: revision 1.63.nyan2003-01-211-10/+9
OpenPOWER on IntegriCloud