svn commit: r267636 - head/etc

2014-06-19 Thread Hiroki Sato
Author: hrs Date: Thu Jun 19 07:39:28 2014 New Revision: 267636 URL: http://svnweb.freebsd.org/changeset/base/267636 Log: Fix address matching rule. Reported by: jase Modified: head/etc/network.subr Modified: head/etc/network.subr

svn commit: r266857 - head/sys/netinet6

2014-05-29 Thread Hiroki Sato
Author: hrs Date: Thu May 29 20:53:53 2014 New Revision: 266857 URL: http://svnweb.freebsd.org/changeset/base/266857 Log: Add rwlock to struct dadq. A panic could occur when a large number of addresses performed DAD at the same time. Modified: head/sys/netinet6/nd6_nbr.c Modified:

svn commit: r266494 - head/usr.bin/netstat

2014-05-21 Thread Hiroki Sato
Author: hrs Date: Wed May 21 10:04:51 2014 New Revision: 266494 URL: http://svnweb.freebsd.org/changeset/base/266494 Log: - Fix a bug which can make sysctl() fail when -F is specified. - Increase WID_IF_DEFAULT() from 6 to 8 (the default for AF_INET6) because we have interfaces with

svn commit: r266225 - head/etc

2014-05-16 Thread Hiroki Sato
Author: hrs Date: Fri May 16 14:48:21 2014 New Revision: 266225 URL: http://svnweb.freebsd.org/changeset/base/266225 Log: Move configuration of IPv6 NDP flags to a point before handling ifconfig_IF. This fixes a race that a non-IPv4 interface can get an EUI64 LLA even if it has IFDISABLED

svn commit: r266248 - head/sys/netinet6

2014-05-16 Thread Hiroki Sato
Author: hrs Date: Fri May 16 15:53:31 2014 New Revision: 266248 URL: http://svnweb.freebsd.org/changeset/base/266248 Log: Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early as possible and do not clear IN6_IFF_TENTATIVE. If IFDISABLED was accidentally set after a DAD

svn commit: r266267 - head/etc

2014-05-16 Thread Hiroki Sato
Author: hrs Date: Fri May 16 18:44:23 2014 New Revision: 266267 URL: http://svnweb.freebsd.org/changeset/base/266267 Log: Fix an issue in range specification handling when a -foo is specified in ifconfig_IF_aliasN. Modified: head/etc/network.subr Modified: head/etc/network.subr

svn commit: r266177 - head/usr.bin/netstat

2014-05-15 Thread Hiroki Sato
Author: hrs Date: Thu May 15 19:26:20 2014 New Revision: 266177 URL: http://svnweb.freebsd.org/changeset/base/266177 Log: - Do not override sin6_scope_id in LLA when it is already set to non-zero. This fixes destination list in output of netstat -r. - Plug a memory leak. - Add

svn commit: r262929 - head/sys/dev/ffec

2014-03-08 Thread Hiroki Sato
Author: hrs Date: Sat Mar 8 14:58:39 2014 New Revision: 262929 URL: http://svnweb.freebsd.org/changeset/base/262929 Log: Fix another bug in multicast filtering. i.MX uses 6 bits from MSB in LE CRC32 for the hash value, not the lowest 6 bits in BE CRC32. Tested by:Takanori Sawada

svn commit: r262728 - head/sys/dev/ffec

2014-03-03 Thread Hiroki Sato
Author: hrs Date: Tue Mar 4 06:55:54 2014 New Revision: 262728 URL: http://svnweb.freebsd.org/changeset/base/262728 Log: Fix multicast filtering. Submitted by: Takanori Sawada PR: arm/187179 Modified: head/sys/dev/ffec/if_ffec.c Modified: head/sys/dev/ffec/if_ffec.c

svn commit: r260691 - head/release/doc/en_US.ISO8859-1/errata

2014-01-15 Thread Hiroki Sato
Author: hrs Date: Wed Jan 15 17:34:21 2014 New Revision: 260691 URL: http://svnweb.freebsd.org/changeset/base/260691 Log: - Fix indent. - Minor clean up after DB5 migration. Modified: head/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

svn commit: r260653 - in head/release/doc: de_DE.ISO8859-1 en_US.ISO8859-1/share/xml fr_FR.ISO8859-1 ja_JP.eucJP ru_RU.KOI8-R share/mk share/xml zh_CN.GB2312

2014-01-14 Thread Hiroki Sato
Author: hrs Date: Tue Jan 14 22:46:23 2014 New Revision: 260653 URL: http://svnweb.freebsd.org/changeset/base/260653 Log: - Purge old translations. - Add missing footer due to DSSSL-XSLT migration and use XML catalog to resolve URI[*]. Based on the work by: gabor [*] Added:

svn commit: r260655 - head/release/doc/share/xml

2014-01-14 Thread Hiroki Sato
Author: hrs Date: Tue Jan 14 23:04:31 2014 New Revision: 260655 URL: http://svnweb.freebsd.org/changeset/base/260655 Log: Add missing arch= and revision= support. Modified: head/release/doc/share/xml/release.xsl Modified: head/release/doc/share/xml/release.xsl

svn commit: r259417 - head/usr.sbin/ypbind

