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
*
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
*
Pick up pal.s from the kernel sources.
dfr
2001-09-24
1
-1
/
+3
*
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
*
* Flesh out elf_exec and bootinfo.
dfr
2001-09-22
5
-39
/
+676
*
Add getsecs() for the libstand network code.
dfr
2001-09-22
1
-0
/
+6
*
Add a twiddle meter when reading from files. Gives me something to look
dfr
2001-09-22
1
-6
/
+17
*
Plug in ELF backend.
dfr
2001-09-14
1
-1
/
+1
*
Add ELF backend to the build.
dfr
2001-09-14
2
-8
/
+2
*
Make this do the right thing (mostly). We should still reserve the pages
dfr
2001-09-14
1
-5
/
+13
*
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
*
Add a libstand filesystem for accessing EFI native filesystems.
dfr
2001-09-07
3
-3
/
+349
*
Reformat.
dfr
2001-09-07
1
-139
/
+140
*
Merge linker set relocations with the rest.
dfr
2001-09-05
1
-0
/
+1
*
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
*
style police
obrien
2001-06-16
1
-4
/
+5
*
This Intel derived file uses C++ style comments.
obrien
2001-06-16
1
-33
/
+37
*
Fix FreeBSD id style.
obrien
2001-06-16
2
-4
/
+10
*
style(9)
obrien
2001-06-16
1
-23
/
+18
*
style(9) + fix FreeBSD id's.
obrien
2001-06-16
4
-25
/
+30
*
Nuke old gensetdefs based linker sets with extreme prejudice
peter
2001-06-14
1
-11
/
+2
*
Move the first section up one page. The firmware bogusly uses the first
dfr
2001-06-10
1
-0
/
+1
*
Remove a 'return' statement which I put in while I was trying to debug
dfr
2001-06-10
1
-1
/
+0
*
First approximation of an ia64 EFI loader. Not functional.
dfr
2001-06-09
40
-0
/
+7068