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
cgd
5d7f8262d4
cast a few pointers to clean up warnings. Bostic said that this
...
should be fixed differently, when i pointed it out to him a while ago,
but was planning to completely rework the code for a later version so
didn't bother.
1995-04-24 07:42:19 +00:00
cgd
2f100f9270
define 'unix'
1995-04-24 07:39:57 +00:00
cgd
4a83a3c060
align allocations to pointer size.
1995-04-24 07:39:42 +00:00
cgd
b74ff41786
treat __NetBSD__ like 'unix'
1995-04-24 07:39:28 +00:00
cgd
ac78a644f2
install special version (for GNU nm) on the alpha
1995-04-24 07:39:04 +00:00
cgd
63f109153f
delete extra comment line
1995-04-24 07:38:52 +00:00
cgd
8cb862359e
don't use standard tool chain on the alpha
1995-04-24 07:38:09 +00:00
cgd
fab3d7b117
kill a bogus NOTREACHED, fix spacing
1995-04-24 06:24:19 +00:00
cgd
ebabf72b30
machine-specific test for division/remainder, for the alpha.
1995-04-24 05:53:31 +00:00
cgd
22d4d279ad
allow a machine-specific dir.
1995-04-24 05:52:15 +00:00
ragge
c39f186d60
Changed to use only one bootblock file on VAX.
1995-04-23 19:27:59 +00:00
chopps
df9af2897a
bring up-to-date with recent conf.c and sunos changes.
1995-04-23 18:24:21 +00:00
chopps
10eb24c459
add needed signal debug stuff so it will compile with DEBUG
1995-04-23 18:22:14 +00:00
chopps
35bb9b1ffd
new grfcl driver submitted by Ezra Story <ezy@panix.com>
1995-04-23 16:20:43 +00:00
cgd
cc345dc38d
remove these (deprecated) files. port maintainers were warned about
...
their impending disappearance a while ago; they can still be retrieved
from the attic.
1995-04-23 10:58:38 +00:00
cgd
555d4b510e
slightly clean rcs ids, etc.
1995-04-23 10:33:03 +00:00
cgd
d7290b7687
clean up RCS Ids slightly, etc.
1995-04-23 10:07:18 +00:00
cgd
0f099d92af
changes to make the src/gnu code compile happily on the alpha:
...
Mostly casts here and there to kill warnings or bugs. occasional
addition of prototypes and/or changes to bring protos into scope.
1995-04-23 08:35:30 +00:00
cgd
81584a34e6
NetBSD RCS Id format
1995-04-23 07:58:27 +00:00
cgd
0d981b3959
NetBSD RCS Ids
1995-04-23 07:52:53 +00:00
cgd
1ac78f0020
don't build tool chain on the alpha, but install /usr/bin/cpp script.
1995-04-23 07:50:55 +00:00
cgd
b0c276cd95
don't build libg++ on the alpha
1995-04-23 07:50:21 +00:00
cgd
b67285a9e4
don't build games or libexec on the alpha
1995-04-23 07:49:43 +00:00
briggs
c937b8a519
Fix compiler error in sunos_reboot().
1995-04-23 01:00:46 +00:00
briggs
a2bc99d6f1
Make these compile again.
1995-04-23 00:37:23 +00:00
briggs
11632db942
Make this actually compile...
1995-04-23 00:27:48 +00:00
christos
79e736e176
syscalls.master was changed
1995-04-22 23:48:37 +00:00
christos
ebdad87ea2
Added sunos_reboot().
1995-04-22 23:45:29 +00:00
christos
00e1cff41a
Shared sunos_machdep.c
1995-04-22 23:43:07 +00:00
christos
5f162d51b1
Moved sunos_machdep.c to m68k
1995-04-22 23:41:32 +00:00
christos
545f388282
Removed sunos_machdep.c
1995-04-22 23:40:24 +00:00