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
...
*
|
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
*
|
bootinfo bi_vesa no longer exists.
rnordier
1998-10-03
3
-6
/
+3
*
|
Consolidate the bootinfo-loading code, greatly simplifying the _exec
msmith
1998-10-02
8
-441
/
+378
*
|
Fix an egregious precedence bug.
msmith
1998-10-02
1
-5
/
+5
*
|
Set $currdev according to our best guess at the BIOS device that the previous
msmith
1998-10-02
1
-34
/
+42
*
|
aout_freebsd.c
msmith
1998-10-02
5
-87
/
+176
*
|
Mark exit() as __attribute__((__noreturn__))
msmith
1998-10-02
1
-2
/
+2
*
|
boot.c
msmith
1998-10-02
2
-6
/
+12
*
|
First shot at loading elf symbols. Things are a bit strange because
peter
1998-10-02
5
-23
/
+162
*
|
Override STRIP so installation doesn't try to strip the loader.
jkh
1998-10-01
1
-1
/
+2
*
|
Make 'make install' do something that might be useful.
peter
1998-09-30
1
-1
/
+2
*
|
Stop libi386.a from being installed..
peter
1998-09-30
1
-1
/
+3
*
|
Turn on i386-elf
peter
1998-09-30
1
-1
/
+3
*
|
i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage
peter
1998-09-30
4
-2
/
+521
*
|
Save booted kernel name. Cosmetic cleanups.
peter
1998-09-30
1
-3
/
+15
*
|
Fix typos.. The vector for "int 0x12" (get base mem) is not written in
peter
1998-09-30
1
-2
/
+2
*
|
ELF loader, part 1. It works with ELF kernels generated on the i386
peter
1998-09-30
2
-2
/
+278
*
|
s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.
peter
1998-09-30
1
-2
/
+2
*
|
Uncomment prototype for elf_loadmodule
peter
1998-09-30
1
-2
/
+2
*
|
The bootinfo struct was getting clobbered or not passed through correctly.
peter
1998-09-29
1
-2
/
+14
*
|
Only bcopy the correct amount of data from the buffer in case it is ever
peter
1998-09-28
1
-1
/
+1
*
|
Use the variable with the path in it for the error message.
peter
1998-09-28
1
-2
/
+2
*
|
Reactivate the a.out kernel loader code.
peter
1998-09-28
2
-4
/
+4
*
|
Missing return value that was kinda important.
peter
1998-09-28
3
-3
/
+6
*
|
Argh, I don't believe how much time I wasted looking for this...
peter
1998-09-28
1
-1
/
+1
*
|
The comconsole mode is accessed as 'comconsole' not 'com'.
peter
1998-09-28
1
-2
/
+2
*
|
MBR magic is 0x55aa not 0xffaa.
peter
1998-09-28
1
-2
/
+2
*
|
Precedence bug (?) causing probe problems.
peter
1998-09-28
1
-2
/
+2
[prev]
[next]