summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} andbde1998-10-102-6/+6
* PC-98 uses different boot code from IBM-PC. So, MACHINE is usedkato1998-10-101-2/+2
* Quick commit to see if I can't fix Robert's i386/boot problem in one line.jkh1998-10-101-2/+2
* PC-98 doesn't have CMOS ram.kato1998-10-102-4/+4
* PR: bin/8250thepish1998-10-107-14/+24
* Add missing newline to debugging output.jkh1998-10-102-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-107-14/+56
* Add GENERIC rev 1.124 changesobrien1998-10-103-6/+9
* Don't chain makes with &&; apparently this is evil for parallelism.jkh1998-10-101-3/+3
* Adjust for new MFS root code.jkh1998-10-101-3/+1
OpenPOWER on IntegriCloud