aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call ExitBootServices and disable interrupts before we start hackingDoug Rabson2001-10-252-22/+24
* Add the two sections used for PLT entries to the text and sdata sectionsDoug Rabson2001-10-252-0/+4
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tDoug Rabson2001-10-244-12/+80
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedJonathan Lemon2001-10-233-0/+9
* Allow the RBX_DUAL flag to appear in bootinfo.Jonathan Lemon2001-10-232-2/+2
* Use a array to convert from a attribute for AT to one for PC98.Yoshihiro Takahashi2001-10-171-42/+38
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.Yoshihiro Takahashi2001-10-171-164/+144
* fix style(9)Yoshihiro Takahashi2001-10-171-175/+212
* Merged from sys/boot/i386/loader/Makefile revision 1.54.Yoshihiro Takahashi2001-10-171-0/+7
* Add a prototype for OF_alloc_phys.Robert Drehmel2001-10-151-0/+1
* Fix some warnings.Robert Drehmel2001-10-151-4/+4
* Add the FreeBSD/sparc64 boot loader source files.Robert Drehmel2001-10-153-0/+658
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.Robert Drehmel2001-10-152-4/+4
* Add a Makefile for the sparc64 boot loader.Robert Drehmel2001-10-151-0/+76
* Do not include openfirm.h; it is now included by libofw.h.Robert Drehmel2001-10-151-1/+0
* - Use the cell_t type definition for Open Firmware arguments inRobert Drehmel2001-10-151-247/+359
* - Fill dummy functions with code to read from disk using OpenRobert Drehmel2001-10-152-6/+597
* - Include openfirm.h for phandle_t.Robert Drehmel2001-10-151-7/+10
* Add a function for parsing an Open Firmware boot path into theRobert Drehmel2001-10-151-3/+29
* - Add an ifdef guard.Robert Drehmel2001-10-151-3/+6
* Fix typo in comment.Doug Rabson2001-10-111-1/+1
* s/alpha/${MACHINE_ARCH}/gMarcel Moolenaar2001-10-082-2/+2
* Whitespace fixes.Benno Rice2001-10-072-5/+4
* Add new files needed by previous commit.Benno Rice2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.Benno Rice2001-10-0713-55/+135
* Whitespace fixes.John Baldwin2001-10-041-3/+3
* Fix the ANSI color escape sequence \E[m.Kazutaka YOKOTA2001-10-021-153/+118
* Fix the local macro: isvisible().Kazutaka YOKOTA2001-10-021-1/+1
* grammar fix: to -> tooMike Silbersack2001-10-011-1/+1
* Fix the function CD(): "Clear to the end of the screen".Kazutaka YOKOTA2001-10-011-4/+15
* This is white-space only change. No functional difference.Kazutaka YOKOTA2001-10-011-140/+167
* Make this 'make obj' safePeter Wemm2001-09-262-2/+10
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupleDoug Rabson2001-09-252-16/+6
* Add commands to dump the itrs and dtrs.Doug Rabson2001-09-242-0/+296
* Return the mapkey which EFI gave us when we read the memory map - we needDoug Rabson2001-09-243-3/+8
* Tidy up a little - don't try to print anything or enable interrupts afterDoug Rabson2001-09-242-102/+48
* Pick up pal.s from the kernel sources.Doug Rabson2001-09-241-1/+3