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
*
Only print kernel entry point during load.
peter
1998-10-12
1
-62
/
+76
*
Only print filename and entry address for the kernel itself. The rest
peter
1998-10-12
1
-2
/
+3
*
Drop .MAKEFLAGS: hack.
rnordier
1998-10-12
1
-3
/
+1
*
Do without head and tail: they're pretty unnecessary here anyway.
rnordier
1998-10-12
1
-1
/
+2
*
Use rather than for linking. This allows the new rather
rnordier
1998-10-12
1
-2
/
+2
*
Override for ELF.
rnordier
1998-10-11
1
-4
/
+4
*
Override for ELF. Override .s.o suffix rule.
rnordier
1998-10-11
1
-1
/
+5
*
Fix a warning that's been bugging me for ages.
peter
1998-10-11
1
-4
/
+10
*
Fix a warning
peter
1998-10-11
1
-2
/
+2
*
Probe all consoles, not just the first. It doesn't make a lot of
peter
1998-10-11
1
-7
/
+21
*
Cosmetic: After the autoboot timeout, print a \n.
peter
1998-10-11
1
-2
/
+6
*
Only call vidc_init() once (unless forced).
peter
1998-10-11
1
-3
/
+8
*
Fix comconsole mode. The int 0x14 read and status commands were reversed.
peter
1998-10-11
1
-7
/
+21
*
Warn that one of the DEBUG statements has a v86 recursion bug.
peter
1998-10-11
1
-1
/
+2
*
Fix comment to match code
peter
1998-10-11
1
-1
/
+1
*
add <sys/linker.h>
dima
1998-10-11
1
-1
/
+2
*
Fix a typo.
rnordier
1998-10-10
1
-3
/
+4
*
Turn off the new /sys/boot stuff (except boot0) unless OBJFORMAT
rnordier
1998-10-09
1
-1
/
+5
*
Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuff
peter
1998-10-09
3
-15
/
+18
*
Turn symbol table info passing back on, although it's probably not
peter
1998-10-09
3
-27
/
+12
*
Remove kernelname setenv, the common code does it.
peter
1998-10-09
1
-6
/
+11
*
Implement preloading for elf modules
peter
1998-10-09
1
-33
/
+129
*
Preload support for a.out KLD not implemented yet. (almost)
peter
1998-10-09
1
-131
/
+25
*
Use a consistant module search path (same as kernel will be).
peter
1998-10-09
1
-26
/
+17
*
loader <-> kernel preload module interface constants moved to common file.
peter
1998-10-09
1
-53
/
+1
*
Get this building as a.out or ELF.
rnordier
1998-10-09
2
-3
/
+8
*
Remove some debugging code.
msmith
1998-10-09
6
-104
/
+187
*
Sync the MODINFO constants with <sys/linker.h>
msmith
1998-10-09
4
-41
/
+90
*
Fix that pesky boot aguments parsing bug. (I think :-)
peter
1998-10-07
3
-6
/
+3
*
Request the flags back when checking for keyboard status.
msmith
1998-10-07
1
-2
/
+2
*
Enable the DOS filesystem. NOTE: you will have to rebuild libstand in
msmith
1998-10-07
2
-7
/
+2
*
- Drain the keyboard buffer when initialising.
msmith
1998-10-07
4
-8
/
+12
*
- VERBOSE_LS is obsolete, as the heap is much better behaved now.
msmith
1998-10-07
5
-54
/
+197
*
VERBOSE_LS is obsolete
msmith
1998-10-07
1
-2
/
+0
*
bootinfo.c
msmith
1998-10-06
4
-20
/
+33
*
Fix for "get base memory" bug found and mostly fixed by Mike.
rnordier
1998-10-06
2
-4
/
+4
*
The BIOS memory size is only a word. Some BIOSsen have garbage in the other
msmith
1998-10-06
2
-4
/
+4
*
Build boot0 as well.
msmith
1998-10-06
1
-1
/
+1
*
Install in /boot.
rnordier
1998-10-05
1
-4
/
+7
*
This commit was generated by cvs2svn to compensate for changes in r39973,
rnordier
1998-10-05
3
-0
/
+326
|
\
|
*
boot0 is a booteasy (boot manager) workalike with EDD support.
rnordier
1998-10-05
3
-0
/
+326
*
|
Insert whitespace between unargv'd arguments.
msmith
1998-10-05
1
-3
/
+7
*
|
Adjust setting of argument pointer for BTX 0.87.
rnordier
1998-10-04
1
-4
/
+5
*
|
Allocate space for storing of arguments at the end of conventional
rnordier
1998-10-04
2
-4
/
+6
*
|
Don't include ELF symbol information yet - it causes the ELF DDB to
msmith
1998-10-04
3
-6
/
+9
*
|
Improve the handling of the initial bootdev value from the previous loader.
msmith
1998-10-04
1
-29
/
+36
*
|
biosdisk.c
msmith
1998-10-04
4
-12
/
+19
*
|
Missing newline in heap command display.
rnordier
1998-10-03
1
-2
/
+2
*
|
For system calls, reboot without prompting; for exceptions, display
rnordier
1998-10-03
2
-52
/
+24
*
|
Map all BTX system pages readable at ring 3.
rnordier
1998-10-03
2
-34
/
+24
[next]