thorpej
fa30609066
Protect clearing the Intersil chip's interrupt with splhigh(). If this
...
gets interrupted (by the higher priority zs hardware, for example),
the clock can come to a dead stop!
1996-02-06 22:59:03 +00:00
jtc
5224609738
Removed "extern int errno"; Added #include <errno.h> if not already present.
1996-02-06 22:47:06 +00:00
christos
b07937f401
Make it really work like strncasecmp, instead of 0/1 return codes.
1996-02-06 21:35:31 +00:00
christos
70552d3392
Add strncasecmp.c; extracted from ADOSFS adlookup.c.
1996-02-06 21:22:00 +00:00
scottr
c88084b900
Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704 .
1996-02-06 20:34:28 +00:00
jtc
b4c556ca62
Added explicit dependencies on yacc generated files. From Luke Mewburn
...
<lukem@supp.cpr.itg.telecom.com.au>. Fixes PR #2032 .
1996-02-06 18:30:58 +00:00
thorpej
b686e830b8
Fix typo, from Thorsten Frueauf <frueauf@ira.uka.de>.
1996-02-06 18:15:19 +00:00
pk
d0abefaa36
beq -> be; some assemblers don't know about this alias.
1996-02-06 12:11:15 +00:00
jtc
e114a31b12
Note that fsdb arrived with NetBSD 1.1
1996-02-06 02:25:04 +00:00
jonathan
4ab4b73b40
Support kernels configured without an ASC (e.g, 3100-only configs) or
...
without an SII (e.g., TURBOChannel-only configs). Only the same old,
static, set of old-config devices and old pmax rz/tz drivers is
supported.
1996-02-06 02:13:18 +00:00
pk
52c068d6e6
Be sure to reset the chip when relection fails to prevent corrupting data.
1996-02-06 02:03:46 +00:00
jonathan
f239350d79
Fix braino in (partial) 5100 support: the 5100 is a DS_MIPSMATE, not a
...
DS_MIPSFAIR.
1996-02-06 01:59:46 +00:00
jonathan
bf52fa8269
The prototyping `fixes' broke vmapbuf() and vunmapbuf(), due to a "sz"
...
parameter parameters shadowing locals. Replace vmapbuf() and vunmapbuf()
with the Alpha-port versions, which are cleaner (use round_page(),
trunc_page(), etc.)
1996-02-06 00:31:51 +00:00
jonathan
cb7e6f2e0f
Change last argument of ktrsysret() call: pass rval[0], not rval, as
...
ktrsysret() expects. Tracing of rval[1] remains an open problem.
1996-02-06 00:13:04 +00:00
mrg
aa6f27003a
support $TAPE.
1996-02-06 00:00:22 +00:00
mrg
2b5cf47051
support $TAPE. update manual to reflect reality ( #1937 ).
1996-02-05 23:59:37 +00:00
mark
a725f894c6
Added -fno-builtin flag for braindead version of gcc currently used by
...
the arm32 port.
1996-02-05 23:49:49 +00:00
mark
6b36adcad6
Define TRAPFRAMESIZE to be the size of a trapframe in bytes.
1996-02-05 23:24:50 +00:00
scottr
54c51d4393
Document this file better, mostly from John Vinopal
...
<banshee@gabriella.resort.com>. Closes PR #1864 .
1996-02-05 23:01:50 +00:00
mark
a70b546c49
Added extra comments to help explain what the code is doing.
1996-02-05 22:43:53 +00:00
jtc
925764412f
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance
1996-02-05 22:34:09 +00:00
mark
66e7b4b999
ramdisk boot loading code now condition on RAMDISK_HOOKS being defined.
1996-02-05 21:43:40 +00:00
jtc
a30ae20285
add port-atari
1996-02-05 21:41:06 +00:00
scottr
ae06fdb589
Allow blocksize of NBPG/2 to NBPG for higher sampling rates. From
...
Lennart Augustsson <augustss@cs.chalmers.se>, closes PR 2013.
1996-02-05 21:32:26 +00:00
mark
25aa4f48b1
Updated to used NHYDRABUS to determine if hydrabus device should be
...
supported.
1996-02-05 21:25:33 +00:00
scottr
186d69c204
Don't adjust the number of blocks in the ring buffer if the driver
...
is currently outputting silence. Fix from Lennart Augustsson
<augustss@cs.chalmers.se>, closes PR #2010 .
1996-02-05 21:11:10 +00:00
mark
82a8316c02
cpus can now be attached to hydrabus as well as mainbus.
1996-02-05 21:01:34 +00:00
christos
28eae27187
correct prototype for cpu_fork
1996-02-05 20:33:37 +00:00
christos
46d49e500e
Account for __FORK_BRAINDAMAGE..
1996-02-05 20:32:25 +00:00
scottr
5517c6a36f
Grammar police; noted by Peter Seebach <seebs@solon.com>. Closes PR #1982 .
1996-02-05 17:39:25 +00:00
mark
ceae6db272
The data abort handler now fixes the base register in co-processor
...
data transfer instructions that use writeback. i.e. LDC/STC instructions.
Hardware LDF/STF instructions are now correctly handled.
1996-02-05 17:31:33 +00:00
mark
4909105de6
Updated development history
1996-02-05 17:21:31 +00:00
mark
94fa0b2f1b
post instruction emulation callback now expects a trapframe structure
...
to be passed as well as the fp frame.
FPE<->kernel glue code now builds a trapframe structure for passing in
and out of the post instruction emulation callback.
Signal delivery during FP emulation now works correctly.
1996-02-05 16:51:52 +00:00
mark
20c26bade4
Removed redundant debugging text. Minor code tidy ups.
1996-02-05 16:49:01 +00:00
mark
bd04466b08
Configuration files updated to support latest options and devices
1996-02-05 16:34:51 +00:00
jtc
7eb02879b7
Simplify -I's in CFLAGS
1996-02-05 07:42:54 +00:00
jtc
e14f626063
Remove u.s. naval observatory data, as it serves no real purpose.
1996-02-05 06:48:55 +00:00
jtc
d5f3aced3a
Sync with tzdata96b
1996-02-05 06:46:37 +00:00
jtc
4f9f0e60e7
import tzdata96b
1996-02-05 06:44:24 +00:00
jtc
b2215e296f
Removed extraneous text; From Mike Long <mike.long@analog.com>
1996-02-05 06:33:47 +00:00
jtc
0f9ea1b77e
Fix dangling 'The'; From Mike Long <mike.long@analog.com>
1996-02-05 06:11:16 +00:00
jtc
7bb1bc5e83
Fix typo; From Mike Long <mike.long@analog.com>
1996-02-05 06:07:31 +00:00
jtc
daa40d9a50
Add explicit return type
1996-02-05 04:30:51 +00:00
perry
71e2e03ced
Added code to implement mode in which syslogd listens only to unix
...
domain socket (triggered by -s option) and documentation for
same. This closes pr 1761, although the code is slightly different.
1996-02-05 02:30:21 +00:00
jtc
3ae2aedf4d
Fix error in copyright notice
1996-02-05 02:18:48 +00:00
christos
2c8314f73c
vm prototype changes
1996-02-05 02:06:38 +00:00
christos
684b37e33e
vm prototype changes.
1996-02-05 01:59:12 +00:00
christos
a18394e8c3
Extracted vm compat functions from vm and added them here where they belong.
1996-02-05 01:58:28 +00:00
christos
8c2e3b4b11
DDB prototype changes.
1996-02-05 01:56:47 +00:00
christos
bcabcefdcd
VM prototype changes
1996-02-05 01:53:47 +00:00