Commit Graph

14922 Commits

Author SHA1 Message Date
paulus
1513342690 Add code to netintr to call pppintr 1995-07-04 12:14:32 +00:00
pk
63eeefb6cd make this compile better. 1995-07-04 10:29:22 +00:00
mycroft
7263209ce6 Make each disk and tape driver define its own read and write functions.
Deprecate rawread() and rawwrite() completely.  Remove d_strategy from cdevsw to
force the abstraction barrier.
1995-07-04 07:15:28 +00:00
mycroft
9fbf4d6f47 Make hardware interrupts always block all software interrupts. 1995-07-04 07:09:53 +00:00
paulus
f3285c2e0e Add call to pppintr in softnet. 1995-07-04 07:00:47 +00:00
paulus
b41c6a7d1c Add call to pppintr from netintr. 1995-07-04 06:54:52 +00:00
paulus
c9a82bdc54 Add code for netintr to call pppintr if PPP is included. 1995-07-04 06:51:05 +00:00
mycroft
eb99dcc09a Fix a condition where ttywait() wouldn't be woken up. Also, short-circuit
the case of no pending input in compoll().
1995-07-04 06:47:18 +00:00
paulus
69f3d14493 Include extra files for the new PPP stuff. 1995-07-04 06:42:19 +00:00
paulus
7f06ab8b0b Latest version of PPP stuff, with packet compression and other
improvements.  The PPP kernel code is now split into if_ppp.c,
containing generic PPP support, and ppp_tty.c, which specifically
supports PPP on async tty devices (as a line discipline).  This is
so that other devices can be supported without making them look
like ttys.
1995-07-04 06:28:17 +00:00
cgd
e476de387b lint data has traditionally gone in /usr/libdata/lint 1995-07-04 03:36:45 +00:00
briggs
f92d7eb51f Clean up some types. 1995-07-04 03:34:09 +00:00
briggs
4d6ed092f1 Fixup a comment. 1995-07-04 03:30:11 +00:00
cgd
00fd6050b6 slight type cleanup. add some prototypes for internal functions,
some 'const' poisoning, some lvalue lossage.
1995-07-04 03:03:30 +00:00
cgd
df24f1d4df use correct cpp defines for various archs, define params for the alpha 1995-07-04 02:08:42 +00:00
cgd
c51c25021f hack around a bug in our gcc. 1995-07-04 01:53:05 +00:00
jtc
76dc5d31d3 Use ${.ALLSRC} when building termcap.db 1995-07-03 23:31:17 +00:00
jtc
30fcda93af Declare h_error as suggested by PR #1065 and done by many other systems. 1995-07-03 22:59:12 +00:00
jtc
b01f461032 Remove trailing comma from cross reference list. 1995-07-03 22:49:10 +00:00
jtc
3b6cda53f9 add setlocale(3) and strsignal(3) cross references 1995-07-03 22:48:08 +00:00
jtc
362ffa8883 remove bogus sys_errlist(3) cross reference 1995-07-03 22:46:21 +00:00
jtc
1eb9f79e6e added intro(2) cross reference 1995-07-03 22:44:42 +00:00
jtc
3d55deb168 Install termcap.src directly instead of processing it with reorder.
The terminfo-derived termcap database we are now using has been pre-
reordered, with the most popular terminal entries first.  Besides it
makes very little difference, since most NetBSD application will be
using the db-version of the termcap database.

Removed reorder script.
Removed tck script, we don't have the showtc program (script?) that it
requires.
1995-07-03 22:12:47 +00:00
cgd
d6c493f3fb kill two of the three __NetBSD__-specific definitions 1995-07-03 21:39:28 +00:00
fvdl
059661a991 Fix totally bogus implementation of a few fcntl() calls. I think I'll go
live on a deserted island now..
1995-07-03 21:33:59 +00:00
cgd
c61d16ddbe RCS id cleanup 1995-07-03 21:23:45 +00:00
jtc
3143d79c3e merged with tzdata95d 1995-07-03 21:09:59 +00:00
jtc
90f0f67359 updated to tzdata95d 1995-07-03 21:06:07 +00:00
cgd
4a9e0e45b3 add 'xlint' for lint 1995-07-03 20:57:38 +00:00
cgd
b14be51dec lint(1) implementation, by Jochen Pohl. named 'xlint' for a similar
reason to why 'install' is named 'xinstall'.
1995-07-03 20:56:35 +00:00
leo
d9019191a0 NetBSD/Atari keyboard mappings 1995-07-03 20:49:40 +00:00
jtc
266315a609 fix default path 1995-07-03 19:45:07 +00:00
jtc
91a569e42a fix path of mail reader 1995-07-03 19:44:30 +00:00
mycroft
083ba962e2 Oops; need fcntl.h. 1995-07-03 16:58:38 +00:00
phil
2e9608879c Add check for NULL returned by fgets. If not, we can core dump. 1995-07-03 16:50:13 +00:00
gwr
0a035e5e9f Can not use htonl() in static initializers. (Fixes PR 1188) 1995-07-03 04:56:33 +00:00
mycroft
01c15f41a0 Byte-swap correctly. Make some types 64-bit safe. Use INADDR_ANY rather
than an explicit 0.
1995-07-03 03:25:19 +00:00
mycroft
9086ad07b9 Remove an extra htonl(). 1995-07-03 03:16:57 +00:00
gwr
2d83203f6a Build all RPC requests with AUTH_UNIX (thanks to Chuck Silvers) 1995-07-03 02:59:16 +00:00
gwr
365e8c62da Remove temporary hack (now merged into src/sys/lib/libsa) 1995-07-03 02:56:52 +00:00
gwr
5cd60330a9 Remove temporary hack (../libnet) 1995-07-03 02:53:55 +00:00
gwr
c4746effe0 Correct !DDB console abort (thanks to David Brownlee) 1995-07-03 02:52:13 +00:00
mycroft
b545b9db88 Document {LIST,TAILQ}_INSERT_BEFORE(). 1995-07-03 00:25:36 +00:00
mycroft
73a1524a19 Document {LIST,TAILQ}_INSERT_BEFORE(). 1995-07-03 00:20:18 +00:00
mycroft
9a4505cb89 Close routines take file flags, not I/O flags. Fix two incorrect usages. 1995-07-02 18:13:02 +00:00
mycroft
2dadf2f086 Simplify some conditionals. 1995-07-02 16:10:40 +00:00
mycroft
839598dfec Make spec_read() and spec_write() vaguely consistent. 1995-07-02 07:20:50 +00:00
christos
ede9308f87 Add:
SVR4_MAKEDEV:	Script to make devices in /emul/svr4/dev
nsswitch.conf:	Name service configuration switch file for /emul/svr4/etc
netconfig:	Network configuration file for /emul/svr4/etc
1995-07-02 06:29:46 +00:00
christos
ed63c665eb - make svr4_break() identical to obreak(). We still keep the code here,
to do some more testing.
- add POSIX.4 sysconfig options [we don't support them, but we don't
  return EINVAL too]
- More kludges in the interpeter load address. I hope I escape the kludge
  police...
1995-07-02 06:16:06 +00:00
christos
e7dcefc56c Add the svr4 network cloning devices. Now telnet(1) works too. There are
still problems with X-windows programs.
1995-07-02 06:13:27 +00:00