mycroft
2292eadf37
Set the keyboard to scancode table 1 rather than having the 8042 convert.
1994-03-02 06:46:11 +00:00
mycroft
ab1474a681
Remove scantokey[] and extscantokey[], as they are not used.
1994-03-02 05:44:10 +00:00
mycroft
6ba1208b1d
Add code to set the translation table number, but disabled for now.
1994-03-02 04:38:26 +00:00
mycroft
2542f2a4a4
Clean up deleted files.
1994-03-02 04:19:12 +00:00
mycroft
165d9e602c
Fix the 790 interrupt table, per Christoph Robitschko.
1994-03-02 03:40:46 +00:00
cgd
8a2551e497
fix to misc/130, from Christos Zoulas <christos@deshaw.com>. don't do
...
stuff to the controlling tty if we don't have one!
1994-03-02 01:54:04 +00:00
mycroft
6902746df6
Attempt to insure the keyboard is enabled after reset, but turn off the entire
...
reset sequence by default since it causes some keyboards to become catatonic.
1994-03-02 00:57:35 +00:00
briggs
e84113894c
Nuke MAC2... Doesn't need to be here.
1994-03-02 00:16:45 +00:00
phil
46dccadb76
Little changes ... locore => fixed a setrq bug that was causing kernel panics.
1994-03-01 22:23:15 +00:00
phil
60b49f98f2
Adding a ns32k definition for X_DEADKERNEL.
1994-03-01 22:14:13 +00:00
pk
381f4cb170
set errno.
1994-03-01 20:57:56 +00:00
pk
4013a20ab3
Enable nfs_lock(); useful when IO_APPEND'ing.
1994-03-01 20:31:09 +00:00
mycroft
b9dbe12a58
Check for acks and naks in X mode.
1994-03-01 18:30:13 +00:00
mycroft
9091bc8257
Remove some dead code.
1994-03-01 18:22:52 +00:00
mycroft
a3735835a3
New constants for setting and clearing masks.
1994-03-01 18:18:07 +00:00
mycroft
7dd7c20604
Clean up DMA code. Mask and unmask channels. Warn if terminal count not
...
reached.
1994-03-01 18:16:33 +00:00
jtc
29576d7ee9
Add cabs() and drem(), for BSD libm compatibility.
1994-03-01 17:16:19 +00:00
jtc
efcdc02b30
Add cabs() & drem() for BSD libm compatibility.
1994-03-01 17:14:34 +00:00
briggs
10c02ec354
More Dayna separation.
1994-03-01 15:24:25 +00:00
briggs
8505642469
At least recognize different machine types.
1994-03-01 15:22:47 +00:00
briggs
7754e67583
Add a bunch of machine types. Not that we support them, but it's at least
...
polite to know what you're dealing with.
1994-03-01 15:22:08 +00:00
briggs
b208f831a7
Get rid of some compiler warnings.
1994-03-01 15:21:21 +00:00
briggs
79d28b3a47
Add COMPAT_SUNOS--it seems to work.
1994-03-01 15:20:37 +00:00
deraadt
83c054bf10
Driver should now work on new & old bt742/747/445 versions of the
...
BusTech cards. Fixes from Michael VanLoon <michaelv@iastate.edu>
KNF'd too.
1994-03-01 12:42:36 +00:00
deraadt
550d3ccb93
fix for file descriptor leak from Robert Crowe <bob@speakez.com>
1994-03-01 11:37:49 +00:00
cgd
9fd1fef05a
From Christos Zoulas <christos@deshaw.com>:
...
As promised. the problem was that tftpd would core dump if given no arguments.
I fixed it to use getopt. I also changed 0 to fd, because I had added some
debugging code that allowed me to start it from the command line.
1994-03-01 08:27:44 +00:00
glass
c0a47356da
cleanup
1994-03-01 08:23:57 +00:00
glass
115ee66204
bugs fixed and cleanup
1994-03-01 08:22:59 +00:00
glass
f7f69f9b04
canonicalize includes. cleanup. missing copyrights.
1994-03-01 08:07:12 +00:00
glass
b4b437e1c3
remove some warnings
1994-03-01 08:00:02 +00:00
glass
1827fc3820
small improvement in output formatting of scdebug routines
1994-03-01 07:58:28 +00:00
glass
1bf91e4911
so you can compile a kernel w/o using our hacked gas
1994-03-01 07:50:49 +00:00
glass
1fa0d00b1a
should use ENTRY() macro
1994-03-01 07:47:59 +00:00
cgd
62a75460c6
put ar_hrd in network byte order. from
...
Christos Zoulas <christos@deshaw.com>
1994-03-01 06:46:42 +00:00
cgd
6cc95e4fee
DTRT with empty RE matches. or at least, do something better. fix off
...
to bostic and dspin.
1994-03-01 06:32:54 +00:00
mycroft
69b37af13f
Clean up a bit more; make it look like other drivers. Remove SIOCGIFADDR.
1994-03-01 05:41:26 +00:00
cgd
92dba352d6
format cop, plus fix up ether_type byte order difference.
...
things that i think look bogus are marked "XXX" with "cgd" in the
same line; some enet-savvy person should look through them.
1994-03-01 04:12:25 +00:00
hpeyerl
172a039d7a
Add el0
1994-03-01 03:03:52 +00:00
hpeyerl
a65ae4142d
Driver for 3Com Etherlink (3c501)
...
>From Matthew E. Kimmel (kimmel@cs.umass.edu )
1994-03-01 02:45:00 +00:00
hpeyerl
2065d7e19e
add if_el driver.
1994-03-01 02:38:40 +00:00
cgd
f5db28495e
bin/144: patch from Arne Juul <arnej@dsl.unit.no> to deal with big
...
numbers
1994-03-01 01:07:48 +00:00
cgd
fadc1f548f
Establish an initial user so that programs running single user
...
do not freak out and die (like passwd).
1994-03-01 00:32:20 +00:00
cgd
44fcfeed78
Check correct header when looking at tape number.
...
from thomas@mathematik.uni-Bremen.de
1994-03-01 00:16:15 +00:00
andrew
bc72e3a892
Fixed a bug with TUN_OPEN flag handling during tunclose(), as noted by
...
Mark Delany <markd@bushwire.apana.org.au>.
1994-02-28 07:16:10 +00:00
andrew
14f1242b37
Restore the traditional behaviour of the "n" command.
1994-02-28 07:00:00 +00:00
chopps
75e489c8fc
Michael Hitches patch applied for misc things, limited 5380 support.
1994-02-28 06:05:41 +00:00
cgd
02305fe0f3
add bt0. ddb stays in
1994-02-28 01:48:45 +00:00
cgd
6770129a5a
comment out com1, add ed1
1994-02-28 01:46:20 +00:00
chopps
776563485e
copyinstr: 4321, not 2143 :^) also removed a couple beq's. fixes from
...
Michael Hitch.
1994-02-28 00:27:26 +00:00
cgd
f82d05e1d7
always include libcrypt; it's a dummy if exported...
1994-02-27 23:30:34 +00:00