svn commit: r250694 - stable/9/sys/fs/msdosfs

2013-05-15 Thread Konstantin Belousov
Author: kib Date: Thu May 16 06:19:29 2013 New Revision: 250694 URL: http://svnweb.freebsd.org/changeset/base/250694 Log: MFC r250193: Do a sync of the devvp vnode for the mount, which buffers, among other things, contain FAT blocks. This makes fsync(2) for msdosfs more correct by syncing

Re: svn commit: r250693 - head/contrib/libpcap

2013-05-15 Thread hiren panchasara
On Wed, May 15, 2013 at 10:21 PM, Garrett Cooper wrote: > Has this been pushed upstream? Yes. (by delphij) cheers, Hiren > > Sent from my iPhone > > On May 16, 2013, at 1:16 AM, Hiren Panchasara wrote: > >> Author: hiren >> Date: Thu May 16 05:16:56 2013 >> New Revision: 250693 >> URL: http://s

Re: svn commit: r250693 - head/contrib/libpcap

2013-05-15 Thread Garrett Cooper
Has this been pushed upstream? Sent from my iPhone On May 16, 2013, at 1:16 AM, Hiren Panchasara wrote: > Author: hiren > Date: Thu May 16 05:16:56 2013 > New Revision: 250693 > URL: http://svnweb.freebsd.org/changeset/base/250693 > > Log: > Add tcp header flags ECE and CWR defined in RFC 316

svn commit: r250693 - head/contrib/libpcap

2013-05-15 Thread Hiren Panchasara
Author: hiren Date: Thu May 16 05:16:56 2013 New Revision: 250693 URL: http://svnweb.freebsd.org/changeset/base/250693 Log: Add tcp header flags ECE and CWR defined in RFC 3168. PR: 140349 Submitted by: Alan Amesbury (earlier version) Reviewed by: delphij Approved by: sbruno (men

svn commit: r250692 - head/sys/arm/conf

2013-05-15 Thread Rui Paulo
Author: rpaulo Date: Thu May 16 03:51:00 2013 New Revision: 250692 URL: http://svnweb.freebsd.org/changeset/base/250692 Log: Add a kernel config file for the BeableBone Black SoC. Added: head/sys/arm/conf/BEAGLEBONE-BLACK (contents, props changed) Added: head/sys/arm/conf/BEAGLEBONE-BLACK

svn commit: r250691 - head/lib/libthr/thread

2013-05-15 Thread David Xu
Author: davidxu Date: Thu May 16 03:01:04 2013 New Revision: 250691 URL: http://svnweb.freebsd.org/changeset/base/250691 Log: Return one-based key so that user can check if the key is ever allocated in the first place. Initial patch submitted by: phk Modified: head/lib/libthr/thread/th

svn commit: r250690 - stable/9/kerberos5/lib/libgssapi_krb5

2013-05-15 Thread Rick Macklem
Author: rmacklem Date: Thu May 16 00:56:41 2013 New Revision: 250690 URL: http://svnweb.freebsd.org/changeset/base/250690 Log: MFC: r250177 Fix the getpwnam_r() call in the pname_to_uid() kerberos library function so that it handles the ERANGE error return case. Without this fix, authenticat

svn commit: r250689 - stable/9/usr.sbin/gssd

2013-05-15 Thread Rick Macklem
Author: rmacklem Date: Thu May 16 00:52:08 2013 New Revision: 250689 URL: http://svnweb.freebsd.org/changeset/base/250689 Log: MFC: r250176 Fix the getpwuid_r() call in the gssd daemon so that it handles the ERANGE error return case. Without this fix, authentication of users for certain sy

svn commit: r250685 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip

2013-05-15 Thread Mark Johnston
Author: markj Date: Wed May 15 22:56:24 2013 New Revision: 250685 URL: http://svnweb.freebsd.org/changeset/base/250685 Log: Convert a couple of helper scripts used to test the ip provider to work on FreeBSD. In the IPv6 case, try each interface before returning an error; each IPv6-enabled in

svn commit: r250684 - stable/8/sys/dev/bktr

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:37:08 2013 New Revision: 250684 URL: http://svnweb.freebsd.org/changeset/base/250684 Log: MFC r250088: Pass a format string to kproc_create() [1] and thus fix the build with -DBKTR_NEW_MSP34XX_DRIVER and -Wformat-security. PR: kern/17554

svn commit: r250683 - stable/9/sys/dev/bktr

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:35:22 2013 New Revision: 250683 URL: http://svnweb.freebsd.org/changeset/base/250683 Log: MFC r250088: Pass a format string to kproc_create() [1] and thus fix the build with -DBKTR_NEW_MSP34XX_DRIVER and -Wformat-security. Modified: stable/9/sys/dev

svn commit: r250682 - stable/8/lib/libc/gen

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:19:05 2013 New Revision: 250682 URL: http://svnweb.freebsd.org/changeset/base/250682 Log: MFC r248250-248251: - Add the getcontextx prototype to SYNOPSIS. - Link getcontextx(3) to getcontext(3). Modified: stable/8/lib/libc/gen/Makefile.inc stable/8

