13503 Commits

Author SHA1 Message Date
jtc
ea563874e2 install bsd.nls.mk 1995-04-26 22:30:57 +00:00
brezak
1f4378da60 Fix nits from Mike Long <mike.long@analog.com> PR#996 1995-04-26 21:45:57 +00:00
pk
d4f78febcf define LED controls 1995-04-26 14:24:54 +00:00
pk
a1175c74a0 Fast checksummer from Matthew Green. 1995-04-26 13:30:03 +00:00
mycroft
7dbfb9ead9 Macroize a few more things; suggested by Matt Green. Cast pointers to long,
not int.  No functional differences.
1995-04-26 09:40:36 +00:00
cgd
87eebf70fe oops; used ifdef instead of if. 1995-04-26 01:21:08 +00:00
cgd
cea85ff73b oops; forgot to remove the first ranlib. 1995-04-26 01:17:45 +00:00
jtc
275f6217e8 Added regression test for ieee fp exceptions. 1995-04-26 00:27:19 +00:00
mycroft
4c3aafc732 Fix typo in previous changes. 1995-04-26 00:00:23 +00:00
mellon
7b8bdc7ae5 pmax boot documentation 1995-04-25 23:55:11 +00:00
christos
7a2ec6be4b Make this compile again... 1995-04-25 21:57:10 +00:00
mellon
43da4827ae sigcode and esigcode aren't defined for ultrix emulation 1995-04-25 21:51:15 +00:00
christos
c6284ba067 The typo police "dase" != "case" 1995-04-25 21:41:48 +00:00
cgd
648c33c399 gah; forgot missing close-paren 1995-04-25 21:26:37 +00:00
christos
348d202923 Fix typo... 1995-04-25 21:22:17 +00:00
christos
2ca157b084 Make this compile again; from Ted Lemon 1995-04-25 21:10:01 +00:00
pk
eb8a2e27a0 New audio driver. 1995-04-25 20:08:13 +00:00
pk
794f74a0cf Audio driver name change. 1995-04-25 20:07:10 +00:00
pk
8d90aefeb0 New audio driver from Rolf Grossmann. 1995-04-25 20:05:32 +00:00
pk
e9177420ca NetBSD RCSid 1995-04-25 20:01:23 +00:00
pk
6d68e2f26f Remove duplication of code from subr_autoconf.c 1995-04-25 19:59:49 +00:00
mellon
1992309f8b Fix a few compat code casualties 1995-04-25 19:16:43 +00:00
cgd
7c7142b1cf status report 1995-04-25 18:59:14 +00:00
cgd
4061570286 Add 'users to-do list' 1995-04-25 18:16:15 +00:00
pk
700118da76 Stop-gap measure to prevent panic when select()ing on /dev/console. 1995-04-25 17:52:43 +00:00
ragge
5993e44288 kvm_vax.c added. 1995-04-25 15:41:11 +00:00
ragge
ae8e3c9f1a Changed abs.S to abs.c for vax. 1995-04-25 15:36:39 +00:00
pk
64f2d35a0f Do not report each pseudo-DMA overrun as a (soft) error.
Add a small heuristic to converge on an acceptable threshold value.
1995-04-25 14:44:44 +00:00
ragge
589f248bad Cleanup and fixes for uVAX boot. 1995-04-25 14:14:19 +00:00
pk
7d07096c42 Bits from old reboot_sparc.8 man page. 1995-04-25 11:37:25 +00:00
mellon
3eca8117f7 Fix up args to scdebug_{call,ret} 1995-04-25 05:30:14 +00:00
jtc
02788519a9 termios code has been moved to new libc/termios directory. 1995-04-25 00:06:17 +00:00
jtc
5f11a56ca9 Initial checkin of termios directory. The code used to be in
gen/termios.c, but has been split out so that NetBSD users don't trip
over the extensions that intrude into the POSIX namespace.
1995-04-25 00:04:21 +00:00
jtc
798d2ef128 Handle new termios subdirectory. 1995-04-25 00:00:58 +00:00
jtc
6d97ed4663 Use a switch instead of three if statements in xdr_long() and xdr_u_long(),
gcc generates slightly better code on all of the architectures I checked.
Also changed xdr_wrapstring to return the return value of xdr_string
directly.
1995-04-24 23:33:39 +00:00
gwr
d73db495da Fixed RPC code to deal with RPC messages larger than one mbuf. 1995-04-24 21:54:56 +00:00
gwr
e49b0de53f short -> int (alignment) 1995-04-24 21:34:04 +00:00
pk
6404739df8 AMD9730 telephony chip (used to be sparc/dev/bsd_audioreg.h). 1995-04-24 19:17:17 +00:00
pk
30f71c550f A couple of fixes frm Rolf Grossmann. 1995-04-24 19:13:52 +00:00
cgd
b523e3778b cast last argument of catgets() to (char *) to quiet compiler's complaints
about loss of 'const'-ness.
1995-04-24 16:37:31 +00:00
cgd
99a919e044 fix typo(?): rpc__errlist usage shouldn't have had two underscores.
Also, cast return types to (char *) to quiet compiler's complaints about
loss of 'const'-ness.
1995-04-24 16:34:39 +00:00
cgd
39e0ed2fd0 cast pointers to longs, not ints. don't return ptr to local var. 1995-04-24 13:27:39 +00:00
cgd
06b20eca85 need string.h 1995-04-24 13:25:55 +00:00
cgd
e275cd471b cast to avoid warning. 1995-04-24 13:25:34 +00:00
cgd
867b4b0fac needs string.h 1995-04-24 13:25:18 +00:00
cgd
2fe1f93ac5 fix arguments to tracing functions and/or cast, to avoid warnings. 1995-04-24 13:24:30 +00:00
cgd
53f540575f fix initializer 1995-04-24 13:23:52 +00:00
cgd
2d9ea442e5 fix array types to match what the file system wants. 1995-04-24 13:23:11 +00:00
cgd
c4816c32b3 Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
1995-04-24 12:21:37 +00:00
cgd
8e7f92fee8 add stub read_names() for the alpha 1995-04-24 07:43:17 +00:00