Commit Graph

1124 Commits

Author SHA1 Message Date
deraadt 46c2563196 Added another sunos-ism: ifconfig -a 1993-05-04 09:26:52 +00:00
deraadt a0bcb17e60 support for making dev->id_alive be set, this is for iostat to
find disk devices. wee bit of a kludge. sub-device attach()
routines must now return 1 for successful attach(), 0 otherwise.
Other bsd's do this too..
1993-05-04 08:27:29 +00:00
cgd cfa46708df have compile use the scan.c, y.tab.h, and bc.c files as distributed,
rather than lex/yaccing them ourselves.  still don't know why these don't
get flexed right...
1993-05-04 07:49:22 +00:00
cgd 50a88402c8 update for flex-2.3.8 from prep 1993-05-04 07:44:39 +00:00
deraadt 2820a4755d iostat and vmstat being taught about drives.. 1993-05-04 07:38:29 +00:00
glass c35003cb93 GNU dd torched, also gnu/bin since there was no longer anything in it 1993-05-04 07:11:19 +00:00
glass 28bef3964d added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd 1993-05-04 07:08:38 +00:00
mycroft 21f39729d7 Previous patch was incorrect. 1993-05-04 05:50:21 +00:00
cgd e811352a74 oops, forgot a c! 1993-05-04 05:48:17 +00:00
cgd ad845984f9 add pg_wait, which must be set if you want pg() to actually wait for keybd
input.  this one is way useful...
1993-05-04 05:47:50 +00:00
cgd 65a923d8bd add a friggin' serial port... the machine has one... 1993-05-04 05:45:26 +00:00
cgd 79f668c05d make ip_input recursion checking be for -DPARANOID, and make it panic 1993-05-04 05:41:18 +00:00
cgd 1ce79756b4 make serial ports have right numbers, and add slip to generic kernels 1993-05-04 05:37:50 +00:00
deraadt 3cbc24e4f9 I was horrified to find these had not been commited with the YP changes. 1993-05-04 05:10:45 +00:00
mycroft 955bf47eda Don't autorepeat locking keys. (Can someone test this with X?) 1993-05-04 05:00:26 +00:00
cgd 70754f5c6b fixed loopback == nuke problem.
This fix is probably not optimal, but it works.
1993-05-04 02:37:27 +00:00
sef 35127652d7 Fix a NULL-dereferencing, that caused a segfault with QMAGIC (yay). 1993-05-03 20:51:56 +00:00
cgd aabb4903c2 add bugfiler 1993-05-03 19:49:55 +00:00
cgd 662c7885fb prune dirs rm'd when cleaning tmp 1993-05-03 10:52:21 +00:00
glass 40c0863828 necesssary fix before the ISO, and NS stuff has even a prayer of working.
Jolitz while garbage-collecting the ISO shit, also garbage collected the
DO_NET(NETISR_XXX.... support for them.  CCITT is still broken, i think
because this snapshot's version is hosed.
1993-05-03 08:44:06 +00:00
mycroft 97522940f4 Clean up deleted files. 1993-05-03 07:46:10 +00:00
deraadt edca56133c moved rpc include files 1993-05-03 07:43:41 +00:00
deraadt e63190e8b9 rpc include files moved into /usr/src/include. Makes more sense and
lets YP and libc compile cleanly.
1993-05-03 07:42:45 +00:00
cgd 124d9b0e5a notate the fact that it creates /var/run/accountant.pid 1993-05-03 04:30:10 +00:00
cgd ab920a40d0 turn on accounting if /var/account exists 1993-05-03 04:19:40 +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 501ba00c04 fix accidental 2dd, and fix comm handling for debug 1993-05-03 02:49:27 +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
mycroft 2106ad2b37 s/\\(lq/``/;s/\\(rq/''/ 1993-05-03 01:46:22 +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 8dbaf99aba change UNIX to NetBSD (EEK!), and add NetBSD OS names 1993-05-03 00:56:32 +00:00
mycroft ba61678b19 Fix typos. 1993-05-03 00:28:56 +00:00
mycroft 2fd4ac5c03 Use global value of CFLAGS for optimization. 1993-05-02 23:16:42 +00:00
mycroft baef429061 Fix typo. 1993-05-02 23:08:42 +00:00
cgd a70911f1aa add starting, elapsed, user, and system times, and clean up a bit 1993-05-02 20:40:31 +00:00
deraadt 11dce888dd fixed silly typo. 1993-05-02 20:14:48 +00:00
cgd bd05104f48 add barebones accounting, enabled w/"options ACCOUNTING", via /dev/acct 1993-05-02 09:22:31 +00:00
cgd bcba58913e make /dev/acct as a standard device 1993-05-02 09:18:17 +00:00
mycroft 58f76c7974 Clean up deleted files. 1993-05-02 09:14:24 +00:00
sef 5916a08554 Jim "wilson@moria.cygnus.com" Wilson's patches to make C News (and other
things) work.
1993-05-02 01:28:40 +00:00
mycroft 6c15f33674 Fix error in last change. B-P 1993-05-01 19:12:45 +00:00
mycroft 627697e07d s/__dead/volatile/ 1993-05-01 16:53:03 +00:00
mycroft b64231f035 Reenable NS and ISO code. 1993-05-01 16:26:52 +00:00
mycroft f5d9fe2b2c Fix typo. 1993-05-01 16:25:04 +00:00
mycroft 1ad12030cf Use global value of CFLAGS for optimization. 1993-05-01 15:19:45 +00:00
mycroft 5a50a4dc76 s/__dead/volatile/ 1993-05-01 15:18:57 +00:00