Go to file
agc a43651f235 Modify netmask calculation so that /0 is fast-tracked, and so that network
addresses with bit 31 set are processed properly.

Fix from Hiroshi Nakamoto in PR 34578.

	[22:09:17] agc@inspiron1300 ...dist/iscsi/src 26 > ./n 10.4/16 10.4.0.29 10.4/16 10.5.0.29 10.4/0 10.4.0.19 10.4 10.4.0.19 10.4.3/8 10.4.3.7 10.4.3/24 10.4.3.7
	addr 10.4.0.29 00000a04, mask 10.4.0.0 00000a04, slash 16
	mask 10.4/16 matches addr 10.4.0.29

	addr 10.5.0.29 00000a05, mask 10.4.0.0 00000a04, slash 16
	No match for mask 10.4/16 from addr 10.5.0.29

	mask 10.4/0 matches addr 10.4.0.19

	addr 10.4.0.19 0a040013, mask 10.4.0.0 0a040000, slash 32
	No match for mask 10.4 from addr 10.4.0.19

	addr 10.4.3.7 0000000a, mask 10.4.3.0 0000000a, slash 8
	mask 10.4.3/8 matches addr 10.4.3.7

	addr 10.4.3.7 000a0403, mask 10.4.3.0 000a0403, slash 24
	mask 10.4.3/24 matches addr 10.4.3.7

	[22:09:20] agc@inspiron1300 ...dist/iscsi/src 27 > ./n any 192.168.0.1
	mask any matches addr 192.168.0.1
2006-11-27 22:24:27 +00:00
bin Drop trailing whitespace. 2006-11-26 16:40:44 +00:00
common Add strsep(3) to libkern. 2006-11-13 03:26:43 +00:00
crypto Correct issues associated with anonymous sainfo selection in racoon. 2006-11-16 00:30:55 +00:00
dist Modify netmask calculation so that /0 is fast-tracked, and so that network 2006-11-27 22:24:27 +00:00
distrib Remove references to Ultrix gunzip 2006-11-27 01:57:25 +00:00
doc texinfo is now at version 4.8a 2006-11-25 10:18:28 +00:00
etc 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory. 2006-11-23 03:25:24 +00:00
games s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
gnu fetch kcore registers correctly. 2006-11-26 05:40:07 +00:00
include fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
lib Adapt to recent Veriexec sysctl(9) changes. 2006-11-27 17:55:12 +00:00
libexec s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
regress fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
rescue Revert the recent addition of /rescue/gkermit. There's some concern 2006-11-01 17:36:13 +00:00
sbin Add a '-l' flag and a 'L' command to interactive mode to list all known 2006-11-26 16:16:31 +00:00
share Implement Veriexec's raw disk policy on-top of kauth(9)'s device scope, 2006-11-26 20:27:27 +00:00
sys revert last change, as havard's fix is more general. 2006-11-27 20:29:12 +00:00
tools There's no need to install machine/reloc.h with powerpc/include/elf_machdep:1.7 2006-11-25 18:59:35 +00:00
usr.bin PR/35135: David A. Holland: timespec patches for utmpentry.c 2006-11-27 16:54:10 +00:00
usr.sbin Check if /etc/pf.conf and /etc/pf.os exist and copy them if they don't. 2006-11-26 12:05:21 +00:00
x11 PR misc/26923 sent by Kouichirou Hiratsuka "xterm does not support luit". 2006-09-24 07:59:59 +00:00
build.sh Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 19:53:54 +00:00
BUILDING Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh 2006-10-08 17:54:30 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING mention needing gcc rebuild for ssp. 2006-11-09 18:20:59 +00:00