| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the device path representation in libofw to use the full firmware | jake | 2002-11-10 | 3 | -48/+25 |
* | Pass the right number of tlb slots to the kernel. The allocation scheme | tmm | 2002-10-18 | 1 | -10/+4 |
* | Compile in support for zipfs and bzipfs so we can load the gzipped mfsroot | jake | 2002-10-13 | 2 | -0/+14 |
* | Remove NOFORTH=yes, it seems to work now thanks to scottl. | jake | 2002-09-02 | 1 | -1/+0 |
* | - Do not pretend to compile a kernel and remove the definition | robert | 2002-08-21 | 1 | -2/+0 |
* | - Define the macro _KERNEL to pretend we are compiling a kernel. | robert | 2002-08-21 | 1 | -1/+2 |
* | Print out the strings in vers.o instead of hardcoding the loader banner. | jake | 2002-08-04 | 1 | -2/+4 |
* | Enable netboot support by default, since it can now coexist with disk and | jake | 2002-07-07 | 1 | -3/+3 |
* | Make building with ficl work. Unfortunately booting with it doesn't. | jake | 2002-07-07 | 2 | -5/+10 |
* | Enable cd9660 support by default. | jake | 2002-06-21 | 1 | -1/+1 |
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 1 | -0/+2 |
* | Add explicit dependency on ufsread.c | phk | 2002-06-05 | 1 | -0/+2 |
* | Remove UFS related #includes, they're read in ufsread.c now. | phk | 2002-06-05 | 1 | -3/+0 |
* | Make sparc64 share ufsread.c with i386. | phk | 2002-06-05 | 2 | -126/+12 |
* | Avoid entering IOCCC with a memcpy turned bcopy. | phk | 2002-06-05 | 1 | -4/+4 |
* | Add needed include of queue.h. Remove unneeded include of smp.h. | jake | 2002-05-29 | 1 | -1/+1 |
* | Use a contrived 'tlb_entry' structure for passing the mappings for the | jake | 2002-05-29 | 3 | -18/+18 |
* | Sync with i386. The loader was being installed before the beforeinstall | jake | 2002-05-28 | 1 | -26/+39 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Match the default newfs UFS block size. | obrien | 2002-05-13 | 1 | -1/+1 |
* | Attempt to not crash and burn on UltraSPARC III machines; the cpuid property | jake | 2002-05-11 | 1 | -1/+2 |
* | -ffreestanding is the word. | obrien | 2002-05-10 | 2 | -3/+2 |
* | Split file system setup code out into a function called mount. | jake | 2002-04-24 | 1 | -50/+109 |
* | Add support for loading files other than /boot/loader. Useful if you're | jake | 2002-04-24 | 1 | -79/+234 |
* | Add an exit function. | jake | 2002-04-24 | 1 | -3/+21 |
* | Add -Wno-unused. | jake | 2002-04-24 | 1 | -1/+1 |
* | memcpy, memset -> bcopy, bzero. | jake | 2002-04-24 | 1 | -32/+28 |
* | Clean up elf loading to not make assumptions about the ordering of sections. | jake | 2002-04-24 | 1 | -37/+18 |
* | Remove xfsread. Just call fsread directly. | jake | 2002-04-24 | 1 | -16/+5 |
* | Remove a bunch of unused variables, functions and macros. Allocate storage | jake | 2002-04-24 | 1 | -174/+11 |
* | o Use our own elf2aout now. | obrien | 2002-04-21 | 1 | -2/+2 |
* | Do not use semi-fixed TLB slots for the 4M kernel pages any more. | tmm | 2002-04-02 | 3 | -25/+24 |
* | 1.) Rename locore.s to locore.S (by repocopy), to be able to remove | tmm | 2002-04-02 | 3 | -144/+21 |
* | Add support for booting from CD-ROM. Make it possible to enable UFS | tmm | 2002-04-01 | 2 | -0/+27 |
* | 1.) Produce a boot1 disklabel template of the format disklabel(8) expects. | tmm | 2002-04-01 | 1 | -12/+22 |
* | was repocopied to ../boot1 | obrien | 2002-03-28 | 2 | -769/+0 |
* | Apparently either gcc or ld, in their infinite wisdom, want to | obrien | 2002-03-28 | 2 | -0/+16 |
* | Opps, bootblock component is no more. | obrien | 2002-03-28 | 1 | -1/+1 |
* | Add a Makefile for sparc64 at this level. | obrien | 2002-03-28 | 1 | -0/+5 |
* | Change every occurrence of "bootblock" into "boot1" after | robert | 2002-03-05 | 1 | -7/+7 |
* | - Fix seeking for offsets requiring more than 32 bits. | robert | 2002-03-05 | 2 | -10/+54 |
* | Catch up to change in tte format. | jake | 2002-03-01 | 1 | -3/+3 |
* | - Fix indentation and return statements to conform to style(9). | robert | 2002-02-26 | 2 | -810/+856 |
* | Keep track of the ttes used to map the kernel and pass them to it as loader | jake | 2002-02-23 | 4 | -35/+126 |
* | Add make variables for fs support and propagate them to CFLAGS. Put | jake | 2002-02-23 | 1 | -9/+21 |
* | Fix fs support ifdefs. Add tftp support. Add physical and virtual | jake | 2002-02-23 | 1 | -12/+107 |
* | Allocate a frame on our initial stack so that it doesn't run off into | jake | 2002-02-23 | 2 | -12/+24 |
* | Include <machine/metadata.h>. | jake | 2002-02-23 | 1 | -0/+2 |
* | Add the FreeBSD/sparc64 bootblock and its make file. | robert | 2002-02-15 | 4 | -0/+1448 |
* | Avoid having the text and data sections merged into one program | robert | 2001-12-28 | 1 | -1/+1 |