svn commit: r272978 - in head: sys/cam/ctl usr.sbin/ctladm

2014-10-11 Thread Alexander Motin
Author: mav Date: Sun Oct 12 06:55:34 2014 New Revision: 272978 URL: https://svnweb.freebsd.org/changeset/base/272978 Log: Improve and document `ctladm portlist` subcommand. Make this subcommand less FC-specific, reporting target and port addresses in more generic way. Also make it repor

svn commit: r272976 - head/etc

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sun Oct 12 02:42:36 2014 New Revision: 272976 URL: https://svnweb.freebsd.org/changeset/base/272976 Log: Add env and prepend to _rc_namevarlist. Modified: head/etc/rc.subr Modified: head/etc/rc.subr ===

svn commit: r272974 - in head: etc share/man/man8

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sat Oct 11 23:49:27 2014 New Revision: 272974 URL: https://svnweb.freebsd.org/changeset/base/272974 Log: Add ${name}_env and ${name}_prepend. ${name}_env is an argument list which will be passed to env(1). ${name}_prepend is simply prepended to the command line for $comma

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

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sat Oct 11 23:24:09 2014 New Revision: 272972 URL: https://svnweb.freebsd.org/changeset/base/272972 Log: Check buffer length more strictly. MFC after:1 day Modified: head/usr.sbin/rtadvd/config.c Modified: head/usr.sbin/rtadvd/config.c =

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

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sat Oct 11 23:08:00 2014 New Revision: 272971 URL: https://svnweb.freebsd.org/changeset/base/272971 Log: Fix off-by-one. MFC after:1 day Modified: head/usr.sbin/rtadvd/advcap.c Modified: head/usr.sbin/rtadvd/advcap.c

svn commit: r272963 - head/usr.sbin/pstat

2014-10-11 Thread Jilles Tjoelker
Author: jilles Date: Sat Oct 11 21:53:06 2014 New Revision: 272963 URL: https://svnweb.freebsd.org/changeset/base/272963 Log: pstat(8): Correct description of the SESS column in pstat -t. MFC after:1 week Modified: head/usr.sbin/pstat/pstat.8 Modified: head/usr.sbin/pstat/pstat.8 ==

svn commit: r272962 - head/tools/tools/netmap

2014-10-11 Thread George V. Neville-Neil
Author: gnn Date: Sat Oct 11 21:43:05 2014 New Revision: 272962 URL: https://svnweb.freebsd.org/changeset/base/272962 Log: Add a new option, -P, to pkt-gen which reads a single packet from a stored pcap file and transmits it instead of the default UDP packet. Reviewed by: luigi MFC aft

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

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sat Oct 11 20:46:06 2014 New Revision: 272961 URL: https://svnweb.freebsd.org/changeset/base/272961 Log: Fix buffer overrun. MFC after:1 day Modified: head/usr.sbin/rtsold/rtsol.c Modified: head/usr.sbin/rtsold/rtsol.c ==

svn commit: r272959 - in head/etc: defaults rc.d

2014-10-11 Thread Hiroki Sato
Author: hrs Date: Sat Oct 11 20:28:04 2014 New Revision: 272959 URL: https://svnweb.freebsd.org/changeset/base/272959 Log: Rename s/network/netif/ and set netif_enable for namespace consistency. Modified: head/etc/defaults/rc.conf head/etc/rc.d/netif Modified: head/etc/defaults/rc.conf ===

svn commit: r272958 - head/sys/ddb

2014-10-11 Thread Pedro F. Giffuni
Author: pfg Date: Sat Oct 11 20:25:19 2014 New Revision: 272958 URL: https://svnweb.freebsd.org/changeset/base/272958 Log: ddb: space/tab fixes. No functional change. MFC after:3 days Modified: head/sys/ddb/db_break.c head/sys/ddb/db_command.c head/sys/ddb/db_output.h head

Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-11 Thread Alexander V. Chernikov
On 11 Oct 2014, at 20:13, John Baldwin wrote: > On Thursday, October 09, 2014 07:32:36 PM Alexander V. Chernikov wrote: >> Author: melifaro >> Date: Thu Oct 9 19:32:35 2014 >> New Revision: 272840 >> URL: https://svnweb.freebsd.org/changeset/base/272840 >> >> Log: >> Merge projects/ipfw to HE

svn commit: r272956 - head/sys/dev/mse