2013-12-15 Thread Hiroki Sato
Author: hrs Date: Sun Dec 15 16:17:00 2013 New Revision: 259417 URL: http://svnweb.freebsd.org/changeset/base/259417 Log: Replace Sun RPC license for TI-RPC library with a 3-clause BSD license, with the explicit permission of Sun Microsystems in 2009. The code in question in this file was

Re: svn commit: r259094 - head/etc/rc.d

2013-12-09 Thread Hiroki Sato
Hi Peter, Peter Wemm pe...@freebsd.org wrote in 201312080555.rb85tu8w016...@svn.freebsd.org: pe Author: peter pe Date: Sun Dec 8 05:55:55 2013 pe New Revision: 259094 pe URL: http://svnweb.freebsd.org/changeset/base/259094 pe pe Log: pe Rev 256256 had an undocumented side effect of breaking

svn commit: r259117 - head/include/rpcsvc

2013-12-08 Thread Hiroki Sato
Author: hrs Date: Mon Dec 9 04:26:50 2013 New Revision: 259117 URL: http://svnweb.freebsd.org/changeset/base/259117 Log: Replace Sun RPC license with a 3-clause BSD license. This license change was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at

svn commit: r259118 - head/lib/libc/xdr

2013-12-08 Thread Hiroki Sato
Author: hrs Date: Mon Dec 9 05:01:38 2013 New Revision: 259118 URL: http://svnweb.freebsd.org/changeset/base/259118 Log: Replace Sun RPC license with a 3-clause BSD license. This license change was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at

svn commit: r258796 - head/release

2013-12-01 Thread Hiroki Sato
Author: hrs Date: Sun Dec 1 15:06:30 2013 New Revision: 258796 URL: http://svnweb.freebsd.org/changeset/base/258796 Log: - Prevent TARGET and TARGET_ARCH from being defined as empty when TARGET= and/or TARGET_ARCH= is specified. - Remove extra (). Modified: head/release/Makefile

svn commit: r258797 - head/release

2013-12-01 Thread Hiroki Sato
Author: hrs Date: Sun Dec 1 15:24:35 2013 New Revision: 258797 URL: http://svnweb.freebsd.org/changeset/base/258797 Log: Use standard CLEANFILES/CLEANDIRS and clean target in bsd.obj.mk. Modified: head/release/Makefile Modified: head/release/Makefile

svn commit: r258770 - head/release

2013-11-30 Thread Hiroki Sato
Author: hrs Date: Sat Nov 30 17:07:53 2013 New Revision: 258770 URL: http://svnweb.freebsd.org/changeset/base/258770 Log: Add NOPKG to disable pkg-stage. Modified: head/release/Makefile Modified: head/release/Makefile

Re: svn commit: r258770 - head/release

2013-11-30 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 20131130171557.gi31...@glenbarber.us: gj On Sat, Nov 30, 2013 at 05:07:53PM +, Hiroki Sato wrote: gj Author: hrs gj Date: Sat Nov 30 17:07:53 2013 gj New Revision: 258770 gj URL: http://svnweb.freebsd.org/changeset/base/258770 gj gj Log: gjAdd

svn commit: r258578 - in head: include/rpc lib/libc/rpc sys/rpc

2013-11-25 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 19:04:36 2013 New Revision: 258578 URL: http://svnweb.freebsd.org/changeset/base/258578 Log: Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, with the explicit permission of Sun Microsystems in 2009. Modified: head/include/rpc/auth.h

svn commit: r258580 - head/sys/rpc

2013-11-25 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 19:07:44 2013 New Revision: 258580 URL: http://svnweb.freebsd.org/changeset/base/258580 Log: Replace Sun RPC license in TI-RPC library with a 3-clause BSD license, with the explicit permission of Sun Microsystems in 2009. Modified: head/sys/rpc/rpcb_clnt.h

svn commit: r258581 - in head: include/rpc lib/libc/rpc sys/rpc

2013-11-25 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 19:08:38 2013 New Revision: 258581 URL: http://svnweb.freebsd.org/changeset/base/258581 Log: Replace Sun Industry Standards Source License for Sun RPC code with a 3-clause BSD license as specified by Oracle America, Inc. in 2010. This license change was approved

svn commit: r258582 - head/lib/libc/rpc

2013-11-25 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 19:24:15 2013 New Revision: 258582 URL: http://svnweb.freebsd.org/changeset/base/258582 Log: There is no file under SISSL after license replacement in r258581. Deleted: head/lib/libc/rpc/LICENSE ___

svn commit: r258537 - in head: include lib/libc/iconv lib/libiconv_modules/iconv_std

2013-11-24 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 01:26:06 2013 New Revision: 258537 URL: http://svnweb.freebsd.org/changeset/base/258537 Log: Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ when there is an invalid character in the output codeset while it is valid in the input. However,

Re: svn commit: r258310 - head/release

2013-11-18 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 201311181625.raigpurg078...@svn.freebsd.org: gj Author: gjb gj Date: Mon Nov 18 16:25:56 2013 gj New Revision: 258310 gj URL: http://svnweb.freebsd.org/changeset/base/258310 gj gj Log: gj Add the 'dvd1.iso' target. This mimics the 'release.iso' target,

