NetBSD/usr.sbin
rpaulo 78678b130a Better support of IPv6 scoped addresses.
- most of the kernel code will not care about the actual encoding of
  scope zone IDs and won't touch "s6_addr16[1]" directly.
- similarly, most of the kernel code will not care about link-local
  scoped addresses as a special case.
- scope boundary check will be stricter.  For example, the current
  *BSD code allows a packet with src=::1 and dst=(some global IPv6
  address) to be sent outside of the node, if the application do:
    s = socket(AF_INET6);
    bind(s, "::1");
    sendto(s, some_global_IPv6_addr);
  This is clearly wrong, since ::1 is only meaningful within a single
  node, but the current implementation of the *BSD kernel cannot
  reject this attempt.
- and, while there, don't try to remove the ff02::/32 interface route
  entry in in6_ifdetach() as it's already gone.

This also includes some level of support for the standard source
address selection algorithm defined in RFC3484, which will be
completed on in the future.

From the KAME project via JINMEI Tatuya.
Approved by core@.
2006-01-21 00:15:35 +00:00
..
ac
accton
altq
amd Create version.texi using the same scheme am-utils natively does. i.e. from 2005-10-27 19:03:58 +00:00
apm build the apm utility on sparc since we already build apmd 2005-11-24 15:47:09 +00:00
apmd Default socket owner to operator:operator. 2006-01-20 00:21:35 +00:00
arp
bad144
bind remove programs that have been deprecated. 2005-12-22 00:27:23 +00:00
bootp
catman
chown Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265. 2005-12-09 20:27:02 +00:00
chroot
chrtbl
cnwctl
cron Set SIGCHLD to SIG_DFL in cron's child; instead of SIG_IGN, which alters the 2005-08-17 22:35:20 +00:00
dev_mkdb The latest fts fix that removes double-slashes from paths exposed a bug 2005-11-18 05:11:30 +00:00
dhcp
diskpart
dumpfs
dumplfs 64 bit inode changes 2005-08-19 02:07:18 +00:00
edquota
eeprom
envstat
eshconfig
etcupdate
extattrctl Use more, and more correct macros. Fix Xr section. 2005-09-23 20:58:50 +00:00
faithd
fssconfig
fwctl Fix marge miss. We use 'hw.fwmem.eui64_[hl]i'. 2005-08-23 19:19:51 +00:00
gpioctl Remove default argument from .Nm. Add a missing article. Mention NetBSD import. 2005-09-27 09:16:20 +00:00
grfconfig
grfinfo grfinfo(1) is hp300 specific, so move the man page to the hp300 subdir. 2005-08-20 17:21:29 +00:00
gspa
hilinfo
hprop
ifmcstat
ifwatchd
inetd Remove useless lines. From YOMURA Masanori in private mail. 2005-09-11 23:38:35 +00:00
installboot Replace NetBSD with Nx. 2006-01-13 17:45:36 +00:00
iopctl
iostat reset hdrcnt whenever printing a header. 2006-01-08 08:47:16 +00:00
ipf Define INET6 only if ${USE_INET6} != "no" 2005-12-28 11:58:23 +00:00
ipwctl
irdaattach
isdn /dev/i4b -> /dev/isdn. From ulfdoz. 2005-12-26 19:11:17 +00:00
iteconfig
iwictl iwi(4) and iwictl(8) are no-longer restricted to the i386 platform. 2005-10-29 08:15:46 +00:00
kadmin
kdc
kgmon
kstash
ktutil
kvm_mkdb
lastlogin
link
lmcconfig missed one unsigned long long cast. 2005-12-07 13:59:12 +00:00
lpr Instead of dealing with port@host in many places, do it where it is needed. 2006-01-20 17:30:00 +00:00
lptctl
mailwrapper
makefs Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:56:41 +00:00
map-mbone
mdconfig use correct types, allow size to be larger than 1 TB. 2005-11-01 01:42:29 +00:00
mdsetimage
memswitch
mld6query
mlxctl
mopd
mountd mention /var/db/mountdtab. 2006-01-05 10:41:03 +00:00
moused
mrinfo
mrouted
mscdlabel cosmetics: strip trailing blanks when the ISO volume label is printed 2005-09-14 09:41:24 +00:00
mtrace
mtree SHA2 support has been pulled up to NetBSD 3.0, update the history part. 2005-11-10 19:41:59 +00:00
ndbootd
ndp Better support of IPv6 scoped addresses. 2006-01-21 00:15:35 +00:00
netgroup_mkdb
nfsd update MAXNFSDCNT and bump date. 2006-01-01 17:03:54 +00:00
ntp
pcictl
pf Fix mispelling in a comment. 2006-01-10 20:53:24 +00:00
pkg_install Use MaxPathSize instead of PATH_MAX (like everywhere else here). 2006-01-08 12:20:54 +00:00
postinstall Add checks for _rwhod group & user. 2005-11-22 22:10:52 +00:00
powerd
pppd Use the ppp zlib from net. In preparation for importing zlib-1.2.3. 2006-01-14 19:55:11 +00:00
pstat Don't print swap information when reading from kernel dumps. Fixes PR 2005-09-11 16:09:51 +00:00
pvcsif
pvctxctl Fix -j description and "interface" case problem. From YOMURA Masanori in private mail. 2005-09-15 01:49:07 +00:00
pwd_mkdb Mention pwhash(1) in a few places, 2005-09-05 03:37:14 +00:00
quot fix compilatio problems on LP64 2005-08-20 15:00:27 +00:00
quotacheck 64 bit inode changes 2005-08-19 02:07:18 +00:00
quotaon
racoon adjust to the new openssl 2005-11-26 02:32:32 +00:00
racoonctl
rarpd
rbootd
rdate
repquota
rip6query
rmt
route6d
rpc.bootparamd
rpc.lockd 64 bit inode changes 2005-08-19 02:07:18 +00:00
rpc.pcnfsd
rpc.statd We can't call db->put() with key or data pointing back to db(3)'s memory 2005-11-27 16:03:20 +00:00
rpc.yppasswdd
rpcbind Capitalize a letter to match other sentences in the list. 2006-01-12 16:45:25 +00:00
rtadvd Sync usage with man page. 2005-10-31 15:29:23 +00:00
rtsold Begin sentence with upper case letter, and uppercase an acronym. 2005-10-31 15:30:44 +00:00
rwhod Off by one in copying stuff to struct whoent. Found by Liam Foy. 2005-10-02 16:49:46 +00:00
sa
screenblank Use the LIST_FOREACH macros. 2005-11-11 15:14:24 +00:00
sendmail
sesd
sliplogin
slstats
sntp
spray
sti Don't core dump when the program is invoked without arguments. 2005-11-11 15:08:40 +00:00
sunlabel __inline__ -> inline 2005-12-24 21:35:57 +00:00
sup add mode 0600 for open call with O_CREAT. 2006-01-13 10:06:10 +00:00
sushi
syslogd Add reference to RFC 3164. From Pavel Cahyna in PR 32578. 2006-01-20 21:48:41 +00:00
tadpolectl
tcpdchk
tcpdmatch
tcpdump It's been quite some time since tcpdump compile-time flags were 2005-09-19 21:18:30 +00:00
timed
tpctl
traceroute No leading zero in date strings. 2005-11-09 23:43:59 +00:00
traceroute6 Add description for -r option. Description taken from traceroute man page. 2005-09-17 15:16:11 +00:00
trpt trpt(8) no longer needs to be installed setgid kmem. 2005-09-06 03:05:15 +00:00
trsp trsp(8) no longer needs to be sgid kmem. 2005-09-06 03:00:49 +00:00
unlink
usbdevs
user Add missing .El. From Nicolas Joly in PR 32546. 2006-01-20 21:50:54 +00:00
videomode
vipw Mention pwhash(1) in a few places, 2005-09-05 03:37:14 +00:00
vnconfig Argument is regular_file, not "regular file". From YOMURA Masanori in private mail. 2005-09-11 23:49:58 +00:00
wiconfig
wlanctl Bug fix: when we ask the kernel to count the ieee80211_nodes, let 2005-11-20 09:41:39 +00:00
wpa Comment out paragraphs/half sentences referring to wlan(4) 2005-12-12 22:23:22 +00:00
wsconscfg Fix typo reported by adam@. 2005-11-30 18:31:45 +00:00
wsfontload
wsmoused
wsmuxctl
ypbind Improve diagnostics section. Inspired by PR 32217 from Jeff Ito. 2005-12-03 11:24:02 +00:00
yppoll
ypserv
ypset
zdump
zic
Makefile Descend into lmcconfig. 2005-12-06 11:55:19 +00:00
Makefile.inc