Commit Graph

105 Commits

Author SHA1 Message Date
mycroft 074afbe63e Fix up FILES sections. 1993-06-13 23:06:41 +00:00
mycroft 1ca3c51c58 Update file names. 1993-06-13 22:36:44 +00:00
deraadt e45a991d45 clntudp_create was being called with the wrong arguments. (hurray prototypes!) 1993-06-12 00:02:37 +00:00
brezak e4050bf300 No need to link in librpc 1993-06-11 11:35:44 +00:00
brezak 1f0771c648 Add support for starting RPC servers. 1993-06-11 00:36:31 +00:00
brezak e3b780f1cc Build in getpwent.o so that YP is NOT used. 1993-06-10 15:29:41 +00:00
mrg f74676488e 4.4BSD-Lite2 1993-06-08 23:03:16 +00:00
mrg cbaee7a141 4.4BSD-Lite2 1993-06-08 21:17:38 +00:00
cgd 20f744fb4a don't print NULL(); for a null vector... 1993-06-07 00:02:00 +00:00
mrg 424d88e0a7 4.4BSD-Lite2 1993-06-06 20:58:02 +00:00
cgd b8b06c3aaa incorporate Bruce Evans' interrupt changes, as hacked by Rod grimes,
for patchkit patch 158.  it appears to work well.
1993-06-06 04:14:01 +00:00
cgd 5fe055800a use daemon() to put supfilesrv into daemon mode... 1993-06-05 21:32:15 +00:00
deraadt 436f995460 i lied; +user entries do not work in /etc/passwd (hard to do too, i think) 1993-06-05 18:13:50 +00:00
brezak 89b15b5ae0 Use -lrpcsvc for XDR 1993-06-04 15:52:20 +00:00
mycroft 380b5516bc Clean up deleted files. 1993-06-03 19:34:13 +00:00
brezak 9830abb2fb Moved rwalld to libexec 1993-06-03 19:34:02 +00:00
cgd 510a533a1b update to use PS_STRINGS to set proc title 1993-06-02 05:01:49 +00:00
cgd 2dfb467a38 add "needs-count" specifier, which means "make a .h file if you otherwise
wouldn't".  this is overridden by (and is a subset of "device-driver".
if you have a "standard" file, you can also do: "standard foo needs-count"
to get a foo.h file.  (for the hp300 stuff)
1993-05-29 18:50:37 +00:00
cgd 7dc6ce3d15 use BINDIR, rather than DESTDIR to specify binary's location.
the former is correct, the latter is not.  actually, this makefile
probably should be hacked a bit more, but i'm not up to it now
1993-05-28 12:38:51 +00:00
brezak e4df77d2b0 Should install to /usr/sbin 1993-05-28 12:28:49 +00:00
brezak 006062bc82 Add yppoll command. 1993-05-28 12:19:15 +00:00
brezak a8732298a8 Build yppoll 1993-05-28 12:17:21 +00:00
cgd 6cade019a2 don't USE_DB 1993-05-28 05:34:16 +00:00
cgd 12a37f4e60 make non-use of "EXPORTABLE_SYSTEM=true" do the right thing;
before, it didn't really check to see if you really did have the
real crypt.c before making a system with crypt.
1993-05-26 12:19:45 +00:00
brezak c8b1353f16 Use EXPORTABLE_SYSTEM=true to build sup w/o crypt 1993-05-25 20:00:47 +00:00
deraadt 3c7cf4073c make lpd know about modern ar files rather than the old ones.
Like, if it's going to want to make an effort, at least do it right.
1993-05-25 12:08:42 +00:00
deraadt a8dec15406 lpr should not access a_magic directly. That's what the N_BADMAG() macro
in a.out.h is there for!
1993-05-25 11:55:30 +00:00
brezak 63751e53cf Use /var/tmp for NetBSD 1993-05-24 18:57:48 +00:00
mycroft c76df9373d Clean up deleted files. 1993-05-24 17:57:34 +00:00
brezak 62396b79b9 Remove netcrypt.c. Remove unneeded files. Cleanup make. 1993-05-24 17:57:19 +00:00
cgd e01e1a4e9e do the right thing for vers.o. i.e. don't make newvers if nothing
has changed.
1993-05-24 11:04:45 +00:00
cgd acdd196906 clean up a bit, and add install target 1993-05-21 15:02:34 +00:00
cgd 700312afdc initial import of CMU's SUP to NetBSD 1993-05-21 14:52:16 +00:00
cgd 48ff350da4 if no irq, that is, intenally, d_irq == -2, don't output a vector... 1993-05-18 18:02:05 +00:00
cgd 78459cd772 last of the "arch" changes 1993-05-18 11:51:52 +00:00
cgd 3a7f355f7b update man page for 'arch' changes 1993-05-18 09:10:27 +00:00
cgd ecfb9b8bdf add changes for 'arch' 1993-05-18 08:56:31 +00:00
cgd e293dd3390 make config use a /sys/${machine}/compile directory, rather than
/sys/compile
1993-05-17 09:10:06 +00:00
deraadt 4f089ae403 more self efacement 1993-05-16 02:55:27 +00:00
deraadt f0da96cf7e added my copyright.. how self efacing of me 1993-05-16 02:47:20 +00:00
cgd 1566d7512a add rule for hp300 cksum routine. yes, i know it points to cksum.tahoe.c.
net2 did it that way!!!
1993-05-13 13:47:33 +00:00
glass 2d64bd5a07 now you too can partake in this offense against any higher being there
may be.  basically to find out whether nfsserver support is in the kernel
earlier and thus avoid the loop problem, call nfssvc() with a bogus fd and
see whether you get a -1 return value or a SIGSYS...
1993-05-11 07:14:24 +00:00
deraadt 930810e30c 1. id_irq is a u_short
2. "irq ?" sets it to (u_short)-1
3. "irq #" sets it to (1<<#)
4. not specifying an interrupt sets it to 0.

Until someone else comes up with a better scheme, that's the way it is.
If you have a driver that turns the interrupt off, set it to ZERO.

If, after calling XXprobe(), id_irq is still (u_short)-1, that is the same
as if  XXprobe() failed.
1993-05-11 04:04:57 +00:00
mycroft 641897cb91 Correct checking of setsid() return value (from bvs@bitblocks.com). 1993-05-10 03:59:43 +00:00
cgd 80bae3c270 fixe for uninitialized variables, from 386bsd patchkit patch #111 1993-05-07 05:16:15 +00:00
deraadt 73ecc02a3e iostat and vmstat being taught about drives.. 1993-05-04 07:38:29 +00:00
cgd 1f22d6fe83 notate the fact that it creates /var/run/accountant.pid 1993-05-03 04:30:10 +00:00
cgd d4f1cb377b make the sleep time/min on/max off numbers settable via options, and
notate this appropriately.
1993-05-03 04:08:16 +00:00
cgd 4ad13c0905 added random stuff, including checking to make sure we don't fill the disk. 1993-05-03 03:06:32 +00:00
cgd 0587bd4d76 add accountant 1993-05-03 01:53:53 +00:00