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
*
Fixes to man8 groff mandoc style, usage mistakes, or typos.
wblock
2012-05-24
8
-8
/
+8
*
Divide nand flash for DB6281 into two partitions. One for u-boot
gber
2012-05-22
1
-0
/
+9
*
Add a new geom class which allows to divide NAND Flash chip
gber
2012-05-22
1
-0
/
+9
*
Determine kernel load address dynamically from u-boot memory map.
kientzle
2012-05-20
3
-10
/
+46
*
Add architecture dependent code to support NAND Framework on Marvell SoCs.
gber
2012-05-18
6
-70
/
+109
*
Update contact info.
dteske
2012-05-17
16
-16
/
+16
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
5
-0
/
+18
*
Access the device tree blob via copyin/copyout.
kientzle
2012-05-17
2
-41
/
+66
*
libpc98: unbreak after zfs-related changes in libi386 code
avg
2012-05-13
1
-0
/
+2
*
zfs boot: cleanup remnants of temporary compat code
avg
2012-05-13
1
-2
/
+1
*
zfs boot code: mark spa_t arguments as const where they are used as such
avg
2012-05-13
2
-28
/
+28
*
sparc64/zfs boot: take advantage of new libzfsboot capabilities
avg
2012-05-12
8
-156
/
+55
*
zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfs
avg
2012-05-12
2
-11
/
+13
*
zfs boot: try to set vfs.root.mountfrom from currdev as a fallback
avg
2012-05-12
1
-2
/
+16
*
zfsboot/zfsloader: support accessing filesystems within a pool
avg
2012-05-12
12
-187
/
+784
*
Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.
dim
2012-05-11
1
-0
/
+4
*
Add support for passing in the board ID.
imp
2012-05-11
1
-2
/
+3
*
Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam
imp
2012-05-11
1
-0
/
+2
*
MFi386: improve argument passing via btxldr
avg
2012-05-11
9
-31
/
+35
*
Don't hang if there is no /cpus node in the device tree.
kientzle
2012-05-11
1
-0
/
+2
*
cdboot, pxeldr: make use of bootargs.h instead of redefining flag constants
avg
2012-05-10
4
-11
/
+8
*
Use a non-tricky approach for building and installing zfsboot sharing
marius
2012-05-09
2
-6
/
+2
*
r235154 followup: add stddef.h for offsetof
avg
2012-05-09
1
-0
/
+1
*
i386 zfsloader: rename LIBZFS to LIBZFSBOOT
avg
2012-05-09
1
-5
/
+3
*
i386 boot: consolidate MAXBDDEV definition
avg
2012-05-09
4
-5
/
+2
*
btxldr: future-proof argument passing from boot1/2-ish to loader
avg
2012-05-09
9
-34
/
+99
*
sys/boot: add common CTASSERT definition
avg
2012-05-09
3
-16
/
+7
*
Ooops. Back out changes to main.c from r235094.
kientzle
2012-05-06
1
-11
/
+0
*
Don't call strcmp with a NULL pointer.
kientzle
2012-05-06
2
-4
/
+18
*
Remove some redundant register loads.
kientzle
2012-05-02
1
-9
/
+2
*
Add initial support for booting from ZFS on sparc64. At least on Sun Fire
marius
2012-05-01
9
-43
/
+281
*
Add a command for showing the heap usage.
marius
2012-05-01
1
-0
/
+12
*
Teach ubldr(8) about simple MBR partitioning.
kientzle
2012-05-01
3
-2
/
+103
*
Add multiple inclusion protection.
marius
2012-04-29
1
-0
/
+5
*
Build a 32-bit EFI loader on amd64. This to match the rest of the
marcel
2012-04-20
2
-2
/
+16
*
zfsboot: honor -q if it's present in boot.config
avg
2012-04-16
1
-2
/
+8
*
Read backup GPT header from the last LBA only when primary GPT header and
ae
2012-04-12
1
-7
/
+7
*
retrofit Safe Mode loader menu item actions
avg
2012-04-06
1
-15
/
+6
*
Fix build after changes to trap headers.
nwhitehorn
2012-03-29
1
-0
/
+2
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
2
-2
/
+2
*
Remove second consts in r233288 in order to appease C++ compilers.
marius
2012-03-26
1
-1
/
+1
*
Improve FDT handling in loader(8) and make it more robust.
raj
2012-03-22
1
-24
/
+71
*
Declare the CRC lookup-tables const as they hardly should change at
marius
2012-03-21
1
-1
/
+1
*
Use the common/shared CRC-32 implementation instead of duplicating it.
marius
2012-03-21
2
-69
/
+7
*
Improve device tree blob (DTB) handling in loader(8).
raj
2012-03-20
2
-25
/
+113
*
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
[next]