Re: svn commit: r258310 - head/release

2013-11-18 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 20131118195506.gt1...@glenbarber.us: gj gj -export PKG_ABI=freebsd:$(echo ${REVISION} | tr -d '.0'):x86:64 gj gj +export PKG_ABI=freebsd:$(echo ${REVISION} | sed -e 's/\.[0-9]//'):x86:64 gj gj PKG_ABI=freebsd:${REVISION%.[0-9]*}:x86:64 is simpler than

svn commit: r257636 - in head/share/i18n: csmapper/JIS esdb/EUC

2013-11-04 Thread Hiroki Sato
Author: hrs Date: Mon Nov 4 15:49:36 2013 New Revision: 257636 URL: http://svnweb.freebsd.org/changeset/base/257636 Log: Fix EUC ESDB and JIS CS-mapper. This also fixes an identity transformation by cat foo.euc-jp | iconv -f euc-jp -t utf-8 | iconv -f utf-8 -t euc-jp. Modified:

svn commit: r256835 - head/etc/rc.d

2013-10-21 Thread Hiroki Sato
Author: hrs Date: Mon Oct 21 08:49:46 2013 New Revision: 256835 URL: http://svnweb.freebsd.org/changeset/base/256835 Log: - Fix jail_parallel_start=YES. - Fix ip[46].addr when interface parameter is not defined. Spotted by: rpaulo Modified: head/etc/rc.d/jail Modified:

Re: svn commit: r256498 - head/etc/rc.d

2013-10-21 Thread Hiroki Sato
Jase Thew j...@freebsd.org wrote in 52617089.6090...@freebsd.org: ja On 15/10/2013 05:54, Hiroki Sato wrote: ja Author: hrs ja Date: Tue Oct 15 04:54:49 2013 ja New Revision: 256498 ja URL: http://svnweb.freebsd.org/changeset/base/256498 ja ja Log: ja- Fix ifname|addr syntax support

svn commit: r256695 - head/sbin/route

2013-10-17 Thread Hiroki Sato
Author: hrs Date: Thu Oct 17 19:04:05 2013 New Revision: 256695 URL: http://svnweb.freebsd.org/changeset/base/256695 Log: - Add relative specification in expiration time. - Add proto3 option for RTF_PROTO3. - Use %lu for members of struct rt_metrics. Modified: head/sbin/route/keywords

Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-17 Thread Hiroki Sato
Gleb Smirnoff gleb...@freebsd.org wrote in 201310150955.r9f9t8pq084...@svn.freebsd.org: gl Author: glebius gl Date: Tue Oct 15 09:55:07 2013 gl New Revision: 256512 gl URL: http://svnweb.freebsd.org/changeset/base/256512 gl gl Log: gl Rewrite netstat/if.c to use getifaddrs(3) and

svn commit: r256715 - head/sbin/route

2013-10-17 Thread Hiroki Sato
Author: hrs Date: Fri Oct 18 02:22:38 2013 New Revision: 256715 URL: http://svnweb.freebsd.org/changeset/base/256715 Log: Use long explicitly for the time difference. Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

svn commit: r256440 - head/etc/rc.d

2013-10-14 Thread Hiroki Sato
Author: hrs Date: Mon Oct 14 11:05:13 2013 New Revision: 256440 URL: http://svnweb.freebsd.org/changeset/base/256440 Log: - Normalize jailname. example.com is converted to example_com. - Fix a bug that some $jail_{jname}_foo variables did not work. - Fix a bug which prevented

Re: svn commit: r256256 - in head: . etc etc/defaults etc/rc.d share/man/man5 usr.sbin/jail

2013-10-14 Thread Hiroki Sato
Gavin Atkinson ga...@freebsd.org wrote in alpine.bsf.2.00.1310141941570.79...@thunderhorn.york.ac.uk: ga re I was not expecting this much fallout from this change, others that ga re will be upgrading will loose the ability to start their jails until ga re they can ga re resolve this by

Re: svn commit: r256256 - in head: . etc etc/defaults etc/rc.d share/man/man5 usr.sbin/jail

2013-10-14 Thread Hiroki Sato
Peter Wemm pe...@wemm.org wrote in 525cb6e8.9080...@wemm.org: pe Note how they're all on bge0 and the lo1|127.x is ignored. pe pe There's some other problems I haven't pinned down yet. Something has pe changed radically with source address selection and some standard setups pe from 7.x through

svn commit: r256498 - head/etc/rc.d

2013-10-14 Thread Hiroki Sato
Author: hrs Date: Tue Oct 15 04:54:49 2013 New Revision: 256498 URL: http://svnweb.freebsd.org/changeset/base/256498 Log: - Fix ifname|addr syntax support in jail_{jname}_ip. - Create /var/run/jail_{jname}.id because ezjail-admin depends on it. Modified: head/etc/rc.d/jail Modified:

svn commit: r256385 - in head: etc/rc.d share/man/man5 usr.sbin/jail

2013-10-12 Thread Hiroki Sato
Author: hrs Date: Sat Oct 12 17:27:59 2013 New Revision: 256385 URL: http://svnweb.freebsd.org/changeset/base/256385 Log: - Add mount.fdescfs parameter to jail(8). This is similar to mount.devfs but mounts fdescfs. The mount happens just after mount.devfs. - rc.d/jail now displays

