jsm
092d313019
Add use of `const' where appropriate to the games.
...
This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).
Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
1999-09-08 21:17:44 +00:00
jsm
44a90d0991
Removed unused array Movenames[].
1999-09-08 20:43:48 +00:00
fredb
66635b21d1
Doc previously undocumented `-k' option, correctly note mutually exclusive
...
options, various stylistic changes.
Closes PR bin/8325.
1999-09-08 20:32:03 +00:00
tsubai
f7b9562c8c
Inline some functions.
1999-09-08 17:28:02 +00:00
jdolecek
cfa9258f85
Use DEBUG_LINUX exclusively. Fixes PR#7684.
1999-09-08 16:52:08 +00:00
perseant
7d1736a5f7
Add some more new developers (after the last change I made a couple people
...
mentioned that they were not listed here *or* in the source I had used to
generate that diff).
1999-09-08 16:28:51 +00:00
soren
73161b0ff2
Regen.
1999-09-08 16:01:43 +00:00
soren
8553f32ee2
Regen.
1999-09-08 15:19:11 +00:00
hubertf
c947110381
Add phy.4 as a link to mii.4
1999-09-08 14:23:04 +00:00
soren
c589a9d12c
Add comments for PHY models.
1999-09-08 14:20:04 +00:00
soren
712bc685b1
Sync with dev/mii.
1999-09-08 14:02:24 +00:00
soren
294b7d9b7b
Add ukphy(4) man page.
1999-09-08 13:59:07 +00:00
soren
b7bc7c47cf
Sync with dev/mii.
1999-09-08 13:58:37 +00:00
soren
87f6e36acb
Sync with dev/mii.
1999-09-08 13:08:20 +00:00
kleink
562c87f80e
Exclude some code moved here in rev. 1.206 if no npx is configured to make
...
such kernels link again; addresses PR port-i386/8262 from Ben Harris.
1999-09-08 09:16:47 +00:00
augustss
ada52e1f37
Add #include <sys/device.h> so this file compiles again.
1999-09-08 08:29:45 +00:00
thorpej
589d0234df
formatting nits.
1999-09-08 04:57:37 +00:00
sommerfeld
8602e6124d
add svr4_lwp.h to let this build again.
1999-09-08 04:02:48 +00:00
sommerfeld
c0411740d8
Avoid dereferencing NULL rootvp if booting diskless.
1999-09-08 03:45:22 +00:00
oster
2dad94c947
Note M_RAIDFRAME.
1999-09-08 02:58:09 +00:00
augustss
fda1b1b26f
Make output a little less confusing if run without root priviliges.
...
From "Soren S. Jorvang" <soren@wheel.dk>
1999-09-08 02:39:36 +00:00
oster
fe5b29ca42
Nuke unused prototype.
1999-09-08 02:01:55 +00:00
soren
db8381e120
Append newline in usage().
1999-09-08 01:33:39 +00:00
itojun
a00c3d5ea1
fix u bit in interface identifier for ether and p2p-802 interfacde.
1999-09-08 00:50:15 +00:00
mjacob
6913f83874
A useful discussion with Jason convinced me that I had selected the
...
wrong tag as the default tag to use- we should use ORDERED, no SIMPLE.
1999-09-07 22:54:45 +00:00
soren
60feba0646
Spacing.
1999-09-07 21:52:06 +00:00
soren
cc8ca41376
Install *reg.h
1999-09-07 21:51:49 +00:00
soren
eb7abb2260
Sync with dev/mii.
1999-09-07 21:50:11 +00:00
soren
1ae67880a2
Xref iophy(4) and tqphy(4).
1999-09-07 21:43:05 +00:00
is
5c9f73a53d
Oops. I forgot to add cachops here earlier.
1999-09-07 20:24:56 +00:00
is
1db2b4be2e
Uhm... multi-cpu kernels containign M68020 support won't assemble without
...
this. Sorry for the inconvenience.
1999-09-07 19:40:56 +00:00
soren
211476aea7
Match 1460 names with Adaptec.
1999-09-07 19:30:10 +00:00
soren
5c44dfbe6a
Note 78Q2121.
1999-09-07 19:29:52 +00:00
ross
9efd996351
spelling
1999-09-07 18:27:58 +00:00
christos
0b8242ef73
Oops forgot to include new files.
1999-09-07 18:20:40 +00:00
christos
d205cc9cd4
oops, forgot to include new files.
1999-09-07 18:20:18 +00:00
perry
5c6c03b3ee
update to reflect current reality.
1999-09-07 15:45:07 +00:00
augustss
977c927d44
Do a brain dump of items to do.
1999-09-07 14:58:12 +00:00
simonb
7c249bc088
Print the current file and block numbers now that at least one tape
...
driver returns usable values for these.
1999-09-07 13:56:53 +00:00
simonb
5f5395199e
Correct comment about mt_fileno and mt_blkno.
1999-09-07 13:55:27 +00:00
simonb
a68944cfca
Overhaul the tz SCSI tape driver:
...
+ Add a quirk table.
+ Assume all else is a modern drive that can do variable block
lengths (this is the main reason for this work - the old driver
only ever seemed to write 512 byte blocks!).
+ Keep track of values for mtget's mt_fileno, mt_blkno.
+ Handle a few extra MTIOCTOP commands.
Ideas gleaned from our MI scsi tape driver and the FreeBSD CAM tape
driver. Tested on a TKZ09 (DEC badged Exabyte 8500), a TLZ06 (DEC
DAT) and TK50.
Many thanks to Pierre Bergdolt for helping with testing.
1999-09-07 13:53:36 +00:00
jdolecek
1e99130f2e
Use unixish term "hole" instead od "sparce" (which looks like it
...
should be "sparse" anyway).
Noted by Soren Jorvang <soren@NetBSD.org>.
1999-09-07 08:16:13 +00:00
itojun
6118e5d8d2
allow any SPI value to be used, if well-known ipcomp CPI is used.
...
From: Laine Stump <lainestump@rcn.com>
To: current-users@netbsd.org
Message-Id: <3.0.3.32.19990907020809.0091fc90@pop.rcn.com>
Date: Tue, 07 Sep 1999 02:08:09 -0400
1999-09-07 07:41:45 +00:00
christos
b58be766cb
add rcmd; there are no other tools that let the user remotely execute
...
commands.
1999-09-07 06:54:21 +00:00
itojun
22dc13ab4a
improve description on ipcomp case. (sync'ed with kAME)
1999-09-07 06:49:37 +00:00
christos
ffdf7a5fe8
regen
1999-09-07 06:25:14 +00:00
christos
c7897366b5
preliminary lwp support; currently staroffice breaks because set_ldt emulation
...
is borken, not because of threads problems.
1999-09-07 06:24:56 +00:00
jwise
75eb9e11a9
Slight improvement to last fix: don't need to reset the cpp tempfile for
...
files which don't need to be run through cpp. Also, use vfork() instead of
fork().
Both from Anders Hjalmarsson (Anders.Hjalmarsson@economics.gu.se )
1999-09-07 02:36:57 +00:00
soren
a4b7a96e0e
Do not complain in sbfind() if another driver has mapped the registers.
1999-09-07 00:49:41 +00:00
soren
b49886ea7a
Update usage().
...
Prevent buffer overflows when configuring boot selector.
Cycle through partitions when entering boot names.
Use '<UNUSED>' consistently.
Reviewed by: fvdl
1999-09-06 23:58:59 +00:00