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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid the need for calling functions that malloc after a vfork().
peter
1998-10-11
1
-2
/
+10
*
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
*
Comment about libm and libmd being needed for some libraries.
peter
1998-10-11
1
-1
/
+7
*
Clear out transmit descriptor memory in fxp_attach when it's malloced.
dg
1998-10-11
2
-2
/
+4
*
libg++ and libstdc++ also have internal calls to libm. Programs using the
peter
1998-10-11
2
-2
/
+10
*
Fix a couple of out-of-bounds array references in mapping between
jdp
1998-10-11
2
-8
/
+18
*
libopie also depends on libmd. Programs using libopie shouldn't have to
peter
1998-10-11
1
-1
/
+4
*
libf2c.so.* depends on libm.so. I'm not sure that this matters in this
peter
1998-10-11
1
-0
/
+3
*
libatm uses libmd; add it to the dependency list so that programs using
peter
1998-10-11
1
-1
/
+4
*
Deal with /usr/lib/compat/aout, and that we've been installing things
peter
1998-10-11
1
-12
/
+13
*
Don't build elf libresolv.so*, no elf freebsd binaries have used it ever.
peter
1998-10-11
1
-3
/
+10
*
Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binaries
peter
1998-10-11
1
-4
/
+11
*
Don't install an elf liby.so[.2] in /usr/lib/compat. We have never had
peter
1998-10-11
1
-4
/
+13
*
add <sys/linker.h>
dima
1998-10-11
1
-1
/
+2
*
If the bus delay is >= 2 seconds, notify the user that we are waiting
gibbs
1998-10-10
1
-2
/
+7
*
Move OBJFORMAT hack to the correct line; what can I say, it was very
jkh
1998-10-10
1
-3
/
+3
*
vfork -> fork. The child calls execl() which calls malloc(), so
bde
1998-10-10
1
-1
/
+1
*
Fixed mbuf leak in fxp_stop().
dg
1998-10-10
2
-10
/
+18
*
vfork -> fork. The child calls abort(), which calls stdio.
bde
1998-10-10
1
-1
/
+1
*
vfork -> fork. This home made popen() had the same bug as the library
bde
1998-10-10
1
-1
/
+1
*
Fixed gross breakage in previous commit. The malloc sizes for the
bde
1998-10-10
1
-12
/
+13
*
Removed debugging cruft.
bde
1998-10-10
1
-1
/
+0
*
Make kernel build on alpha again. New kld stuff needs rindex.
gpalmer
1998-10-10
2
-2
/
+4
*
Kill an extraneous dot.
rnordier
1998-10-10
1
-2
/
+2
*
Don't pretend to support ix86's with 16-bit ints by using longs just
bde
1998-10-10
3
-11
/
+11
*
Fix a typo.
rnordier
1998-10-10
1
-3
/
+4
*
Fixed warnings for pointer versus int type mismatches. Addresses must
bde
1998-10-10
2
-7
/
+7
*
Fixed warnings for pointer versus int type mismatches. Addresses must
bde
1998-10-10
1
-3
/
+3
*
mp_machdep.c: Set a vector to boot code (PC-98).
kato
1998-10-10
10
-34
/
+34
*
Remove the description of EBADF (that's an implementation detail if I
eivind
1998-10-10
1
-11
/
+6
*
Fixed searching for section "1aout" man pages. Section numbers must be
bde
1998-10-10
1
-1
/
+1
*
Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} and
bde
1998-10-10
2
-6
/
+6
*
PC-98 uses different boot code from IBM-PC. So, MACHINE is used
kato
1998-10-10
1
-2
/
+2
*
Quick commit to see if I can't fix Robert's i386/boot problem in one line.
jkh
1998-10-10
1
-2
/
+2
*
PC-98 doesn't have CMOS ram.
kato
1998-10-10
2
-4
/
+4
*
PR: bin/8250
thepish
1998-10-10
7
-14
/
+24
*
Add missing newline to debugging output.
jkh
1998-10-10
2
-4
/
+4
*
PC-98 doesn't have CMOS ram.
kato
1998-10-10
7
-14
/
+56
*
Add GENERIC rev 1.124 changes
obrien
1998-10-10
3
-6
/
+9
*
Don't chain makes with &&; apparently this is evil for parallelism.
jkh
1998-10-10
1
-3
/
+3
*
Adjust for new MFS root code.
jkh
1998-10-10
1
-3
/
+1
[next]