svn commit: r250681 - stable/9/lib/libc/gen

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:16:16 2013 New Revision: 250681 URL: http://svnweb.freebsd.org/changeset/base/250681 Log: MFC r248250-248251: - Add the getcontextx prototype to SYNOPSIS. - Link getcontextx(3) to getcontext(3). Modified: stable/9/lib/libc/gen/Makefile.inc stable/9

svn commit: r250679 - stable/8/usr.bin/kdump

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:05:25 2013 New Revision: 250679 URL: http://svnweb.freebsd.org/changeset/base/250679 Log: MFC r246711: o Bring in sync decoding the first nfssvc(2) parameter (flags) with the current definitions location. o Respect numbers in NFSSVC_* (e.g. NFSSVC_V4R

svn commit: r250678 - stable/9/usr.bin/kdump

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 21:02:18 2013 New Revision: 250678 URL: http://svnweb.freebsd.org/changeset/base/250678 Log: MFC r246711: o Bring in sync decoding the first nfssvc(2) parameter (flags) with the current definitions location. o Respect numbers in NFSSVC_* (e.g. NFSSVC_V4R

svn commit: r250677 - in stable: 7/gnu/usr.bin/cc/include 8/gnu/usr.bin/cc/include 9/gnu/usr.bin/cc/include

2013-05-15 Thread Dimitry Andric
Author: dim Date: Wed May 15 20:59:00 2013 New Revision: 250677 URL: http://svnweb.freebsd.org/changeset/base/250677 Log: MFC r250393: When gcc 4.2.0 was imported, the 3DNow intrinsics header was not added to the list of intrinsics headers to install, so belatedly (5 years :) add it.

svn commit: r250677 - in stable: 7/gnu/usr.bin/cc/include 8/gnu/usr.bin/cc/include 9/gnu/usr.bin/cc/include

2013-05-15 Thread Dimitry Andric
Author: dim Date: Wed May 15 20:59:00 2013 New Revision: 250677 URL: http://svnweb.freebsd.org/changeset/base/250677 Log: MFC r250393: When gcc 4.2.0 was imported, the 3DNow intrinsics header was not added to the list of intrinsics headers to install, so belatedly (5 years :) add it.

svn commit: r250677 - in stable: 7/gnu/usr.bin/cc/include 8/gnu/usr.bin/cc/include 9/gnu/usr.bin/cc/include

2013-05-15 Thread Dimitry Andric
Author: dim Date: Wed May 15 20:59:00 2013 New Revision: 250677 URL: http://svnweb.freebsd.org/changeset/base/250677 Log: MFC r250393: When gcc 4.2.0 was imported, the 3DNow intrinsics header was not added to the list of intrinsics headers to install, so belatedly (5 years :) add it.

svn commit: r250676 - stable/9/contrib/gcc

2013-05-15 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 15 20:53:53 2013 New Revision: 250676 URL: http://svnweb.freebsd.org/changeset/base/250676 Log: MFC r250550: Update the gcc43 changelog. The issue solved in r250515 actually originated upstream and was fixed in upstream gcc43 branch in 2006/10/24 (under GPLv2

svn commit: r250675 - stable/9/sys/powerpc/aim

2013-05-15 Thread Justin Hibbits
Author: jhibbits Date: Wed May 15 19:58:12 2013 New Revision: 250675 URL: http://svnweb.freebsd.org/changeset/base/250675 Log: MFC r249864,249918 Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. Modified: stable/9/sys/powerpc/aim/mmu_oea.c Directory Properties: st

svn commit: r250674 - stable/9/share/man/man9

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 19:53:49 2013 New Revision: 250674 URL: http://svnweb.freebsd.org/changeset/base/250674 Log: MFC r242995: firmware(9) mdoc cleanup. - Lowercase a cross reference to make. - Sort SEE ALSO cross references. Modified: stable/9/share/man/man9/firmware.9 Di

svn commit: r250673 - stable/8/share/man/man9

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 19:52:37 2013 New Revision: 250673 URL: http://svnweb.freebsd.org/changeset/base/250673 Log: MFC r242995: firmware(9) mdoc cleanup. - Lowercase a cross reference to make. - Sort SEE ALSO cross references. Modified: stable/8/share/man/man9/firmware.9 Di

svn commit: r250672 - stable/8/share/man/man9

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 19:38:49 2013 New Revision: 250672 URL: http://svnweb.freebsd.org/changeset/base/250672 Log: MFC r242992: Avoid an ambiguous reference to mtx_lock(9). Modified: stable/8/share/man/man9/mi_switch.9 Directory Properties: stable/8/share/man/man9/ (props chang

svn commit: r250671 - stable/9/share/man/man9

