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
/
i386
/
boot
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pbzero(), things we load zero their own bss.
phk
1997-08-31
4
-41
/
+6
*
Remove extraneous init parameter.
steve
1997-08-23
1
-4
/
+2
*
Oops, boot2 got too big. make VESA_SUPPORT nondefault.
phk
1997-07-31
1
-2
/
+3
*
Add support for booting in VESA 0x102 videomode. Corresponding patches to
phk
1997-07-31
3
-4
/
+43
*
Removed support for stale options.
bde
1997-07-21
1
-30
/
+3
*
Saved a few bytes by omitting frame pointers, using byte-sized
bde
1997-07-13
1
-31
/
+14
*
Make this compile again under -current. The modifications to io.c
joerg
1997-07-12
6
-707
/
+167
*
(Part #2, after the Internet link broke totally yesterday.)
joerg
1997-07-11
8
-0
/
+2198
*
This is the long-threatened ISO 9660 CD-ROM bootstrap code.
joerg
1997-07-10
1
-2
/
+2
*
Fixed description of -cv.
bde
1997-07-05
1
-1
/
+1
*
Don't depend <machine/cpufunc.h> including <sys/types.h>.
bde
1997-07-01
1
-2
/
+4
*
Fix 2 typos.
charnier
1997-06-16
1
-3
/
+3
*
Load the kernel config file where userconfig (with option USERCONFIG_BOOT)
bde
1997-06-14
1
-6
/
+29
*
Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.
tegge
1997-06-12
1
-1
/
+1
*
This should have been committed with the changes to boot.c yesterday.
bde
1997-06-10
1
-0
/
+18
*
- Added support for "dual" internal/serial consoles (-D flag). If -D is set,
bde
1997-06-09
8
-252
/
+290
*
Fix a typo.
tegge
1997-05-31
1
-2
/
+2
*
Staticize.
bde
1997-05-27
5
-25
/
+27
*
Removed some useless code:
bde
1997-05-16
2
-24
/
+2
*
Update netboot manual page.
tegge
1997-05-15
2
-53
/
+64
*
Bring in some improved bootp support for netboot submitted by Luigi:
tegge
1997-05-14
8
-87
/
+213
*
Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,
asami
1997-05-13
1
-2
/
+2
*
save/restore %ebx, %esi and %edi when calling bios routines.
tegge
1997-05-12
1
-12
/
+38
*
Removed LDADD=-lc and associated DPADD. libc would probably break
bde
1997-04-25
2
-6
/
+2
*
Don't attempt to read past EOF.
bde
1997-03-15
1
-6
/
+8
*
Fixed setting of default kernel name when there is no boot.config file.
bde
1997-03-12
1
-3
/
+3
*
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
bde
1997-03-05
1
-1
/
+2
*
Added some nfs #includes so that netboot compiles again. Lite2 made the
bde
1997-03-01
1
-0
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
45
-45
/
+45
*
Fixed biosboot to compile with Lite2. <sys/lock.h> is now a prerequisite
bde
1997-02-18
1
-0
/
+1
*
Get defaults for the boot device (and flags) from the file
bde
1997-02-13
1
-16
/
+48
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
45
-45
/
+45
*
Initialize the upper 16 bits of the memory sizes properly (to 0).
bde
1996-12-18
1
-3
/
+4
*
Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(
peter
1996-12-15
1
-1
/
+2
*
Two fixes:
martin
1996-12-11
2
-7
/
+7
*
Don't depend on <net/if.h> including <sys/time.h>
wollman
1996-12-10
1
-0
/
+1
*
Give up early for empty partitions. The offset for an empty
bde
1996-12-10
1
-3
/
+7
*
Update the bootblocks to use the new definitions that changed in the
nate
1996-12-03
1
-3
/
+3
*
Add a timeout here, just like in if_ed.c
phk
1996-11-28
1
-1
/
+2
*
Fix my previous (untested) commit. The probe routine now appears to work
peter
1996-11-24
1
-2
/
+2
*
Make this compile again after the syscons/psm/kbdio changes that removed
peter
1996-11-23
2
-14
/
+20
*
Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixes
bde
1996-11-11
1
-0
/
+4
*
Preserve %esi and %edi for all BIOS calls. This is probably only necessary
bde
1996-11-11
1
-1
/
+25
*
Fill in the bios-geometry array in struct bootinfo.
phk
1996-11-02
2
-0
/
+79
*
Rationalize support for serial consoles running at baud rates other than 9600
pst
1996-11-02
2
-4
/
+8
*
Synchronized with biosboot/Makefile:
bde
1996-10-15
1
-6
/
+8
*
Expose the control mechanism for serial console boot so that the default
pst
1996-10-14
2
-12
/
+34
*
Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.
bde
1996-10-14
1
-4
/
+3
*
Added option PROBE_KEYBOARD_LOCK which gives a serial console if the
bde
1996-10-08
2
-2
/
+16
*
Saved about 160 bytes by using the gcc-2.7 alignment options.
bde
1996-10-08
1
-2
/
+2
[next]