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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Document the tftp.blksize variable added in src/lib/libstand/tftp.c.
rodrigc
2011-07-25
1
-0
/
+5
*
Note that the "kernel" variable in loader.conf is the name of a directory
jhb
2011-07-20
1
-2
/
+5
*
When building some of the boot loaders with clang, and DEBUG_FLAGS or
dim
2011-07-17
3
-0
/
+7
*
Add support for booting PS3s from disk. This is still a little hackish until
nwhitehorn
2011-07-16
14
-23
/
+1092
*
Since r219452 the alignment of __dmadat has changed, revealing that fsread()
marius
2011-07-11
1
-31
/
+35
*
- For Cheetah- and Zeus-class CPUs don't flush all unlocked entries from
marius
2011-07-02
1
-25
/
+63
*
Fix r223695 to compile on architectures which don't use the MBR scheme; wrap
marius
2011-07-01
2
-6
/
+17
*
Add a version of the FreeBSD bootloader which can run in userland, packaged
dfr
2011-06-30
32
-4
/
+4633
*
Revert the entry point label to 'start' to unbreak the build.
jhb
2011-06-27
2
-3
/
+3
*
- Remove the fake BPB from zfsldr. zfsldr doesn't support booting from
jhb
2011-06-27
2
-82
/
+31
*
As with EFI, OFW and U-Boot etc only compile FDT support on those
marius
2011-06-25
3
-4
/
+8
*
The recent change to increase the zfsboot size to 64k made a few BIOSes
jhb
2011-06-23
1
-62
/
+63
*
Minimize backward seeks when trying to load ELF relocatable modules.
kan
2011-06-19
1
-7
/
+30
*
Fix clang warnings.
benl
2011-06-18
1
-1
/
+1
*
Revert changes to this file in r222417. This unconditionally enabled the
nwhitehorn
2011-06-15
1
-4
/
+1
*
Upgrade our copy of llvm/clang to r132879, from upstream's trunk.
dim
2011-06-12
1
-1
/
+1
*
o Bump the EFI loader version to 3.1.
marcel
2011-06-07
3
-3
/
+68
*
Add ia64_sync_icache() and use it to make the I-cache coherent
marcel
2011-06-07
4
-1
/
+55
*
mdoc: fix markup
uqs
2011-06-02
1
-1
/
+1
*
Include forgotten framework changes to get some of the new menu files install...
julian
2011-05-30
3
-2
/
+5
*
Add some missing files. Without we hang in the OF prompt asking for screen.4th.
andreast
2011-05-29
1
-0
/
+1
*
New boot loader menus from Devin Teske.
julian
2011-05-28
28
-285
/
+3099
*
Disconnect sun4v architecture from the three.
attilio
2011-05-14
3
-72
/
+3
*
a whitespace nit
avg
2011-05-07
1
-1
/
+1
*
a whitespace nit
avg
2011-05-07
1
-1
/
+1
*
Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off
dim
2011-05-05
1
-1
/
+2
*
Fix corner case where the size is a power of two.
marcel
2011-05-03
1
-1
/
+1
*
Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.
dim
2011-05-02
1
-3
/
+6
*
Turn PBVM page table entries into PTEs so that they can be inserted
marcel
2011-04-30
2
-11
/
+22
*
Due to space constraints, the UFS boot2 and boot1 use an evil hack where
jhb
2011-04-28
4
-129
/
+33
*
Remove all object files during 'make clean'.
ae
2011-04-21
2
-2
/
+4
*
MFi386: revisions 220389 and 220392
nyan
2011-04-16
1
-13
/
+13
*
Add basic support for the Marvell Orion TS-7800.
philip
2011-04-15
1
-0
/
+161
*
Remove the now defunct kern.ipc.nmbufs tunable.
pluknet
2011-04-13
1
-1
/
+0
*
Move getc() body before xgetc() so gcc does not emit a warning about function
rdivacky
2011-04-06
1
-9
/
+9
*
Mark getc() as inline, this has no effect on gcc but helps clang.
rdivacky
2011-04-06
1
-1
/
+1
*
MFi386: revision 220337
nyan
2011-04-05
1
-0
/
+1
*
Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.
rdivacky
2011-04-04
3
-10
/
+12
*
Fix a long standing bug where file_load() passes down the global loadaddr
marcel
2011-04-04
1
-1
/
+1
*
Use the new arch_loadaddr I/F to align ELF objects to PBVM page
marcel
2011-04-03
6
-51
/
+135
*
Add 2 new archsw interfaces:
marcel
2011-04-03
5
-30
/
+55
*
Revert rev 165325. The arch_maphint interface hasn't been in use for
marcel
2011-04-03
2
-48
/
+0
*
Make the ski loader functional again after the previous set of changes.
marcel
2011-04-03
2
-31
/
+31
*
MFi386: the part of 219452
nyan
2011-03-24
1
-14
/
+10
*
The size of zfsboot2 grown up to 64 Kbytes in r219089.
ae
2011-03-16
2
-2
/
+2
*
Set control flags in putc(). This should fix zfsboot hangs in drvread().
ae
2011-03-16
1
-0
/
+1
*
MFaltix:
marcel
2011-03-16
13
-141
/
+413
*
Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix the
marcel
2011-03-16
1
-1
/
+1
*
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
davidch
2011-03-14
1
-0
/
+1
*
Remove all object files during 'make clean'.
jhb
2011-03-11
1
-1
/
+2
[prev]
[next]