166 Commits

Author SHA1 Message Date
cgd
2f2d9f86c2 rwall RPC definition. original, by cgd, but numbers gleaned
from headers+portmap on other machines.
1993-04-04 19:02:36 +00:00
cgd
0ce9316701 original, by cgd 1993-04-04 19:01:05 +00:00
cgd
282db60f8d updated for addition of rwalld 1993-04-04 19:00:49 +00:00
cgd
16c5c3cfe8 from SUNRPC 4.0 1993-04-04 19:00:06 +00:00
cgd
b2c8820ee0 updated for addition of rpcsvc 1993-04-04 18:59:30 +00:00
cgd
5471b549c9 updated for addition of rwalld 1993-04-04 18:59:11 +00:00
cgd
59cc703c22 added support for uid `nobody' running wall with -n option (no banner),
for rwalld support.
1993-04-04 16:10:33 +00:00
cgd
fbf5c97eee make `install' of libraries copy rather than move. 1993-04-04 15:31:38 +00:00
cgd
66df6477ea make LIBRPC point to the right place 1993-04-04 15:30:16 +00:00
cgd
df683b5a96 made CPP point to the right place. should check these things before commit. 1993-04-04 12:37:24 +00:00
cgd
f065faaa12 quick makefile for rpc man page master dir 1993-04-04 12:21:18 +00:00
cgd
c996ca5e3f fixed bug where space in a line had "priority" over a tab in finding
the end of the current field, even if the space came after a tab...
1993-04-04 12:06:31 +00:00
cgd
ef516df780 added quiz from net-2 1993-04-04 10:49:24 +00:00
cgd
90310e46c2 added banner from net-2 1993-04-04 10:48:54 +00:00
cgd
5ec57619f1 added banner and quiz from net-2 1993-04-04 10:48:35 +00:00
cgd
e263767442 fixed makefile so it doesn't need to write to dir on install and doesn't
need symlink
1993-04-04 10:37:27 +00:00
cgd
85c42bf5a8 move prototype fstab files into /etc rather than / 1993-04-04 06:14:47 +00:00
cgd
d99908ade5 now can config maxfdescs number', similar to maxusers' to set
the max. number of fd's a user is limited to.
1993-04-04 04:33:03 +00:00
cgd
39589876a6 now uses maxfdescs' to bound openfiles' resource limit. 1993-04-04 04:32:14 +00:00
cgd
435b146737 added maxfdescs definition 1993-04-04 04:31:05 +00:00
glass
9d01d35795 wildcard mx support is flakey, distributed config file now defaults to no
special handling for wildcard MX case.
no longer tries to close getdtablesize() file descriptors.
1993-04-03 23:39:27 +00:00
cgd
2d8ae46ccc got rid of accidental extra newline 1993-04-03 11:19:42 +00:00
cgd
9f196698ed added `options KTRACE' 1993-04-03 07:33:10 +00:00
cgd
3a480a1783 converted date in kernel version to standard date output format. 1993-04-03 03:53:00 +00:00
cgd
10c041bb55 added changes from Steven Reiz <sreiz@aie.nl> (based on
those by Poul-Henning Kamp <phk@data.fls.dk>) to get the kernel
to compile properly when gcc2.* is cc.  (should still work
when gcc1.39 is in use.)
1993-04-03 02:15:18 +00:00
cgd
bf6d5bbc6b change from make tinguely (tinguely@hookie.cs.ndsu.NoDak.edu) to make
opening running programs for writing return ETXTBUSY.
1993-04-03 01:56:45 +00:00
cgd
0bc8258f2a fixed wfj's trampling on UCB copyright notices. 1993-04-03 01:42:13 +00:00
cgd
418f0bc15e now just prints out version. also, got rid of kernel_version,
and fixed wfj's trampling on UCB copyright notices.
1993-04-03 01:41:32 +00:00
cgd
e051221728 added various things, to make kernel version info more useful 1993-04-03 01:40:55 +00:00
cgd
e52321f399 get version from /kern/version, if exists, else ??? 1993-04-03 01:40:29 +00:00
glass
9e697c360d Added /etc/rpc for librpc support
fixed crontab so it works (oops)
fixed /etc/daily whatis.db support
1993-04-03 01:12:21 +00:00
glass
f1814fe4f8 Now installs man pages 1993-04-03 00:59:48 +00:00
glass
99e22d264a Now just a subdir.mk 1993-04-03 00:59:16 +00:00
glass
92156edf9b now installs flexdoc(1) too. 1993-04-03 00:53:37 +00:00
glass
1239f160e5 Added rpcinfo(8) 1993-04-03 00:52:27 +00:00
glass
761a1a76b5 Added rpcgen(1) 1993-04-03 00:51:49 +00:00
glass
c392acbefd Added rpcinfo(8), rpcgen(1) 1993-04-03 00:51:30 +00:00
glass
2464ebc5dd Now installs zic(8) man page 1993-04-03 00:37:53 +00:00
deraadt
f93ed71c3f getdomainname fix. had to declare get/setdomainname() implicitly extern. 1993-04-02 20:38:22 +00:00
cgd
7764c8b064 Simon J. Gerraty <sjg@zen.void.oz.au>:
cut -f1 outputs a field separator before the first field.
1993-04-02 20:21:47 +00:00
cgd
18dbd6b199 Jay Fenlason <hack@datacube.com>:
1: the fi_readers and fi_writers fields of the fifoinfo structure were not
being initialized to 0.  This caused the driver to not sleep the first
process to open the fifo--it thought there was already another process to
talk to (most of the time.)

2: fifo_open() was calling tsleep() without unlocking the inode of the fifo
file.  This caused *any* subsequent access to the file (even an ls (!)) to
hang forever.  Note that this bug was usually masked by bug #1 above.
1993-04-02 20:19:48 +00:00
deraadt
9417aa0710 learn to type theo.. spelling error, whoops 1993-04-02 13:15:31 +00:00
deraadt
ebdbe06ecc automagically set the domainname using /etc/defaultdomainname, an
start ypbind if it exists  and should be running. (future's so bright,
gotta wear shades..)
1993-04-02 13:11:42 +00:00
deraadt
a14e9b1a53 Build domainname binary for us. 1993-04-02 12:44:25 +00:00
cgd
6df4b01aee fixed problem with 2 `/' chars back to back in temp files, which kills emacs 1993-04-02 12:31:56 +00:00
deraadt
d98a4aa1c4 added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
1993-04-02 12:24:21 +00:00
cgd
dc2efd15a6 make when PARANOID wouldn't work, for mis-remembered field name 1993-04-02 12:20:13 +00:00
cgd
7abc82f366 the whois database moved 1993-04-02 12:08:44 +00:00
cgd
9c56c15933 changes by rod grimes for 386bsd 1993-04-02 10:51:19 +00:00
cgd
f555f3d91d bugfiler, brought in from net/2... 1993-04-02 10:49:34 +00:00