summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+4
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-2/+7
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+2
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+4
* In sbflush(), don't exit the while loop too early: this can causepb1999-09-282-2/+16
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-2823-597/+70
* Add another ID for the AWE64.dfr1999-09-284-0/+4
* Sync w/ sys/i386/isa/pcaudio.c revision 1.54.kato1999-09-281-2/+34
* Removed aha driver.kato1999-09-281-6/+0
* Sync w/ sys/i386/conf/files.i386 revision 1.274.kato1999-09-282-2/+0
* Do not defer setting of the aliasing address fromru1999-09-281-19/+15
* Reconnect 'bktr' now that world won't (I hope) break again from it.peter1999-09-281-2/+1
* Make the bktr module build. The Makefile was badly mangled, includingpeter1999-09-281-7/+9
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-284-8/+16
* .Nm += "rtld"phantom1999-09-283-3/+6
* Ooops- forgot to commit this.mjacob1999-09-281-1/+5
* Xref strlcat, strlcpyimp1999-09-282-2/+5
* Fix breakage caused by last commit. Also accommodate the new interfacessteve1999-09-281-4/+4
* Make aha a loadable module. Unloading doesn't work well. Fix slightimp1999-09-280-0/+0
* /tmp/cvswGS523imp1999-09-282-3/+32
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-282-133/+169
* Use mkstemp(3) instead of tmpnam(3) when creating temporary files for modeken1999-09-282-6/+12
* Oh bollocks, I really screwed up the "auto" check here. Timejkh1999-09-272-2/+2
* Update the upgrade instructions for awk 3.0.4.sheldonh1999-09-271-3/+7
* Fix conflicts. Add $FreeBSD$ as needed.sheldonh1999-09-278-141/+297
* This commit was generated by cvs2svn to compensate for changes in r51728,sheldonh1999-09-2717-117/+638
|\
| * Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-sheldonh1999-09-2725-258/+920
* | Properly handle the case when either the aliasing or source address ofru1999-09-272-52/+132
* | Add auto-detection for Askey Dynalink Magic TView androger1999-09-273-27/+89
* | Fix two rather embarrassing bugs in camcontrol. The first caused theken1999-09-271-3/+5
* | ed driver re-activated.kato1999-09-272-20/+20
* | Removed pc98 code.kato1999-09-271-14/+0
* | Make ed driver work again.kato1999-09-275-4/+724
* | Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.nyan1999-09-272-324/+140
* | Move if_ed.c back to files.i386 since pc98 has a special ed driver.kato1999-09-273-1/+2
* | Spell 'timecounter' correctly.billf1999-09-273-3/+3
* | Revert non-aha changes. They weren't supposed to go in.imp1999-09-273-7/+4
* | Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingpeter1999-09-271-2/+34
* | Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...grog1999-09-272-2/+2
* | Move aha driver to dev/aha like the other drivers.imp1999-09-274-295/+8
* | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.peter1999-09-2720-103/+40
* | Don't set an unused make(1) variable (NBPF)peter1999-09-271-1/+0
* | bktr (as a module) doesn't build.peter1999-09-271-1/+2
* | Zap #include "tun.h" (for NTUN) - which isn't used anymore.peter1999-09-271-2/+0
* | zap #include "streams.h" (for NSTREAMS) - which isn't used.peter1999-09-271-1/+0
* | Zap #include "vn.h" - it's not usedpeter1999-09-271-1/+0
* | Don't generate 'bpf.h' since it's not used.peter1999-09-271-5/+2
* | -Wall fixes.billf1999-09-274-5/+9
* | Don't generate 'bpf.h' since it's not used.peter1999-09-2718-90/+36
* | If the request crosses EOF and bp->b_bcount is not a multiple ofdillon1999-09-271-2/+1
OpenPOWER on IntegriCloud