Commit Graph

10148 Commits

Author SHA1 Message Date
ragge
e4b5499885 New information about VAX port 1994-10-08 15:41:42 +00:00
chopps
b23c0b1b23 fix typo and add 4091 controller 1994-10-08 09:53:15 +00:00
mycroft
daf60df8bc Minor changes. 1994-10-07 14:41:14 +00:00
mycroft
e6bfb63702 Fix typos. 1994-10-07 14:28:26 +00:00
mycroft
0aa9f727b9 lkm_all in unneeded. 1994-10-07 14:20:11 +00:00
mycroft
e94c4d1ac4 Fix typo. 1994-10-07 11:40:53 +00:00
mycroft
b90985ee3d Don't poll the BUSY bit until the SDH register is set. 1994-10-07 11:34:52 +00:00
mycroft
1eaa03e7dc Fix initial allocation of dev array, and simplify the code
slightly.
1994-10-07 09:08:29 +00:00
mycroft
878839c40d Simplify the code to expand the dev array slightly, and make sure the size is
a power of 2.
1994-10-07 09:07:56 +00:00
chopps
d54d5bdb36 fix a couple warnings. 1994-10-06 20:34:25 +00:00
chopps
241af64f6d fix typo. 1994-10-06 20:32:04 +00:00
chopps
c35bbf8dd1 Add amiga install floppy build stuff. 1994-10-06 20:25:29 +00:00
chopps
51ec45b04f Add Amiga 1200 support (kbd and ide) from
osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-10-06 19:54:28 +00:00
chopps
9e87730b13 fix flow control and a couple bugs. from:
niklas@appli.se (Niklas Hallqvist) and
osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-10-06 19:20:55 +00:00
chopps
c36cdf127f add another interrupt entry, for 4091. 1994-10-06 19:11:30 +00:00
chopps
1e14398fc5 add 4091 scsi controller 1994-10-06 19:07:20 +00:00
chopps
7b1a94bdf4 fix a thinko in gvp diag. Add 4091 driver from Michael Hitch
(osymh@gemini.oscs.montana.edu)
1994-10-06 19:06:40 +00:00
chopps
11a257ac8f fix access check to honor mount arg,
from Michael Hitch (osymh@gemini.oscs.montana.edu)
1994-10-06 18:41:26 +00:00
jtc
76cf6eaace Call internal NLS interfaces: __catopen(), __catgets(), and __catclose(). 1994-10-06 18:17:52 +00:00
jtc
d9c2e7b590 Change size of array passed to __strsignal() from 128 to NL_TEXTMAX. 1994-10-06 18:16:18 +00:00
jtc
e19f10c79b Change size of array passed to __strerror() from 128 to NL_TEXTMAX. 1994-10-06 18:14:53 +00:00
jtc
f5e46c89f4 Call __strsignal() instead of accessing sys_siglist[] directly. 1994-10-06 18:07:45 +00:00
mycroft
4b8d7f5ee1 Fix RCS id format. 1994-10-06 16:43:17 +00:00
mycroft
4f96184b10 Re-enable some ugly ISO code. 1994-10-06 16:30:55 +00:00
mycroft
b2329b6229 Fix RCS id format. 1994-10-06 15:54:02 +00:00
mycroft
ff5dbe5d15 If we don't -I/sys, then don't -I/sys/arch, either. 1994-10-06 15:53:14 +00:00
mycroft
2fd4512058 Add RCS ids. 1994-10-06 15:44:32 +00:00
mycroft
d8f5a26b66 Fix RCS id format. 1994-10-06 15:39:54 +00:00
mycroft
f5ae092fb9 Clean up deleted files. 1994-10-06 15:18:22 +00:00
mycroft
c10923f665 dircheck() shouldn't be looking at d_type or d_namlen in blank entries
*at all*.  Not only is it wrong, but it causes a serious problem on
little-endian machines, since after -c2 conversion, d_type will often
be > 15.
1994-10-06 14:24:17 +00:00
mycroft
ca04f4e45d Add more links for queue.h. 1994-10-06 09:02:21 +00:00
phil
a412f1e2db Get it to compile again. (agree with sys/ptrace.h) 1994-10-06 06:07:28 +00:00
jtc
f81cf24ac7 It looks like most people were in favor of enabling NLS in the C library. 1994-10-06 05:47:57 +00:00
jtc
56fa6d53b4 Public versions of catopen(), catgets(), and catclose().
Implemented with weak references if they are supported, otherwise by
function calls that call the private versions.
1994-10-06 05:44:39 +00:00
jtc
072b0afc87 Renamed catopen(), catgets(), and catclose() to __catopen(), __catgets(),
and __catclose().
Made MCGetSet() and MCGetMsg() static.
1994-10-06 05:41:45 +00:00
mycroft
17ac077f4b Fix some weird formatting. 1994-10-06 05:20:42 +00:00
mycroft
837f99d25c Clean up deleted files. 1994-10-06 04:38:25 +00:00
mycroft
4010acf9f3 Handle Cyrix CPUs a bit differently. Based on suggestions from Michael
VanLoon.
1994-10-06 03:36:40 +00:00
pk
1423112c96 Keep that pointer moving. 1994-10-05 20:19:30 +00:00
jtc
57e2aaa1a7 Removed non-standard and undocumented MCAppPath feature 1994-10-05 17:33:50 +00:00
jtc
be0eb1df9e fix typo 1994-10-05 17:31:50 +00:00
jtc
50387b6e37 Added __weak_reference() macro. 1994-10-05 17:26:54 +00:00
jtc
badcc17a6d Add constants required by XPG3 1994-10-05 17:16:29 +00:00
hpeyerl
3595156bad begone 'softcar' begone!
hello 'ppp'.
goodbye 'ccd'.
1994-10-04 17:32:30 +00:00
gwr
ae9da3f71d Fix SEE ALSO and FILES. 1994-10-03 19:26:13 +00:00
gwr
cd8e5bc1c9 Add a man page and a link for bootparamd(8). 1994-10-03 18:48:40 +00:00
deraadt
425833d1b0 sun4/300 support works 1994-10-02 21:59:56 +00:00
deraadt
f6db3bff3e cannot open on a sun4 machine 1994-10-02 21:58:02 +00:00
deraadt
4c5c5d590c don't pass UPAGES 1994-10-02 21:52:21 +00:00
deraadt
e8bff526c3 XXX a nasty 1994-10-02 21:51:37 +00:00