1065 Commits

Author SHA1 Message Date
deraadt
363a44d0a2 multiple master controllers would probe tthe first one N times instead of
once each. never mind not worth worrying about what i;m talking about.
1993-05-08 00:50:10 +00:00
cgd
1c1bfa478a no irq == -1, or, actually, 0x0ffff (f*ing unsigned short...).
this would break devices w/o interrupts (like lpa).
1993-05-07 10:38:04 +00:00
cgd
4751bd74ee patch for multiple loopback interfaces (via "pseudo-device loop 2", etc.)
from David Burren <davidb@otto.bf.rmit.oz.au>
1993-05-07 09:27:52 +00:00
cgd
9b19b92116 expand DDB's db_symtab array size 1993-05-07 09:22:40 +00:00
cgd
8041cce5c7 make SYMTAB_SPACE user-definable, as an "option" 1993-05-07 09:13:53 +00:00
cgd
79ae351b30 make it match GENERICISA, minus SCSI 1993-05-07 09:04:56 +00:00
cgd
89e7f1df00 add rcsid, and kernel description where necessary 1993-05-07 08:33:00 +00:00
cgd
b14d6fe6f5 add PC speaker driver pseudo-device 1993-05-07 08:32:23 +00:00
cgd
3be346f53f fix typo on if_ix line, and add rcs id 1993-05-07 08:26:13 +00:00
cgd
a382cbafc1 update with new files from Chris Torek 1993-05-07 07:40:27 +00:00
cgd
32d3d71914 add dcfclock support from patchkit patch 113 1993-05-07 07:15:19 +00:00
cgd
c3e8ea1a14 add counters for vmstat 1993-05-07 07:12:43 +00:00
cgd
19f801d7e3 add counter for vmstat, and fix for bde's changes. from pk patch 137 1993-05-07 07:10:59 +00:00
cgd
3418240196 update for bde's useracc changes. from patchkit patch 137. 1993-05-07 07:06:42 +00:00
cgd
d74807ea30 add bruce evans's useracc fixes, from patchkit patch 137. 1993-05-07 07:03:50 +00:00
cgd
f39cc91674 fix free page count determination 1993-05-07 06:59:45 +00:00
cgd
9b67151561 add PC speaker driver. from 386bsd patchkit patch 135 1993-05-07 06:50:18 +00:00
cgd
5a1bed1f18 add defs for com3 and com4, and add device sizes 1993-05-07 06:47:47 +00:00
cgd
ec2d5b0dd6 add entries for speaker and dcfclock, and clean up. 1993-05-07 06:42:13 +00:00
cgd
c98d759acb add entries for dcfclock, ix ethernet, and speaker 1993-05-07 06:33:34 +00:00
cgd
e8cd86ab2b update for speaker, lpt, lpa, and new serial ports. from patch 135 1993-05-07 06:31:03 +00:00
cgd
79f65eb68e cleaned up, added support for various devices. hacked, from patch 135 1993-05-07 06:26:41 +00:00
cgd
56a40a041d fix lpt driver and add lpa driver. from 386bsd pk patch 133 1993-05-07 05:38:55 +00:00
cgd
5a2b0e0183 add spkr "pc speaker driver" man page. from 386bsd pk patch 101 1993-05-07 05:26:13 +00:00
cgd
afd080fa72 add some explanatory comments from 386bsd patchkit patch 113 1993-05-07 05:22:14 +00:00
cgd
80bae3c270 fixe for uninitialized variables, from 386bsd patchkit patch #111 1993-05-07 05:16:15 +00:00
cgd
01a25a624b undo the last change; our sort has -T... 1993-05-07 05:08:59 +00:00
cgd
ce6a9ce3f5 fix uname initialization 1993-05-07 04:09:18 +00:00
cgd
2cb4812517 add assembly language version of index, rindex, strchr, and strrchr
supplied by J.T. Conklin <conklin@kaleida.com>
1993-05-07 03:01:27 +00:00
cgd
9b9d141423 patch from Pete Chown <pc123@cus.cam.ac.uk> to fix mmap
modes vs. read/write permissions problem.
1993-05-07 01:58:11 +00:00
proven
3b1e9339dd ftp put doesn't cleanly truncate and overwrite a file. 1993-05-06 13:28:41 +00:00
cgd
3b6b0ae3b1 make kernel name a bit less confusing... 1993-05-06 12:17:06 +00:00
cgd
94470e0e60 diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org> 1993-05-06 10:46:12 +00:00
proven
14cfd35a0f Fixed dependency problem. 1993-05-06 02:23:15 +00:00
proven
b69b9e0ae5 rpc directory installs now. 1993-05-06 02:22:41 +00:00
proven
d81bcd3abb Set permissions and ownership all at once. (No more directories mode 0777) 1993-05-05 18:45:25 +00:00
glass
2aed7f774e missed three config files going from pseudo-device DDB to options DDB 1993-05-05 13:56:25 +00:00
deraadt
2085a04428 fixed bug from last commit 1993-05-05 00:29:38 +00:00
mycroft
74df8c94ee Use global value of CFLAGS for optimization. 1993-05-04 14:05:32 +00:00
mycroft
30f3f520cb Make sure init.c is touched so it doesn't get rebuilt if we
make again.  (Okay, so I did reproduce it.)
1993-05-04 13:56:27 +00:00
deraadt
0fea4331af if we timeout asking for kernel name, print a \n before proceeding.
Funny how one character can bug ya so much, eh?
1993-05-04 10:22:39 +00:00
deraadt
c6be936085 Added another sunos-ism: ifconfig -a 1993-05-04 09:26:52 +00:00
deraadt
b77f86a42d 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
adb8e1e23a 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
a9aa2abb93 update for flex-2.3.8 from prep 1993-05-04 07:44:39 +00:00
deraadt
73ecc02a3e iostat and vmstat being taught about drives.. 1993-05-04 07:38:29 +00:00
glass
c3a2c54cf6 GNU dd torched, also gnu/bin since there was no longer anything in it 1993-05-04 07:11:19 +00:00
glass
9860579f25 added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd 1993-05-04 07:08:38 +00:00
mycroft
6cc07be157 Previous patch was incorrect. 1993-05-04 05:50:21 +00:00
cgd
54884b3a56 oops, forgot a c! 1993-05-04 05:48:17 +00:00