61 Commits

Author SHA1 Message Date
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
cgd
31b002b5ec change accton to work w/NWO 1993-05-03 01:53:21 +00:00
cgd
1dbb4df166 make man page install in cat8 1993-05-03 01:52:34 +00:00
cgd
a3be2ea07d accton is in section 8. 1993-05-03 01:45:34 +00:00
cgd
fae8dd6ce6 add the accountant program. 1993-05-03 01:02:50 +00:00
cgd
4f15b8e780 fix definition of swapmap; rlist.h used to declare it, now defines it as
extern...
1993-04-29 21:13:25 +00:00
deraadt
5c74c4632c A manual page for YP which explains that there are no other manual pages.. :-) 1993-04-27 05:10:23 +00:00
deraadt
2ce9375b74 add man page 1993-04-27 05:05:11 +00:00
deraadt
0bbfff2d44 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
b9ca56ddd8 initial rev 1993-04-26 08:09:02 +00:00
deraadt
59685b4cb5 yp utilities directory Makefile 1993-04-26 08:07:30 +00:00
deraadt
50750affbe compile usr.sbin/yp 1993-04-26 08:06:33 +00:00
mycroft
78f6cc91f6 Convert hash_open() call to dbopen(). 1993-04-25 08:51:22 +00:00
mycroft
1b84c0e58e Convert btree_open() calls to dbopen(). 1993-04-25 08:44:51 +00:00
mycroft
3f2d9aa342 Use global value of CFLAGS. 1993-04-25 08:13:28 +00:00
mycroft
53ab9e015f Don't dereference NULL pointer. 1993-04-23 08:46:46 +00:00
mycroft
d21c6dd4a9 Don't output `extern 0();' for interruptless driver. 1993-04-22 04:15:18 +00:00
proven
62fb80430b Changed hash_open to dbopen. 1993-04-21 08:26:54 +00:00
proven
801fd314cd Changed pwd_mkdb to use dbopen. 1993-04-21 07:54:40 +00:00
mycroft
66ab2a0691 Don't dereference NULL pointer. 1993-04-20 10:16:17 +00:00
mycroft
5f74f2b497 Cleanup for GCC 2. 1993-04-18 20:50:22 +00:00
mycroft
f952e53441 Cleanup for GCC 2. 1993-04-18 20:22:09 +00:00
mycroft
4e99f83799 Cleanup for GCC 2. 1993-04-18 20:01:35 +00:00
mycroft
f9ede90dcb Cleanup for GCC 2. 1993-04-18 19:27:06 +00:00
deraadt
7c2e9690fa Changed the files referenced in this manual page 1993-04-15 23:16:27 +00:00
deraadt
7baaf22913 Once more: some changes to the ioconf.c structure. It will now handle
devices hanging off controllers, any kind of controller.
A device on isa0 is called at probe(self), then attach(self)
A controller on isa0 is called at probe(self), then all it's children with
    defined unit numbers are initialized by calling attach(subdev); next all
    subdevices with unit ? are initialized by calling attach(sundev).
Almost all device entry points is now like the vax/sun model (intr being
the weird one)
1993-04-15 07:52:08 +00:00
cgd
71c43bc162 added -DNFSSERVER to makefile. another point for glass. 1993-04-12 19:31:40 +00:00
deraadt
dfe7c1c5d5 new scsi subsystem.
changes also in /sys/scsi/* i386/isa/wd.c, fd.c, and all scsi drivers.
1993-04-12 08:18:09 +00:00
cgd
732ede7749 forgot semicolon => syntax error. stupid error, glass... 1993-04-11 17:33:43 +00:00
glass
b86c563a39 doesn't core when nfsclient support is not in kernel 1993-04-10 20:16:13 +00:00
glass
aee4f8a833 doesn't core when nfsserver support is not in kernel 1993-04-10 20:16:04 +00:00
cgd
34670371cd fix rwalld so that it goes into daemon mode properly. 1993-04-10 17:59:27 +00:00
cgd
310ba5cdc3 added swapinfo from Kevin Lahey <kml@rokkaku.atl.ga.us> 1993-04-10 12:16:52 +00:00
glass
1f2d90c992 oops..left in -g 1993-04-10 12:16:42 +00:00
cgd
59f8a05a36 added swapinfo from Kevin Lahey <kml@rokkaku.atl.ga.us> 1993-04-10 12:16:41 +00:00
glass
d9cfdcda4a Welcome to the new order. config(8)'s code for reading files, files.i386,
and files.kernel has now been completely replaced.
features supported: not nearly as broken as the stuff before
		    expression support for dependencies
		    support for 'requires'
		    no longer generates lots of stupid unnecessary .h files
		    broke lots of broken stuff, and forced fixing it.
(docs to arrive later)
		    added '-k' option for continue even after error
		    documented '-g'
1993-04-10 12:11:55 +00:00
mycroft
1dfe1fa9f0 Reverse sense of fnmatch() to match POSIX. 1993-04-10 01:32:25 +00:00
cgd
edbad04613 ported from Net/2. (patch 111) 1993-04-09 19:25:07 +00:00
cgd
692ea175be from Rodney W. Grimes (rgrimes@agora.rain.com) (patchkit patch 117):
This patch adds the symbol names to icu.s that vmstat expects
the interrupt counters to be called.  It also adds code to config
so that the names of the interrupts are written at the end of vectors.s
so vmstat can report real device names.  It also cleans up and enables
the logging of stray interrupts.  The counters for false interrupts
are added but the fix for them is not (the fix I have is not done
very good.) A false interrupt is when a device asserts it's interrupt
signal, then removes it before the 8259 can latch it.  This is the number
one cause of stray IRQ7's and IRQ15's.

	Additional device probe information is now printed.  This includes
ending I/O address (many drivers do not return the correct value from a
probe this still needs to be fixed), memory address and size, driver
flags passed in by config.
1993-04-09 13:27:46 +00:00
cgd
fa3262909b added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 12:15:37 +00:00
deraadt
2b0870135c 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
cgd
dfcc4985bf made link to chgrp relative 1993-04-05 03:42:43 +00:00
cgd
875fffb486 moved chown into sbin from usr.sbin 1993-04-05 03:40:06 +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