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
*
Directly call the 'reboot' word instead of indirectly evaluating it.
scottl
2003-10-28
1
-1
/
+1
*
Directly call the 'boot' word instead of indirectly evaluating it.
scottl
2003-10-27
1
-7
/
+7
*
Don't repeat selected defines from ns16550.h or sioreg.h. Just
bde
2003-09-16
2
-40
/
+2
*
Apply Aleksander Fafula's crayons to the beastie. Add the this line to
scottl
2003-09-13
1
-1
/
+38
*
Use __FBSDID().
obrien
2003-09-08
34
-65
/
+95
*
Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.
phk
2003-09-03
3
-0
/
+15
*
Use __FBSDID().
obrien
2003-08-25
21
-49
/
+74
*
Use __FBSDID().
obrien
2003-08-25
28
-73
/
+95
*
Many newer CF do not handle having the entire track read from them at
imp
2003-08-22
2
-0
/
+8
*
FICL doesn't build on PowerPC yet, so disable.
obrien
2003-08-16
3
-21
/
+21
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Null terminate the OEM hint. This rids my laptop of the smiley face that
njl
2003-08-07
1
-0
/
+1
*
Fix asm string newlines to keep gcc3.3 happy. Use register prefixes
grehan
2003-08-05
2
-108
/
+108
*
Don't hardcode unit 0 for the current device if we're loaded from an
marcel
2003-08-02
4
-35
/
+31
*
Fix the ski loader, broken by the gcc upgrade. Update the linker
marcel
2003-07-17
8
-262
/
+230
*
Have the linker script look more like the default linker script
marcel
2003-07-17
2
-92
/
+78
*
Add include file so this builds with new acpica
njl
2003-07-13
1
-0
/
+1
*
Fixed build error with GCC 3.3.1
nyan
2003-07-13
1
-3
/
+3
*
NFS support should be conditional on LOADER_NFS_SUPPORT, not
tmm
2003-07-11
1
-1
/
+1
*
Revert non-style part of the recent two deltas that dealt with
ru
2003-07-02
2
-10
/
+2
*
sys/ia64/ia64/pal.s has been repocopied to pal.S.
ru
2003-07-02
1
-1
/
+1
*
pal_stub.s has been repo-copied to pal_stub.S.
ru
2003-07-02
2
-66
/
+1
*
Add the beastie_disable variable which allows to turn the beastie
brueffer
2003-07-01
1
-0
/
+1
*
bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip
ru
2003-06-30
1
-1
/
+0
*
Switch to using bsd.prog.mk; this gives us back the standard
ru
2003-06-30
2
-10
/
+4
*
MFi386: revision 1.16.
ru
2003-06-30
1
-10
/
+4
*
Revision 1.13, besides its useful part, replaced bsd.prog.mk by
ru
2003-06-30
1
-10
/
+4
*
Capitalize an occurrence of 'ficl' for consistency.
brueffer
2003-06-29
1
-1
/
+1
*
Build on amd64. Yes, I know this isn't particularly nice.
peter
2003-06-26
9
-8
/
+59
*
When looking for the ':' separator in the root path, don't go past
iedowse
2003-06-16
1
-2
/
+2
*
Remember to release the loader's heap.
jake
2003-06-15
1
-1
/
+7
*
Don't start the beastie menu if the 'beastie_disable' variable is set to
scottl
2003-06-10
1
-1
/
+11
*
Add help file for pc98.
nyan
2003-06-08
2
-1
/
+47
*
Enable new boot menu.
nyan
2003-06-08
1
-1
/
+2
*
Don't load the acpi module.
nyan
2003-06-08
2
-1
/
+34
*
Set arch-pc98 env to true for pc98.
nyan
2003-06-08
2
-1
/
+6
*
Add ${AFLAGS} to 'as' invocation.
obrien
2003-06-07
4
-4
/
+4
*
MFi386: revisions 1.13 and 1.14.
nyan
2003-06-07
1
-5
/
+15
*
MFi386: revision 1.30.
nyan
2003-06-07
1
-2
/
+5
*
Don't use a C compiler to assemble a pure asm file.
obrien
2003-06-07
1
-1
/
+7
*
Tweak make values and targets not to build kgzldr.o at
kuriyama
2003-06-06
1
-4
/
+8
*
Don't use a C compiler to assemble a pure asm file.
obrien
2003-06-02
1
-2
/
+5
*
Accpet '1'..'5' in place of F1..F5 for serial console users.
obrien
2003-06-01
1
-3
/
+5
*
Man, I'm not on the ball. 4th does not need to escape '\' chars. This
scottl
2003-05-31
1
-8
/
+8
*
Flag when ACPI has been disabled by the user so that sysinstall can do
scottl
2003-05-31
1
-0
/
+2
*
Enable the new bootloader for i386 only. The new loader.rc is will only
scottl
2003-05-31
2
-1
/
+21
*
Add a new bootloader menu. Pull in screen.4th and frames.4th from the
scottl
2003-05-30
4
-0
/
+333
*
Fixed the markup and wording of the kern.ipc.nsfbufs tunable.
ru
2003-05-17
1
-3
/
+5
*
Fix a bug in the AMD64 trampoline. I misunderstood the implicit
peter
2003-05-17
1
-1
/
+1
*
Add variables for missing network drivers.
murray
2003-05-16
1
-0
/
+6
[next]