aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allocate sufficient pages to hold the bootinfo block and stopMarcel Moolenaar2002-04-192-14/+20
* Install files via FILES, there's no reason to compare them before installing.Ruslan Ermilov2002-04-171-18/+6
* Really unbreak it this time (clean and install were still broken).Ruslan Ermilov2002-04-171-5/+3
* MFi386: revision 1.7.Yoshihiro Takahashi2002-04-151-1/+1
* Unbreak this as well.Ruslan Ermilov2002-04-121-1/+1
* Bandaid for a buffer overrun in the module searching code. When breakingPeter Wemm2002-04-111-0/+2
* Finally fix loader completely for IA64. efifs_stat() wasn't settingPeter Wemm2002-04-111-0/+2
* Code cleanup, no functional change.Pierre Beyssac2002-04-112-38/+66
* Upgrade FICL to 3.02. Forgot this one, sorry.Daniel C. Sobral2002-04-091-6/+7
* Upgrade to FICL version 3.02. Anything wrong is my fault, everything right isDaniel C. Sobral2002-04-0927-1275/+3925
* Fix another unsigned long used to index the symbol table which should beJake Burkholder2002-04-091-1/+1
* We must not let install(1) strip loader.efi when installing it, or thePeter Wemm2002-04-072-0/+2
* Set BINDIRPeter Wemm2002-04-074-0/+4
* Add loader bootforth infrastructure and install it.Peter Wemm2002-04-072-8/+40
* Make it a bit closer to the EFI build and tie up some loose ends.Peter Wemm2002-04-064-25/+12
* Try and tidy up some very loose ends with paths to various libraries etc.Peter Wemm2002-04-063-11/+30
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64Peter Wemm2002-04-062-2/+2
* Do not assume that ${OBJCOPY} variable exists. It was hidden by thePeter Wemm2002-04-062-0/+2
* Use the correct elf hash table entry type. This matches a similar fixPeter Wemm2002-04-061-6/+6
* Fix self hosted loader building. When you use a self configured gcc, itPeter Wemm2002-04-064-8/+8
* Use a relative path to libstand.. /usr/src/lib/libstand may not existPeter Wemm2002-04-042-2/+2
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.Thomas Moestl2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removeThomas Moestl2002-04-023-144/+21
* Add support for booting from CD-ROM. Make it possible to enable UFSThomas Moestl2002-04-012-0/+27
* 1.) Produce a boot1 disklabel template of the format disklabel(8) expects.Thomas Moestl2002-04-011-12/+22
* Only install the help file if we can find it. Use ${BASE}.helpMarcel Moolenaar2002-03-312-8/+2
* Pass the address of the bootinfo block to the kernel in registerMarcel Moolenaar2002-03-304-10/+10
* Pass the physical address of the bootinfo block to the kernel inMarcel Moolenaar2002-03-304-2/+6
* MFi386: revision 1.55Yoshihiro Takahashi2002-03-301-0/+3
* Add a quick and dirty way to determine where we're loaded from. WeMarcel Moolenaar2002-03-302-16/+56
* The EFI loader has been improved a lot since it was first added.Marcel Moolenaar2002-03-302-0/+4
* Fix the initialization of the protocol:Marcel Moolenaar2002-03-301-2/+68
* Don't blindly dereference f->f_devdata as if it's always a pointer toMarcel Moolenaar2002-03-301-1/+6
* o Make efinet_put a blocking call by waiting for the protocolMarcel Moolenaar2002-03-291-12/+22
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpMarcel Moolenaar2002-03-292-8/+2