| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+4 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -2/+7 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+2 |
* | Explicitly use sigemptyset to clear a sigset_t. Explicit | marcel | 1999-09-28 | 1 | -1/+4 |
* | In sbflush(), don't exit the while loop too early: this can cause | pb | 1999-09-28 | 2 | -2/+16 |
* | Introduce ttyread() and ttywrite() which do the canonical thing. | phk | 1999-09-28 | 23 | -597/+70 |
* | Add another ID for the AWE64. | dfr | 1999-09-28 | 4 | -0/+4 |
* | Sync w/ sys/i386/isa/pcaudio.c revision 1.54. | kato | 1999-09-28 | 1 | -2/+34 |
* | Removed aha driver. | kato | 1999-09-28 | 1 | -6/+0 |
* | Sync w/ sys/i386/conf/files.i386 revision 1.274. | kato | 1999-09-28 | 2 | -2/+0 |
* | Do not defer setting of the aliasing address from | ru | 1999-09-28 | 1 | -19/+15 |
* | Reconnect 'bktr' now that world won't (I hope) break again from it. | peter | 1999-09-28 | 1 | -2/+1 |
* | Make the bktr module build. The Makefile was badly mangled, including | peter | 1999-09-28 | 1 | -7/+9 |
* | Make sure file after VOP_OPEN is VMIO'd when transfering control from | dillon | 1999-09-28 | 4 | -8/+16 |
* | .Nm += "rtld" | phantom | 1999-09-28 | 3 | -3/+6 |
* | Ooops- forgot to commit this. | mjacob | 1999-09-28 | 1 | -1/+5 |
* | Xref strlcat, strlcpy | imp | 1999-09-28 | 2 | -2/+5 |
* | Fix breakage caused by last commit. Also accommodate the new interfaces | steve | 1999-09-28 | 1 | -4/+4 |
* | Make aha a loadable module. Unloading doesn't work well. Fix slight | imp | 1999-09-28 | 0 | -0/+0 |
* | /tmp/cvswGS523 | imp | 1999-09-28 | 2 | -3/+32 |
* | Newbusification of aha. dfr sent me the first cut, and I made it | imp | 1999-09-28 | 2 | -133/+169 |
* | Use mkstemp(3) instead of tmpnam(3) when creating temporary files for mode | ken | 1999-09-28 | 2 | -6/+12 |
* | Oh bollocks, I really screwed up the "auto" check here. Time | jkh | 1999-09-27 | 2 | -2/+2 |
* | Update the upgrade instructions for awk 3.0.4. | sheldonh | 1999-09-27 | 1 | -3/+7 |
* | Fix conflicts. Add $FreeBSD$ as needed. | sheldonh | 1999-09-27 | 8 | -141/+297 |
* | This commit was generated by cvs2svn to compensate for changes in r51728, | sheldonh | 1999-09-27 | 17 | -117/+638 |
|\ |
|
| * | Virgin import of GNU awk 3.0.4, which fixes at least a memory mis- | sheldonh | 1999-09-27 | 25 | -258/+920 |
* | | Properly handle the case when either the aliasing or source address of | ru | 1999-09-27 | 2 | -52/+132 |
* | | Add auto-detection for Askey Dynalink Magic TView and | roger | 1999-09-27 | 3 | -27/+89 |
* | | Fix two rather embarrassing bugs in camcontrol. The first caused the | ken | 1999-09-27 | 1 | -3/+5 |
* | | ed driver re-activated. | kato | 1999-09-27 | 2 | -20/+20 |
* | | Removed pc98 code. | kato | 1999-09-27 | 1 | -14/+0 |
* | | Make ed driver work again. | kato | 1999-09-27 | 5 | -4/+724 |
* | | Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159. | nyan | 1999-09-27 | 2 | -324/+140 |
* | | Move if_ed.c back to files.i386 since pc98 has a special ed driver. | kato | 1999-09-27 | 3 | -1/+2 |
* | | Spell 'timecounter' correctly. | billf | 1999-09-27 | 3 | -3/+3 |
* | | Revert non-aha changes. They weren't supposed to go in. | imp | 1999-09-27 | 3 | -7/+4 |
* | | Seperate pcaudio from isa/snd and isa/sound - it's not worth this breaking | peter | 1999-09-27 | 1 | -2/+34 |
* | | Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ... | grog | 1999-09-27 | 2 | -2/+2 |
* | | Move aha driver to dev/aha like the other drivers. | imp | 1999-09-27 | 4 | -295/+8 |
* | | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. | peter | 1999-09-27 | 20 | -103/+40 |
* | | Don't set an unused make(1) variable (NBPF) | peter | 1999-09-27 | 1 | -1/+0 |
* | | bktr (as a module) doesn't build. | peter | 1999-09-27 | 1 | -1/+2 |
* | | Zap #include "tun.h" (for NTUN) - which isn't used anymore. | peter | 1999-09-27 | 1 | -2/+0 |
* | | zap #include "streams.h" (for NSTREAMS) - which isn't used. | peter | 1999-09-27 | 1 | -1/+0 |
* | | Zap #include "vn.h" - it's not used | peter | 1999-09-27 | 1 | -1/+0 |
* | | Don't generate 'bpf.h' since it's not used. | peter | 1999-09-27 | 1 | -5/+2 |
* | | -Wall fixes. | billf | 1999-09-27 | 4 | -5/+9 |
* | | Don't generate 'bpf.h' since it's not used. | peter | 1999-09-27 | 18 | -90/+36 |
* | | If the request crosses EOF and bp->b_bcount is not a multiple of | dillon | 1999-09-27 | 1 | -2/+1 |