Commit Graph

305261 Commits

Author SHA1 Message Date
cgd 724dd15fc3 updated for addition of rwalld 1993-04-04 18:59:11 +00:00
cgd b9b17c3018 added support for uid `nobody' running wall with -n option (no banner),
for rwalld support.
1993-04-04 16:10:33 +00:00
cgd 9c998b0a59 make `install' of libraries copy rather than move. 1993-04-04 15:31:38 +00:00
cgd 19bcea81d2 make LIBRPC point to the right place 1993-04-04 15:30:16 +00:00
cgd b7ecca3b78 made CPP point to the right place. should check these things before commit. 1993-04-04 12:37:24 +00:00
cgd 92bab71e9b quick makefile for rpc man page master dir 1993-04-04 12:21:18 +00:00
cgd f197c56439 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 5bfb98b1c8 added quiz from net-2 1993-04-04 10:49:24 +00:00
cgd b6aa45dca4 added banner from net-2 1993-04-04 10:48:54 +00:00
cgd bb4c451f27 added banner and quiz from net-2 1993-04-04 10:48:35 +00:00
cgd 033149f0cc 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 897a62b804 move prototype fstab files into /etc rather than / 1993-04-04 06:14:47 +00:00
cgd 83bb0a658b 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 e9e7ae8a6e now uses `maxfdescs' to bound `openfiles' resource limit. 1993-04-04 04:32:14 +00:00
cgd 8fe7f325cd added maxfdescs definition 1993-04-04 04:31:05 +00:00
glass 356d1d5761 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 95d13869d1 got rid of accidental extra newline 1993-04-03 11:19:42 +00:00
cgd 2633c2e52a added `options KTRACE' 1993-04-03 07:33:10 +00:00
cgd 086e97be7e converted date in kernel version to standard date output format. 1993-04-03 03:53:00 +00:00
cgd 5d07e08579 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 fafe485efe 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 7d9faa5403 fixed wfj's trampling on UCB copyright notices. 1993-04-03 01:42:13 +00:00
cgd a381c1fd17 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 fe7517c914 added various things, to make kernel version info more useful 1993-04-03 01:40:55 +00:00
cgd 33a637b4eb get version from /kern/version, if exists, else ??? 1993-04-03 01:40:29 +00:00
glass b3d044e80e 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 0ec557d9c9 Now installs man pages 1993-04-03 00:59:48 +00:00
glass f6d04cee08 Now just a subdir.mk 1993-04-03 00:59:16 +00:00
glass dc8ec5d0a8 now installs flexdoc(1) too. 1993-04-03 00:53:37 +00:00
glass 26819b24df Added rpcinfo(8) 1993-04-03 00:52:27 +00:00
glass 8f0abce1cd Added rpcgen(1) 1993-04-03 00:51:49 +00:00
glass 213b6d05a1 Added rpcinfo(8), rpcgen(1) 1993-04-03 00:51:30 +00:00
glass 46a78ad98e Now installs zic(8) man page 1993-04-03 00:37:53 +00:00
deraadt 6efd5159e0 getdomainname fix. had to declare get/setdomainname() implicitly extern. 1993-04-02 20:38:22 +00:00
cgd cbdd011637 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 b02974b037 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 ee5154db71 learn to type theo.. spelling error, whoops 1993-04-02 13:15:31 +00:00
deraadt 7b31763f5c 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 f9f5e09c3f Build domainname binary for us. 1993-04-02 12:44:25 +00:00
cgd 3201bdaf64 fixed problem with 2 `/' chars back to back in temp files, which kills emacs 1993-04-02 12:31:56 +00:00
deraadt 355265a866 added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
1993-04-02 12:24:21 +00:00
cgd f96d1b7f51 make when PARANOID wouldn't work, for mis-remembered field name 1993-04-02 12:20:13 +00:00
cgd 5a79c6155d the whois database moved 1993-04-02 12:08:44 +00:00
cgd 01de02062a changes by rod grimes for 386bsd 1993-04-02 10:51:19 +00:00
cgd 2af375f803 bugfiler, brought in from net/2... 1993-04-02 10:49:34 +00:00
glass 0bde8f403d automagically build the 'whatis.db' including `machine` pages 1993-04-02 09:43:41 +00:00
cgd 51bed6780a updated for current setup, and to compress logs 1993-04-02 08:07:11 +00:00
cgd 9d0d894beb changed `console' to `vga' 1993-04-02 08:05:12 +00:00
cgd 5141b5231e to allow users to configure hostname easily 1993-04-02 08:04:56 +00:00
cgd 1c2ae9dcc3 updated to reflect the fact that we don't have an ncheck 1993-04-02 08:00:48 +00:00