summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-082-4/+6
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-082-0/+150
* Hook up the native EFI filesystem reader.dfr2001-09-072-2/+4
* Set currdev and loaddev variables.dfr2001-09-072-8/+8
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-073-3/+349
* Reformat.dfr2001-09-072-278/+280
* Merge linker set relocations with the rest.dfr2001-09-052-0/+2
* Enable bootforth.dfr2001-09-042-2/+2
* Avoid an alignment fault on 64bit architectures.dfr2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.dfr2001-09-042-0/+2
* Add definition for arch-ia64.dfr2001-09-041-0/+6
* Add ia64 system dependancies.dfr2001-09-042-0/+513
* Don't clobber the default for CFLAGS.bde2001-08-312-2/+2
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-305-1/+144
* Pass NULL instead of MAXPHYS to the DMA allocation method. Be a bit morebenno2001-08-261-2/+4
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
* mdoc(7) police: markup nits.ru2001-08-201-9/+17
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+27
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Style cleanup.obrien2001-08-101-2/+2
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
* Allow for text section alignment to properly align the "end" symbol at themp2001-08-094-0/+4
* Trim trailing whitespace.jhb2001-08-094-24/+24
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-316-6/+92
* s/adress/address/kris2001-07-233-3/+3
* Unset MAINTAINER.rnordier2001-07-218-16/+0
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Make this build again after breakage from previous commits.dfr2001-07-102-12/+12
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Get rid of some constness warnings.dwmalone2001-06-241-6/+7
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.kato2001-06-232-2/+2
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-214-12/+0
* Convert the elf loader to the new linker set layout for elf files.peter2001-06-191-6/+7
* Fix some of the worst formatting bug (seperate commit)peter2001-06-191-2/+4
* Work around what looks like a bad make(1) bug. For some reason,peter2001-06-161-5/+3
* style(9) and remove a left over Alpha commentobrien2001-06-164-54/+60
* style cleanupobrien2001-06-162-44/+46
* style policeobrien2001-06-161-4/+5
* This Intel derived file uses C++ style comments.obrien2001-06-161-33/+37
* Fix FreeBSD id style.obrien2001-06-162-4/+10
* style(9)obrien2001-06-161-23/+18
* style(9) + fix FreeBSD id's.obrien2001-06-165-34/+41
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-148-113/+14
* Move the first section up one page. The firmware bogusly uses the firstdfr2001-06-102-0/+2
* Remove a 'return' statement which I put in while I was trying to debugdfr2001-06-102-2/+0
* Fix a minor style bug in the last commit.jesper2001-06-101-1/+1
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-0950-0/+8264
* Remove vestiges of MFS.ru2001-06-011-1/+0
OpenPOWER on IntegriCloud