Commit Graph

11525 Commits

Author SHA1 Message Date
mycroft
a774fa6fe5 Use soft configuration when possible. 1995-01-02 21:57:04 +00:00
mycroft
3a967fcbb6 More cleanup. 1995-01-02 21:27:27 +00:00
mycroft
72dec3b548 Various cleanup. 1995-01-02 20:54:01 +00:00
mycroft
3a74796b3e Need isareg.h. 1995-01-02 20:39:35 +00:00
mycroft
894bb9145f Use soft configuration where possible. 1995-01-02 20:32:55 +00:00
pk
2a22c853db Adapt to changed SCSI subsystem. 1995-01-02 20:21:01 +00:00
mycroft
2d5b04744a Don't assume ia_maddr is in the hole. 1995-01-02 20:06:29 +00:00
phil
4372c10cea Fix the inittodr bug. 1995-01-02 04:20:58 +00:00
jtc
442c0aed0a Changed to use jmp_buf for setjmp()/longjmp() & _setjmp()/_longjmp(),
sigjmp_buf for sigsetjmp()/siglongjmp().
Fixed spelling errors.
1995-01-01 20:55:35 +00:00
mycroft
dff292c275 Put Dan's broken tape drive in The List. 1995-01-01 11:37:03 +00:00
mycroft
e848bd4fb5 Fix that last bug in a less expensive way. 1994-12-31 23:56:54 +00:00
mycroft
76b0b02cc3 Fix non-serious typo. 1994-12-31 05:34:00 +00:00
mycroft
ccfbdee90e Change a dependency to work when not using `all' target. 1994-12-31 04:32:23 +00:00
mycroft
ee9082a163 Only build the version of the library that's needed. 1994-12-31 04:26:58 +00:00
cgd
809218efc4 take two: make grabstackstr() work correctly, in the face of strange filling. 1994-12-31 01:56:16 +00:00
gwr
12fae60ada Update for new SCSI. 1994-12-31 01:04:00 +00:00
mycroft
f969fcc548 Don't look at d_type for old format file systems. 1994-12-30 22:45:55 +00:00
cgd
7bcf44497f invoke cpp with -P 1994-12-30 21:57:09 +00:00
gwr
093e10d1d9 void microtime(); 1994-12-30 17:17:55 +00:00
phil
191f87cc1e the lpt driver by Matthias Pfaller. 1994-12-30 07:31:27 +00:00
hpeyerl
2d28f622d7 Make the LEDS blink like Jason's heart. from <thorpej@cs.orst.edu> 1994-12-30 07:22:21 +00:00
mycroft
1c21834ccb Remove previous misguided change. 1994-12-30 06:33:59 +00:00
mycroft
bfd9901daf Fix some oversights in the debugging code. 1994-12-30 05:33:06 +00:00
mycroft
d78ddddef6 Update the rogue entry for ancient drivers to match reality. 1994-12-30 05:23:49 +00:00
mycroft
6e9d6a0d75 And a little better... 1994-12-30 05:20:22 +00:00
mycroft
0a83cd8c57 Deal with short inquiry response a little better. 1994-12-30 05:14:52 +00:00
phil
f082f22fee type on microtime and remove printf in dk_establish. 1994-12-30 05:09:00 +00:00
gwr
d961845e16 Lots of new stuff. 1994-12-30 05:07:27 +00:00
mycroft
aeae498513 Avoid getdtablesize(3). 1994-12-30 05:02:08 +00:00
mycroft
a9b844f65c Avoid getdtablesize(3). Also, remove some useless FD_CLR()s. 1994-12-30 04:49:06 +00:00
mycroft
33c7f89b0e Remove useless invocation of the evil getdtablesize(3). 1994-12-30 04:40:13 +00:00
mycroft
5f9524c8e6 Avoid getdtablesize(3). 1994-12-30 02:46:05 +00:00
phil
7fd629ada2 First try at catching up with generic scsi code. 1994-12-30 01:40:01 +00:00
mycroft
635cd1625e Consistency with other file system code... 1994-12-29 22:48:16 +00:00
mycroft
d2e8ed4eec Undo a few of the VCALL() changes for now. 1994-12-29 22:42:10 +00:00
chopps
24ffacce46 fixup microtime() return value. 1994-12-29 22:35:47 +00:00
mycroft
e16d63a4c0 Minor consistency nits. 1994-12-29 22:21:37 +00:00
mycroft
d23d4ad181 Remove a bit of redundant code. 1994-12-29 22:16:19 +00:00
chopps
31fb8e04bb cleanup a couple botched merges. 1994-12-29 22:06:15 +00:00
phil
0ad6b56de9 Fix it to work correctly with weird structures. 1994-12-29 19:43:52 +00:00
mycroft
5d3bd57538 Fix a couple of things in the sense printing code. 1994-12-29 13:49:57 +00:00
phil
a3618b36c8 make the code agree with documentation and usage() for final two
options.
1994-12-29 08:00:17 +00:00
phil
4bfca330da Don't try to process args if they aren't there. 1994-12-29 07:35:05 +00:00
jtc
709aab2025 fixed major brain fault: echo -> exit 1994-12-29 06:20:16 +00:00
mycroft
b5e0ae3fc4 microtime() returns void. 1994-12-29 03:48:38 +00:00
cgd
cc7492d622 fix bug 547. it looks like somebody mis-pasted. kirk has been informed. 1994-12-29 00:48:42 +00:00
cgd
586f72356d tests, for pr 655 1994-12-29 00:32:20 +00:00
cgd
bf5e42f34c document st and cd. 1994-12-28 23:35:34 +00:00
cgd
a8eed3ef15 document sd, st, and cd. needs to be converted to doc. (gag me with an axe.) 1994-12-28 23:34:56 +00:00
cgd
6e77815dff send error messages & password prompt to stderr, as proposed by Simon Gerraty.
Note that this is not necessarily correct for the password prompt: ideally,
libc/gen/getpass.c should be cloned into the password reading routine in
libskey, and it should be extended to take a prompt string, so that the prompt
and input are taken from /dev/tty, a la passwd(1).
Also, make usage() exit as is standard style, and delete the redundant exits.
1994-12-28 23:17:52 +00:00