summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Initialize first to -1; this will create a (nearly) empty file on failure,fenner2001-11-071-1/+1
* Remove a few more debugging bits and turn on twiddle output while readingjhb2001-11-071-15/+3
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-0/+9
* MFi386: sys/boot/i386/loader/main.c revision 1.25nyan2001-11-061-14/+16
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21nyan2001-11-061-2/+2
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
* Trim all the extra debugging output including hexdumps, debug messages,jhb2001-11-041-189/+4
* Axe the old cdldr.jhb2001-11-042-298/+0
* Use the new cdboot instead of cdldr.jhb2001-11-041-2/+1
* This is a new CD bootstrap utility designed to replace cdldr. Accordingjhb2001-11-042-119/+594
* Print out 'foo devices:' as the line before displaying a group ofjhb2001-11-041-1/+1
* Whoops, missed these bits in the previous commit.jhb2001-11-032-2/+4
* Add support for sending messages to the serial console which is helpfuljhb2001-11-033-0/+163
* Add support for outputting multiple lines when dumping memory during thejhb2001-11-032-4/+26
* Add support for trace traps by returning from them just as for breakpointjhb2001-11-032-2/+10
* Output a newline at the end of a dump so that there are blank lines betweenjhb2001-11-032-2/+2
* Revert rev 1.3 which moved us away from POSIX character classes.obrien2001-11-031-4/+4
* Revert rev 1.7 which moved us away from POSIX character classes.obrien2001-11-031-15/+18
* o Add new header <sys/stdint.h>.mike2001-11-021-1/+1
* Fixed sioreg.h path.nyan2001-11-021-1/+1
* Substitute "[:space:]" with the character constants it expands to.obrien2001-11-011-18/+15
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslypeter2001-11-012-2/+2
* Add code to copy the enironment and loader metadata into kernel space.jake2001-10-302-2/+320
* Add definitions for network support, doesn't work yet.jake2001-10-301-27/+40
* Use ENTRY() for defining functions in asm.jake2001-10-302-156/+32
* Make the openfirmware entry point function pointer non-static so that itjake2001-10-302-1/+3
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedmarcel2001-10-292-0/+6
* Just use ${MACHINE}, it's already special-casing pc98.ru2001-10-251-5/+0
* Call ExitBootServices and disable interrupts before we start hackingdfr2001-10-252-22/+24
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-252-0/+4
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-244-12/+80
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedjlemon2001-10-233-0/+9
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-232-2/+2
* Use a array to convert from a attribute for AT to one for PC98.nyan2001-10-171-42/+38
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.nyan2001-10-171-164/+144
* fix style(9)nyan2001-10-171-175/+212
* Merged from sys/boot/i386/loader/Makefile revision 1.54.nyan2001-10-171-0/+7
* Add a prototype for OF_alloc_phys.robert2001-10-151-0/+1
* Fix some warnings.robert2001-10-151-4/+4
* Add the FreeBSD/sparc64 boot loader source files.robert2001-10-153-0/+658
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.robert2001-10-152-4/+4
* Add a Makefile for the sparc64 boot loader.robert2001-10-151-0/+76
* Do not include openfirm.h; it is now included by libofw.h.robert2001-10-151-1/+0
* - Use the cell_t type definition for Open Firmware arguments inrobert2001-10-151-247/+359
* - Fill dummy functions with code to read from disk using Openrobert2001-10-152-6/+597
* - Include openfirm.h for phandle_t.robert2001-10-151-7/+10
OpenPOWER on IntegriCloud