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
*
Fix path to sio.s
rnordier
1998-10-15
2
-4
/
+4
*
Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.
dfr
1998-10-15
1
-3
/
+3
*
Fix the bootinfo so that the right values actual make it into the kernel.
dfr
1998-10-15
2
-10
/
+11
*
Add serial, dual, and probe-keyboard support.
rnordier
1998-10-15
7
-50
/
+338
*
Get the last used address via a more conservative method, don't depend
peter
1998-10-15
4
-16
/
+24
*
Activate boot2.
rnordier
1998-10-14
1
-2
/
+2
*
Link fdboot to boot1 as well.
peter
1998-10-14
1
-0
/
+1
*
Initial attempt to update the Alpha loader and kernel to use the machine
peter
1998-10-14
4
-187
/
+224
*
Try and get the sys/* and machine/* includes via relative paths. This
peter
1998-10-14
2
-5
/
+20
*
Align to sizeof(long) rather than sizeof(int32_t). It needs to be
peter
1998-10-14
3
-12
/
+12
*
Fix btx include path.
rnordier
1998-10-14
2
-4
/
+4
*
Tweak the output one more time again. The kernel or module pathname
peter
1998-10-14
2
-5
/
+6
*
Include <bsd.prog.mk>. Add install target (to /boot for now).
rnordier
1998-10-14
2
-10
/
+36
*
Fix flow of control after directory listing; enable EDD support;
rnordier
1998-10-13
2
-8
/
+10
*
Make v86.ctl default more explicit; simplify read error-handling;
rnordier
1998-10-13
2
-24
/
+52
*
Adjust NDEV value.
rnordier
1998-10-13
2
-22
/
+16
*
Change to a 15-sector boot2.
rnordier
1998-10-13
6
-48
/
+64
*
Don't use an absolute path to objcopy.
rnordier
1998-10-13
5
-12
/
+12
*
Improve drive recognition and handling.
rnordier
1998-10-13
2
-52
/
+80
*
Make the ELF load messages cleaner.
peter
1998-10-13
1
-8
/
+17
*
This commit was generated by cvs2svn to compensate for changes in r40269,
rnordier
1998-10-12
4
-0
/
+1094
|
\
|
*
New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;
rnordier
1998-10-12
4
-0
/
+1094
*
|
New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;
rnordier
1998-10-12
3
-0
/
+1032
*
|
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
[next]