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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFS11 305232:
gjb
2016-09-01
1
-9
/
+10
*
Fixup the geliboot sector rounding code
allanjude
2016-05-20
2
-19
/
+31
*
Fix several instances where the boot loader ignored pager_output
imp
2016-05-18
2
-2
/
+8
*
Attempt to fix r299660:
peter
2016-05-17
1
-2
/
+4
*
Put slba and elba under LOADER_GELI_SUPPORT ifdef to mute warning about them ...
ngie
2016-05-13
1
-0
/
+2
*
Remove unused const variable
ngie
2016-05-13
1
-1
/
+0
*
Add missing prototype for getchar(..)
ngie
2016-05-13
1
-0
/
+1
*
Change a rounding operation that had missing braces into a roundup2()
peter
2016-05-03
1
-7
/
+4
*
bcache read ahead may attempt to read past end of disk
allanjude
2016-05-01
2
-3
/
+38
*
sys/boot: spelling fixes in comments.
pfg
2016-04-30
5
-8
/
+8
*
A new implementation of the loader block cache
allanjude
2016-04-18
6
-19
/
+65
*
Deprecate using hints.acpi.0.rsdp to communicate the RSDP to the
imp
2016-04-14
1
-1
/
+16
*
Fix GELIBoot support for GELI sector size is > 512
allanjude
2016-04-06
2
-25
/
+80
*
Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.
bdrewery
2016-03-26
10
-10
/
+0
*
DIRDEPS_BUILD: Update dependencies.
bdrewery
2016-03-21
5
-0
/
+10
*
If the dhcp server provided an interface-mtu option, transcribe the value
ian
2016-03-21
1
-0
/
+5
*
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
allanjude
2016-03-16
12
-42
/
+571
*
Add more .NOMETA missed in r291320
bdrewery
2016-03-11
6
-6
/
+6
*
Revert r269030. CLEANFILES is already added to .NOPATH since r241298.
bdrewery
2016-03-11
1
-1
/
+1
*
DIRDEPS_BUILD: Regenerate without local dependencies.
bdrewery
2016-02-24
2
-4
/
+0
*
Remove dd xfer stats emitted during buildworld
emaste
2016-02-18
3
-4
/
+4
*
Restore kgzldr on i386 only
emaste
2016-02-08
1
-0
/
+4
*
Fix mistake when transitioning to the new defines with ZFS loader. I
imp
2016-01-27
3
-5
/
+5
*
RBX_ defines are in rbx.h, move it there.
imp
2016-01-26
2
-100
/
+2
*
Move all the separate copies of the same strings into paths.h. There's
imp
2016-01-26
3
-15
/
+3
*
Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...
allanjude
2016-01-15
1
-29
/
+0
*
Enable warnings in EFI boot code
smh
2016-01-12
1
-2
/
+2
*
Return call to init_zfs_bootenv to its previous location
allanjude
2016-01-09
1
-1
/
+5
*
Only call init_zfs_bootenv() when the system was booted with ZFS
allanjude
2016-01-09
1
-6
/
+12
*
Add support for ZFS Boot Environments to userboot (for bhyve and others)
allanjude
2016-01-08
1
-1
/
+2
*
Introduce the ZFS Boot Environments menu to the loader menu
allanjude
2015-12-31
1
-0
/
+57
*
Fix remaining direct tests of the carry flag in the v86 %eflags via a
jhb
2015-12-24
1
-3
/
+3
*
Add missing smbios.h #include to mute a -Wimplicit-function-declaration warning
ngie
2015-12-20
1
-0
/
+1
*
Use human readable representation of ip for the pxeboot.ip kenv
bapt
2015-12-16
1
-3
/
+2
*
pxeboot: make the tftp loader use the option root-path directive
bapt
2015-12-16
3
-29
/
+3
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
16
-0
/
+192
*
META MODE: Don't create .meta files when symlinking sources into the obj dire...
bdrewery
2015-11-25
1
-2
/
+2
*
Disconnect unused kgzldr from sys/boot/i386
emaste
2015-11-20
1
-1
/
+1
*
Remove disconnected boot0ext.
bdrewery
2015-11-20
3
-507
/
+0
*
Change gptldr from relocating 0xfff1 bytes of boot2 to relocating 0x20000
cperciva
2015-10-08
1
-11
/
+28
*
META_MODE: Remove DEP_MACHINE from Makefile.depend files.
bdrewery
2015-09-25
5
-10
/
+0
*
META_MODE: Remove DEP_RELDIR from Makefile.depend files.
bdrewery
2015-09-25
5
-10
/
+0
*
Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.
imp
2015-08-27
1
-1
/
+1
*
Remove guards around overwriting loader.rc and menu.rc
allanjude
2015-08-06
1
-6
/
+1
*
Reduce warnings:
delphij
2015-06-26
1
-1
/
+3
*
Install loader(8) and zfsloader(8) only once
bapt
2015-06-19
1
-0
/
+1
*
Add META_MODE support.
sjg
2015-06-13
5
-0
/
+75
|
\
|
*
Merge sync of head
sjg
2015-05-27
29
-843
/
+1055
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
16
-46
/
+459
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
12
-16
/
+88
|
|
\
\
[next]