Commit Graph

114228 Commits

Author SHA1 Message Date
wiz
32dddba497 Quote It arguments. 2003-06-27 18:11:01 +00:00
wiz
31db6cfa8e Quote Cd argument. 2003-06-27 18:06:28 +00:00
wiz
e19fe12b03 Remove superfluous comma. 2003-06-27 18:01:08 +00:00
wiz
b50ca43043 Pa Aq -> Aq Pa; Sy Pa -> Sy. 2003-06-27 17:59:33 +00:00
tshiozak
82d5554eda sync with the last change for citrus_hash.h. 2003-06-27 17:53:31 +00:00
tshiozak
2aa99730ce make sure to use LIST_* macros defined in sys/queue.h.
pointed out by yamt@netbsd.
2003-06-27 17:43:15 +00:00
drochner
03caf45b83 For consistency, use "-R" instead of "-Wl,-rpath" to pass
a runtime search path to the linker.
2003-06-27 17:30:16 +00:00
drochner
a915fb6b1e Use ${CC} instead of ${LD} to build shared objects.
(g)cc has all the knowledge which startfiles/libgcc to
use, so we don't need to duplicate all that here.

Externally visible change:
Shared objects are linked against libgcc_pic.a now
(if the in-tree gcc2 is used). This fixes problems with
dlopen()'ed objects referencing libgcc functions not used
(thus not linked in) by the main program.
2003-06-27 17:27:11 +00:00
bjh21
4f65cbad31 Cleanup:
Correct synopsis to show that -l and -b are mutually exclusive.
Put [k|m] in the right typefaces.
Use .Ql for 'k' and 'm' in text.
Refer to the option-argument of -l as <line_length> consistently.
2003-06-27 17:19:54 +00:00
drochner
672eca1975 provide a variable pointing to the directory where
the gcc provided crt*.o are located
2003-06-27 17:13:27 +00:00
pk
9e0e8676f1 Make sure to flush any user register windows when stealing PMEGs in
me_alloc() (and SMEGs in region_alloc()).

Should fix PR#14180.
2003-06-27 16:44:03 +00:00
oki
955ac53d91 Put correct dest ether address on PPPoE server mode. 2003-06-27 16:24:32 +00:00
tshiozak
f0108a1301 correct how to show size_t. %d -> %lu and cast to unsigned long.
reported by Rob Quinn.
2003-06-27 15:42:12 +00:00
wiz
cc45dace72 Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. 2003-06-27 15:33:24 +00:00
yamt
d71154b0e4 in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(),
use enough size byte arrays, instead of abusing mbstate_t.
just pedantic.  no functional change is involved.
2003-06-27 14:52:25 +00:00
wiz
e414629c30 Pa Aq -> Aq Pa so that both work. 2003-06-27 14:50:31 +00:00
wiz
bb64da9790 Drop trailing spaces; fix punctuation problems;
put Nd argument in double quotes since it contains more than 9 words; spell out month.
2003-06-27 14:46:55 +00:00
wiz
2b8b2a8b6f Quote question mark and brace. 2003-06-27 14:24:16 +00:00
wiz
2e906114a3 Remove superfluous "". 2003-06-27 14:23:24 +00:00
wiz
3e884db9b9 Quote question mark. 2003-06-27 14:03:45 +00:00
yamt
ff974db6fd if nfs_writerpc() splitted an unstable write into some rpcs and
write verifier was changed, we should restart from the first.
2003-06-27 14:00:55 +00:00
wiz
6e5644d28c Aq Pa instead of Pa Aq. 2003-06-27 13:58:51 +00:00
yamt
42be09ca92 indent. 2003-06-27 13:58:36 +00:00
dsl
5363c7e2ee Pull texts from MI menus into language dependant text files.
Minor change to name of some strings (eg: MSG_yes -> MSG_Yes == "Yes")
2003-06-27 13:36:04 +00:00
skrll
d776887556 Enable the preempt1 regression test now that a workaround for the bug has
been committed.
2003-06-27 13:29:52 +00:00
skrll
4ce8e9d11e D'oh. Forgot to initialise the mutex. 2003-06-27 13:27:58 +00:00
wiz
2a0c101d51 Remove superfluous semicolon. 2003-06-27 13:23:11 +00:00
christos
d82212c90e Regen 2003-06-27 13:20:00 +00:00
christos
df92a9d2a5 PR/21498: URA Hiroshi: Add S3 Savage/IXC 2003-06-27 13:19:36 +00:00
wiz
551b587f30 End sentence with a dot. 2003-06-27 13:17:02 +00:00
wiz
1f45225df4 Fix typo in macro name, and remove a trailing comma. 2003-06-27 13:05:08 +00:00
wiz
6f235494c5 Fix typos in macro names. 2003-06-27 13:02:27 +00:00
yamt
8822a3e83e $NetBSD $ -> $NetBSD$ 2003-06-27 12:55:13 +00:00
itohy
d031823b2b Properly reset PHY on ZNYX boards which are composed of
21143 and Quality Semiconductor QS6611 PHY.

QS6611 requires explicit reset on some hardware configuration.  See
``Using the Intel 21143 with the Quality Semiconductor QS6611 Revision D4''
<http://www.intel.com/design/network/applnots/278239.htm> for details.

Models which should be supported by this change are
	ZX345Q, ZX346Q, ZX348Q,		(non-Q versions use different PHYs)
	ZX414, ZX412, ZX444,
	ZX442, ZX212, ZX214,
	ZX374, ZX372, ZX244,
	ZX424, ZX422.

Tested on ZX346Q.

Some information is from the ZNYX driver source code available from
the ZNYX web site <http://www.znyx.com/>.
2003-06-27 12:25:38 +00:00
wiz
1ff0ecb2a4 This man page is in section 2, not 3. 2003-06-27 12:23:08 +00:00
wiz
b0e8e1d6c7 SYNOPSIS is not a good place for C comments;
also, simplify macro usage.
2003-06-27 12:04:36 +00:00
wiz
e0c3e5d8e2 This man page is in section 2, not 3. 2003-06-27 11:51:07 +00:00
drochner
82a0769126 regen 2003-06-27 11:13:02 +00:00
drochner
a7eff26572 add some missing 3c990 variants 2003-06-27 11:12:17 +00:00
wiz
d1084fd16c Quote question mark. 2003-06-27 09:42:24 +00:00
wiz
621498f8a8 Remove superfluous "". 2003-06-27 09:40:17 +00:00
wiz
ba22178ad0 Quote question mark. Change width argument in a table to line up 2003-06-27 09:38:58 +00:00
wiz
9e48dea8c5 Pa Ar -> Ar. 2003-06-27 09:15:55 +00:00
wiz
e6ecde23a1 Be consistent in how we call .rhosts authentication. 2003-06-27 09:14:56 +00:00
wiz
5127f8f2c1 Quote some punctuation. 2003-06-27 09:11:12 +00:00
wiz
2acfaaf7f5 Quote bang. 2003-06-27 09:06:23 +00:00
itojun
c7ca01fc7d i guess the original intent was this... 2003-06-27 08:58:18 +00:00
itojun
877654378b memset() after null check 2003-06-27 08:56:07 +00:00
wiz
1316e82e58 Undo last two, I will handle this differently. 2003-06-27 08:50:50 +00:00
itojun
29aff1f984 clear memory after malloc() 2003-06-27 08:50:47 +00:00