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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache read ahead may attempt to read past end of disk
allanjude
2016-05-01
1
-8
/
+39
*
sys/boot: make use of the howmany() macro when available.
pfg
2016-04-26
1
-5
/
+6
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
sys/boot: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
1
-1
/
+1
*
A new implementation of the loader block cache
allanjude
2016-04-18
5
-209
/
+283
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader and
kib
2016-04-08
1
-1
/
+1
*
If the dhcp server provided an interface-mtu option, transcribe the value
ian
2016-03-21
1
-0
/
+6
*
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
allanjude
2016-03-16
4
-3
/
+4
*
Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,
dim
2016-03-06
1
-0
/
+3
*
Fix ubldr build failure on mipsn32 and mipsn32el targets.
sgalabov
2016-03-04
1
-1
/
+1
*
Fix build failure introduced by r296182
sgalabov
2016-02-29
1
-1
/
+0
*
These changes attempt to put things in order before the introduction of MIPS
sgalabov
2016-02-29
2
-2
/
+3
*
Don't set the offset when loading the kernel on the arm loader.efi. The
andrew
2016-02-09
1
-1
/
+6
*
Fix EFI platform build failures
smh
2016-02-06
1
-1
/
+1
*
Fix mistake when transitioning to the new defines with ZFS loader. I
imp
2016-01-27
1
-1
/
+1
*
RBX_ defines are in rbx.h, move it there.
imp
2016-01-26
1
-0
/
+61
*
Move all the separate copies of the same strings into paths.h. There's
imp
2016-01-26
1
-0
/
+39
*
Prevent loader.conf load failure due to unknown console entries
smh
2016-01-21
1
-27
/
+66
*
Fix EFI UFS caching
smh
2016-01-21
1
-7
/
+23
*
Ensure boot fsread correctly probes all partitions
smh
2016-01-15
1
-1
/
+8
*
Make common boot file_loadraw name parameter const
smh
2016-01-15
2
-8
/
+7
*
Improve non-interactive forth cmd error reporting
smh
2016-01-13
3
-11
/
+37
*
Enable warnings in EFI boot code
smh
2016-01-12
7
-22
/
+18
*
Remove hidden "Not ufs" printfs from boot code
smh
2016-01-09
1
-1
/
+0
*
Make detection of GPT a bit more reliable.
ae
2015-12-10
1
-1
/
+6
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
1
-0
/
+11
*
Implement simple ops for umass_disk
zbb
2015-11-27
2
-0
/
+46
*
Document loader(8) dumpdev option
smh
2015-11-18
1
-1
/
+9
*
Make vers.c creation atomic by using a temporary file, then moving
ngie
2015-10-24
1
-4
/
+8
*
Fix a problem which made loader(8) load non-kld files twice.
trasz
2015-08-03
1
-0
/
+8
*
Document md_root in loader(8). The md(4) manual page mentions it,
trasz
2015-07-25
1
-3
/
+9
*
Install loader(8) and zfsloader(8) only once
bapt
2015-06-19
2
-5
/
+10
*
Refactor net_getparams() to make it easier to get params from sources other
ian
2015-05-18
2
-28
/
+51
*
An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.
ian
2015-05-17
1
-16
/
+19
*
The self-relocation code is not efi-specific, move it to boot/common.
ian
2015-05-10
1
-0
/
+123
*
Small change in header order to allow this to compile.
scottl
2015-04-27
1
-1
/
+1
*
Add support for arm64 to loader.efi and boot1.efi
andrew
2015-04-14
1
-0
/
+2
*
Make sure forth manpages are only installed once.
bapt
2015-04-04
1
-10
/
+0
*
Add code to support loading relocatable kernels at offsets that are not
nwhitehorn
2015-01-31
1
-5
/
+8
*
Add support for booting relocatable kernels on PowerPC.
nwhitehorn
2015-01-31
1
-19
/
+27
*
loader: use correct types for parse_modmetadata
royger
2015-01-17
1
-4
/
+4
*
loader: implement multiboot support for Xen Dom0
royger
2015-01-15
4
-66
/
+226
*
Reserve and ignore the a new module metadata type MDT_PNP_INFO for
imp
2015-01-15
1
-0
/
+1
*
mdoc: remove EOL whitespace.
joel
2014-12-29
1
-1
/
+1
*
Use the proper markup for single quotes.
ian
2014-12-27
1
-2
/
+3
*
Add a new loader(8) variable, twiddle_divisor, allowing control over the
ian
2014-12-22
2
-1
/
+36
*
The current limit of 100k for the linker hints file is getting a bit
imp
2014-11-29
1
-1
/
+1
*
Misc mdoc fixes:
joel
2014-11-23
1
-3
/
+0
*
Fix incorrect reading of 32-bit modinfo by 64-bit loaders.
grehan
2014-11-11
1
-0
/
+22
[next]