svn commit: r272278 - in head/usr.sbin/bsdinstall: distextract distfetch

2014-09-28 Thread Devin Teske
Author: dteske Date: Mon Sep 29 00:35:12 2014 New Revision: 272278 URL: http://svnweb.freebsd.org/changeset/base/272278 Log: Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow). Use adequately sized buffer for error(s) (512 -> PATH_MAX + 512). Fix the following style(9

svn commit: r272276 - stable/9/etc

2014-09-28 Thread Warren Block
Author: wblock (doc committer) Date: Sun Sep 28 23:22:46 2014 New Revision: 272276 URL: http://svnweb.freebsd.org/changeset/base/272276 Log: MFC r272137: Revised to better point to release notes and errata, security advisories, and be more specific about the -questions list. Modified:

svn commit: r272275 - stable/10/etc

2014-09-28 Thread Warren Block
Author: wblock (doc committer) Date: Sun Sep 28 23:15:18 2014 New Revision: 272275 URL: http://svnweb.freebsd.org/changeset/base/272275 Log: MFC r272137: Revised to better point to release notes and errata, security advisories, and be more specific about the -questions list. Approved

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

2014-09-28 Thread Neel Natu
Hi, On Sun, Sep 28, 2014 at 2:25 PM, Garrett Cooper wrote: > Hi Neel! > Thank you for fixing this. I think we've run into similar issues with > customizations to the tty code at Isilon. I have one comment... > Thanks! > Happy to help. >> On Sep 28, 2014, at 14:12, Neel Natu wrote: >> >> A

Re: svn commit: r272273 - head/lib/libc/stdtime

2014-09-28 Thread Pedro Giffuni
On 09/28/14 16:27, Garrett Cooper wrote: On Sep 28, 2014, at 14:20, "Pedro F. Giffuni" wrote: Author: pfg Date: Sun Sep 28 21:20:20 2014 New Revision: 272273 URL: http://svnweb.freebsd.org/changeset/base/272273 Log: Add strptime(3) support for %U and %W (take 2) Add support for the missi

svn commit: r272274 - head/usr.sbin/bsdinstall/scripts

2014-09-28 Thread Allan Jude
Author: allanjude (doc committer) Date: Sun Sep 28 21:44:23 2014 New Revision: 272274 URL: http://svnweb.freebsd.org/changeset/base/272274 Log: Change the /var dataset in the default ZFS layout to have the ZFS property canmount=off so that /var/db/pkg and other such directories are part of t

Re: svn commit: r272273 - head/lib/libc/stdtime

2014-09-28 Thread Garrett Cooper
> On Sep 28, 2014, at 14:20, "Pedro F. Giffuni" wrote: > > Author: pfg > Date: Sun Sep 28 21:20:20 2014 > New Revision: 272273 > URL: http://svnweb.freebsd.org/changeset/base/272273 > > Log: > Add strptime(3) support for %U and %W (take 2) > > Add support for the missing POSIX-2001 %U and %W

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

2014-09-28 Thread Garrett Cooper
Hi Neel! Thank you for fixing this. I think we've run into similar issues with customizations to the tty code at Isilon. I have one comment... Thanks! > On Sep 28, 2014, at 14:12, Neel Natu wrote: > > Author: neel > Date: Sun Sep 28 21:12:23 2014 > New Revision: 272270 > URL: http://svnweb.

svn commit: r272273 - head/lib/libc/stdtime

2014-09-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Sep 28 21:20:20 2014 New Revision: 272273 URL: http://svnweb.freebsd.org/changeset/base/272273 Log: Add strptime(3) support for %U and %W (take 2) Add support for the missing POSIX-2001 %U and %W features: the existing FreeBSD strptime code recognizes both directives

svn commit: r272270 - head/sys/kern

2014-09-28 Thread Neel Natu
Author: neel Date: Sun Sep 28 21:12:23 2014 New Revision: 272270 URL: http://svnweb.freebsd.org/changeset/base/272270 Log: tty_rel_free() can be called more than once for the same tty so make sure that the tty is dequeued from 'tty_list' only the first time. The panic below was seen when

svn commit: r272266 - in head/sys/dev: ce cp ctau cx ie

2014-09-28 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Sep 28 19:05:22 2014 New Revision: 272266 URL: http://svnweb.freebsd.org/changeset/base/272266 Log: Convert most BPF_TAP users to BPF_MTAP. MFC after:2 weeks Modified: head/sys/dev/ce/if_ce.c head/sys/dev/cp/if_cp.c head/sys/dev/ctau/if_ct.c head/sys/

