summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a function for parsing an Open Firmware boot path into therobert2001-10-151-3/+29
* - Add an ifdef guard.robert2001-10-151-3/+6
* Fix typo in comment.dfr2001-10-111-1/+1
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-082-2/+2
* Whitespace fixes.benno2001-10-072-5/+4
* Add new files needed by previous commit.benno2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.benno2001-10-0713-55/+135
* Whitespace fixes.jhb2001-10-041-3/+3
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
* grammar fix: to -> toosilby2001-10-011-1/+1
* Fix the function CD(): "Clear to the end of the screen".yokota2001-10-011-4/+15
* This is white-space only change. No functional difference.yokota2001-10-011-140/+167
OpenPOWER on IntegriCloud