2013-05-15 Thread Sergey Kandaurov
Author: pluknet Date: Wed May 15 19:33:53 2013 New Revision: 250671 URL: http://svnweb.freebsd.org/changeset/base/250671 Log: MFC r242992: Avoid an ambiguous reference to mtx_lock(9). Modified: stable/9/share/man/man9/mi_switch.9 Directory Properties: stable/9/share/man/man9/ (props chang

svn commit: r250667 - in head/contrib/nvi: common include

2013-05-15 Thread Jaakko Heinonen
Author: jh Date: Wed May 15 18:41:49 2013 New Revision: 250667 URL: http://svnweb.freebsd.org/changeset/base/250667 Log: Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid shadowing the fcntl.h O_DIRECTORY flag. PR: bin/173924 Obtained from:git://repo.or.cz/nvi.git Modifi

svn commit: r250666 - head/bin/kenv

2013-05-15 Thread Xin LI
Author: delphij Date: Wed May 15 18:38:28 2013 New Revision: 250666 URL: http://svnweb.freebsd.org/changeset/base/250666 Log: Constify parameters, no functional or binary change. Verified with:sha256(1) MFC after:2 weeks Modified: head/bin/kenv/kenv.c Modified: head/bin/ke

svn commit: r250665 - head/sys/dev/ath

2013-05-15 Thread Adrian Chadd
Author: adrian Date: Wed May 15 18:33:05 2013 New Revision: 250665 URL: http://svnweb.freebsd.org/changeset/base/250665 Log: Implement my first cut at "correct" node power-save and PS-POLL support. This implements PS-POLL awareness i nthe * Implement frame "leaking", which allows for

svn commit: r250662 - head/sbin/camcontrol

2013-05-15 Thread Alan Somers
Author: asomers Date: Wed May 15 17:26:50 2013 New Revision: 250662 URL: http://svnweb.freebsd.org/changeset/base/250662 Log: sbin/camcontrol/camcontrol.c If an expander returns 0x00 (no device attached) in the ATTACHED DEVICE field of the SMP DISCOVER response, ignore the value

svn commit: r250661 - in head: share/man/man4 sys/conf sys/dev/qlxgbe sys/modules sys/modules/qlxgbe

2013-05-15 Thread David C Somayajulu
Author: davidcs Date: Wed May 15 17:03:09 2013 New Revision: 250661 URL: http://svnweb.freebsd.org/changeset/base/250661 Log: Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 for QLogic 8300 Series Adapters Submitted by: David C Somayajulu (davi...@freebsd.org) QLogic Co

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-15 Thread Garrett Cooper
On May 15, 2013, at 9:30 AM, Brooks Davis wrote: > Author: brooks > Date: Wed May 15 14:30:03 2013 > New Revision: 250659 > URL: http://svnweb.freebsd.org/changeset/base/250659 > > Log: > Add support for an external cross compiler. The cross compiler is > specified by passing the XCC, XCXX, an

Re: svn commit: r250511 - in head: usr.bin/gcore usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit

2013-05-15 Thread Garrett Cooper
On May 11, 2013, at 8:46 AM, Antoine Brodin wrote: > Author: antoine > Date: Sat May 11 13:46:05 2013 > New Revision: 250511 > URL: http://svnweb.freebsd.org/changeset/base/250511 > > Log: > Add some missing DPADD. Looks like you fixed bin/174046 . Could you please handle the PR? Thanks

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

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 14:35:02 2013 New Revision: 250660 URL: http://svnweb.freebsd.org/changeset/base/250660 Log: Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 14:30:03 2013 New Revision: 250659 URL: http://svnweb.freebsd.org/changeset/base/250659 Log: Add support for an external cross compiler. The cross compiler is specified by passing the XCC, XCXX, and XCPP variables (corresponding to CC, CXX, and CPP) to buildw

Re: svn commit: r250658 - in head: share/mk sys/conf tools/build/options

2013-05-15 Thread Dimitry Andric
On 2013-05-15 15:04, Brooks Davis wrote: Author: brooks Date: Wed May 15 13:04:10 2013 New Revision: 250658 URL: http://svnweb.freebsd.org/changeset/base/250658 Log: Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to checking our kernel printf extensions. This is usefu

svn commit: r250658 - in head: share/mk sys/conf tools/build/options

2013-05-15 Thread Brooks Davis
Author: brooks Date: Wed May 15 13:04:10 2013 New Revision: 250658 URL: http://svnweb.freebsd.org/changeset/base/250658 Log: Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to checking our kernel printf extensions. This is useful to allow compilers without these extensio

svn commit: r250657 - head/sys/fs/nfsserver

2013-05-15 Thread Dag-Erling Smørgrav
Author: des Date: Wed May 15 08:38:49 2013 New Revision: 250657 URL: http://svnweb.freebsd.org/changeset/base/250657 Log: Fix typo in comment. Submitted by: Alex Weber MFC after:1 week Modified: head/sys/fs/nfsserver/nfs_nfsdport.c Modified: head/sys/fs/nfsserver/nfs_nfsdport.c =