2014-10-11 Thread John Baldwin
Author: jhb Date: Sat Oct 11 19:36:59 2014 New Revision: 272956 URL: https://svnweb.freebsd.org/changeset/base/272956 Log: Add locking and mark MPSAFE. - Add a mutex to protect the softc. - Use callout(9) instead of timeout(9). - Consolidate duplicated detach routines into a bus-independen

Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw

2014-10-11 Thread John Baldwin
On Thursday, October 09, 2014 07:32:36 PM Alexander V. Chernikov wrote: > Author: melifaro > Date: Thu Oct 9 19:32:35 2014 > New Revision: 272840 > URL: https://svnweb.freebsd.org/changeset/base/272840 > > Log: > Merge projects/ipfw to HEAD. Should it now say 'ipfw3' in dmesg instead of ipfw2?

svn commit: r272952 - in head/sys: fs/ext2fs fs/msdosfs ufs/ffs

2014-10-11 Thread Konstantin Belousov
Author: kib Date: Sat Oct 11 19:09:56 2014 New Revision: 272952 URL: https://svnweb.freebsd.org/changeset/base/272952 Log: Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS survives remount in rw, also it is set for vnodes on rootfs before noatime can be set or clock is adjusted

svn commit: r272951 - head/sys/sys

2014-10-11 Thread Pedro F. Giffuni
Author: pfg Date: Sat Oct 11 18:58:58 2014 New Revision: 272951 URL: https://svnweb.freebsd.org/changeset/base/272951 Log: Bump FreeBSD_version due to cleanup of tcp wrapper header. Due to revisions r272949 and r272950 which should affect positively some ports. Modified: head/sys/sys/p

svn commit: r272950 - head/contrib/tcp_wrappers

2014-10-11 Thread Pedro F. Giffuni
Author: pfg Date: Sat Oct 11 18:54:37 2014 New Revision: 272950 URL: https://svnweb.freebsd.org/changeset/base/272950 Log: tcpd.h: add prototype for hosts_ctl According the hosts_access(3) man page the hosts_ctl() prototype should be in tcpd.h. For now, follow other declarations and don't

svn commit: r272949 - head/contrib/tcp_wrappers

2014-10-11 Thread Pedro F. Giffuni
Author: pfg Date: Sat Oct 11 18:34:10 2014 New Revision: 272949 URL: https://svnweb.freebsd.org/changeset/base/272949 Log: tcpd: complete function prototypes. This clears up at least a build issues on mysql-server ports. While here also replace some spaces with tabs in our headers.

svn commit: r272947 - head/sys/cam/ctl

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 17:52:54 2014 New Revision: 272947 URL: https://svnweb.freebsd.org/changeset/base/272947 Log: Give physical and virtual ports numbers some more meaning. Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c head/sys/cam/ctl/ctl_frontend_iscsi.h head/sys/cam/ctl/scsi

svn commit: r272944 - head/sys/kern

2014-10-11 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 11 16:34:01 2014 New Revision: 272944 URL: https://svnweb.freebsd.org/changeset/base/272944 Log: Fix nits in previous commit: 1. Remove initializer for badstack_sbuf_size; it gets set unconditionally. 2. Remove meaningless comment. 3. Group witness_count and

svn commit: r272943 - head/sys/i386/xen

2014-10-11 Thread Konstantin Belousov
Author: kib Date: Sat Oct 11 16:17:49 2014 New Revision: 272943 URL: https://svnweb.freebsd.org/changeset/base/272943 Log: MFi386 r272761. Noted by: Holger Hans Peter Freyther Sponsored by: The FreeBSD Foundation MFC after:10 days Modified: head/sys/i386/xen/pmap.c Modified

svn commit: r272941 - head/sys/netinet

2014-10-11 Thread John Baldwin
Author: jhb Date: Sat Oct 11 16:08:54 2014 New Revision: 272941 URL: https://svnweb.freebsd.org/changeset/base/272941 Log: Update ip_divert.ko to depend on version 3 of ipfw. Modified: head/sys/netinet/ip_divert.c Modified: head/sys/netinet/ip_divert.c ===

svn commit: r272940 - head/sys/netpfil/ipfw

2014-10-11 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Oct 11 15:04:50 2014 New Revision: 272940 URL: https://svnweb.freebsd.org/changeset/base/272940 Log: Fix KASSERT typo. Modified: head/sys/netpfil/ipfw/ip_fw_table_value.c (contents, props changed) Modified: head/sys/netpfil/ipfw/ip_fw_table_value.c ==

