summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this 'make obj' safepeter2001-09-262-2/+10
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupledfr2001-09-252-16/+6
* Add commands to dump the itrs and dtrs.dfr2001-09-242-0/+296
* Return the mapkey which EFI gave us when we read the memory map - we needdfr2001-09-243-3/+8
* Tidy up a little - don't try to print anything or enable interrupts afterdfr2001-09-242-102/+48
* Pick up pal.s from the kernel sources.dfr2001-09-241-1/+3
* Add commands to dump the configuration tables and the SAL System Table.dfr2001-09-232-8/+232
* Add EFI network support.dfr2001-09-226-6/+26
* * Flesh out elf_exec and bootinfo.dfr2001-09-227-77/+1168
* Add getsecs() for the libstand network code.dfr2001-09-221-0/+6
* Add a twiddle meter when reading from files. Gives me something to lookdfr2001-09-221-6/+17
* Add definition of SSC_GET_RTC.dfr2001-09-202-0/+2
* Implement time().dfr2001-09-192-2/+226
* Add support for loading bzip2-compressed kernels and modules. This supportsobomax2001-09-182-0/+12
* MFi386: sys/boot/i386/loader/main.c revision 1.24.nyan2001-09-161-0/+5
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.nyan2001-09-161-7/+10
* Add a fake memory descriptor for the I/O port space.dfr2001-09-152-2/+14
* Fill in the bootinfo's memory map.dfr2001-09-153-0/+38
OpenPOWER on IntegriCloud