aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-103-0/+9
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-105-5/+5
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8
* The entry for the 'set' command no longer has a list of variables.Dag-Erling Smørgrav2001-12-041-2/+0
* Remove unused filed.Daniel C. Sobral2001-12-031-29/+0
* Fix typo.Murray Stokely2001-12-031-1/+1
* Waits for a keypress before rebooting on panic.Daniel C. Sobral2001-11-281-0/+3
* Document the "console" setting in loader.conf, suggesting vidconsoleRobert Watson2001-11-271-0/+6
* o Add 'kern.maxusers' to the list of commented out sample tunableRobert Watson2001-11-261-0/+1
* Bump the CD boot loader up to 1.1 so that the FICL upgrade a while backJohn Baldwin2001-11-211-0/+1
* Upper case the FreeBSD loader prompt.David E. O'Brien2001-11-192-2/+2
* Lookup the EFI_FPSWA driver and pass the interface pointer through to thePeter Wemm2001-11-197-0/+110
* Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfoPeter Wemm2001-11-194-22/+0
* Fix a dependency violation, same as in libefi/elf_freebsd.c a while back.Peter Wemm2001-11-192-0/+2
* This is used in C, not C++. functions with no args have func(void) in ourPeter Wemm2001-11-191-0/+1
* MFi386: revisions from 1.26 to 1.30.Yoshihiro Takahashi2001-11-172-10/+196
* MFi386: revision 1.12Yoshihiro Takahashi2001-11-171-0/+9
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-161-3/+3
* Initialize first to -1; this will create a (nearly) empty file on failure,Bill Fenner2001-11-071-1/+1
* Remove a few more debugging bits and turn on twiddle output while readingJohn Baldwin2001-11-071-15/+3
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-0/+9
* MFi386: sys/boot/i386/loader/main.c revision 1.25Yoshihiro Takahashi2001-11-061-14/+16
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21Yoshihiro Takahashi2001-11-061-2/+2
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 deviceJohn Baldwin2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.John Baldwin2001-11-051-0/+2
* Add a device driver for the BIOS device for CD-ROM's booted via El ToritoJohn Baldwin2001-11-057-21/+424
* Add a DEVT_CD type for CD drivers.John Baldwin2001-11-051-0/+1
* Trim all the extra debugging output including hexdumps, debug messages,John Baldwin2001-11-041-189/+4
* Axe the old cdldr.John Baldwin2001-11-042-298/+0
* Use the new cdboot instead of cdldr.John Baldwin2001-11-041-2/+1
* This is a new CD bootstrap utility designed to replace cdldr. AccordingJohn Baldwin2001-11-042-119/+594
* Print out 'foo devices:' as the line before displaying a group ofJohn Baldwin2001-11-041-1/+1
* Whoops, missed these bits in the previous commit.John Baldwin2001-11-032-2/+4
* Add support for sending messages to the serial console which is helpfulJohn Baldwin2001-11-033-0/+163
* Add support for outputting multiple lines when dumping memory during theJohn Baldwin2001-11-032-4/+26
* Add support for trace traps by returning from them just as for breakpointJohn Baldwin2001-11-032-2/+10
* Output a newline at the end of a dump so that there are blank lines betweenJohn Baldwin2001-11-032-2/+2
* Revert rev 1.3 which moved us away from POSIX character classes.David E. O'Brien2001-11-031-4/+4
* Revert rev 1.7 which moved us away from POSIX character classes.David E. O'Brien2001-11-031-15/+18
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-1/+1
* Fixed sioreg.h path.Yoshihiro Takahashi2001-11-021-1/+1
* Substitute "[:space:]" with the character constants it expands to.David E. O'Brien2001-11-011-18/+15
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forDavid E. O'Brien2001-11-011-4/+4
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslyPeter Wemm2001-11-012-2/+2
* Add code to copy the enironment and loader metadata into kernel space.Jake Burkholder2001-10-302-2/+320
* Add definitions for network support, doesn't work yet.Jake Burkholder2001-10-301-27/+40
* Use ENTRY() for defining functions in asm.Jake Burkholder2001-10-302-156/+32
* Make the openfirmware entry point function pointer non-static so that itJake Burkholder2001-10-302-1/+3
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedMarcel Moolenaar2001-10-292-0/+6
* Just use ${MACHINE}, it's already special-casing pc98.Ruslan Ermilov2001-10-251-5/+0