svn commit: r272939 - head/sys/cam/ctl

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 12:56:49 2014 New Revision: 272939 URL: https://svnweb.freebsd.org/changeset/base/272939 Log: Shorten frontend name. Modified: head/sys/cam/ctl/scsi_ctl.c Modified: head/sys/cam/ctl/scsi_ctl.c ==

Re: svn commit: r272324 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-11 Thread Harald Schmalzbauer
Bezüglich Harald Schmalzbauer's Nachricht vom 11.10.2014 11:29 (localtime): > Bezüglich Xin LI's Nachricht vom 30.09.2014 20:50 (localtime): >> Author: delphij >> Date: Tue Sep 30 18:50:45 2014 >> New Revision: 272324 >> URL: http://svnweb.freebsd.org/changeset/base/272324 >> >> Log: >> Fix a m

Re: svn commit: r272897 - head/sys/dev/e1000

2014-10-11 Thread John Baldwin
On Saturday, October 11, 2014 12:39:58 AM Gleb Smirnoff wrote: > On Fri, Oct 10, 2014 at 04:36:26PM +, John Baldwin wrote: > J> Author: jhb > J> Date: Fri Oct 10 16:36:25 2014 > J> New Revision: 272897 > J> URL: https://svnweb.freebsd.org/changeset/base/272897 > J> > J> Log: > J> Various fixe

Re: svn commit: r272925 - head/sys/kern

2014-10-11 Thread John Baldwin
On Saturday, October 11, 2014 02:02:59 AM Marcel Moolenaar wrote: > Author: marcel > Date: Sat Oct 11 02:02:58 2014 > New Revision: 272925 > URL: https://svnweb.freebsd.org/changeset/base/272925 > > Log: > Turn WITNESS_COUNT into a tunable and sysctl. This allows adjusting > the value without

Re: svn commit: r272925 - head/sys/kern

2014-10-11 Thread John Baldwin
On Saturday, October 11, 2014 02:02:59 AM Marcel Moolenaar wrote: > Author: marcel > Date: Sat Oct 11 02:02:58 2014 > New Revision: 272925 > URL: https://svnweb.freebsd.org/changeset/base/272925 > > Log: > Turn WITNESS_COUNT into a tunable and sysctl. This allows adjusting > the value without

svn commit: r272938 - head/sys/cam/ctl

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 10:19:37 2014 New Revision: 272938 URL: https://svnweb.freebsd.org/changeset/base/272938 Log: Filter out duplicate AC_PATH_REGISTERED async events. Queued async events handling in CAM opened race, that may lead to duplicate AC_PATH_REGISTERED events delivery d

Re: svn commit: r272324 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-11 Thread Harald Schmalzbauer
Bezüglich Xin LI's Nachricht vom 30.09.2014 20:50 (localtime): > Author: delphij > Date: Tue Sep 30 18:50:45 2014 > New Revision: 272324 > URL: http://svnweb.freebsd.org/changeset/base/272324 > > Log: > Fix a mismerge in r260183 which prevents snapshot zvol devices being > removed and re-insta

svn commit: r272937 - head/sys/dev/isp

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 08:50:19 2014 New Revision: 272937 URL: https://svnweb.freebsd.org/changeset/base/272937 Log: Fix r272936 build with old GCC. MFC after:1 week Modified: head/sys/dev/isp/isp_library.c Modified: head/sys/dev/isp/isp_library.c =

svn commit: r272936 - head/sys/dev/isp

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 07:59:15 2014 New Revision: 272936 URL: https://svnweb.freebsd.org/changeset/base/272936 Log: Update isp_tgt_map and send new arrival notification if target that departed earlier has returned. Previously that code worked only once, confusing CTL. MFC after:

svn commit: r272935 - head/sys/cam/ctl

2014-10-11 Thread Alexander Motin
Author: mav Date: Sat Oct 11 07:49:27 2014 New Revision: 272935 URL: https://svnweb.freebsd.org/changeset/base/272935 Log: Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY. Target mode operation does not depend on the initiator mode scan process. This change allows the target driver

Re: svn commit: r272789 - head/sys/kern

2014-10-11 Thread Yamagi Burmeister
Thank you :) I suspect that's too late to get this into FreeBSD 10.1? On Thu, 9 Oct 2014 02:30:39 + (UTC) Marcel Moolenaar wrote: > Author: marcel > Date: Thu Oct 9 02:30:38 2014 > New Revision: 272789 > URL: https://svnweb.freebsd.org/changeset/base/272789 > > Log: > Fix draining in t