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
*
Declare some variables static in order to reduce the object size and
marius
2012-03-18
1
-31
/
+18
*
Fix a bug introduced in r223938; on big-endian machines coping a 32-bit
marius
2012-03-11
1
-0
/
+15
*
MFi386: revisions 232570 and 232754
nyan
2012-03-10
1
-7
/
+15
*
Make boot2 build with Clang again.
jkim
2012-03-09
1
-4
/
+2
*
Add a note to clarify why we create a relocated copy of boot1 in lower
jhb
2012-03-06
1
-1
/
+4
*
Provide wbwd(4), a driver for the watchdog timer found on various
bz
2012-03-06
1
-0
/
+1
*
Fix boot2 to handle boot config files that only contain a custom path to
jhb
2012-03-05
1
-6
/
+15
*
Respect phy-handle property in Ethernet nodes of the device tree.
raj
2012-03-04
1
-11
/
+4
*
Fix a long standing bug. The caller expects a non-zero value for success.
jkim
2012-02-29
1
-2
/
+2
*
Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
dim
2012-02-28
11
-61
/
+47
*
Whitespace cleanup:
gjb
2012-02-25
1
-8
/
+16
*
Fix various typos in manual pages.
gjb
2012-02-25
1
-2
/
+2
*
Make sure to synchronize icache for the newly loaded loader. Not an issue
nwhitehorn
2012-02-16
2
-3
/
+7
*
Reduce diffs against i386.
nyan
2012-02-10
1
-12
/
+14
*
Fix clang warnings.
rpaulo
2012-02-05
2
-3
/
+3
*
Clarify and improve the boot menu with some small changes:
pluknet
2012-01-25
1
-18
/
+18
*
Experimental support for booting CHRP-type PowerPC systems from hard disks.
nwhitehorn
2012-01-25
1
-1
/
+0
*
Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that
sbruno
2012-01-19
1
-0
/
+2
*
Fix some unreliability problems related to MSR bits inherited from kboot by
nwhitehorn
2012-01-15
1
-1
/
+1
*
- Document TheDraw splash screens in the default loader.conf
eadler
2012-01-14
1
-1
/
+2
*
Get rid of a spurious warning on the console when booting the kernel
pluknet
2012-01-09
1
-2
/
+13
*
Document comconsole_port and comconsole_pcidev loader variables.
kib
2012-01-07
1
-1
/
+38
*
MFi386: revision 229435
nyan
2012-01-04
1
-31
/
+188
*
Fix 230MB MO support.
nyan
2012-01-04
1
-1
/
+1
*
Add special loader environment variables 'comconsole_port' and
kib
2012-01-03
3
-31
/
+195
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
3
-3
/
+3
*
Merge index() and strchr() together.
ed
2012-01-03
1
-4
/
+4
*
Unset the environment variables associated with individual menu items
pluknet
2011-12-30
3
-18
/
+81
*
Clean up from the 4.x era.
pluknet
2011-12-27
1
-3
/
+3
*
Make the RTC checking for QEMU even more aggressive.
ed
2011-12-21
1
-4
/
+6
*
Allow boot0cfg to force a PXE boot via boot0 on the next boot.
jhb
2011-12-20
1
-1
/
+1
*
- Rename if_carp.ko to carp.ko.
glebius
2011-12-16
1
-1
/
+1
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-2
/
+2
*
zfsboot: print boot.config contents before parsing it
avg
2011-12-04
1
-2
/
+2
*
zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)
avg
2011-12-04
1
-0
/
+3
*
Rename the linker emulation name for powerpc and powerc64. This is needed that
andreast
2011-11-19
3
-3
/
+3
*
Initial version of cesa(4) driver for Marvell crypto engine and security
raj
2011-11-19
2
-0
/
+4
*
- Add new loader_logo orbbw to default.conf
miwi
2011-11-19
1
-1
/
+1
*
- Whitespaces fixed only
miwi
2011-11-19
1
-3
/
+3
*
Wire the kernel text RWX, rather than RX. We're not quite ready
marcel
2011-11-17
1
-1
/
+1
*
Add DTS for the Freescale P2020DS.
raj
2011-11-17
1
-0
/
+754
*
Add DTS for the Freescale P1020RDB.
marcel
2011-11-14
1
-0
/
+627
*
Add DTS for the Freescale P3041DS.
marcel
2011-11-14
1
-0
/
+753
*
Revert some debugging printfs that crept into 223695.
jhb
2011-11-09
1
-5
/
+1
*
Remove the remnants of /stand/sysinstall.
pluknet
2011-11-03
1
-1
/
+1
*
Remove the long reprecated ``/stand/sysinstall'' from the init_path.
pluknet
2011-10-27
1
-1
/
+1
*
- Add a new header for the x86 boot code that defines various structures
jhb
2011-10-25
6
-31
/
+128
*
Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for
jhb
2011-10-25
15
-37
/
+27
*
With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we would
pjd
2011-10-20
1
-2
/
+3
*
- Correctly read gang header from raidz.
pjd
2011-10-20
1
-51
/
+51
[next]