Re: svn commit: r259896 - head/sys/dev/cxgb/common

2013-12-26 Thread Dimitry Andric
On 26 Dec 2013, at 02:51, Adrian Chadd adr...@freebsd.org wrote: I'd prefer you didn't remove unused code in drivers like this. If you must, #if 0 them out. I don't mind either way, but some other people are very much opposed to littering code with #if 0'd sections. So, how do to determine

svn commit: r259913 - in head: lib/libstand sys/boot/ficl sys/boot/i386 sys/boot/i386/boot2 sys/boot/pc98 sys/boot/usb sys/boot/userboot/ficl sys/boot/userboot/libstand sys/boot/zfs

2013-12-26 Thread Dimitry Andric
Author: dim Date: Thu Dec 26 11:32:39 2013 New Revision: 259913 URL: http://svnweb.freebsd.org/changeset/base/259913 Log: For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. MFC after:3 days X-MFC-With: r259730 Modified: head/lib/libstand/Makefile

svn commit: r259914 - head/usr.bin/rpcgen

2013-12-26 Thread Doug Rabson
Author: dfr Date: Thu Dec 26 11:38:33 2013 New Revision: 259914 URL: http://svnweb.freebsd.org/changeset/base/259914 Log: Generate client sample code which compiles without warnings. For 'rpcgen -a', generate a makefile where 'make clean all' works. Modified: head/usr.bin/rpcgen/rpc_main.c

svn commit: r259915 - head/sys/dev/vt

2013-12-26 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 26 14:25:37 2013 New Revision: 259915 URL: http://svnweb.freebsd.org/changeset/base/259915 Log: Fix AltGr, we should not only skip RAlt key release if enable_altgr is set, but also process RAlt key press same way. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r259916 - head/sbin/pfctl

2013-12-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Dec 26 15:51:14 2013 New Revision: 259916 URL: http://svnweb.freebsd.org/changeset/base/259916 Log: Use feature_present(3) to determine whether to open an INET or an INET6 socket when needed to allow pfctl to work on noinet and noinet6 kernels (and try to provide a

Re: svn commit: r259859 - head/sys/netinet/libalias

2013-12-26 Thread John Baldwin
On Tuesday, December 24, 2013 10:24:20 pm Gleb Smirnoff wrote: Author: glebius Date: Wed Dec 25 03:24:20 2013 New Revision: 259859 URL: http://svnweb.freebsd.org/changeset/base/259859 Log: Cleanup alias module handler register/unregister. - Remove locking, since all module(9)

Re: svn commit: r259881 - head/release

2013-12-26 Thread John Baldwin
On Wednesday, December 25, 2013 1:25:58 pm Julio Merino wrote: Author: jmmv Date: Wed Dec 25 18:25:58 2013 New Revision: 259881 URL: http://svnweb.freebsd.org/changeset/base/259881 Log: Put the release objdir inside the chroot. Hmm in my local releases of 10 this was already true that

svn commit: r259920 - in head/contrib/gcc: . doc

2013-12-26 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 26 18:09:16 2013 New Revision: 259920 URL: http://svnweb.freebsd.org/changeset/base/259920 Log: gcc: Implement -Wmost for compatibility with clang. This is equivalent to -Wall -Wno-parentheses. Obtained from:Apple GCC 4.2 - 5531 MFC after:1 week

Re: svn commit: r259881 - head/release

2013-12-26 Thread Julio Merino
On Thu, Dec 26, 2013 at 11:14 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, December 25, 2013 1:25:58 pm Julio Merino wrote: Author: jmmv Date: Wed Dec 25 18:25:58 2013 New Revision: 259881 URL: http://svnweb.freebsd.org/changeset/base/259881 Log: Put the release objdir

svn commit: r259921 - head/lib/libc/sys

2013-12-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Dec 26 19:16:30 2013 New Revision: 259921 URL: http://svnweb.freebsd.org/changeset/base/259921 Log: Provide the manual page for aio_fsync(2). Reviewed by: davidxu MFC after:1 week Added: head/lib/libc/sys/aio_fsync.2 (contents, props changed) Modified:

svn commit: r259922 - head/lib/libc/sys

2013-12-26 Thread Sergey Kandaurov
Author: pluknet Date: Thu Dec 26 19:18:43 2013 New Revision: 259922 URL: http://svnweb.freebsd.org/changeset/base/259922 Log: Fix an apparent typo. MFC after:3 days Modified: head/lib/libc/sys/aio_mlock.2 Modified: head/lib/libc/sys/aio_mlock.2

