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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn on -Wformat
peter
2002-07-20
1
-1
/
+1
*
Fix printf format errors
peter
2002-07-20
1
-3
/
+3
*
Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.
peter
2002-07-20
1
-5
/
+20
*
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
*
Add boot_serial and boot_multicons variables to set RB_SERIAL and
peter
2002-06-20
1
-0
/
+2
*
o Remove namespace pollution from param.h:
marcel
2002-05-19
2
-0
/
+3
*
An almost mechanical sweep to replace C++ style comments with C
marcel
2002-05-19
16
-614
/
+485
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Removed now unused INTERNALSTATICLIB.
ru
2002-05-13
1
-3
/
+0
*
Back out last commit. I expect our bsd.*.mk gods to remove the need for
obrien
2002-05-12
1
-0
/
+3
*
NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
obrien
2002-05-11
1
-3
/
+0
*
-ffreestanding is the word.
obrien
2002-05-10
2
-1
/
+2
*
Improve self-relocation:
marcel
2002-04-21
1
-105
/
+135
*
Allocate sufficient pages to hold the bootinfo block and stop
marcel
2002-04-19
1
-7
/
+10
*
Finally fix loader completely for IA64. efifs_stat() wasn't setting
peter
2002-04-11
1
-0
/
+2
*
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
2
-8
/
+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
2
-1
/
+3
*
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
*
Fix the initialization of the protocol:
marcel
2002-03-30
1
-2
/
+68
*
Don't blindly dereference f->f_devdata as if it's always a pointer to
marcel
2002-03-30
1
-1
/
+6
*
o Make efinet_put a blocking call by waiting for the protocol
marcel
2002-03-29
1
-12
/
+22
*
o Don't include sys/cdefs.h
marcel
2002-03-28
1
-1
/
+0
*
o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand.
marcel
2002-03-28
1
-4
/
+4
*
Add EFI write support to loader
peter
2002-03-19
1
-2
/
+30
*
Add -ffreestanding to avoid printf/puts/putchar conversions
peter
2002-03-19
1
-0
/
+1
*
Boot from efifs first.
peter
2002-03-19
1
-1
/
+1
*
gcc-3.1 likes to have extra { } around the internal array initializers in
peter
2002-03-19
1
-5
/
+5
*
Lookup the EFI_FPSWA driver and pass the interface pointer through to the
peter
2001-11-19
6
-0
/
+108
*
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
peter
2001-11-19
1
-6
/
+0
*
This is used in C, not C++. functions with no args have func(void) in our
peter
2001-11-19
1
-0
/
+1
*
o Add new header <sys/stdint.h>.
mike
2001-11-02
1
-1
/
+1
*
Set RB_MULTIPLE (multiple console support) if the kernel is booted
marcel
2001-10-29
1
-0
/
+3
*
Call ExitBootServices and disable interrupts before we start hacking
dfr
2001-10-25
1
-11
/
+12
*
Add the two sections used for PLT entries to the text and sdata sections
dfr
2001-10-25
1
-0
/
+2
*
Try to get the self-relocator to work with IPLTLSB relocations. Doesn't
dfr
2001-10-24
2
-6
/
+40
*
Fix typo in comment.
dfr
2001-10-11
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
*
Return the mapkey which EFI gave us when we read the memory map - we need
dfr
2001-09-24
2
-2
/
+5
*
Tidy up a little - don't try to print anything or enable interrupts after
dfr
2001-09-24
1
-51
/
+24
[next]