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
/
ia64
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add command-line option -dev to set the default value of the currdev
marcel
2010-01-18
2
-14
/
+58
*
Remove debugging printf(). There's no need to print the image
marcel
2010-01-10
1
-2
/
+0
*
Remove file system support based on the simple file system protocol
marcel
2010-01-09
2
-3
/
+7
*
Fix build when WITH_SSP is set explicitly.
ru
2009-02-21
1
-1
/
+1
*
Enable GCC stack protection (aka Propolice) for userland:
ru
2008-06-25
1
-0
/
+1
*
Major rework of the ia64 loaders. The two primary objectives are:
marcel
2006-11-05
5
-71
/
+143
*
Extend struct devdesc with a unit field, called d_unit. Promote the
marcel
2006-11-02
1
-2
/
+2
*
Don't unconditionally compile-in the bcache code. It's only used on
marcel
2006-11-02
1
-5
/
+0
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
1
-2
/
+5
*
Remove ELF dynamic tag definitions that aren't used. Ideally,
marcel
2006-01-18
1
-21
/
+2
*
s/R_IA64_/R_IA_64_/g as per the ia64 psABI.
marcel
2006-01-17
1
-18
/
+13
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
2
-2
/
+2
*
NOFORTH -> NO_FORTH
ru
2004-12-21
1
-1
/
+1
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-1
/
+1
*
Add efimd.c. This file contains MD code used by the EFI library. While
marcel
2004-11-28
2
-2
/
+47
*
This file was repocopied from src/sys/boot/efi/loader.
marcel
2004-11-23
1
-38
/
+32
*
Remove struct ia64_itir and use a plain old uint64_t instead.
marcel
2004-11-21
1
-3
/
+4
*
Redefine a PTE as a 64-bit integral type instead of a struct of
marcel
2004-09-23
1
-20
/
+16
*
Catch up with change to <machine/pte.h>.
marcel
2004-08-10
1
-9
/
+8
*
o Support the REL32LSB relocation. It's in the ELF file from which
marcel
2004-07-20
1
-9
/
+18
*
Fix the creation of EFI images that got broken by the import of
marcel
2004-07-20
2
-3
/
+3
*
Don't create a mapfile during link. It's not needed for the build.
marcel
2004-02-13
1
-2
/
+2
*
Tidy up makefiles.
ru
2004-02-12
1
-72
/
+20
*
Don't hardcode unit 0 for the current device if we're loaded from an
marcel
2003-08-02
1
-17
/
+8
*
Have the linker script look more like the default linker script
marcel
2003-07-17
1
-46
/
+39
*
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
*
Remove _putchar, _puts and _puthex. These functions are unused.
marcel
2002-12-10
1
-101
/
+2
*
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
*
Improve self-relocation:
marcel
2002-04-21
1
-105
/
+135
*
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
2
-4
/
+4
*
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
[next]