NetBSD/sys
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
..
adosfs A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
arch Add Cyclades-Z. 2000-05-28 23:06:39 +00:00
coda Quiet some printfs unless VERBOSE. 2000-04-05 18:39:09 +00:00
compat Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
conf We made it to 1.4Z, woo! My scheduler hacking, Simon's sysctl proc 2000-05-26 21:31:00 +00:00
ddb Change printing of cpu number in the prompt in the MULTIPROCESSOR case 2000-05-28 19:03:55 +00:00
dev In the event that an up-to-date component cannot be located for a specific 2000-05-28 22:53:49 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs add a new mount flag ISOFSMNT_NOCASETRANS - if set, the file names are not 2000-05-27 16:03:55 +00:00
kern Add proc0 to pidhashtbl so pfind(0) works. 2000-05-28 18:52:32 +00:00
lib Add missing trailing newlines. 2000-05-26 23:09:28 +00:00
lkm Resolve conflicts. 2000-05-03 11:12:03 +00:00
miscfs sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
msdosfs Add a new function to remove extra buffers when truncating a file. This is 2000-05-28 04:13:56 +00:00
net Ensure that all callers of pfind() can deal with pfind(0) returning 2000-05-28 18:17:07 +00:00
netatalk New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
netccitt More register removal. 2000-03-30 13:53:32 +00:00
netinet Resolve conflicts. 2000-05-23 06:07:42 +00:00
netinet6 disallow bind(2) with IPv4 mapped address for now. port number check is 2000-05-29 00:03:18 +00:00
netiso Remove register declarations. 2000-03-30 12:51:13 +00:00
netkey NULL != 0 2000-05-19 04:34:39 +00:00
netnatm
netns remove unused macro. 2000-04-10 02:19:29 +00:00
nfs Allow nfs root over token ring. Closes PR6629. 2000-05-28 07:01:09 +00:00
ntfs Remove register declarations. 2000-03-30 12:41:09 +00:00
stand
sys Whitespace police. 2000-05-28 20:03:21 +00:00
ufs Pull in indirect block unwind code from FFS. 2000-05-28 08:44:32 +00:00
uvm Don't silently truncate the voff_t offset to vaddr_t when passing it to 2000-05-28 10:21:55 +00:00
vm Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
Makefile