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
*
Removed bogus padding that wasted 0x500 bytes.
bde
1995-11-18
2
-14
/
+12
*
Fixed scrolling. The bottom line wasn't cleared. This caused the
bde
1995-11-18
1
-7
/
+4
*
Close PR misc/75. I thought this was done long time ago...
phk
1995-11-06
1
-0
/
+4
*
Add -fno-strength-reduce to neutralize possible bad effect of -O2
ache
1995-10-10
2
-3
/
+5
*
Part 2 of the overlapping kzip changes.
peter
1995-10-06
3
-13
/
+31
*
Make the netboot more tolerant about the config file.
phk
1995-10-05
1
-4
/
+9
*
Add comments about the bogus zeroing of the drive number for floppies
bde
1995-09-16
1
-3
/
+17
*
Fix recent breakage of non-floppies with 36 sectors/track.
bde
1995-09-16
1
-3
/
+9
*
When confronted with a drive that says there are 36 sectors/track,
nate
1995-09-16
1
-2
/
+5
*
Killed unnecessary \r.
dg
1995-09-07
1
-1
/
+1
*
Cosmetic changes to make a comment more nearly reflect reality
julian
1995-09-03
1
-4
/
+5
*
Convert \n to \r\n in serial_putchar().
bde
1995-08-26
1
-0
/
+2
*
Clean up compilation warning.
pst
1995-08-23
1
-2
/
+2
*
First part of importing the Japanese `od' driver.
joerg
1995-08-19
1
-2
/
+2
*
Install kzip.o with BINMODE=444.
joerg
1995-08-15
1
-1
/
+2
*
Change `install' to `${INSTALL}' so that default install flags can be
bde
1995-07-25
1
-3
/
+3
*
this avaids the "lineoverflow" which you'll always get at 80 column
joerg
1995-07-22
1
-2
/
+2
*
Reset defaults in case of boot() is looping several times (e.g. the
joerg
1995-06-25
5
-17
/
+21
*
1) Enable boot from root partition which end > cyl 1023, it isn't criminal
ache
1995-06-23
1
-6
/
+11
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-1
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
17
-84
/
+84
*
Reduce the amount of bss the kzip stuff uses by moving big buffers into
phk
1995-05-29
6
-236
/
+32
*
Now I could finally test this change: bad144 is now relative to the
phk
1995-05-21
1
-4
/
+4
*
Reviewed by: phk
bde
1995-05-17
1
-1
/
+1
*
Reviewed by: phk
bde
1995-05-17
1
-0
/
+2
*
Use spc, not spt, DUH! Thanks Bruce!
phk
1995-05-11
1
-2
/
+2
*
Make disk.c smart enough to handle disk with "OnTrack Disk manager".
phk
1995-05-08
1
-7
/
+17
*
New and improved version from the author.
phk
1995-04-27
13
-590
/
+691
*
Submitted by: bde@freebsd.org
julian
1995-04-21
1
-2
/
+2
*
Make some functions static like they always should have been.
bde
1995-04-21
2
-56
/
+62
*
Update the pseudo-prototype for serial_putc() to match the actual prototype.
bde
1995-04-21
1
-2
/
+2
*
Never pass char or short args to functions. This saves 64 bytes of
bde
1995-04-21
1
-44
/
+40
*
. Make Poul's boot2 overflow warning less noisy in case the blocks
joerg
1995-04-20
4
-16
/
+29
*
Add an option to make it easy to default to the hd1 mode
julian
1995-04-20
1
-10
/
+17
*
Added a check so compilation fails if the bootblocks are too big.
phk
1995-04-20
2
-22
/
+26
*
Added -C option to set RB_CDROM, so that we use our cdrom as root.
phk
1995-04-20
1
-2
/
+4
*
Remove the #ifdef REDUNDANT crud. This could be looked up in CVS by
joerg
1995-04-16
1
-57
/
+14
*
Added kzipboot
phk
1995-04-15
1
-2
/
+2
*
The magic code to uncompress a kernel.
phk
1995-04-15
8
-0
/
+923
*
"jl" and "jb" doesn't quite do the same thing...
phk
1995-04-14
2
-3
/
+3
*
Boot block cleanup.
joerg
1995-04-14
8
-152
/
+238
*
According to a Usenet posting forward to me by Jordan, there's
wpaul
1995-04-14
1
-1
/
+7
*
Break netboot into device specific versions.
martin
1995-04-12
9
-74
/
+1930
*
Include <machine/cpufunc.h> to get i/o functions - don't duplicate almost
bde
1995-04-01
1
-184
/
+1
*
Fix dependencies for netboot.rom. ${OBJS} isn't valid when the
bde
1995-04-01
1
-1
/
+3
*
Diskless boot support for 3C509.
jkh
1995-03-31
7
-238
/
+1435
*
Don't install /usr/mdec/boot
phk
1995-03-28
3
-10
/
+37
*
And all serial chars with 0x7f to discard parity bits.
phk
1995-03-19
1
-1
/
+2
*
Removed "-D" option and made symbols load all the time. They will be
dg
1995-03-14
1
-46
/
+40
*
Some people have complained that they were unable to boot the
wpaul
1995-03-02
1
-4
/
+24
[next]