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
*
Always update the hw.uart.console hint anytime a change is made to the
jhb
2013-01-23
1
-18
/
+7
*
Fix linking of loader.efi.
benno
2013-01-22
1
-1
/
+1
*
Quiesce some clang warnings while we're here doing stuff.
sbruno
2013-01-14
3
-2
/
+9
*
amd64 only has rela sections.
rpaulo
2012-12-17
1
-12
/
+12
*
Make this work for 64 bit binaries.
rpaulo
2012-12-07
1
-9
/
+22
*
Remove dead code that clang refuses to compile.
rpaulo
2012-12-05
1
-10
/
+0
*
boot: use packed attribute for edd_params* structures and their substructures
avg
2012-11-14
1
-5
/
+5
*
Shrink boot2 by 8 bytes, by eliminating some unneeded instructions in
dim
2012-11-08
1
-4
/
+2
*
Hook in new files menusets.4th and manual.
dteske
2012-11-07
1
-1
/
+1
*
Add the flags parameter to the disk_open() function and DISK_F_NOCACHE
ae
2012-10-21
1
-3
/
+7
*
boot: use -march=i386 for both i386 and amd64 builds
avg
2012-10-20
1
-2
/
+2
*
add detection of serial console presence to btx and boot2-like blocks
avg
2012-10-06
6
-20
/
+35
*
i386 comconsole: don't loop forever if hardware doesn't respond
avg
2012-10-06
1
-14
/
+22
*
zfsboot: simplify probe_drive() a little bit
avg
2012-10-06
1
-27
/
+13
*
zfs boot: export boot/primary pool and vdev guid all the way to kenv
avg
2012-10-06
2
-2
/
+20
*
zfsboot: use the same zfs dataset naming format as loader
avg
2012-10-06
1
-32
/
+53
*
zfs boot: add lszfs command to i386 loader
avg
2012-10-06
1
-0
/
+23
*
Reduce the number of attempts to detect proper kld format for the amd64
ae
2012-09-30
2
-0
/
+7
*
Almost each time when loader opens a file, this leads to calling
ae
2012-09-29
1
-1
/
+9
*
Disable splitfs support, since we aren't support floppies for a long
ae
2012-09-29
1
-0
/
+2
*
loader/i386: replace ugly inb/outb re-implementations with cpufunc.h
avg
2012-09-18
1
-18
/
+4
*
Make pxe device in lsdev really include device name, looking like this:
mav
2012-09-12
2
-20
/
+4
*
a bit of trailing whitespace cleanup
avg
2012-09-11
1
-7
/
+7
*
Slightly reduce an overhead for the open() call in the zfsloader.
ae
2012-09-11
1
-3
/
+3
*
After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probing
dim
2012-08-13
1
-0
/
+2
*
Add another debug message.
ae
2012-08-12
1
-0
/
+2
*
Teach the ZFS use new partitions API when probing.
ae
2012-08-05
1
-13
/
+5
*
Remove unneeded flag.
ae
2012-08-05
1
-3
/
+0
*
Add offset field to the i386_devdesc structure to be compatible with
ae
2012-08-05
4
-1070
/
+243
*
When GPT signature is invalid in the primary GPT header, then try to
ae
2012-08-05
1
-7
/
+36
*
Remove unnecessary initializations. The BSS of boot2 is in fact
jhb
2012-06-01
1
-2
/
+2
*
Make sure that each va_start has one and only one matching va_end,
kevlo
2012-05-29
1
-0
/
+1
*
Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent
gleb
2012-05-25
2
-8
/
+6
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
2
-0
/
+6
*
zfsboot/zfsloader: support accessing filesystems within a pool
avg
2012-05-12
6
-55
/
+133
*
Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.
dim
2012-05-11
1
-0
/
+4
*
cdboot, pxeldr: make use of bootargs.h instead of redefining flag constants
avg
2012-05-10
4
-11
/
+8
*
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
3
-4
/
+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
1
-10
/
+1
*
Build a 32-bit EFI loader on amd64. This to match the rest of the
marcel
2012-04-20
1
-2
/
+9
*
zfsboot: honor -q if it's present in boot.config
avg
2012-04-16
1
-2
/
+8
*
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
*
Fix boot2 to handle boot config files that only contain a custom path to
jhb
2012-03-05
1
-6
/
+15
*
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
9
-51
/
+39
*
Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that
sbruno
2012-01-19
1
-0
/
+2
[next]