summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup. No need to install manpages here; no other system modulemarkm1998-10-111-1/+2
* Eliminate nested comment warning.jdp1998-10-111-1/+1
* Fixed removing of obsolete shared libraries:bde1998-10-111-8/+5
* Sync with sys/i386/boot/biosboot/table.c revision 1.17.kato1998-10-111-2/+2
* Sync with sys/i386/boot/biosboot/boot.c revision up to 1.74.kato1998-10-111-9/+9
* Sync with sysi/386/boot/biosboot/boot.h revision 1.24.kato1998-10-111-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.313.kato1998-10-112-8/+16
* Sync with sys/i386/conf/files.i386 revision 1.206.kato1998-10-112-2/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.126.kato1998-10-112-4/+4
* Sync with sys/i386/conf/GENERIC revision 1.124.kato1998-10-112-2/+6
* Avoid the need for calling functions that malloc after a vfork().peter1998-10-111-2/+10
* Override for ELF.rnordier1998-10-111-4/+4
* Override for ELF. Override .s.o suffix rule.rnordier1998-10-111-1/+5
* Fix a warning that's been bugging me for ages.peter1998-10-111-4/+10
* Fix a warningpeter1998-10-111-2/+2
* Probe all consoles, not just the first. It doesn't make a lot ofpeter1998-10-111-7/+21
* Cosmetic: After the autoboot timeout, print a \n.peter1998-10-111-2/+6
* Only call vidc_init() once (unless forced).peter1998-10-111-3/+8
* Fix comconsole mode. The int 0x14 read and status commands were reversed.peter1998-10-111-7/+21
* Warn that one of the DEBUG statements has a v86 recursion bug.peter1998-10-111-1/+2
* Fix comment to match codepeter1998-10-111-1/+1
* Comment about libm and libmd being needed for some libraries.peter1998-10-111-1/+7
* Clear out transmit descriptor memory in fxp_attach when it's malloced.dg1998-10-112-2/+4
* libg++ and libstdc++ also have internal calls to libm. Programs using thepeter1998-10-112-2/+10
* Fix a couple of out-of-bounds array references in mapping betweenjdp1998-10-112-8/+18
* libopie also depends on libmd. Programs using libopie shouldn't have topeter1998-10-111-1/+4
* libf2c.so.* depends on libm.so. I'm not sure that this matters in thispeter1998-10-111-0/+3
* libatm uses libmd; add it to the dependency list so that programs usingpeter1998-10-111-1/+4
* Deal with /usr/lib/compat/aout, and that we've been installing thingspeter1998-10-111-12/+13
* Don't build elf libresolv.so*, no elf freebsd binaries have used it ever.peter1998-10-111-3/+10
* Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binariespeter1998-10-111-4/+11
* Don't install an elf liby.so[.2] in /usr/lib/compat. We have never hadpeter1998-10-111-4/+13
* add <sys/linker.h>dima1998-10-111-1/+2
* If the bus delay is >= 2 seconds, notify the user that we are waitinggibbs1998-10-101-2/+7
* Move OBJFORMAT hack to the correct line; what can I say, it was veryjkh1998-10-101-3/+3
* vfork -> fork. The child calls execl() which calls malloc(), sobde1998-10-101-1/+1
* Fixed mbuf leak in fxp_stop().dg1998-10-102-10/+18
* vfork -> fork. The child calls abort(), which calls stdio.bde1998-10-101-1/+1
* vfork -> fork. This home made popen() had the same bug as the librarybde1998-10-101-1/+1
* Fixed gross breakage in previous commit. The malloc sizes for thebde1998-10-101-12/+13
* Removed debugging cruft.bde1998-10-101-1/+0
* Make kernel build on alpha again. New kld stuff needs rindex.gpalmer1998-10-102-2/+4
* Kill an extraneous dot.rnordier1998-10-101-2/+2
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-10-103-11/+11
* Fix a typo.rnordier1998-10-101-3/+4
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-102-7/+7
* Fixed warnings for pointer versus int type mismatches. Addresses mustbde1998-10-101-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-1010-34/+34
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* Fixed searching for section "1aout" man pages. Section numbers must bebde1998-10-101-1/+1
OpenPOWER on IntegriCloud