98328 Commits

Author SHA1 Message Date
thorpej
12af01e337 Remove an unnecessary printf argument. 2002-05-31 17:34:08 +00:00
thorpej
7173dc3334 Remove shadow decl of num_errors which exactly duplicated the file-scope
decl.
2002-05-31 17:31:15 +00:00
thorpej
eb00d53595 Remove duplicate TULIP_SET/TULIP_CLR. 2002-05-31 17:27:40 +00:00
atatat
6c03c181d2 "offest" -> "offset" in a comment 2002-05-31 16:49:50 +00:00
atatat
c52a7f3287 "a.out" -> "elf" in a comment 2002-05-31 16:49:12 +00:00
atatat
16790d2404 Add descriptions of the "self" symbolic link and the "maps" pseudo file.
Also note the kernel option that is required in order to get pathnames
with file backed entries in the "maps" pseudo file.
2002-05-31 16:48:28 +00:00
atatat
4baf4e86ab When asked for the string representation of a device that isn't
found by devname(3), don't report a "bad format"...just use "???"
instead.
2002-05-31 16:45:16 +00:00
christos
82886e162e deal with char c; c != -129 warning. Hi jason! 2002-05-31 16:18:48 +00:00
ragge
f811a80bc3 Handle machine checks separate from other "stray" interrupts. 2002-05-31 15:58:26 +00:00
mycroft
79056950e2 Mask off extraneous bits in the RX frame status when testing it. My cards set
bit 3 in ad hoc mode.
Also, some minor constant folding.
2002-05-31 15:52:55 +00:00
christos
705e75558c regen 2002-05-31 15:38:55 +00:00
christos
03dc556078 add usr v.everything. 2002-05-31 15:38:43 +00:00
ragge
787f3adbcf ALIGNENTRY must always be 0 on vax, otherwise loadfile_aout won't work. 2002-05-31 15:22:01 +00:00
kleink
46b946bc5f Fill in real cache size/organization information and recolor; currently
doesn't make a difference except for the 604e.

XXX Does not consider L2 caches yet.
2002-05-31 15:04:14 +00:00
christos
1d1ced8220 use setproctitle(3); from itojun. 2002-05-31 14:28:20 +00:00
bjh21
54f310b7ce Use ${PRINTOBJDIR} rather than rolling our own. This makes parallel
builds work properly.
2002-05-31 13:46:00 +00:00
toshii
f98f1c4df5 Add a missing config_hook_init call. 2002-05-31 13:43:28 +00:00
bjh21
31e94b1399 Insert .WAIT between libsa and boot so that parallel builds have a chance
of working.
2002-05-31 13:42:25 +00:00
mycroft
5ca56020c7 Patch the CLKRUN enable bit on ToPIC chips. 2002-05-31 13:34:03 +00:00
mycroft
f6dc1467bf Add a Nortel e-Mobility card. 2002-05-31 13:30:36 +00:00
mycroft
75612b306d Regen. 2002-05-31 13:29:35 +00:00
mycroft
216a97aba4 Add a Nortel e-Mobility card. 2002-05-31 13:29:19 +00:00
wiz
d79e3f15eb Add pmppc man page directories and man pages. 2002-05-31 12:21:09 +00:00
wiz
bed7ab561f Add MAKEDEV(8) for pmppc, and install it. 2002-05-31 12:20:49 +00:00
wiz
8f713e513e Descend into man4.pmppc. 2002-05-31 12:20:32 +00:00
wiz
71661ba46a Dig man page directories for pmppc. 2002-05-31 12:20:04 +00:00
wiz
262278751f regen (wd) 2002-05-31 12:16:41 +00:00
wiz
49a4c133ce regen (scif, sci) 2002-05-31 12:16:29 +00:00
wiz
a71c7fba62 Use standard directory name (man4.pmppc instead of man.pmppc). 2002-05-31 12:11:17 +00:00
augustss
e916f073c3 Add bus_space_vaddr(). 2002-05-31 11:31:30 +00:00
augustss
fb0ca293ff Add some. 2002-05-31 11:13:23 +00:00
kleink
bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
augustss
301d69b351 Remove some devices. 2002-05-31 11:03:53 +00:00
augustss
c838cc089e Don't use IPL_AUDIO. 2002-05-31 11:00:38 +00:00
augustss
22023c8988 Some casts in printf(). 2002-05-31 10:54:34 +00:00
augustss
81dc1093c0 Don't define IPL_AUDIO since there's no splaudio(). 2002-05-31 10:53:34 +00:00
augustss
f87ec98c88 Add some device, remove some devices. 2002-05-31 10:46:33 +00:00
augustss
819220dbb3 Add some man pages. 2002-05-31 10:43:28 +00:00
itojun
b31318e482 KNF, from openbsd via kame 2002-05-31 10:22:11 +00:00
wiz
c1194e1947 Grammar fixes in last. 2002-05-31 09:56:12 +00:00
haya
a7937db203 Add comment. 2002-05-31 09:54:52 +00:00
itojun
83d7d548f9 sync with 3.7.1 (2002/5/31) 2002-05-31 09:45:44 +00:00
itojun
79b978bc0d tcpdump 3.7.1 (current) as of 2002/5/31.
major changes: -xX improvements, IPX improvements, and so forth
2002-05-31 09:27:46 +00:00
itojun
53ae45711d fail if the default class is larger than the ctl class.
report by Paul Civati <paul@xciv.org>
2002-05-31 06:53:48 +00:00
itojun
bc95d762f8 define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU.
otherwise, kernel fails to compile.
report by "Federico G. Schwindt" <fgsch@olimpo.com.br>
2002-05-31 06:52:00 +00:00
matt
5d837662a3 Use to htobe16, not htons 2002-05-31 05:54:36 +00:00
matt
9a6861e363 Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
itojun
02dd12d915 since if_mtu is u_long, use u_long for mtu. 2002-05-31 05:26:42 +00:00
nathanw
9ee7760423 /usr/mdec/installboot is dead. 2002-05-31 04:53:30 +00:00
itojun
5625d3b849 do not mistakenly lock PMTUD route entry with RTV_MTU. 2002-05-31 04:26:19 +00:00