cgd
9bba98a520
update to use PS_STRINGS to set proc title
1993-06-02 05:01:49 +00:00
cgd
0b8e25b695
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
c1fa28cf2c
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
05ccd38d70
Should install to /usr/sbin
1993-05-28 12:28:49 +00:00
brezak
a4dd8f97fc
Add yppoll command.
1993-05-28 12:19:15 +00:00
brezak
398e2679c3
Build yppoll
1993-05-28 12:17:21 +00:00
cgd
bb216f6a1a
don't USE_DB
1993-05-28 05:34:16 +00:00
cgd
0b58ac8cc8
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
8d3b13729a
Use EXPORTABLE_SYSTEM=true to build sup w/o crypt
1993-05-25 20:00:47 +00:00
deraadt
9397be3182
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
6dc90e5291
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
83cb1e2940
Use /var/tmp for NetBSD
1993-05-24 18:57:48 +00:00
mycroft
01d7c3a029
Clean up deleted files.
1993-05-24 17:57:34 +00:00
brezak
256dbd11db
Remove netcrypt.c. Remove unneeded files. Cleanup make.
1993-05-24 17:57:19 +00:00
cgd
864a094e19
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
0c0fba5509
clean up a bit, and add install target
1993-05-21 15:02:34 +00:00
cgd
a1e510b12f
initial import of CMU's SUP to NetBSD
1993-05-21 14:52:16 +00:00
cgd
30904b9ec5
if no irq, that is, intenally, d_irq == -2, don't output a vector...
1993-05-18 18:02:05 +00:00
cgd
4ee5795095
last of the "arch" changes
1993-05-18 11:51:52 +00:00
cgd
ddccecbf43
update man page for 'arch' changes
1993-05-18 09:10:27 +00:00
cgd
c895b3c04f
add changes for 'arch'
1993-05-18 08:56:31 +00:00
cgd
50fa568f9d
make config use a /sys/${machine}/compile directory, rather than
...
/sys/compile
1993-05-17 09:10:06 +00:00
deraadt
5f3534d355
more self efacement
1993-05-16 02:55:27 +00:00
deraadt
77c037ed51
added my copyright.. how self efacing of me
1993-05-16 02:47:20 +00:00
cgd
bd35df7299
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
0e0edb559f
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
3417c8a45b
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
3558cc99e4
Correct checking of setsid() return value (from bvs@bitblocks.com).
1993-05-10 03:59:43 +00:00
cgd
318000897b
fixe for uninitialized variables, from 386bsd patchkit patch #111
1993-05-07 05:16:15 +00:00
deraadt
2820a4755d
iostat and vmstat being taught about drives..
1993-05-04 07:38:29 +00:00
cgd
124d9b0e5a
notate the fact that it creates /var/run/accountant.pid
1993-05-03 04:30:10 +00:00
cgd
bb1d2dd636
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
17a22f18ea
added random stuff, including checking to make sure we don't fill the disk.
1993-05-03 03:06:32 +00:00
cgd
43175fb644
add accountant
1993-05-03 01:53:53 +00:00
cgd
7851679e8b
change accton to work w/NWO
1993-05-03 01:53:21 +00:00
cgd
fb57066e93
make man page install in cat8
1993-05-03 01:52:34 +00:00
cgd
cdcb8f1155
accton is in section 8.
1993-05-03 01:45:34 +00:00
cgd
ae8e19dfe7
add the accountant program.
1993-05-03 01:02:50 +00:00
cgd
8163959eb0
fix definition of swapmap; rlist.h used to declare it, now defines it as
...
extern...
1993-04-29 21:13:25 +00:00
deraadt
d5d6561d7b
A manual page for YP which explains that there are no other manual pages.. :-)
1993-04-27 05:10:23 +00:00
deraadt
619a143783
add man page
1993-04-27 05:05:11 +00:00
deraadt
d42743fe12
initial rev
...
I don't like this program. passwd -y should do it's job (and it tries to)
1993-04-26 08:13:39 +00:00
deraadt
e39dac2f56
initial rev
1993-04-26 08:09:02 +00:00
deraadt
13c91e95f5
yp utilities directory Makefile
1993-04-26 08:07:30 +00:00
deraadt
482c392efe
compile usr.sbin/yp
1993-04-26 08:06:33 +00:00
mycroft
f8760c2ba3
Convert hash_open() call to dbopen().
1993-04-25 08:51:22 +00:00
mycroft
1aa661887a
Convert btree_open() calls to dbopen().
1993-04-25 08:44:51 +00:00
mycroft
895bb1c31d
Use global value of CFLAGS.
1993-04-25 08:13:28 +00:00
mycroft
12f4f4a4ca
Don't dereference NULL pointer.
1993-04-23 08:46:46 +00:00
mycroft
88789b5d35
Don't output `extern 0();' for interruptless driver.
1993-04-22 04:15:18 +00:00