Go to file
itojun 4308599c5a disallow bind(2) with IPv4 mapped address for now. port number check is
insufficient at this moment and we can bind(2) two sockets listen on same
port number.

for real fix, we need to check inpcb table with in6pcb.  we can't
find inpcb chain from particular in6pcb chain (like finding tcbtable from tcb6)
luckily RFC2553 does not talk about bind(2) behavior for IPv4 mapped.
IPv4 mapped brings in too much complexities...
2000-05-29 00:03:18 +00:00
bin
dist
distrib Add mca(4). 2000-05-28 22:38:54 +00:00
etc Add Cyclades-Z nodes. 2000-05-28 23:12:15 +00:00
games Fix core dump. 2000-05-24 14:43:00 +00:00
gnu Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT since it isn't required for VAX (and 2000-05-28 01:33:58 +00:00
include Add _PATH_EMUL_AOUT. 2000-05-27 06:08:28 +00:00
lib
libexec
regress
sbin
share Add mca(4) man page. Xref and add some tr(4) info. 2000-05-28 22:37:46 +00:00
sys disallow bind(2) with IPv4 mapped address for now. port number check is 2000-05-29 00:03:18 +00:00
usr.bin Add a comment to note that removelist() and renamelist() are used by catman(8) 2000-05-28 19:30:19 +00:00
usr.sbin Add/fix FDDI support for NetBSD (& Tru64). [Tru64 has at least one bug left] 2000-05-28 01:27:52 +00:00
Makefile
Makefile.inc