aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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-174/+211
* 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-139/+166
* 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
* Add commands to dump the configuration tables and the SAL System Table.Doug Rabson2001-09-232-8/+232
* Add EFI network support.Doug Rabson2001-09-226-6/+26
* * Flesh out elf_exec and bootinfo.Doug Rabson2001-09-227-67/+1158
* Add getsecs() for the libstand network code.Doug Rabson2001-09-221-0/+6
* Add a twiddle meter when reading from files. Gives me something to lookDoug Rabson2001-09-221-5/+16
* Add definition of SSC_GET_RTC.Doug Rabson2001-09-202-0/+2
* Implement time().Doug Rabson2001-09-192-2/+226
* Add support for loading bzip2-compressed kernels and modules. This supportMaxim Sobolev2001-09-182-0/+12
* MFi386: sys/boot/i386/loader/main.c revision 1.24.Yoshihiro Takahashi2001-09-161-0/+5
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.Yoshihiro Takahashi2001-09-161-7/+10
* Add a fake memory descriptor for the I/O port space.Doug Rabson2001-09-152-2/+14
* Fill in the bootinfo's memory map.Doug Rabson2001-09-153-0/+38
* Remove dead code.Doug Rabson2001-09-152-74/+0
* Plug in ELF backend.Doug Rabson2001-09-142-2/+2
* Add ELF backend to the build.Doug Rabson2001-09-143-15/+3
* Make this do the right thing (mostly). We should still reserve the pagesDoug Rabson2001-09-142-10/+26