svn commit: r272263 - head/sys/netinet

2014-09-28 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 28 17:22:45 2014 New Revision: 272263 URL: http://svnweb.freebsd.org/changeset/base/272263 Log: Checksum coverage values larger than 65535 for UDPLite are invalid. Check for this when the user calls setsockopt using UDPLITE_{SEND,RECV}CSCOV. Reviewed by: kevlo

svn commit: r272261 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 28 17:09:40 2014 New Revision: 272261 URL: http://svnweb.freebsd.org/changeset/base/272261 Log: Move the unconditional #include of net/ifq.h to the very end of file. This seems to allow us to pass a universe with either clang or gcc after r272244 (and r272260) and pr

Re: svn commit: r272260 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
On 28 Sep 2014, at 15:38 , Bjoern A. Zeeb wrote: > Author: bz > Date: Sun Sep 28 15:38:21 2014 > New Revision: 272260 > URL: http://svnweb.freebsd.org/changeset/base/272260 > > Log: > Remove duplicate declaraton of the if_inc_counter() function after r272244. > if_var.h has the expected on an

svn commit: r272260 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 28 15:38:21 2014 New Revision: 272260 URL: http://svnweb.freebsd.org/changeset/base/272260 Log: Remove duplicate declaraton of the if_inc_counter() function after r272244. if_var.h has the expected on and if_var.h include ifq.h and thus we get duplicates. It seems o

svn commit: r272259 - head/sys/pc98/conf

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 14:39:11 2014 New Revision: 272259 URL: http://svnweb.freebsd.org/changeset/base/272259 Log: MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC ===

svn commit: r272258 - head/sys/pc98/conf

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 14:25:46 2014 New Revision: 272258 URL: http://svnweb.freebsd.org/changeset/base/272258 Log: - Cosmetic changes. - Reduce diffs against i386. Modified: head/sys/pc98/conf/GENERIC Modified: head/sys/pc98/conf/GENERIC

svn commit: r272257 - in head/sys: dev/bge dev/e1000 dev/fxp dev/nfe kern net

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 14:05:18 2014 New Revision: 272257 URL: http://svnweb.freebsd.org/changeset/base/272257 Log: - Remove empty wrappers ether_poll_[de]register_drv(). [1] - Move polling(9) declarations out of ifq.h back to if_var.h they are absolutely unrelated to queues.

svn commit: r272256 - in head/sys/boot: . pc98/loader

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 13:34:43 2014 New Revision: 272256 URL: http://svnweb.freebsd.org/changeset/base/272256 Log: MFi386: r261567 Switch from lib/libstand to sys/boot/libstand32. Modified: head/sys/boot/Makefile.pc98 head/sys/boot/pc98/loader/Makefile Modified: head/sys/boo

svn commit: r272255 - head/sys/boot/pc98/libpc98

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 13:13:18 2014 New Revision: 272255 URL: http://svnweb.freebsd.org/changeset/base/272255 Log: MFi386: r268974 Supress clang warning for FreeBSD printf %b and %D formats. Modified: head/sys/boot/pc98/libpc98/Makefile Modified: head/sys/boot/pc98/libpc98/Mak

svn commit: r272254 - head/sys/dev/sound/usb

2014-09-28 Thread Hans Petter Selasky
Author: hselasky Date: Sun Sep 28 12:55:13 2014 New Revision: 272254 URL: http://svnweb.freebsd.org/changeset/base/272254 Log: Instead of creating the full range of possible ports, try to figure out the actual number of so-called "embedded jacks" which are present when a USB MIDI device is a

svn commit: r272253 - head/etc/devd

2014-09-28 Thread Hans Petter Selasky
Author: hselasky Date: Sun Sep 28 12:41:48 2014 New Revision: 272253 URL: http://svnweb.freebsd.org/changeset/base/272253 Log: Regenerate usb.conf MFC after:3 days Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf =

svn commit: r272252 - head/sys/boot/pc98/cdboot

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:25:27 2014 New Revision: 272252 URL: http://svnweb.freebsd.org/changeset/base/272252 Log: MFi386: r261520 Drop the 3rd clause from all 3 clause BSD licenses. Modified: head/sys/boot/pc98/cdboot/cdboot.S Modified: head/sys/boot/pc98/cdboot/cdboot.S

svn commit: r272249 - head/sys/boot/i386/boot2

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:12:54 2014 New Revision: 272249 URL: http://svnweb.freebsd.org/changeset/base/272249 Log: Remove extra '\'. Modified: head/sys/boot/i386/boot2/Makefile Modified: head/sys/boot/i386/boot2/Makefile ===

