summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead code.dfr2001-09-152-74/+0
* Plug in ELF backend.dfr2001-09-142-2/+2
* Add ELF backend to the build.dfr2001-09-143-15/+3
* Make this do the right thing (mostly). We should still reserve the pagesdfr2001-09-142-10/+26
* Update code which creates bootinfo.dfr2001-09-136-4/+202
* A command file for SKI which runs the loader up to the first instructiondfr2001-09-122-0/+32
* Create backup copies using install(1).ru2001-09-125-15/+5
* Build ficl on all architectures.dfr2001-09-121-2/+0
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1235-1/+3631
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-116-120/+424
* Add missing entry to memory type name table and adjust field widths.dfr2001-09-082-4/+6
* Add a command 'memmap' to print out the EFI memory map.dfr2001-09-082-0/+150
* Hook up the native EFI filesystem reader.dfr2001-09-072-2/+4
* Set currdev and loaddev variables.dfr2001-09-072-8/+8
* Add a libstand filesystem for accessing EFI native filesystems.dfr2001-09-073-3/+349
* Reformat.dfr2001-09-072-278/+280
* Merge linker set relocations with the rest.dfr2001-09-052-0/+2
* Enable bootforth.dfr2001-09-042-2/+2
* Avoid an alignment fault on 64bit architectures.dfr2001-09-041-1/+1
* Make sure we copy over the linker set sections to the EFI executable.dfr2001-09-042-0/+2
* Add definition for arch-ia64.dfr2001-09-041-0/+6
* Add ia64 system dependancies.dfr2001-09-042-0/+513
* Don't clobber the default for CFLAGS.bde2001-08-312-2/+2
* Mention that the ACPI module load can be disabled by unsetting $acpi_loadmsmith2001-08-301-0/+14
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-305-1/+144
* Pass NULL instead of MAXPHYS to the DMA allocation method. Be a bit morebenno2001-08-261-2/+4
* OK, now I am scared of pxeldr. It had /boot/loader appended ontopeter2001-08-221-1/+1
* Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapperpeter2001-08-221-1/+1
* mdoc(7) police: markup nits.ru2001-08-201-9/+17
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+27
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Style cleanup.obrien2001-08-101-2/+2
OpenPOWER on IntegriCloud