Re: svn commit: r256256 - in head: . etc etc/defaults etc/rc.d share/man/man5 usr.sbin/jail

2013-10-11 Thread Hiroki Sato
Remko Lodder re...@freebsd.org wrote in 04e9979e-1d97-4aa2-a7ae-f9d8457b3...@freebsd.org: re re Hi Hiroki, re re On Oct 10, 2013, at 11:32 AM, Hiroki Sato h...@freebsd.org wrote: re re Author: hrs re Date: Thu Oct 10 09:32:27 2013 re New Revision: 256256 re URL: http://svnweb.freebsd.org

svn commit: r256255 - in head/etc: . rc.d

2013-10-10 Thread Hiroki Sato
Author: hrs Date: Thu Oct 10 07:41:11 2013 New Revision: 256255 URL: http://svnweb.freebsd.org/changeset/base/256255 Log: Add support for vnet jname argument in ifconfig_IF. The vnet keyword is ignored except for rc.d/netif vnet{up,down} ifn because a jail is usually created after

svn commit: r256256 - in head: . etc etc/defaults etc/rc.d share/man/man5 usr.sbin/jail

2013-10-10 Thread Hiroki Sato
Author: hrs Date: Thu Oct 10 09:32:27 2013 New Revision: 256256 URL: http://svnweb.freebsd.org/changeset/base/256256 Log: - Update rc.d/jail to use a jail(8) configuration file instead of command line options. The jail_jname_* rc.conf(5) variables for per-jail configuration are

svn commit: r256258 - head/sys/netinet6

2013-10-10 Thread Hiroki Sato
Author: hrs Date: Thu Oct 10 09:43:15 2013 New Revision: 256258 URL: http://svnweb.freebsd.org/changeset/base/256258 Log: Do not try to detach if the interface does not support IPv6. Tested by:hselasky PR: usb/182820 Approved by: re (glebius) Modified:

svn commit: r256039 - in head/etc: . rc.d

2013-10-03 Thread Hiroki Sato
Author: hrs Date: Fri Oct 4 02:44:04 2013 New Revision: 256039 URL: http://svnweb.freebsd.org/changeset/base/256039 Log: Add epair(4) support in $cloned_interfaces. One should be specified as epair0 in $cloned_interfaces and epair0[ab] in the others in rc.conf like the following:

svn commit: r256040 - head/etc

2013-10-03 Thread Hiroki Sato
Author: hrs Date: Fri Oct 4 04:15:18 2013 New Revision: 256040 URL: http://svnweb.freebsd.org/changeset/base/256040 Log: Do not attempt to do AF-specific configurations on a interface when noafif() is true. The following warning message was displayed when pflog0 interface existed, for

svn commit: r255653 - head/etc

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:22:24 2013 New Revision: 255653 URL: http://svnweb.freebsd.org/changeset/base/255653 Log: Fix parsing lines of ifconfig output which include \t in the case of inet and inet6. Approved by: re (delphij) Modified: head/etc/network.subr Modified:

svn commit: r255654 - head/etc/rc.d

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:24:03 2013 New Revision: 255654 URL: http://svnweb.freebsd.org/changeset/base/255654 Log: - Fix pidfile handling in sendmail_msp_queue. The pidfile was ignored and multiple instances were invoked by start/stop cycles. - Remove redundant start_cmd

svn commit: r255652 - head/share/man/man5

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:20:04 2013 New Revision: 255652 URL: http://svnweb.freebsd.org/changeset/base/255652 Log: Remove description ifconfig_IF_aliasN is deprecated. While this sentence was added in 2005, many users still need it. Approved by: re (gjb) PR:

svn commit: r255655 - head/share/man/man5

2013-09-17 Thread Hiroki Sato
Author: hrs Date: Tue Sep 17 20:25:29 2013 New Revision: 255655 URL: http://svnweb.freebsd.org/changeset/base/255655 Log: Add EXAMPLES section to explain the format of fstab(5). Approved by: re (marius) Reviewed by: wblock Modified: head/share/man/man5/fstab.5 Modified:

Re: svn commit: r255486 - in head/lib/libc: gen sys

2013-09-13 Thread Hiroki Sato
Bruce Evans b...@optusnet.com.au wrote in 2013091312.k1...@besplex.bde.org: br On 9/12/2013 6:36 AM, Hiroki Sato wrote: br I think this kind of changes need a consensus because several POSIX br functions use filedes in the specification document. r254484 by br pjd was a similar

Re: svn commit: r255486 - in head/lib/libc: gen sys

2013-09-12 Thread Hiroki Sato
Bryan Drewery bdrew...@freebsd.org wrote in 201309120053.r8c0rc7h082...@svn.freebsd.org: bd Author: bdrewery (ports committer) bd Date: Thu Sep 12 00:53:38 2013 bd New Revision: 255486 bd URL: http://svnweb.freebsd.org/changeset/base/255486 bd bd Log: bd Consistently reference file

Re: svn commit: r255227 - in head: . usr.sbin/rwhod

