summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Pass the hostname we got from DHCP to the kernel so that machines canwollman2005-04-171-0/+1
* Extend a local buffer to prevent an overflow of the XSDT address.njl2005-04-161-1/+1
* MFi386: revision 1.20.nyan2005-04-141-1/+1
* Fix 'implicit int' instance.stefanf2005-04-091-1/+1
* Fix buidling of boot blocks for pc98 with new links.imp2005-04-031-3/+11
* Ensure GCC does not use FP registers in integer code.obrien2005-03-153-1/+4
* Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT,kan2005-03-121-0/+24
* Don't try to use 'typedef struct foo' if just 'struct foo' makes more sensestefanf2005-03-072-25/+1
* Fix typos in a comment.stefanf2005-03-061-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-022-4/+12
* Remove unused variables.marius2005-03-021-3/+0
* Document the new default init_path.des2005-02-171-1/+1
* Add /rescue/init to the default init_path, before /stand/sysinstall.des2005-02-171-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).des2005-02-081-2/+2
* Insert an explicit McAfee license, as we use a stock two-clause BSDrwatson2005-01-301-5/+26
* Only update the boot sector when there is a valid drive number provided.peadar2005-01-091-14/+15
* Start each of the license/copyright comments with /*-imp2005-01-0527-28/+31
* Remove obsolete note about the boot loader not being ready for stable.imp2005-01-051-10/+0
* NOFORTH -> NO_FORTHru2004-12-219-9/+9
* NOSHARED -> NO_SHAREDru2004-12-213-3/+3
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2121-21/+21
* The 'start' command processes loader.conf variables, not loader.rc.imp2004-12-061-1/+1
* Fix a bunch of stack leaks. These were theoretically harmless, except thatscottl2004-12-011-5/+11
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-0112-52/+0
* Instead of just not defining a bunch of words when TESTMAIN is set, providescottl2004-11-302-14/+45
* MFi386: revisions 1.77 and 1.78.nyan2004-11-291-2/+2
* MFi386: revision 1.38.nyan2004-11-291-5/+10
* Pick up loader.rc from its old home.ru2004-11-291-1/+1
* Disable the beastie menu. It offends some and annoys everyone else, and I'mscottl2004-11-292-18/+1
* o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}()marcel2004-11-284-55/+31
* Add efimd.c. This file contains MD code used by the EFI library. Whilemarcel2004-11-282-2/+47
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* Fix comments for serial I/O function prototypes that were broken in thejhb2004-11-241-5/+10
* This file was repocopied to src/sys/boot/ia64/efi.marcel2004-11-236-1127/+0
* Unhook the loader subdirectory. The ia64 EFI loader is now buildmarcel2004-11-231-1/+1
* Hookup the efi subdirectory.marcel2004-11-231-1/+1
* This file was repocopied from src/sys/boot/efi/loader.marcel2004-11-231-38/+32
* Visit the efi subdirectory before we visit the machine-specificmarcel2004-11-231-5/+5
* Remove struct ia64_itir and use a plain old uint64_t instead.marcel2004-11-212-6/+8
* There's no reason for "read" and "echo" commands to notru2004-11-131-2/+2
* Pass the "?" command output through the pager.ru2004-11-121-4/+15
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* Document "loader_color" variable.krion2004-11-072-1/+7
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBbrooks2004-10-301-0/+10
* For variables that are only checked with defined(), don't provideru2004-10-247-7/+7
* Collapse several adjacent .if's into .if/.elif.ru2004-10-241-10/+7
* ELF64 support is not needed on pc98.nyan2004-10-241-1/+5
* MFi386: revision 1.4.nyan2004-10-241-1/+9
OpenPOWER on IntegriCloud