summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* For the cases when loading bzip2-compressed kernels enabled use lastsobomax2005-12-214-6/+10
* If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range tosobomax2005-12-191-2/+13
* Long-long time ago, when the trees were large and memory expensive amount ofsobomax2005-12-195-41/+22
* Consistently use OPT_* macros to test/set boot options.ru2005-11-032-12/+24
* Add back some bits.scottl2005-10-302-1/+18
* Export processor socket information. New environment variables are:jkim2005-10-181-0/+32
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-162-30/+44
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-162-64/+48
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-162-48/+64
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-223-1/+12
* Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE:ru2005-09-221-2/+5
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-222-4/+4
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-181-9/+108
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-184-32/+59
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-062-2/+2
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.jkim2005-07-271-14/+11
* Add -mno-sse3 for prescott/noconaache2005-07-153-3/+3
* Scan static SMBIOS structures and export the following environmentjkim2005-07-144-1/+182
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* - Add support to the loader for multiple consoles.jhb2005-05-272-9/+39
* Fix a warning by adding a missing 'const'.jhb2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-272-2/+2
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDru2005-04-251-5/+28
* 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
* Fix 'implicit int' instance.stefanf2005-04-091-1/+1
* 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
* Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).des2005-02-081-2/+2
* Only update the boot sector when there is a valid drive number provided.peadar2005-01-091-14/+15
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-217-7/+7
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-012-12/+0
* 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
* - 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
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Respect RB_MULTIPLE flag.simokawa2004-10-221-0/+2
* - Add FireWire subclass and OHCI interface.simokawa2004-10-222-23/+75
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-301-1/+1
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-182-6/+6
* Add the loader side of support for preloading ELF relocatable objectiedowse2004-08-293-0/+20
* Don't be too smart, just try packet mode of INT13 first.yar2004-08-282-5/+9
OpenPOWER on IntegriCloud