Commit Graph

6508 Commits

Author SHA1 Message Date
cgd
c00ee5f089 slight rearrangement 1994-03-25 23:02:48 +00:00
mycroft
adf20f8c80 Fix bug in handling short reads. 1994-03-25 17:07:02 +00:00
chopps
de93a9b578 move HIST out of DEBUG conditional. 1994-03-25 16:32:27 +00:00
chopps
8c6081b0ca cc cleanup, dlist ==> sys/queue 1994-03-25 16:30:03 +00:00
mycroft
d5a269b4dd Put controller target in scsi_switch. 1994-03-25 07:38:51 +00:00
mycroft
008f13bb69 Fix off-by-one error in comopen() unit number sanity check. From Brian de
Alwis.
1994-03-25 04:38:01 +00:00
mycroft
9c8b310d5e Don't need to do all the splx() crap on syscall and trap exit. 1994-03-25 00:46:51 +00:00
mycroft
873b203a64 Reorder AST check. 1994-03-25 00:45:42 +00:00
mycroft
99b8c3e6f6 Actually finish this change from three months ago. 1994-03-25 00:06:43 +00:00
mycroft
df96b74ad3 Small code clean up, and make the normal cases a few cycles faster. 1994-03-24 21:50:33 +00:00
cgd
838dfaa454 add as 1994-03-24 18:42:49 +00:00
cgd
0b6d07eca8 add my 'sa' 1994-03-24 18:41:48 +00:00
cgd
c3218832ba print even more SCSI sense data; this should be in a function... 1994-03-24 17:47:35 +00:00
mycroft
41172b0ea8 Remove *.core on clean. 1994-03-24 16:11:38 +00:00
jtc
4051de5f84 Added various COMPILE.? & LINK.? macros and changed suffix rules to use
them (Like Sun & GNU make).
1994-03-24 16:01:24 +00:00
mycroft
f8e2732fe8 Fix bug with D leaving junk at end of pattern space. 1994-03-24 15:55:01 +00:00
deraadt
bb5fe067dd document new resolver features: sortlist & options 1994-03-24 10:22:24 +00:00
deraadt
3881479255 reference resolv.conf(5) instead of resolver(5) 1994-03-24 10:11:48 +00:00
pk
5fbd6e4285 DDB support 1994-03-24 08:46:45 +00:00
pk
12edf7ac11 DDB support. 1994-03-24 08:44:20 +00:00
deraadt
1c5df11dd3 i have an ast card 1994-03-24 08:20:20 +00:00
deraadt
26017ceb12 delete duplicate defn's of resolver global variable 1994-03-24 07:56:28 +00:00
cgd
20c82de12d print out lots of info on non-media hardware error... 1994-03-24 04:32:44 +00:00
jtc
85f2beb3d3 Now that single suffix rules work, uncomment them. 1994-03-24 01:39:28 +00:00
jtc
fb55e2e002 Change BC_* constants. We're using GNU bc, which has really huge limits. 1994-03-24 01:31:37 +00:00
jtc
3d0c312d65 Remove unnecessary formatting commands. The -mandoc macros already do
a .br between .Nm's in the SYNOPSIS section.
1994-03-24 01:27:24 +00:00
jtc
6b7dba54bd Changed .login (csh) and .profile (sh) to be consistant with each other.
In particular, explicit setting of erase and kill chars via stty has been
removed.
1994-03-24 01:23:40 +00:00
pk
1728074945 DDB support 1994-03-23 20:40:26 +00:00
pk
4ccdc884fc struct command => struct db_command, and define it in db_command.h 1994-03-23 20:00:56 +00:00
deraadt
974484d469 kern/subr_disk.c is standard 1994-03-23 18:22:52 +00:00
deraadt
d77d51eea8 kernel/disklib.c goes away, not very portable 1994-03-23 18:18:45 +00:00
pk
78ceee0372 DDB support 1994-03-23 10:43:20 +00:00
mycroft
fcb12cd74d Much faster on 486s and Pentiums; a little slower on 386s. 1994-03-23 08:49:46 +00:00
cgd
84f3c7cf2a add pty1 to all, kill the ttyv0 weird window system hack 1994-03-23 07:36:20 +00:00
cgd
feacc618e1 allow mmaping of /dev/mem and /dev/kmem. The former for folks with
buff vid boards which map at high physical addrs, the latter for fun,
since it's possible.
1994-03-23 05:09:45 +00:00
mycroft
e1b5312609 Simplify gfmt parsing. 1994-03-23 05:05:30 +00:00
cgd
ace91bc015 two reference count fixes, and minor cleanup (to offset the added goto! 8-). 1994-03-23 05:05:03 +00:00
cgd
7b6f2f49df fixes from Thomas Eberhardt to get it to grok BLOCKSIZE, etc. 1994-03-23 04:50:36 +00:00
cgd
1feda9dc52 use stdio rather than stupid, ill-conceived buffering hack. 1994-03-23 04:37:40 +00:00
alm
1f6f4700ad Renamed insque 1994-03-23 04:22:08 +00:00
mycroft
7ace698e4c Clean up deleted files. 1994-03-23 04:05:35 +00:00
mycroft
35723768f9 Add VMIN and VTIME support, per Keith Bostic. Use libc err*() and warn*(),
and make usage() a function.
1994-03-23 04:05:23 +00:00
alm
db657f14a7 Use umask 077 to open buffer file 1994-03-23 04:04:19 +00:00
cgd
18f36e1745 copyright foo 1994-03-23 03:55:24 +00:00
cgd
9c6214e2d9 cut-and-paste-o's, pointed out by Andras Olah <olah@cs.utwente.nl> 1994-03-23 03:36:03 +00:00
mycroft
a3c2ef3169 Don't poll more than 4 ports. 1994-03-23 03:04:32 +00:00
mycroft
4cc5b77bfa Some stylistic cleanup, and a very minor speedup. 1994-03-23 03:01:50 +00:00
chopps
b8f74df1a5 default type is MAP_FILE if none given. 1994-03-23 01:54:02 +00:00
cgd
a28a03c947 kill perverse syntax 1994-03-23 01:32:50 +00:00
cgd
c6b399cce8 add AST-style serial multiport support, from Roland McGrath
<roland@@frob.com>.  Needs light clean by Mr. I386, but mostly
OK.  For some reason, Bad Things (TM) happened on the last cvs commit.
1994-03-23 01:28:23 +00:00