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
/
common
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a new option (BOOT_PROMPT_123) that lets enter the boot prompt
attilio
2009-11-12
1
-0
/
+18
*
sys/boot/common.c
rodrigc
2009-06-01
1
-2
/
+21
*
Extend `autoboot_delay' handling - is this variable is set to -1 don't allow
sobomax
2005-05-19
1
-28
/
+33
*
Whitespace only: kill trailing spaces.
sobomax
2005-05-19
1
-15
/
+14
*
Use __FBSDID().
obrien
2003-08-25
1
-2
/
+3
*
Implement the long-awaited module->file cache database. A userland
peter
2001-09-11
1
-3
/
+2
*
The default kernel filename is "kernel" again, not "kernel.ko".
msmith
2000-11-17
1
-1
/
+1
*
Don't indirect through a null pointer if we run out of kernel filenames.
dfr
2000-10-25
1
-1
/
+1
*
Start countdown only _after_ the kernel was loaded. Not very fair otherwise.
dcs
2000-09-15
1
-4
/
+4
*
Fix autoboot. Now autoboot *always* show the correct kernel name. It
dcs
2000-09-08
1
-17
/
+36
*
With the committed changes to the loaders modules path code, the kernel
obrien
2000-09-06
1
-1
/
+1
*
Fix the kernel default load from "/boot/modules" to "/boot/kernel".
obrien
2000-09-05
1
-1
/
+1
*
The kernel is now known as `kernel.ko' and it and its matching modules
obrien
2000-09-05
1
-1
/
+1
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
1
-10
/
+9
*
Delay calling the device cleanup routines until the absolute last
ps
2000-06-14
1
-5
/
+0
*
The loader was written so that if /kernel was missing /kernel.old would
obrien
2000-05-13
1
-0
/
+2
*
Update loader logic to distinguish modules vs. files.
bp
2000-05-01
1
-8
/
+8
*
Add a cleanup function. This is needed for PXE where you should
ps
2000-04-20
1
-0
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Walk around the end of all the silly guessing of device types and unit
msmith
1999-07-21
1
-1
/
+69
*
The boot countdown timer says it will boot in 1 seconds,
n_hibma
1999-07-15
1
-2
/
+4
*
Typo: "can't boot 'boot'" should be "can't boot 'kernel'"
dfr
1999-05-30
1
-2
/
+2
*
Always output a linefeed when we've decided whether to boot
brian
1999-05-28
1
-6
/
+3
*
Standardise on ';' as a component separator; it seems to be a little more
msmith
1998-11-02
1
-4
/
+4
*
* Extend the memory available for the heap from 256k to 512k.
dfr
1998-10-31
1
-2
/
+2
*
- Add a new command 'lsdev' to list devices which might be likely to host
msmith
1998-10-31
1
-3
/
+5
*
Tweak the output one more time again. The kernel or module pathname
peter
1998-10-14
1
-3
/
+3
*
Cosmetic: After the autoboot timeout, print a \n.
peter
1998-10-11
1
-2
/
+6
*
- VERBOSE_LS is obsolete, as the heap is much better behaved now.
msmith
1998-10-07
1
-8
/
+30
*
boot.c
msmith
1998-10-02
1
-3
/
+9
*
Use the variable with the path in it for the error message.
peter
1998-09-28
1
-2
/
+2
*
Bootloader update.
msmith
1998-08-31
1
-2
/
+4
*
This is the new unified bootstrap, sometimes known previously as the
msmith
1998-08-21
1
-0
/
+229