pk
ee0767da08
Always distinguish client and server worker routines (used to be the
...
case only when compiling in ANSI (`-C') mode).
1995-06-24 14:59:41 +00:00
jtc
67e1e27795
Changed recovery email message to refer to ex and vi instead of nex and nvi.
1995-06-23 02:07:16 +00:00
cgd
b661cbe2e9
fix typo in Judy Garland's name, from Kenneth Stailey in pr 1147
1995-06-20 10:03:05 +00:00
jtc
1847eaed9f
sys/termios.h -> termios.h
1995-06-19 22:47:37 +00:00
cgd
df0183d43f
update for new network structures
1995-06-19 00:13:05 +00:00
cgd
b0246fc4cc
update for new queue structures
1995-06-18 23:53:07 +00:00
cgd
3d113b326b
don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated
1995-06-18 10:58:06 +00:00
christos
b5f782e810
- $NetBSD$ rcsids
...
- Fixed so that .[A-Z]* targets that do not match keywords are ignored as
Posix mandates
- Added .PHONY target keyword
1995-06-14 15:18:37 +00:00
mycroft
ee4364cc64
Format the statistics output more like the other protocols.
1995-06-12 03:49:45 +00:00
mycroft
81c2958581
Update to match kernel changes.
1995-06-12 03:03:07 +00:00
pk
71a0fb455d
Clean up import & propagate NetBSD changes.
...
Add RCS Ids.
Fix a number of bugs.
Note: this version supports ANSI C code generation.
1995-06-11 21:49:50 +00:00
pk
ee826b8ce7
Newer version of rpcgen from Sun's TIRPC release.
1995-06-11 21:37:49 +00:00
mycroft
a05e746824
Install the executable initially with permissions that allow stripping it.
1995-06-10 20:56:34 +00:00
mycroft
74b93ae68f
Don't deny read permission on the executable.
1995-06-10 20:55:16 +00:00
cgd
ed7cdf533b
can't assume that timeval.ts_sec is same type as time_t. grr.
1995-06-07 16:09:53 +00:00
cgd
e75fdcfa2e
only print MAXCOMLEN chars of the process command name. fixes pr 1080.
1995-06-07 07:24:19 +00:00
thorpej
7d7d30315b
Bring in all includes necessary since the multicast changes. Fixes
...
PR #1114 .
1995-06-06 23:45:27 +00:00
pk
7db04aedc8
Prototype of readpass() is unnecessary.
1995-06-05 19:55:40 +00:00
pk
e0431ba116
#include <err.h> & <ctype.h>; remove extraneous declarations.
1995-06-05 19:50:48 +00:00
pk
c0ccf6bd8a
Prototypes (PR#1102).
1995-06-05 19:44:52 +00:00
mycroft
fda52a9197
Include the egid when displaying the groups and doing security checks.
1995-06-03 03:12:05 +00:00
christos
58ea4332e5
Added hp magic numbers (from Jason Downs)
1995-05-28 20:34:03 +00:00
christos
602bb89d12
Zyxel update from Bill Fenner <fenner@parc.xerox.com>
1995-05-28 18:13:20 +00:00
mycroft
753e31a4fe
Don't core dump when tty has no associated process.
1995-05-25 04:02:19 +00:00
mycroft
c05dec805f
Use inet_aton(), not inet_addr().
1995-05-21 17:14:38 +00:00
mycroft
800709ce22
Use inet_aton(), not inet_addr().
1995-05-21 15:50:45 +00:00
mycroft
d4a6c4a4ef
#include <stdlib.h>
1995-05-21 15:42:54 +00:00
mycroft
9cd5391535
Use inet_aton(), not inet_addr().
1995-05-21 15:33:22 +00:00
mycroft
39a59b6bbe
Fix oversight in previous.
1995-05-21 15:06:52 +00:00
mycroft
504e402f82
Use inet_aton(), not inet_addr().
1995-05-21 15:03:24 +00:00
mycroft
bd3a2a6b4e
Use inet_aton(), not inet_addr().
1995-05-21 14:46:39 +00:00
mycroft
09984612d7
Gather the argument list only as necessary. Avoid an extra strvisx(3).
...
Make this compile again with the changes in ps(1).
1995-05-21 13:42:48 +00:00
christos
cd7ca80fc2
CVS is confused...
1995-05-21 00:18:41 +00:00
christos
31dd8ce2bf
Removed archive
1995-05-21 00:18:09 +00:00
christos
21db3a398a
Updated to file-3.18
1995-05-21 00:13:24 +00:00
mycroft
6480692679
Print out interrupt CPU time.
1995-05-17 15:51:47 +00:00
mycroft
4a07259331
Always turn off ISIG and IEXTEN.
1995-05-17 13:35:50 +00:00
jtc
c61d94462f
Do not emit ti and te sequences. This loses for terminals with termcap
...
entries that switch to and from an alternate text page. When viewing a
file with fewer lines than the screen length, more would switch to the
alt screen, display the file, and then switch back.
1995-05-16 22:18:33 +00:00
ws
de7fa9654c
Sort keyword table correctly, so binary search really works
1995-05-15 13:10:10 +00:00
cgd
2ef674b932
print out number of malformed fragments dropped
1995-05-14 08:20:16 +00:00
cgd
e36baaae46
add two flags:
...
-D to specify a "root" from which relative source dir paths
are assumed to begin, and
-L to specify the library path for included libs.
1995-05-12 21:13:13 +00:00
cgd
dd6987cafa
don't get syscalls.c with an absolute path
1995-05-11 22:29:04 +00:00
mycroft
3d28649ed9
uname(2) --> uname(3)
1995-05-08 09:30:09 +00:00
cgd
1b397d5648
fix up RCS ids
1995-05-07 22:16:23 +00:00
cgd
8aa3aa9d93
always add sys/arch to include path
1995-05-07 22:15:57 +00:00
jtc
535f5e4053
Small change to allow 8 bit characters in file names. Inspired by
...
patch enclosed in PR #987 .
1995-05-06 06:39:33 +00:00
jtc
86f36c2670
Print error message and exit if TERM is not set.
...
From PR #1015 .
1995-05-06 06:25:07 +00:00
jtc
852707219e
Upgrade to Flex version 2.5.2
1995-05-05 05:35:08 +00:00
mycroft
0e3d3efb27
Change the interface to stop().
1995-05-03 07:36:59 +00:00
mycroft
a5c76fd34c
Use POSIX tty semantics.
1995-05-03 07:13:51 +00:00