summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-141-13/+2
* MFi386: revision 1.11.nyan2005-09-131-9/+108
* MFi386: revisions 1.10 and 1.11.nyan2005-09-131-1/+2
* net.graph.ngqfreemax has been deprecated.glebius2005-08-311-1/+0
* Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-184-11/+136
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-184-32/+59
* - Change the code that determines whether to use a serial console andmarius2005-08-151-17/+41
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,krion2005-08-071-1/+10
* Add if_ath_load (default NO) in Networking Drivers section.krion2005-08-061-0/+1
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-062-2/+2
* Fix a comparison that broke ``set console=vidconsole'' and even thebrian2005-07-291-1/+1
* Mention that console= can set multiple consoles.brian2005-07-291-11/+13
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.jkim2005-07-271-14/+11
* remove a pointless comment with a more helpful one...jmg2005-07-251-1/+1
* Make code match comment: make the smallest unit of page allocationgrehan2005-07-221-3/+5
* Add -mno-sse3 for prescott/noconaache2005-07-154-3/+6
* Scan static SMBIOS structures and export the following environmentjkim2005-07-144-1/+182
* Improved markup, fixes some spelling and grammar.ru2005-06-141-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediatemarcel2005-06-041-19/+46
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.marcel2005-06-041-5/+8
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Add a missing const to alpha_setcurrdev() to quiet a warning.jhb2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *jhb2005-05-311-4/+4
* Whitespace.jhb2005-05-311-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* Markup nits.ru2005-05-301-2/+2
* - Add support to the loader for multiple consoles.jhb2005-05-275-53/+146
* 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-273-3/+3
* Since the BAT mapping was removed a long time back, it can'tgrehan2005-05-241-1/+6
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowsobomax2005-05-194-29/+70
* Change ofw_readin/ofw_copyin to map the entire region beforegrehan2005-05-191-24/+74
* Whitespace only: kill trailing spaces.sobomax2005-05-191-15/+14
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* Remove ifdef PC98.nyan2005-05-0823-1133/+12
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.nyan2005-05-081-3/+6
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.nyan2005-05-081-1/+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
* 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
OpenPOWER on IntegriCloud