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 |
|
itojun
|
3449ca6d23
|
do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu)
|
2002-05-31 03:18:54 +00:00 |
|
itojun
|
16e84a7542
|
clarify comment when nreceived > ntransmitted. from deraadt
|
2002-05-31 01:10:53 +00:00 |
|
eeh
|
cfee9f2e02
|
Since a register_t is probably not an int, don't try to print it with %d.
|
2002-05-31 01:10:35 +00:00 |
|
eeh
|
45a9507815
|
Native 32-bit and 32-bit emulation are mutually exclusive. We should not
even try to execute 32-bit binaries as native on a 64-bit kernel.
|
2002-05-31 00:52:20 +00:00 |
|
eeh
|
cfa7e7d168
|
Support chroot-ing to a 32-bit installation.
|
2002-05-31 00:49:42 +00:00 |
|
augustss
|
df22d8a0f5
|
Add some pmppc stuff.
|
2002-05-31 00:27:00 +00:00 |
|
augustss
|
8ff8887643
|
Put some info in this file.
|
2002-05-31 00:01:39 +00:00 |
|
augustss
|
b815817fe6
|
Add pmppc files.
|
2002-05-30 23:51:03 +00:00 |
|
augustss
|
b8f3581f52
|
Add a place for pmppc man pages.
|
2002-05-30 23:45:23 +00:00 |
|
augustss
|
b889804e98
|
Add pmppc.
|
2002-05-30 23:38:19 +00:00 |
|
thorpej
|
002ed08e32
|
Fix 2 sequence point errors.
|
2002-05-30 22:43:07 +00:00 |
|
thorpej
|
c40766dbee
|
Add missing "__volatile" to the declaration of enable_reg_soft (the
extern decl in enable.h already has volatile).
|
2002-05-30 22:40:31 +00:00 |
|
nathanw
|
343166210e
|
Always build the m68000 math routines, since we compile libsa in m68000 mode.
|
2002-05-30 22:33:12 +00:00 |
|
nathanw
|
88591a36d8
|
#include <arch/sun3/include/param.h>, not param3x.h, so that we get
appropriate multiple-inclusion protection. The #define _SUN3X_ ensures
that param3x.h is included by param.h.
|
2002-05-30 22:31:57 +00:00 |
|
thorpej
|
78bfb83bf6
|
Don't use multi-line string literals.
|
2002-05-30 22:25:51 +00:00 |
|
thorpej
|
2b20452bf1
|
Statements must follow labels.
|
2002-05-30 22:19:11 +00:00 |
|
thorpej
|
5da14150ab
|
Don't include macro params when #undef'ing it.
|
2002-05-30 22:11:14 +00:00 |
|
thorpej
|
3a536c1642
|
Make this work with an ISO C preprocessor.
|
2002-05-30 22:04:55 +00:00 |
|
thorpej
|
d0e990fcad
|
Get rid of the XDEFS thing; the new toolchain provides a proper
cross compilation environment.
|
2002-05-30 22:02:13 +00:00 |
|
thorpej
|
6edcabc59d
|
Fix a typo (#ifdef defined(...))
|
2002-05-30 21:58:56 +00:00 |
|
itojun
|
8dea09ecf9
|
comment
|
2002-05-30 21:55:14 +00:00 |
|
thorpej
|
203bc161ae
|
Don't use multi-line string literals.
|
2002-05-30 21:51:28 +00:00 |
|
thorpej
|
f4e7583fb8
|
Make this work with an ISO C preprocessor.
|
2002-05-30 21:49:20 +00:00 |
|
thorpej
|
e0f6041809
|
Don't use multi-line string literals.
|
2002-05-30 21:47:25 +00:00 |
|
msaitoh
|
0a2fcbab95
|
remove duplicated -Wpointer-arith when WARNS=2
|
2002-05-30 21:44:07 +00:00 |
|
itojun
|
dbbcec2c04
|
have bsd.endian.mk, which detects target endian.
generate *.db in target endian. (see tech-userlevel for discussions)
|
2002-05-30 21:40:47 +00:00 |
|