2013-09-05 Thread Hiroki Sato
Pawel Jakub Dawidek p...@freebsd.org wrote in 20130905195037.ga1...@garage.freebsd.pl: pj On Thu, Sep 05, 2013 at 10:20:13AM +0900, Hiroki Sato wrote: pj Pawel Jakub Dawidek p...@freebsd.org wrote pjin 201309050105.r8515nf3094...@svn.freebsd.org: pj pj pj Author: pjd pj pj Date: Thu Sep

svn commit: r255267 - head/sbin/swapon

2013-09-05 Thread Hiroki Sato
Author: hrs Date: Thu Sep 5 21:19:16 2013 New Revision: 255267 URL: http://svnweb.freebsd.org/changeset/base/255267 Log: Style clean-ups. Reviewed by: md5 Modified: head/sbin/swapon/swapon.c Modified: head/sbin/swapon/swapon.c

svn commit: r255265 - head/sbin/swapon

2013-09-05 Thread Hiroki Sato
Author: hrs Date: Thu Sep 5 20:50:52 2013 New Revision: 255265 URL: http://svnweb.freebsd.org/changeset/base/255265 Log: Enable late option when a file= option is specified in /etc/fstab. The file= option requires rw mount where the backing store exists but it does not work because

Re: svn commit: r253924 - in head: etc etc/rc.d share/man/man5

2013-09-04 Thread Hiroki Sato
Alan Somers asom...@freebsd.org wrote in caotmx2hjmguwunyaz77j09edxrw_bcguy8fbn63sdydsoui...@mail.gmail.com: as With this revision, I am unable to down an ipv4 interface using as /etc/rc.d/netif stop em1. When I try, ipv4_down cannot find the address as to delete, because $_inet begins with a

Re: svn commit: r255227 - in head: . usr.sbin/rwhod

2013-09-04 Thread Hiroki Sato
Pawel Jakub Dawidek p...@freebsd.org wrote in 201309050105.r8515nf3094...@svn.freebsd.org: pj Author: pjd pj Date: Thu Sep 5 01:05:48 2013 pj New Revision: 255227 pj URL: http://svnweb.freebsd.org/changeset/base/255227 pj pj Log: pj Remove fallback to fork(2) if pdfork(2) is not available.

svn commit: r255156 - head/usr.sbin/rtadvd

2013-09-02 Thread Hiroki Sato
Author: hrs Date: Mon Sep 2 20:44:19 2013 New Revision: 255156 URL: http://svnweb.freebsd.org/changeset/base/255156 Log: Ignore if the interface is not IPv6-capable. Spotted by: rpaulo Modified: head/usr.sbin/rtadvd/if.c Modified: head/usr.sbin/rtadvd/if.c

svn commit: r254955 - head/usr.sbin/rtadvd

2013-08-27 Thread Hiroki Sato
Author: hrs Date: Tue Aug 27 11:50:33 2013 New Revision: 254955 URL: http://svnweb.freebsd.org/changeset/base/254955 Log: Fix a crash when reloading the configuration file. Spotted by: des Modified: head/usr.sbin/rtadvd/config.c Modified: head/usr.sbin/rtadvd/config.c

Re: svn commit: r254484 - head/lib/libc/net

2013-08-19 Thread Hiroki Sato
Pawel Jakub Dawidek p...@freebsd.org wrote in 201308181038.r7iacxkm008...@svn.freebsd.org: pj Author: pjd pj Date: Sun Aug 18 10:38:59 2013 pj New Revision: 254484 pj URL: http://svnweb.freebsd.org/changeset/base/254484 pj pj Log: pj Consistently use 'af' as an argument name for address

Re: svn commit: r254440 - head/usr.sbin/rwhod

