explorer
1f2bca63e2
clean up the event queue more. Add volatile where needed.
1997-10-20 18:43:48 +00:00
thorpej
5c6445bc0d
Don't panic if we fail to remap i/o or mem space in the attach function.
...
Instead, print a diagnostic and return. (Some drivers do this already.)
Also, normalize the diagnostic message, and fix some places where the
printfs were getting ugly.
1997-10-20 18:43:03 +00:00
drochner
24393e44bb
Oops, mrg had a reason to use %ld format.
...
We really need a cast to print off_t values.
1997-10-20 18:42:17 +00:00
drochner
462ad8b47d
fix printf format
1997-10-20 18:25:05 +00:00
drochner
41e3b9d2f4
The previous changes were not sufficient, we need more kvm reads.
1997-10-20 18:12:56 +00:00
pk
332129fdf1
Enable `reselect' and `synch negotiation' by default.
1997-10-20 18:05:21 +00:00
is
c7a9bfc5b5
Allow more than 4 (up to 16 now) virtual filesystems to be loaded.
...
Patch from Matthias Scheler, pr4299.
1997-10-20 17:40:07 +00:00
drochner
c111d4e6c2
make compile after NFS (struct nfsnode) changes
1997-10-20 17:32:51 +00:00
drochner
2b0cbc07da
include <sys/cdefs> before __RCSID
1997-10-20 17:18:04 +00:00
scottr
4cb9c325b3
Oops. Move shared libraries from mi to md.mac68k. Pointed out
...
by Bernd Ernesti.
1997-10-20 17:03:57 +00:00
christos
fd2bc36384
Move rcsid[] after the start symbol.
1997-10-20 16:09:27 +00:00
christos
aef9d1ed68
Move rcsid[] after start:, so that start starts at 0.
1997-10-20 16:08:28 +00:00
gwr
1d0fce59db
Don't define NO_SINGLE_STEP here because it is already defined in
...
dist/gdb/config/mips/tm-nbsd.h (avoid redefinition warnings).
1997-10-20 16:05:29 +00:00
christos
473c5739fd
Bring back swapon and getdirentries from libcompat.
1997-10-20 16:04:24 +00:00
christos
121197f0ea
Bring timezone back to libc.
1997-10-20 15:50:22 +00:00
christos
3ecdd3624c
Moved timezone, swapon and getdirentries back to libc.
1997-10-20 15:49:39 +00:00
explorer
9d0579d2fb
Comment out pseudo-device rnd, mention options RND_COM, and mark experiemntal
1997-10-20 15:19:51 +00:00
gwr
8e624017b2
"Support" the NetBSD-specific "-k" option.
1997-10-20 15:08:50 +00:00
explorer
bef5af6d26
cleanup of queue code
1997-10-20 15:06:04 +00:00
explorer
7f8a4b47f8
Clean up the timeout and queue code.
1997-10-20 15:05:05 +00:00
explorer
c327761377
Don't pretned to maintain an internal "global" entropy pool. In-kernel
...
locking cannot be done with it, and that sort of thing probably should not
be shared anyway.
1997-10-20 15:03:19 +00:00
matt
500281c8a4
21142 / 21143 chips always use ISVSROM format. (print out message is
...
SROM checksum is invalid).
1997-10-20 14:32:46 +00:00
veego
42d21d7042
Add a SEE ALSO section for other graphics manpages.
1997-10-20 14:31:18 +00:00
veego
8c551cbbbe
Add grfcl, grfcv, grfcv3d, grfet, grfrh, grfrt and grful
1997-10-20 14:27:49 +00:00
veego
a32ceec50b
Add the new graphics man pages.
1997-10-20 14:26:33 +00:00
veego
2805c478f3
New manpages for the supported graphics cards.
1997-10-20 14:24:33 +00:00
veego
ccc98a4225
s/config.new/config/
1997-10-20 14:22:32 +00:00
ragge
04195f0e89
Fix a bunch of warnings introduced by more flags to cc.
1997-10-20 14:11:35 +00:00
mycroft
2959c0da1f
Move the RCS id after `start', so that `start' is once again the first thing
...
in the text segment.
1997-10-20 13:49:45 +00:00
fvdl
d82bb1870c
Make sure to unmap bus space when a successful probe is done, to prevent
...
a panic when the attach code does the map again. PR 4302, from
Anders Hjalmarsson.
1997-10-20 13:46:53 +00:00
ragge
41d776ab5c
Fix warnings.
1997-10-20 12:49:50 +00:00
ragge
c700804dcb
Fixes to make new gdb compile on vax.
1997-10-20 12:44:24 +00:00
ragge
e603ff5aa3
Fix vers.c dependency; PR#4090.
1997-10-20 11:54:26 +00:00
lukem
6aa8b0fb7a
rcsid fascism
1997-10-20 11:02:10 +00:00
lukem
8f78590363
remove $Log$ entries
1997-10-20 10:39:26 +00:00
mrg
9395f04c8b
fix compile warnings on the sparc.
1997-10-20 10:32:06 +00:00
mrg
5e451f4248
fix compiler warnings on the sparc. minor KNF.
1997-10-20 10:20:52 +00:00
fvdl
284aeaa1ba
Fix hard-coded USRSTACK address, now that it's changed.
1997-10-20 10:16:07 +00:00
ws
8e311daf58
Fix spelling of my name
1997-10-20 10:07:56 +00:00
jonathan
a03a434f1b
* Use ANSI-clean names for host-specific byte-order definition
...
(_BYTE_ORDER, _BIG_ENDIAN, _LITTLE_ENDIAN).
Define old names from the ANSI ones if not _POSIX_SOURCE.
* Define _QUAD_HIGHWORD and _QUAD_LOWWORD properly when
_BYTE_ORDER == _BIG_ENDIAN.
1997-10-20 09:57:05 +00:00
ws
0bb56df5a7
Fix spelling of my name
1997-10-20 09:54:50 +00:00
jonathan
8053fbfe3c
Pull up endian-independent changes from locore, userland bcopy.S.
1997-10-20 09:31:37 +00:00
enami
0d4522a03f
Fix .Nm usage.
1997-10-20 09:11:16 +00:00
fvdl
d41883c9ac
Fix typo in VM_MAX_ADDRESS.
1997-10-20 09:02:21 +00:00
enami
c3872193cf
Fix .Nm usage.
1997-10-20 08:50:59 +00:00
enami
8750a9d231
Partial .Nm usage fix. XXX
1997-10-20 08:48:09 +00:00
enami
b130b4f87b
- Fix .Nm usage (same of .Nm is replaced with .Sx, .Em, .Ic etc).
...
- Use .Sx to refer section.
1997-10-20 08:46:18 +00:00
veego
83d19d1e6e
Add amiga md server.
1997-10-20 08:45:32 +00:00
augustss
46820d8f49
Minor editorial changes.
1997-10-20 08:22:42 +00:00
scottr
8630149cba
Convert to MI 8530 SCC driver, from Bill Studenmund. The new front end
...
also supports DTR/CTS flow control.
1997-10-20 08:13:26 +00:00