itojun
bc7b65a647
don't lose information while we cast
2002-06-24 15:46:34 +00:00
agc
7d6a7caf6a
Cast arguments so that this file will compile on less forgiving architectures
...
like arm32.
2002-06-24 15:32:58 +00:00
mrg
383ef0f9dc
make booting from FS_RAID work. tested on vs4000/90.
2002-06-24 14:53:16 +00:00
mrg
382230624e
s/${DISTDIR}/${DISTRIBDIR}/ as the former conflicts with pkgsrc.
...
add 1.6 support for vax cdrom's. other ports in NetBSD-1.6.mk are as in
1.6.mk and are probably wrong.
2002-06-24 14:49:15 +00:00
enami
92912a1744
Actually inject the arp packet into softintr queue.
2002-06-24 12:00:49 +00:00
enami
36f1c19838
Don't use a pointer before it is initialized.
2002-06-24 10:52:15 +00:00
itojun
9f911945d5
handle IDT-less case just as linux does
2002-06-24 10:10:17 +00:00
itojun
fe3778040b
tabify
2002-06-24 10:10:16 +00:00
itojun
241389f5d8
make it at least compile/link - copy change to i386/locore.s (1.255 -> 1.256)
...
not sure if it is correct
2002-06-24 10:05:54 +00:00
pk
cc3f5791ea
Comments update: indicate which counters are being incremented.
2002-06-24 09:26:47 +00:00
pk
0e8ea4f752
`fdcio_intrcnt.ev_count' is a 64-bit variable.
2002-06-24 09:24:37 +00:00
itojun
570a3e1f3d
set ar_hrd for RFC-defined cases
2002-06-24 08:42:33 +00:00
itojun
e03a874f74
set ia as well
2002-06-24 08:11:30 +00:00
itojun
0143dfc42f
integrate IEEE1394 ARP into generic ARP logic.
...
XXX there's no check at all in ar_hrd, and we don't set ar_hrd on outgoing.
it seems like a bad thing.
2002-06-24 08:06:20 +00:00
itojun
c474c560dd
do not consult routing table under the following condition:
...
- the destination is IPv4 multicast or 255.255.255.255, and
- outgoing interface is specified via socket option
this simplifies operation of routed
(no longer reqiure 224.0.0.0/4 to be set up)
2002-06-24 08:01:35 +00:00
jdolecek
afb66555e4
make vectors.o explicitly depend on assym.h, so that 'make depend' step
...
is optional
2002-06-24 07:15:24 +00:00
msaitoh
a53dc6ce7d
remove old and unused files
2002-06-24 06:49:14 +00:00
itojun
de7e3177b2
tidy up makefiles
2002-06-24 06:11:11 +00:00
itojun
184465092f
correct ftp relay functionality.
2002-06-24 06:03:13 +00:00
itojun
82659024b5
make sure to install ssh-keysign as setuid root
2002-06-24 05:52:29 +00:00
simonb
8e38e28f7f
White space nits: space after a comma.
2002-06-24 05:52:28 +00:00
itojun
3ea946f134
sync with openssh 3.3.
...
local mods included to make it compile with openssl 0.9.6d.
2002-06-24 05:48:24 +00:00
simonb
d4068eac65
Add 64MB and 256MB tlb page masks.
2002-06-24 05:46:47 +00:00
itojun
3dfc6702ef
clean ssh-keysign build dir before import.
2002-06-24 05:45:17 +00:00
itojun
9486e6fd01
it shouldn't be imported
2002-06-24 05:28:32 +00:00
itojun
b5222aff66
OpenSSH 3.3 as of June 24, 2002.
...
- ssh is no longer seruid root. ssh-keyscan is added to read secret host keys.
protocol version 1 rsh-like authentication is gone.
- FallBackToRsh is deprecated.
2002-06-24 05:25:39 +00:00
fvdl
dd96b79d02
According to the Linux driver from Broadcom, only the 5700 B0 revision had
...
rx checksum problems. So only disable rx checksum for that revision.
2002-06-24 01:23:11 +00:00
fvdl
4f75cebd06
Add a few revision definitions.
2002-06-24 01:21:39 +00:00
thorpej
f427b80c27
Add ENTRY_NOPROFILE().
2002-06-24 01:13:34 +00:00
itojun
4ca3b72694
remove obsolete use of M_LINK0. it was planned to be used to identify
...
isosynchronous stream from others, but end up not being used.
From: Hayakawa Koichi <haya@ilink.sony.co.jp>
2002-06-24 00:42:27 +00:00
itojun
39cf9ef1f5
g/c last bit of old ipv6 prefix management.
2002-06-23 23:34:08 +00:00
thorpej
f89b062ae7
During native signal delivery (and iBCS2, since it uses the native
...
sigcode), arrange to have the signal handler invoked directly, using
the trampoline only for the return path, saving a call insn. Play
some other stack trickery in the trampoline to turn 2 pushl's into
one movl.
2002-06-23 22:18:49 +00:00
matt
5ac19a376b
Add finitef
2002-06-23 21:55:12 +00:00
matt
7a0238324a
Add cosf/sinf.
2002-06-23 21:54:37 +00:00
matt
471cb493ae
Add modff
2002-06-23 21:48:52 +00:00
perry
307f36e80c
Note that times now uses sysconf(_SC_CLK_TCK) ticks, not CLK_TCK
...
ticks. Although the two are the same, SuS now says you use the former,
not the latter, to get the information. Also, fill in a little
information on just how awful this crusty wreck is.
2002-06-23 21:32:01 +00:00
thorpej
4c0113def4
Swap the order of the sigcontext and hardware state in the sigframe.
2002-06-23 21:31:12 +00:00
manu
d0c5097f05
Typo
2002-06-23 20:36:36 +00:00
fvdl
34e950c569
Add files for bge at pci attachment.
2002-06-23 20:36:26 +00:00
perry
25992495dc
Since CLK_TCK is now a macro expanding into a function call, cache its
...
output instead of using it willy nilly.
2002-06-23 20:21:08 +00:00
perry
25e1b60346
In the manner of Solaris and other OSes, we now define CLK_TCK to
...
expand to a call to __sysconf(_SC_CLK_TCK), rather than hard coding it
as a constant.
2002-06-23 19:41:04 +00:00
perry
ea360bda1a
make sysconf(_SC_CLK_TCK) return the kernel hz value, instead of a
...
fixed constant, as is done on Solaris, Linux, etc.
Technically, standards don't *require* this, but having it return a
constant is a violation of the spirit, and screws up programs that
(perhaps improperly) assume that it will return kernel hz.
2002-06-23 19:19:01 +00:00
thorpej
9cb2f482f0
When delivering a signal, arrange to have the handler invoked directly,
...
using the trampoline only for the return. This saves two instructions
in the trampoline, one of them being a branch.
2002-06-23 19:16:43 +00:00
thorpej
7f7f0f86bd
When delivering a signal, arrange for the handler to be invoked
...
directly. The trampoline is now used only for the return, and
makes it another 2 instructions shorter.
2002-06-23 18:49:33 +00:00
thorpej
508e2dcf41
When delivering a signal, don't push the signum, code, and context pointer,
...
or handler onto the stack. Instead, just stuff them into the correct
argument registers (handler is a "4th arg").
2002-06-23 18:35:05 +00:00
perry
46c82860b1
Fix a variable initializer where CLK_TCK was assumed to be a compile
...
time constant. Soon it won't be.
2002-06-23 17:47:45 +00:00
thorpej
aaf6e7902d
Add ENTRY_NOPROFILE().
2002-06-23 17:26:58 +00:00
perry
90062e3f5d
Remove (completely unused) definition of CLK_TCK. Nothing in the
...
kernel uses it, it is protected by _KERNEL, and it conflicts with the
definition in userland.
2002-06-23 17:07:58 +00:00
perry
fc9464af40
remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is
...
used nowhere, and KERNEL is defined nowhere (vs. _KERNEL).
2002-06-23 16:54:00 +00:00
itojun
292c386a5e
use strtok_r, as strtok can interfere with outside users.
2002-06-23 12:20:10 +00:00