2013-08-19 Thread Hiroki Sato
Mario Oshogbo osho...@freebsd.org wrote in 521267c2.60...@freebsd.org: os Thank you for your commit and sorry for not repair this problem earlier. os os @@ -274,6 +274,15 @@ main(int argc, char *argv[]) osexit(1); osif (!quiet_mode) { ospid_child_receiver =

svn commit: r254440 - head/usr.sbin/rwhod

2013-08-17 Thread Hiroki Sato
Author: hrs Date: Sat Aug 17 07:12:52 2013 New Revision: 254440 URL: http://svnweb.freebsd.org/changeset/base/254440 Log: Unbreak rwhod(8): - It did not work with GENERIC kernel after r250603 because options PROCDESC was required for pdfork(2). It now just uses fork(2) instead

svn commit: r254441 - head/sys/netinet6

2013-08-17 Thread Hiroki Sato
Author: hrs Date: Sat Aug 17 07:14:45 2013 New Revision: 254441 URL: http://svnweb.freebsd.org/changeset/base/254441 Log: Return 0 in nbi-expire when la_expire == 0. Conversion from time_uptime to time_second should not be performed in this case. Modified: head/sys/netinet6/nd6.c

svn commit: r254459 - head/usr.bin/netstat

2013-08-17 Thread Hiroki Sato
Author: hrs Date: Sat Aug 17 17:23:42 2013 New Revision: 254459 URL: http://svnweb.freebsd.org/changeset/base/254459 Log: - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3). - Fill sin6_scope_id from in6p.sin6_addr.s6_addr[2]. struct inpcb has struct in6_addr for the

svn commit: r254462 - head/usr.sbin/rtsold

2013-08-17 Thread Hiroki Sato
Author: hrs Date: Sat Aug 17 19:23:35 2013 New Revision: 254462 URL: http://svnweb.freebsd.org/changeset/base/254462 Log: - Remove struct ifinfo *iflist. It is no longer used. - Suppress warnings about increase of alignment requirement. Modified: head/usr.sbin/rtsold/dump.c

svn commit: r254470 - head/usr.sbin/rtsold

2013-08-17 Thread Hiroki Sato
Author: hrs Date: Sat Aug 17 22:13:26 2013 New Revision: 254470 URL: http://svnweb.freebsd.org/changeset/base/254470 Log: Use sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_IN6 ioctl. Modified: head/usr.sbin/rtsold/probe.c Modified: head/usr.sbin/rtsold/probe.c

Re: svn commit: r254217 - head/sys/conf

2013-08-13 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 20130813175335.gr2...@glenbarber.us: gj On Tue, Aug 13, 2013 at 11:31:52AM -0600, Ian Lepore wrote: gj I'm not even sure what $0 *should* expand to in a script that was gj sourced in. The manpage doesn't say anything meaningful to me about it. gj Maybe

Re: svn commit: r254224 - head/share/man/man7

2013-08-13 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 201308111857.r7bivrsq080...@svn.freebsd.org: gj +.It Va SVNROOT gj +The gj +.Xr svn 1 gj +host used to check out the various trees. gj Defaults to gj -.Pa svn://svn.freebsd.org . gj -.It Ev SVNROOTSRC gj -The URL of the FreeBSD SVN source repository. gj

Re: svn commit: r254224 - head/share/man/man7

2013-08-13 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 20130813195257.ga2...@glenbarber.us: gj On Wed, Aug 14, 2013 at 04:25:57AM +0900, Hiroki Sato wrote: gj gj +.It Va SRCREVISION gj gj +The revision of the gj gj +.Li src/ gj gj +tree to use. gj gj +Defaults to the current top of tree revision. gj gj

Re: svn commit: r254094 - head/sys/conf

2013-08-08 Thread Hiroki Sato
Glen Barber g...@freebsd.org wrote in 201308081559.r78fx1h6034...@svn.freebsd.org: gj Author: gjb gj Date: Thu Aug 8 15:59:00 2013 gj New Revision: 254094 gj URL: http://svnweb.freebsd.org/changeset/base/254094 gj gj Log: gj When newvers.sh is run, it is possible that the svnversion gj (or

svn commit: r253995 - in head/usr.sbin: rtadvd rtsold

2013-08-06 Thread Hiroki Sato
Author: hrs Date: Tue Aug 6 15:49:18 2013 New Revision: 253995 URL: http://svnweb.freebsd.org/changeset/base/253995 Log: Fix build on arm and mips. Modified: head/usr.sbin/rtadvd/timer.c head/usr.sbin/rtsold/rtsold.c Modified: head/usr.sbin/rtadvd/timer.c

svn commit: r253999 - in head: sys/netinet6 usr.sbin/ndp

2013-08-06 Thread Hiroki Sato
Author: hrs Date: Tue Aug 6 17:10:52 2013 New Revision: 253999 URL: http://svnweb.freebsd.org/changeset/base/253999 Log: Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6, SIOCGDRLST_IN6, and SIOCGNBRINFO_IN6 ioctl. These userland interfaces treat expiration times in

Re: svn commit: r253995 - in head/usr.sbin: rtadvd rtsold

2013-08-06 Thread Hiroki Sato
Ian Lepore i...@freebsd.org wrote in 1375807689.3320.48.ca...@revolution.hippie.lan: ia On Tue, 2013-08-06 at 15:49 +, Hiroki Sato wrote: ia/* Generate maximum time in timespec. */ ia - memset(tm_max.tv_sec, 0xff, sizeof(tm_max.tv_sec)); ia - memset(tm_max.tv_nsec, 0xff, sizeof

svn commit: r253970 - in head: sys/netinet6 sys/sys usr.sbin/ndp usr.sbin/rtadvctl usr.sbin/rtadvd usr.sbin/rtsold

2013-08-05 Thread Hiroki Sato
Author: hrs Date: Mon Aug 5 20:13:02 2013 New Revision: 253970 URL: http://svnweb.freebsd.org/changeset/base/253970 Log: - Use time_uptime instead of time_second in data structures for PF_INET6 in kernel. This fixes various malfunction when the wall time clock is changed. Bump

svn commit: r253977 - head/sys/dev/filemon

2013-08-05 Thread Hiroki Sato
Author: hrs Date: Tue Aug 6 02:14:30 2013 New Revision: 253977 URL: http://svnweb.freebsd.org/changeset/base/253977 Log: - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified PID is valid for monitoring in FILEMON_SET_PID ioctl. - Set the monitored PID to -1 when the

Re: svn commit: r253887 - head/sys/dev/filemon

2013-08-05 Thread Hiroki Sato
Simon J. Gerraty s...@juniper.net wrote in 20130805201400.a181158...@chaos.jnpr.net: sj sj On Mon, 5 Aug 2013 13:22:06 +0900, Hiroki Sato writes: sj Simon J. Gerraty s...@juniper.net wrote sj in 20130804151754.8189758...@chaos.jnpr.net: sj sj I can test it for you. sj sj Okay, I will wait

svn commit: r253924 - in head: etc etc/rc.d share/man/man5

2013-08-04 Thread Hiroki Sato
Author: hrs Date: Sun Aug 4 06:36:17 2013 New Revision: 253924 URL: http://svnweb.freebsd.org/changeset/base/253924 Log: - Reimplement $gif_interfaces as a variant of $cloned_interfaces. Newly-configured systems should use $cloned_interfaces. - Call clone_{up,down}() and

svn commit: r253950 - head/sys/netinet6

2013-08-04 Thread Hiroki Sato
Author: hrs Date: Mon Aug 5 00:36:12 2013 New Revision: 253950 URL: http://svnweb.freebsd.org/changeset/base/253950 Log: Fix a panic in tmpaddrtimer. Modified: head/sys/netinet6/in6_ifattach.c Modified: head/sys/netinet6/in6_ifattach.c

Re: svn commit: r253887 - head/sys/dev/filemon

2013-08-04 Thread Hiroki Sato
Simon J. Gerraty s...@juniper.net wrote in 20130804151754.8189758...@chaos.jnpr.net: sj Thank you for your comments. Can you review the attached patch? If sj there is no problem, I will commit this and MFC to stable branches. sj sj Looks good. sj But don't commit it untested ;-) sj I can

Re: svn commit: r253887 - head/sys/dev/filemon

2013-08-03 Thread Hiroki Sato
Jilles Tjoelker jil...@stack.nl wrote in 20130802152204.ga1...@stack.nl: ji You can simplify the code using the fairly new pget(). This will also ji fix the incorrect errno when the process does not exist (should be ji [ESRCH]). ji ji This change is a step in the right direction but is

svn commit: r253887 - head/sys/dev/filemon

2013-08-02 Thread Hiroki Sato
Author: hrs Date: Fri Aug 2 14:44:11 2013 New Revision: 253887 URL: http://svnweb.freebsd.org/changeset/base/253887 Log: Add p_candebug() check to FILEMON_SET_PID ioctl. Discussed with: sjg MFC after:3 days Modified: head/sys/dev/filemon/filemon.c Modified:

svn commit: r253841 - head/sys/netinet6

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Wed Jul 31 16:24:49 2013 New Revision: 253841 URL: http://svnweb.freebsd.org/changeset/base/253841 Log: Allocate in6_ifextra (ifp-if_afdata[AF_INET6]) only for IPv6-capable interfaces. This eliminates unnecessary IPv6 processing for non-IPv6 interfaces. MFC after:

svn commit: r253843 - head/share/man/man4

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Wed Jul 31 16:26:41 2013 New Revision: 253843 URL: http://svnweb.freebsd.org/changeset/base/253843 Log: Document net.link.bridge.allow_llz_overlap. Modified: head/share/man/man4/bridge.4 Modified: head/share/man/man4/bridge.4

svn commit: r253852 - head/sbin/route

2013-07-31 Thread Hiroki Sato
Author: hrs Date: Thu Aug 1 04:50:46 2013 New Revision: 253852 URL: http://svnweb.freebsd.org/changeset/base/253852 Log: Fix boundary check of sockaddr array. Reported by: uqs Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

Re: svn commit: r253504 - head/sbin/route

2013-07-31 Thread Hiroki Sato
Ulrich Spörlein u...@freebsd.org wrote in 20130724130046.gd9...@acme.spoerlein.net: uq On Sat, 2013-07-20 at 16:46:51 +, Hiroki Sato wrote: uq Author: hrs uq Date: Sat Jul 20 16:46:51 2013 uq New Revision: 253504 uq URL: http://svnweb.freebsd.org/changeset/base/253504 uq uq Log: uq

svn commit: r253753 - head/sys/net

2013-07-28 Thread Hiroki Sato
Author: hrs Date: Sun Jul 28 20:02:41 2013 New Revision: 253753 URL: http://svnweb.freebsd.org/changeset/base/253753 Log: sin6 should be assigned before the loop. Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c

Re: svn commit: r253504 - head/sbin/route

2013-07-23 Thread Hiroki Sato
Dimitry Andric d...@freebsd.org wrote in 36e48152-1a64-432d-a32d-75059a56e...@freebsd.org: di On Jul 20, 2013, at 18:46, Hiroki Sato h...@freebsd.org wrote: di Author: hrs di Date: Sat Jul 20 16:46:51 2013 di New Revision: 253504 di URL: http://svnweb.freebsd.org/changeset/base/253504 di

svn commit: r253589 - head/sbin/route

2013-07-23 Thread Hiroki Sato
Author: hrs Date: Wed Jul 24 04:05:48 2013 New Revision: 253589 URL: http://svnweb.freebsd.org/changeset/base/253589 Log: Fix a bug in cp += SA_SIZE() in RTA_* loop. This could prevent RTA_IFP from displaying correctly in route get subcommand. Spotted by: dim Modified:

Re: svn commit: r253504 - head/sbin/route

2013-07-23 Thread Hiroki Sato
Dimitry Andric d...@freebsd.org wrote in 36e48152-1a64-432d-a32d-75059a56e...@freebsd.org: di On Jul 20, 2013, at 18:46, Hiroki Sato h...@freebsd.org wrote: di Author: hrs di Date: Sat Jul 20 16:46:51 2013 di New Revision: 253504 di URL: http://svnweb.freebsd.org/changeset/base/253504 di

svn commit: r253517 - head/sbin/route

2013-07-21 Thread Hiroki Sato
Author: hrs Date: Sun Jul 21 11:59:41 2013 New Revision: 253517 URL: http://svnweb.freebsd.org/changeset/base/253517 Log: - Fix nflag in routename(). - Display a AF_LINK address in #linkN when sdl_{nlen,alen,slen) == 0 and sdl_index != 0. - Reduce unnecessary loop in pmsg_addrs(). -

svn commit: r253519 - head/sbin/route

2013-07-21 Thread Hiroki Sato
Author: hrs Date: Sun Jul 21 14:27:07 2013 New Revision: 253519 URL: http://svnweb.freebsd.org/changeset/base/253519 Log: - Use getnameinfo() for both of AF_INET and AF_INET6 in routename(). - Add missing static. Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

svn commit: r253520 - head/etc

2013-07-21 Thread Hiroki Sato
Author: hrs Date: Sun Jul 21 15:26:25 2013 New Revision: 253520 URL: http://svnweb.freebsd.org/changeset/base/253520 Log: Do not set ND6_IFF_ACCEPT_RTADV on if_bridge(4) interfaces when ipv6_enable=yes. MFC after:3 days Modified: head/etc/network.subr Modified:

Re: svn commit: r253513 - head/release

2013-07-21 Thread Hiroki Sato
Teske, Devin devin.te...@fisglobal.com wrote in 13CA24D6AB415D428143D44749F57D7201FD2BF2@ltcfiswmsgmb21: De De On Jul 21, 2013, at 6:39 AM, Alexey Dokuchaev wrote: De De On Sun, Jul 21, 2013 at 05:23:34AM +, Glen Barber wrote: De New Revision: 253513 De URL:

svn commit: r253502 - head/sbin/route

2013-07-20 Thread Hiroki Sato
Author: hrs Date: Sat Jul 20 15:23:42 2013 New Revision: 253502 URL: http://svnweb.freebsd.org/changeset/base/253502 Log: Add cast to (void *) to the following cases to suppress warnings by -Wcast-align. These do not increase the alignment requirement: - rtm = (struct rt_msghdr *)(rtm +

svn commit: r253503 - head/sbin/route

2013-07-20 Thread Hiroki Sato
Author: hrs Date: Sat Jul 20 15:58:43 2013 New Revision: 253503 URL: http://svnweb.freebsd.org/changeset/base/253503 Log: Show default for the zero-filled address consistently when nflag == 0. Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

svn commit: r253504 - head/sbin/route

2013-07-20 Thread Hiroki Sato
Author: hrs Date: Sat Jul 20 16:46:51 2013 New Revision: 253504 URL: http://svnweb.freebsd.org/changeset/base/253504 Log: - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_* as the argument. - Reduce unnecessary loop in print_getmsg(). Modified:

svn commit: r253505 - head/etc

2013-07-20 Thread Hiroki Sato
Author: hrs Date: Sat Jul 20 16:58:17 2013 New Revision: 253505 URL: http://svnweb.freebsd.org/changeset/base/253505 Log: Fix address range specification with ifconfig(8) options such as: - inet 192.0.2.1-10 netmask 255.255.255.0 (inet range spec + ifconfig options) - inet6

svn commit: r253424 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Wed Jul 17 13:47:13 2013 New Revision: 253424 URL: http://svnweb.freebsd.org/changeset/base/253424 Log: Simplify keywords.h generation. Modified: head/sbin/route/Makefile Modified: head/sbin/route/Makefile

svn commit: r253429 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Wed Jul 17 14:15:00 2013 New Revision: 253429 URL: http://svnweb.freebsd.org/changeset/base/253429 Log: Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc-p_fibnum. Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

svn commit: r253443 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Thu Jul 18 02:34:25 2013 New Revision: 253443 URL: http://svnweb.freebsd.org/changeset/base/253443 Log: Fix a gcc warning. Pointy hat to:hrs Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c

Re: svn commit: r253427 - head/sbin/route

2013-07-17 Thread Hiroki Sato
Scott Long scott4l...@yahoo.com wrote in 2ae597f6-02a5-405f-b1d8-34054a0da...@yahoo.com: sc sc On Jul 17, 2013, at 7:00 PM, Glen Barber g...@freebsd.org wrote: sc sc On Wed, Jul 17, 2013 at 02:05:20PM +, Hiroki Sato wrote: sc Author: hrs sc Date: Wed Jul 17 14:05:20 2013 sc New Revision

svn commit: r253444 - head/etc

2013-07-17 Thread Hiroki Sato
Author: hrs Date: Thu Jul 18 02:58:24 2013 New Revision: 253444 URL: http://svnweb.freebsd.org/changeset/base/253444 Log: - Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefix notation like 2001:db8:1:1. - Use eui64 flag in ifconfig(8) instead of network6_getladdr()[*]

<    1   2   3   4   5   >