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
...
*
Remove redundant line of code.
steve
1999-01-10
1
-2
/
+1
*
Use etc/make.conf settings for serial port and speed.
rnordier
1999-01-10
6
-16
/
+28
*
Damn, I thought I had committed this already, but it seems not.
peter
1999-01-10
4
-12
/
+12
*
Enable escapes for $ to make it possible to insert variable names into
msmith
1999-01-10
2
-4
/
+9
*
Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoid
msmith
1999-01-09
1
-2
/
+2
*
kzip the loader, this shrinks it to about 60% of its original size.
msmith
1999-01-09
1
-1
/
+3
*
Extend bd_print() so that it displays slices and partitions on disks.
msmith
1999-01-09
1
-7
/
+82
*
Add a description for 'lsdev' so that it shows up in the '?' display
msmith
1999-01-09
1
-2
/
+3
*
Alpha-specific help topics (currently empty)
msmith
1999-01-05
1
-0
/
+0
*
Fix a potential sign extension bug on 8-bit chars.
peter
1999-01-04
1
-3
/
+3
*
Fix variable initialization.. It was written with '==' instead of '-'.
peter
1999-01-04
1
-2
/
+3
*
Clean some unused variables lint
peter
1999-01-04
1
-2
/
+4
*
Don't forget a trailing \n when loading a kernel that has been stripped.
peter
1999-01-04
1
-7
/
+8
*
Restore dependancy to build loader.help here
msmith
1999-01-04
1
-2
/
+2
*
Add dependancy to build loader.help here
msmith
1999-01-04
1
-1
/
+1
*
First cut at generating loader.help for the alpha
msmith
1999-01-03
1
-0
/
+12
*
Reenable generation of the loader.help file
msmith
1999-01-03
1
-9
/
+9
*
Update for new boot block location.
jkh
1999-01-02
1
-5
/
+1
*
Add support for some FACILITY words:
abial
1998-12-31
1
-1
/
+74
*
Add back ability to make beeps when using new TERM_EMU.
abial
1998-12-31
1
-6
/
+15
*
Add simple terminal emulator, compatible with cons25. Currently supported
abial
1998-12-22
2
-9
/
+386
*
Add new word ".#" which acts like "." but doesn't output a space separator.
abial
1998-12-22
1
-0
/
+13
*
* Begin integration of built-ins with Forth: leave the exit code from
abial
1998-12-22
3
-30
/
+46
*
Removed dynamic loading of FileHandle
n_hibma
1998-12-16
1
-4
/
+2
*
Disable build/install of boot.help until we sort out how to construct it
msmith
1998-12-16
1
-10
/
+10
*
Reformat help to improve subtopic display appearance, other minor
msmith
1998-12-15
2
-9
/
+9
*
Build the composite help file from the generic and architecture-specific
msmith
1998-12-15
4
-4
/
+257
*
unlocalise build date (merge from i386)
msmith
1998-12-15
1
-0
/
+1
*
unlocalize date
ache
1998-12-07
1
-0
/
+1
*
Revise some comments and labels.
rnordier
1998-12-05
1
-16
/
+22
*
Drop EDD support detection, though retain configurable use of disk
rnordier
1998-11-29
2
-104
/
+110
*
Drop use of BIOS int 0x14 services in favor of direct port I/O.
rnordier
1998-11-22
1
-37
/
+48
*
Fix misallocation of buffer bug (too short)
archie
1998-11-20
1
-1
/
+1
*
This fixes a bug in the bcache code whereby false cache hits occur
paul
1998-11-19
1
-2
/
+4
*
Add documentation for $rootdev.
msmith
1998-11-13
1
-1
/
+10
*
Add a new variable $num_ide_disks which is used to offset the unit number
msmith
1998-11-13
4
-15
/
+21
*
bootforth seems to be working well enough for me and others to turn
jkh
1998-11-12
1
-8
/
+8
*
Revise error messages.
rnordier
1998-11-11
2
-4
/
+4
*
Prevent boot.config being parsed more than once.
rnordier
1998-11-08
2
-2
/
+4
*
Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display while
rnordier
1998-11-08
2
-28
/
+4
*
boot1: Eliminate EDD detection and optional use of disk packet
rnordier
1998-11-08
7
-203
/
+164
*
o Add proper stack checking to all file words
jkh
1998-11-07
1
-28
/
+48
*
Eliminate much code cruft by extending simple file I/O API to include
jkh
1998-11-07
3
-55
/
+101
*
Eliminate much code cruft by extending simple file I/O API to include
jkh
1998-11-07
1
-4
/
+9
*
Take init out of here - it's a layering violation.
jkh
1998-11-07
1
-3
/
+0
*
Don't have debugging on by default - it makes testing annoying. :)
jkh
1998-11-07
1
-2
/
+2
*
OK, fload/fexec work properly when both compiling and interpreting
jkh
1998-11-07
1
-11
/
+9
*
switch words to default mode.
jkh
1998-11-06
1
-4
/
+4
*
Submit better fix to the prompt bug.
jkh
1998-11-06
2
-3
/
+3
*
Make fexists/fload work with existing string literals instead. Doing
jkh
1998-11-06
2
-41
/
+9
[prev]
[next]