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
/
i386
/
boot2
/
boot2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the old
bde
2003-11-15
1
-2
/
+13
*
Include <sys/reboot.h> the definition of RB_BOOTINFO. The previous
bde
2003-11-11
1
-0
/
+2
*
Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrong
bde
2003-11-10
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-25
1
-4
/
+3
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
1
-2
/
+0
*
Save 4 more bytes by not initializing opts to 0. This moves it from
imp
2003-01-14
1
-1
/
+1
*
Fix interactive booting:
imp
2003-01-13
1
-2
/
+4
*
Put back the casts to unsigned. While no strictly necessary for its
imp
2002-12-20
1
-1
/
+1
*
Reduce diffs with Peter's expanded diffs:
imp
2002-12-17
1
-4
/
+4
*
Make both UFS1 and UFS2 fit on the same boot blocks. These are a
imp
2002-12-17
1
-66
/
+56
*
Remove unneeded casts. Add others to make WARNS=5 happy.
obrien
2002-12-15
1
-6
/
+6
*
Remove unnecessary call to fsread().
phk
2002-12-14
1
-1
/
+0
*
Always use the smaller GCC builtin memcpy
phk
2002-12-14
1
-10
/
+0
*
Remove unused variable.
phk
2002-12-14
1
-1
/
+1
*
Don't fill in the table with the BIOS idea about disk-geometry, we don't
phk
2002-12-14
1
-15
/
+0
*
Save a couple of bytes by not returning ints nobody care about.
phk
2002-10-08
1
-6
/
+6
*
Remove unused TYPE_WD and TYPE_WFD.
phk
2002-10-08
1
-2
/
+0
*
Correctly calculate dmadat: We need to take the address of _end, it's
phk
2002-10-08
1
-1
/
+1
*
Save four bytes by shortening a string two chars.
phk
2002-10-08
1
-2
/
+1
*
Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.
phk
2002-10-07
1
-1
/
+5
*
Correctly compensate for both offset and unoffset on-disk BSD disklabels.
phk
2002-10-07
1
-1
/
+2
*
Don't call INT 12H anymore in boot program.
iwasaki
2002-10-01
1
-1
/
+1
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+1
*
Restore Rev. 1.40 (remove "Keyboard yes/no" printf).
kan
2002-09-01
1
-1
/
+1
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-45
/
+39
*
Preparation for UFS2 commit:
phk
2002-06-05
1
-161
/
+3
*
Save about 60 bytes by #define memcpy __builtin_memcpy and removing
peter
2002-05-11
1
-13
/
+3
*
Use a crowbar and duct-tape to make boot2 fit again. This gets it down
peter
2002-05-11
1
-1
/
+1
*
Code cleanup, no functional change.
pb
2002-04-11
1
-19
/
+33
*
Add option -n to i386 boot2 to disallow boot interruption by keypress.
pb
2002-03-23
1
-2
/
+8
*
Implement -m and -p loader(8) "boot" command options in boot2.
ru
2002-03-13
1
-3
/
+7
*
Oops, the previous revision (1.35) broke booting from floppies
iedowse
2002-01-17
1
-6
/
+18
*
Make the i386 boot2 fully blocksize-agnostic, as has already been
iedowse
2002-01-14
1
-48
/
+46
*
Increase BSIZEMAX from 8k to 16k, so that we can reliably boot from
iedowse
2002-01-09
1
-1
/
+1
*
Allow the RBX_DUAL flag to appear in bootinfo.
jlemon
2001-10-23
1
-1
/
+1
*
Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect
jhb
2001-07-31
1
-1
/
+2
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+1
*
- Inline all the functions that are only called once. This results in a
jhb
2000-07-06
1
-114
/
+107
*
Treat \t and \n inside /boot.config as whitespaces.
ru
2000-06-13
1
-2
/
+2
*
Support the new ata(4) syntax, while providing backward compatibility for wd(4).
ru
2000-02-09
1
-10
/
+13
*
Return this file to its pre-spammed version. Thanks to some new compiler
obrien
1999-11-14
1
-8
/
+8
*
Enter complier upgrade mode again. We need to cut 169 bytes from this:
obrien
1999-11-14
1
-8
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix use of e_phoff in place of e_phnum.
rnordier
1999-06-19
1
-2
/
+2
*
Fix damage introduced in previous commit.
rnordier
1999-04-05
1
-2
/
+2
*
Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size of
obrien
1999-04-04
1
-2
/
+2
*
Make <DEL> an alternative rubout character for command input; many
joerg
1999-03-31
1
-2
/
+3
*
Check size of partition before using it.
rnordier
1999-01-29
1
-2
/
+3
*
Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn't
msmith
1999-01-24
1
-1
/
+2
*
Drop boot.help support.
rnordier
1999-01-11
1
-10
/
+5
[next]