svn commit: r272250 - head/sys/boot/pc98/boot2

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 12:13:51 2014 New Revision: 272250 URL: http://svnweb.freebsd.org/changeset/base/272250 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/boot2/Makefile Modified: head/sys/boot/pc98/boot2/Makefile ==

svn commit: r272248 - in head: sys/sys usr.sbin/fdread

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 11:32:46 2014 New Revision: 272248 URL: http://svnweb.freebsd.org/changeset/base/272248 Log: - Cleanups pc98 code. - Remove unworked formats. Modified: head/sys/sys/fdcio.h head/usr.sbin/fdread/fdutil.c Modified: head/sys/sys/fdcio.h

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

2014-09-28 Thread Alexander Motin
Author: mav Date: Sun Sep 28 11:10:37 2014 New Revision: 272247 URL: http://svnweb.freebsd.org/changeset/base/272247 Log: Do not transfer unneeded training zero bytes in INQUIRY response. It is an addition to r269631. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ===

svn commit: r272246 - in stable/10/sys: compat/freebsd32 kern sys

2014-09-28 Thread Konstantin Belousov
Author: kib Date: Sun Sep 28 11:08:32 2014 New Revision: 272246 URL: http://svnweb.freebsd.org/changeset/base/272246 Log: MFC r272132: Fix fcntl(2) compat32 after r270691. Approved by: re (glebius) Modified: stable/10/sys/compat/freebsd32/freebsd32_misc.c stable/10/sys/kern/kern_des

Re: svn commit: r272244 - head/sys/net

2014-09-28 Thread Gleb Smirnoff
On Sun, Sep 28, 2014 at 08:57:08AM +, Gleb Smirnoff wrote: T> Author: glebius T> Date: Sun Sep 28 08:57:07 2014 T> New Revision: 272244 T> URL: http://svnweb.freebsd.org/changeset/base/272244 T> T> Log: T> Finally, convert counters in struct ifnet to counter(9). T> T> Sponsored by:

svn commit: r272245 - head/rescue/rescue

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 08:59:38 2014 New Revision: 272245 URL: http://svnweb.freebsd.org/changeset/base/272245 Log: Remove duplicate prog. Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile ==

svn commit: r272244 - head/sys/net

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 08:57:07 2014 New Revision: 272244 URL: http://svnweb.freebsd.org/changeset/base/272244 Log: Finally, convert counters in struct ifnet to counter(9). Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/sys/net/if.c head/sys/net/if_lagg.c

svn commit: r272243 - head/sbin/fdisk_pc98

2014-09-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 28 08:23:26 2014 New Revision: 272243 URL: http://svnweb.freebsd.org/changeset/base/272243 Log: Merged from r183296. Add missing library dependencies. Modified: head/sbin/fdisk_pc98/Makefile Modified: head/sbin/fdisk_pc98/Makefile ===

svn commit: r272242 - head/sys/net

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 07:43:38 2014 New Revision: 272242 URL: http://svnweb.freebsd.org/changeset/base/272242 Log: Convert to if_inc_counter() last remnantes of bare access to struct ifnet counters. Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c ==

svn commit: r272241 - head/sys/dev/ixgb

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 07:40:26 2014 New Revision: 272241 URL: http://svnweb.freebsd.org/changeset/base/272241 Log: Provide ixgb_get_counter(). Modified: head/sys/dev/ixgb/if_ixgb.c Modified: head/sys/dev/ixgb/if_ixgb.c ==

svn commit: r272240 - head/sys/dev/ixgbe

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 07:29:45 2014 New Revision: 272240 URL: http://svnweb.freebsd.org/changeset/base/272240 Log: Convert to if_get_counter(). Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c ===

svn commit: r272239 - head/sys/mips/atheros

2014-09-28 Thread Adrian Chadd
Author: adrian Date: Sun Sep 28 07:27:58 2014 New Revision: 272239 URL: http://svnweb.freebsd.org/changeset/base/272239 Log: Fix the AR724x PCIe glue to correctly probe the BAR on AR7240 devices. There's a bug in the AR7240 PCIe hardware where a correct BAR will end up having the device d

svn commit: r272238 - head/sys/dev/ixgbe

2014-09-28 Thread Gleb Smirnoff
Author: glebius Date: Sun Sep 28 07:19:32 2014 New Revision: 272238 URL: http://svnweb.freebsd.org/changeset/base/272238 Log: Mechanically switch ixv(4) to if_inc_counter(). Modified: head/sys/dev/ixgbe/ixv.c Modified: head/sys/dev/ixgbe/ixv.c