index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
sparc64
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out v1.24. v1.40 of sys/sparc64/sparc64/bus_machdep.c fixes the
kensmith
2004-09-08
1
-3
/
+1
*
Temporary bandaid to help sparc64 systems with ATA disks boot. Recent
kensmith
2004-08-19
1
-1
/
+3
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
2
-2
/
+2
*
To quote the submitter:
marcel
2004-04-04
1
-3
/
+15
*
Since loader(8) on SPARC64 is a pure ELF executable (as opposed
ru
2004-02-10
1
-1
/
+0
*
MFi386.
ru
2004-02-09
1
-35
/
+9
*
Convert to __FBSDID.
obrien
2004-01-04
2
-3
/
+7
*
Set RB_SERIAL in boothowto if the firmware output-device is ttya or ttyb.
jake
2003-11-11
1
-4
/
+6
*
NFS support should be conditional on LOADER_NFS_SUPPORT, not
tmm
2003-07-11
1
-1
/
+1
*
Remember to release the loader's heap.
jake
2003-06-15
1
-1
/
+7
*
Commit a missed change to keep in sync with the MI elf loader.
peter
2003-05-01
1
-4
/
+4
*
Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (for
peter
2003-04-30
1
-1
/
+3
*
Fix breakage from earlier inadvertant changes.
jake
2002-12-20
1
-4
/
+0
*
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
jake
2002-12-19
1
-1
/
+4
*
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 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
*
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
1
-1
/
+1
*
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
*
Catch up to change in tte format.
jake
2002-03-01
1
-3
/
+3
*
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
*
Avoid having the text and data sections merged into one program
robert
2001-12-28
1
-1
/
+1
*
Add code to copy the enironment and loader metadata into kernel space.
jake
2001-10-30
2
-2
/
+320
*
Add definitions for network support, doesn't work yet.
jake
2001-10-30
1
-27
/
+40
*
Use ENTRY() for defining functions in asm.
jake
2001-10-30
2
-156
/
+32
*
Fix some warnings.
robert
2001-10-15
1
-4
/
+4
*
Add the FreeBSD/sparc64 boot loader source files.
robert
2001-10-15
3
-0
/
+658
*
Add a Makefile for the sparc64 boot loader.
robert
2001-10-15
1
-0
/
+76