aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
Commit message (Expand)AuthorAgeFilesLines
* NFS support should be conditional on LOADER_NFS_SUPPORT, notThomas Moestl2003-07-111-1/+1
* Remember to release the loader's heap.Jake Burkholder2003-06-151-1/+7
* Commit a missed change to keep in sync with the MI elf loader.Peter Wemm2003-05-011-4/+4
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forPeter Wemm2003-04-301-1/+3
* Cut&Paste considered far too easy:Poul-Henning Kamp2003-04-161-1/+0
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-2/+0
* Fix breakage from earlier inadvertant changes.Jake Burkholder2002-12-201-4/+0
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+4
* Change the device path representation in libofw to use the full firmwareJake Burkholder2002-11-103-48/+25
* Pass the right number of tlb slots to the kernel. The allocation schemeThomas Moestl2002-10-181-10/+4
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootJake Burkholder2002-10-132-0/+14
* Remove NOFORTH=yes, it seems to work now thanks to scottl.Jake Burkholder2002-09-021-1/+0
* - Do not pretend to compile a kernel and remove the definitionRobert Drehmel2002-08-211-2/+0
* - Define the macro _KERNEL to pretend we are compiling a kernel.Robert Drehmel2002-08-211-1/+2
* Print out the strings in vers.o instead of hardcoding the loader banner.Jake Burkholder2002-08-041-2/+4
* Enable netboot support by default, since it can now coexist with disk andJake Burkholder2002-07-071-3/+3
* Make building with ficl work. Unfortunately booting with it doesn't.Jake Burkholder2002-07-072-5/+10
* Enable cd9660 support by default.Jake Burkholder2002-06-211-1/+1
* Add boot_serial and boot_multicons variables to set RB_SERIAL andPeter Wemm2002-06-201-0/+2
* Add explicit dependency on ufsread.cPoul-Henning Kamp2002-06-051-0/+2
* Remove UFS related #includes, they're read in ufsread.c now.Poul-Henning Kamp2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-052-126/+12
* Avoid entering IOCCC with a memcpy turned bcopy.Poul-Henning Kamp2002-06-051-4/+4
* Add needed include of queue.h. Remove unneeded include of smp.h.Jake Burkholder2002-05-291-1/+1
* Use a contrived 'tlb_entry' structure for passing the mappings for theJake Burkholder2002-05-293-18/+18
* Sync with i386. The loader was being installed before the beforeinstallJake Burkholder2002-05-281-26/+39
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Match the default newfs UFS block size.David E. O'Brien2002-05-131-1/+1
* Attempt to not crash and burn on UltraSPARC III machines; the cpuid propertyJake Burkholder2002-05-111-1/+2
* -ffreestanding is the word.David E. O'Brien2002-05-102-3/+2
* Split file system setup code out into a function called mount.Jake Burkholder2002-04-241-50/+109
* Add support for loading files other than /boot/loader. Useful if you'reJake Burkholder2002-04-241-79/+234
* Add an exit function.Jake Burkholder2002-04-241-3/+21
* Add -Wno-unused.Jake Burkholder2002-04-241-1/+1
* memcpy, memset -> bcopy, bzero.Jake Burkholder2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.Jake Burkholder2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.Jake Burkholder2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storageJake Burkholder2002-04-241-174/+11
* o Use our own elf2aout now.David E. O'Brien2002-04-211-2/+2
* Do not use semi-fixed TLB slots for the 4M kernel pages any more.Thomas Moestl2002-04-023-25/+24
* 1.) Rename locore.s to locore.S (by repocopy), to be able to removeThomas Moestl2002-04-023-144/+21
* Add support for booting from CD-ROM. Make it possible to enable UFSThomas Moestl2002-04-012-0/+27
* 1.) Produce a boot1 disklabel template of the format disklabel(8) expects.Thomas Moestl2002-04-011-12/+22
* was repocopied to ../boot1David E. O'Brien2002-03-282-769/+0
* Apparently either gcc or ld, in their infinite wisdom, want toDavid E. O'Brien2002-03-282-0/+16
* Opps, bootblock component is no more.David E. O'Brien2002-03-281-1/+1
* Add a Makefile for sparc64 at this level.David E. O'Brien2002-03-281-0/+5
* Change every occurrence of "bootblock" into "boot1" afterRobert Drehmel2002-03-051-7/+7
* - Fix seeking for offsets requiring more than 32 bits.Robert Drehmel2002-03-052-10/+54
* Catch up to change in tte format.Jake Burkholder2002-03-011-3/+3