svn commit: r259924 - head/sys/amd64/vmm/io

2013-12-26 Thread Neel Natu
Author: neel Date: Thu Dec 26 19:58:30 2013 New Revision: 259924 URL: http://svnweb.freebsd.org/changeset/base/259924 Log: Modify handling of writes to the vlapic ID, LDR and DFR registers. The handlers are now called after the register value is updated in the virtual APIC page. This

Re: svn commit: r259859 - head/sys/netinet/libalias

2013-12-26 Thread Gleb Smirnoff
On Thu, Dec 26, 2013 at 11:04:54AM -0500, John Baldwin wrote: J On Tuesday, December 24, 2013 10:24:20 pm Gleb Smirnoff wrote: J Author: glebius J Date: Wed Dec 25 03:24:20 2013 J New Revision: 259859 J URL: http://svnweb.freebsd.org/changeset/base/259859 J J Log: JCleanup alias module

Re: svn commit: r259921 - head/lib/libc/sys

2013-12-26 Thread Jilles Tjoelker
On Thu, Dec 26, 2013 at 07:16:31PM +, Sergey Kandaurov wrote: Author: pluknet Date: Thu Dec 26 19:16:30 2013 New Revision: 259921 URL: http://svnweb.freebsd.org/changeset/base/259921 Log: Provide the manual page for aio_fsync(2). Reviewed by:davidxu MFC after: 1 week

svn commit: r259925 - in head/sys: geom/part sys

2013-12-26 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Thu Dec 26 21:06:12 2013 New Revision: 259925 URL: http://svnweb.freebsd.org/changeset/base/259925 Log: Add GPT UUID for VMware vSAN meta-data partition. Approved by: ae MFC after:2 weeks Modified: head/sys/geom/part/g_part.c

svn commit: r259926 - head/sys/sys

2013-12-26 Thread Dimitry Andric
Author: dim Date: Thu Dec 26 22:28:15 2013 New Revision: 259926 URL: http://svnweb.freebsd.org/changeset/base/259926 Log: In sys/sys/gpt.h, add a missing backslash at the end of the GPT_ENT_TYPE_VSANHDR define. Pointy hat to:marck MFC after:2 weeks X-MFC-With: r259925

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

2013-12-26 Thread Dimitry Andric
Author: dim Date: Thu Dec 26 22:31:47 2013 New Revision: 259927 URL: http://svnweb.freebsd.org/changeset/base/259927 Log: Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's Makefile. Pointy hat to:dim MFC after:3 days X-MFC-With: r259730 Modified:

svn commit: r259928 - head/sys/dev/bxe

2013-12-26 Thread Dimitry Andric
Author: dim Date: Thu Dec 26 22:42:11 2013 New Revision: 259928 URL: http://svnweb.freebsd.org/changeset/base/259928 Log: In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(), which has never been used. Reviewed by: edavis MFC after:3 days Modified:

svn commit: r259929 - in head: sbin/geom/class/mirror sys/geom/mirror

2013-12-26 Thread Andrey V. Elsukov
Author: ae Date: Fri Dec 27 02:43:53 2013 New Revision: 259929 URL: http://svnweb.freebsd.org/changeset/base/259929 Log: Add an ability to stop gmirror and clear its metadata in one command. This fixes the problem, when gmirror starts again just after stop. The problem occurs when

svn commit: r259936 - head/sys/arm/arm

2013-12-26 Thread Adrian Chadd
Author: adrian Date: Fri Dec 27 05:01:13 2013 New Revision: 259936 URL: http://svnweb.freebsd.org/changeset/base/259936 Log: Revert r252694 - which attempted to fix bit emulation for armv6/armv7. This seems to cause issues with jemalloc + {dhclient, sshd}. Thus, revert this for now

svn commit: r259937 - head/sys/amd64/vmm/io

2013-12-26 Thread Neel Natu
Author: neel Date: Fri Dec 27 07:01:42 2013 New Revision: 259937 URL: http://svnweb.freebsd.org/changeset/base/259937 Log: Modify handling of write to the vlapic SVR register. The handler is now called after the register value is updated in the virtual APIC page. This will make it easier

svn commit: r259938 - head/sys/sys

2013-12-26 Thread Tai-hwa Liang
Author: avatar Date: Fri Dec 27 07:02:07 2013 New Revision: 259938 URL: http://svnweb.freebsd.org/changeset/base/259938 Log: Fixing build bustage. Modified: head/sys/sys/gpt.h Modified: head/sys/sys/gpt.h == ---