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
*
MFi386: revision 200219
nyan
2009-12-08
2
-8
/
+25
*
MFi386: Use real mode instead of v86 mode.
nyan
2009-12-08
1
-410
/
+361
*
MFi386: revision 200216
nyan
2009-12-08
2
-3
/
+2
*
Improve the algorithm the loader uses to choose a memory range for its
jhb
2009-12-07
3
-8
/
+49
*
Various small whitespace and style fixes.
jhb
2009-12-07
3
-10
/
+11
*
Remove spinconsole from pc98, some parts seem to be missed and it's
sobomax
2009-11-27
1
-2
/
+0
*
Whitespace-only: another instance of identation with spaces.
sobomax
2009-11-27
1
-1
/
+1
*
Whitespace on: use tabs for identation consistently.
sobomax
2009-11-27
1
-4
/
+4
*
Add new loader console type: "spinconsole". This console selects the
sobomax
2009-11-27
6
-20
/
+135
*
Be nice, don't use the f-word.
trasz
2009-11-25
2
-2
/
+2
*
Create a seperate ZFS enabled loader.
rnoland
2009-11-23
5
-15
/
+33
*
Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot to
jhb
2009-11-20
2
-14
/
+14
*
Provide an effective (relocated) address when building modules metadata.
raj
2009-11-19
1
-1
/
+3
*
Introduce a new option (BOOT_PROMPT_123) that lets enter the boot prompt
attilio
2009-11-12
2
-0
/
+22
*
- Remove trailing ";" after if statement
antoine
2009-11-11
1
-6
/
+1
*
Close a file descriptor leak in an error case.
brueffer
2009-10-28
1
-0
/
+1
*
Correct some issues with zfs boot.
rnoland
2009-10-23
3
-23
/
+75
*
Use zfs_read() instead of xfsread() to read /boot.config. xfsread() fails
jhb
2009-10-14
1
-1
/
+1
*
lindev(4) [1] is supposed to be a collection of linux-specific pseudo
bz
2009-09-26
1
-0
/
+1
*
MFi386:
nyan
2009-09-13
1
-1
/
+1
*
If the pxe client is told to use / as the root path, honour that rather
emaste
2009-09-10
1
-1
/
+1
*
Fix parse() so that the partition to boot (load /boot/loader) from can
jhay
2009-08-17
1
-8
/
+5
*
Update epair(4) to the new netisr implementation and polish
bz
2009-07-26
1
-0
/
+1
*
On special systems where the MBR and the GPT are in sync (up to the 4th
rpaulo
2009-06-26
1
-1
/
+1
*
Bump PowerPC loader(8) version to reflect extensions it has recently grown.
raj
2009-06-22
1
-0
/
+1
*
Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor
marius
2009-06-15
1
-0
/
+1
*
Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet
yongari
2009-06-10
1
-0
/
+1
*
Instead of packing the individual fields in the PnP structures, pack the
jhb
2009-06-08
1
-26
/
+26
*
Don't attempt to free the GPT partition list for a disk with an empty GPT.
jhb
2009-06-08
1
-2
/
+3
*
Import ACPICA 20090521.
jkim
2009-06-05
3
-3
/
+3
*
Make GPT style partitiong endian-safe in U-Boot support library.
raj
2009-06-03
1
-13
/
+28
*
Add a missing parameter when displaying GPT partitions with an unknown
jhb
2009-06-01
1
-0
/
+1
*
sys/boot/common.c
rodrigc
2009-06-01
1
-2
/
+21
*
Fix NETIF_DEBUG compilation.
marcel
2009-05-30
1
-8
/
+2
*
Some of the boot loader code only works on a ufs file system, but it
dfr
2009-05-28
2
-8
/
+9
*
Improve the accf_dns_load description.
brueffer
2009-05-17
1
-1
/
+1
*
Add support for booting from raidz1 and raidz2 pools.
dfr
2009-05-16
2
-79
/
+166
*
GPT style partitioning for loader(8) with U-Boot support library (tested on
raj
2009-05-05
3
-27
/
+243
*
A simple rewrite of biossmap.c:
jkim
2009-04-15
1
-44
/
+87
*
Fix masking of TTE bits; the TD_*_MASK macros need shifting via the
marius
2009-04-14
1
-5
/
+7
*
Use a disk address instead of an int to hold the starting offset of an
jhb
2009-04-14
1
-1
/
+1
*
Fix whitespace.
marius
2009-04-13
1
-3
/
+3
*
Rewrite SMBIOS for loader:
jkim
2009-04-07
2
-152
/
+206
*
Increase sprintf(3) buffer size, which I forgot from the previous commit.
jkim
2009-04-07
1
-1
/
+1
*
Add an entry for the uath(4) module.
weongyo
2009-04-07
1
-0
/
+1
*
Probe size of installed memory modules from loader and display it
jkim
2009-03-31
1
-6
/
+52
*
Oops, fix the previous change.
nyan
2009-03-20
1
-3
/
+3
*
MFi386: r189749
nyan
2009-03-20
1
-33
/
+69
*
Merge the missing changes from i386.
nyan
2009-03-20
1
-12
/
+49
*
MFi386: the part of r179825 to reduce diffs against i386.
nyan
2009-03-20
1
-10
/
+21
[next]