Commit Graph

102377 Commits

Author SHA1 Message Date
deraadt c3d2e42be0 added: incomplete wd7000-asc scsi controller device driver. 1993-04-06 10:04:46 +00:00
deraadt 8c41b728aa config will now deal with wdc and fdc in "barsoom" fashion. This patch is
not identical to barsoom's patch, but I think it's an easier patch.
Check out compile/KERN/ioconf.c to see the effect. (On e kernel with wd and/or
fd of course)
1993-04-06 09:53:49 +00:00
deraadt bacbdac9c8 commit damnit! 1993-04-06 06:50:20 +00:00
deraadt d64d6e2c56 selwakeup() takes a "pid_t" rather than "struct proc *" now. 1993-04-05 22:04:09 +00:00
cgd 3c9f6bb2b3 screwed it up again... = vs ==. 1993-04-05 04:01:06 +00:00
cgd 5a29d10aff screwed up comparison for rwalld and rwhod... 1993-04-05 03:55:14 +00:00
cgd 3e510d3b79 made link to chgrp relative 1993-04-05 03:42:43 +00:00
cgd aac2114a43 moved chown into sbin from usr.sbin 1993-04-05 03:40:06 +00:00
cgd 15cf805834 rwall, mostly-original by cgd.
code snarfed from rwalld (from cgd), and wall (from UCB).
1993-04-04 20:15:30 +00:00
cgd 870fc3a71e added support for rwall 1993-04-04 20:14:43 +00:00
cgd f6aab4c4e9 now that we have subdirs, need to do them on install, too... 1993-04-04 19:17:10 +00:00
cgd 4fd6e23aea rwall RPC definition. original, by cgd, but numbers gleaned
from headers+portmap on other machines.
1993-04-04 19:02:36 +00:00
cgd 7896865b17 original, by cgd 1993-04-04 19:01:05 +00:00
cgd 68e9a65943 updated for addition of rwalld 1993-04-04 19:00:49 +00:00
cgd a912430436 from SUNRPC 4.0 1993-04-04 19:00:06 +00:00
cgd 40a8354f50 updated for addition of rpcsvc 1993-04-04 18:59:30 +00:00
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