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
/
efi
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
2
-8
/
+4
*
Speed up debugging in the context of unexpected traps by printing
marcel
2003-03-01
1
-5
/
+6
*
Consistently use NOFORTH to control the usage of ficl.
obrien
2003-02-26
1
-4
/
+3
*
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
jake
2002-12-19
1
-1
/
+1
*
Add command `hcdp'. This command dumps the DIG64 HCDP table if one
marcel
2002-12-18
1
-0
/
+75
*
Pass the HCDP table address to the kernel. If no such table exists,
marcel
2002-12-10
2
-14
/
+6
*
Change the startup code to fix a memory leak and to allow us to
marcel
2002-12-10
1
-19
/
+3
*
o Make all GUID variables global to maximize reuse.
marcel
2002-12-10
1
-21
/
+32
*
The boot manager sets the watchdog timer to 5 minutes before invoking
marcel
2002-12-08
1
-6
/
+10
*
Remove a left-over virtual mapping of uncached I/O port space.
marcel
2002-11-28
1
-0
/
+3
*
MFp4:
marcel
2002-11-24
1
-5
/
+24
*
Disable loader ufs support. It causes the loader to crash on the Itanium2
peter
2002-07-20
1
-1
/
+1
*
Fix printf format errors
peter
2002-07-20
1
-2
/
+2
*
-ffreestanding is the word.
obrien
2002-05-10
1
-0
/
+1
*
We must not let install(1) strip loader.efi when installing it, or the
peter
2002-04-07
1
-0
/
+1
*
Set BINDIR
peter
2002-04-07
1
-0
/
+1
*
Add loader bootforth infrastructure and install it.
peter
2002-04-07
1
-4
/
+20
*
Try and tidy up some very loose ends with paths to various libraries etc.
peter
2002-04-06
1
-3
/
+15
*
Do not assume that ${OBJCOPY} variable exists. It was hidden by the
peter
2002-04-06
1
-0
/
+1
*
Fix self hosted loader building. When you use a self configured gcc, it
peter
2002-04-06
1
-1
/
+0
*
Use a relative path to libstand.. /usr/src/lib/libstand may not exist
peter
2002-04-04
1
-1
/
+1
*
Only install the help file if we can find it. Use ${BASE}.help
marcel
2002-03-31
1
-4
/
+1
*
Pass the physical address of the bootinfo block to the kernel in
marcel
2002-03-30
1
-0
/
+2
*
Add a quick and dirty way to determine where we're loaded from. We
marcel
2002-03-30
1
-8
/
+28
*
The EFI loader has been improved a lot since it was first added.
marcel
2002-03-30
1
-0
/
+2
*
o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.
marcel
2002-03-28
1
-4
/
+4
*
Boot from efifs first.
peter
2002-03-19
1
-1
/
+1
*
s/alpha/${MACHINE_ARCH}/g
marcel
2001-10-08
1
-1
/
+1
*
Calculate the valid flag for ITRs and DTRs correctly. Also fix a couple
dfr
2001-09-25
1
-8
/
+3
*
Add commands to dump the itrs and dtrs.
dfr
2001-09-24
1
-0
/
+148
*
Add commands to dump the configuration tables and the SAL System Table.
dfr
2001-09-23
1
-4
/
+116
*
Add EFI network support.
dfr
2001-09-22
3
-3
/
+13
*
Plug in ELF backend.
dfr
2001-09-14
1
-1
/
+1
*
Add missing entry to memory type name table and adjust field widths.
dfr
2001-09-08
1
-2
/
+3
*
Add a command 'memmap' to print out the EFI memory map.
dfr
2001-09-08
1
-0
/
+75
*
Hook up the native EFI filesystem reader.
dfr
2001-09-07
1
-1
/
+2
*
Set currdev and loaddev variables.
dfr
2001-09-07
1
-4
/
+4
*
Enable bootforth.
dfr
2001-09-04
1
-1
/
+1
*
Make sure we copy over the linker set sections to the EFI executable.
dfr
2001-09-04
1
-0
/
+1
*
Make this build again after breakage from previous commits.
dfr
2001-07-10
1
-6
/
+6
*
style(9) and remove a left over Alpha comment
obrien
2001-06-16
2
-27
/
+30
*
style cleanup
obrien
2001-06-16
1
-22
/
+23
*
Nuke old gensetdefs based linker sets with extreme prejudice
peter
2001-06-14
1
-11
/
+2
*
First approximation of an ia64 EFI loader. Not functional.
dfr
2001-06-09
4
-0
/
+331