Re: svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-19 Thread Adrian Chadd
Hi! This broke -HEAD. 'exc' in vmx_inject_interrupts() is no longer initialised before use /and/ it's part of a KASSERT() output. Thanks! -a On 19 July 2014 13:59, Neel Natu wrote: > Author: neel > Date: Sat Jul 19 20:59:08 2014 > New Revision: 268889 > URL: http://svnweb.freebsd.org/changes

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

2014-07-19 Thread Adrian Chadd
Author: adrian Date: Sun Jul 20 04:11:18 2014 New Revision: 268907 URL: http://svnweb.freebsd.org/changeset/base/268907 Log: Correctly program the RSS redirection table entries. Without this, the RSS bucket assignments aren't correct - they're DCBA instead of ABCD in each DWORD. Test

svn commit: r268898 - head/sys/powerpc/ps3

2014-07-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jul 20 00:08:50 2014 New Revision: 268898 URL: http://svnweb.freebsd.org/changeset/base/268898 Log: Fix allocation of 128MB extended memory region, broken since some careless modifications in December. MFC after:3 days Modified: head/sys/powerpc/ps3/pla

svn commit: r268895 - head/sys/powerpc/ps3

2014-07-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jul 19 23:39:17 2014 New Revision: 268895 URL: http://svnweb.freebsd.org/changeset/base/268895 Log: Enable X11 via xf86-video-scfb on the Playstation 3. This commit made from an xterm running for the first time on said Playstation. Modified: head/sys/powerpc/ps3

Re: svn commit: r268877 - head/share/mk

2014-07-19 Thread Ian Lepore
On Sat, 2014-07-19 at 15:19 -0700, Adrian Chadd wrote: > On 19 July 2014 14:23, Ian Lepore wrote: > > On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote: > >> Author: des > >> Date: Sat Jul 19 14:26:04 2014 > >> New Revision: 268877 > >> URL: http://svnweb.freebsd.org/changeset/base/2688

Re: svn commit: r268877 - head/share/mk

2014-07-19 Thread Adrian Chadd
On 19 July 2014 14:23, Ian Lepore wrote: > On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote: >> Author: des >> Date: Sat Jul 19 14:26:04 2014 >> New Revision: 268877 >> URL: http://svnweb.freebsd.org/changeset/base/268877 >> >> Log: >> Use -o (output to file) instead of -t (print to

svn commit: r268893 - in head: lib/libc/arm lib/libc/arm/aeabi sys/arm/include sys/sys

2014-07-19 Thread Ian Lepore
Author: ian Date: Sat Jul 19 22:13:27 2014 New Revision: 268893 URL: http://svnweb.freebsd.org/changeset/base/268893 Log: Add dl_unwind_find_exidx() for ARM EABI, required for C++ exception handling. For statically linked apps this uses the __exidx_start/end symbols set up by the linker. F

Re: svn commit: r268877 - head/share/mk

2014-07-19 Thread Ian Lepore
On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote: > Author: des > Date: Sat Jul 19 14:26:04 2014 > New Revision: 268877 > URL: http://svnweb.freebsd.org/changeset/base/268877 > > Log: > Use -o (output to file) instead of -t (print to stdout) and a redirect. > > MFC after: 1 wee

svn commit: r268890 - head/lib/libpam/modules/pam_group

2014-07-19 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jul 19 21:04:21 2014 New Revision: 268890 URL: http://svnweb.freebsd.org/changeset/base/268890 Log: Add support for the "account" facility. PR: 115164 MFC after:1 week Modified: head/lib/libpam/modules/pam_group/pam_group.8 head/lib/libpam/modules/

svn commit: r268889 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-07-19 Thread Neel Natu
Author: neel Date: Sat Jul 19 20:59:08 2014 New Revision: 268889 URL: http://svnweb.freebsd.org/changeset/base/268889 Log: Handle nested exceptions in bhyve. A nested exception condition arises when a second exception is triggered while delivering the first exception. Most nested exceptio

svn commit: r268888 - head/lib/libpam/modules/pam_group

2014-07-19 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jul 19 20:55:13 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Check if the specified group is the user's primary group before iterating over the (possibly empty) list of members. Otherwise, we get a false negative when the target g

svn commit: r268883 - in head: contrib/unbound contrib/unbound/util lib/libunbound

2014-07-19 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jul 19 18:38:48 2014 New Revision: 268883 URL: http://svnweb.freebsd.org/changeset/base/268883 Log: Clean up the libunbound build to avoid accidentally regenerating the configuration lexer and parser during buildworld. Instead of being included in the source as it is i

svn commit: r268880 - in head/sys/powerpc: aim powerpc

2014-07-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jul 19 15:11:58 2014 New Revision: 268880 URL: http://svnweb.freebsd.org/changeset/base/268880 Log: Allow mappings of memory not previously direct-mapped by the kernel when calling mmap on /dev/mem and add a handler for the possible userland machine checks that m

svn commit: r268879 - head/usr.bin/procstat

2014-07-19 Thread Robert Watson
Author: rwatson Date: Sat Jul 19 15:09:53 2014 New Revision: 268879 URL: http://svnweb.freebsd.org/changeset/base/268879 Log: Better align headers and data for 'procstat -f' with and without '-C'. MFC after:3 days Sponsored by: DARPA, AFRL Modified: head/usr.bin/procstat/procstat_f

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

2014-07-19 Thread Pedro Giffuni
On 07/19/14 06:29, Bruce Evans wrote: On Sat, 19 Jul 2014, Pedro Giffuni wrote: Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans ha scritto: On Sat, 19 Jul 2014, Pedro F. Giffuni wrote: Log: Use unsigned optlen in getsourcefilter() Sizes can not be negative and the functions that use

svn commit: r268878 - head/lib/libc/net

2014-07-19 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 19 14:34:06 2014 New Revision: 268878 URL: http://svnweb.freebsd.org/changeset/base/268878 Log: Clean r268867. Proposed by: bde Modified: head/lib/libc/net/sourcefilter.c Modified: head/lib/libc/net/sourcefilter.c ==

svn commit: r268877 - head/share/mk

2014-07-19 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jul 19 14:26:04 2014 New Revision: 268877 URL: http://svnweb.freebsd.org/changeset/base/268877 Log: Use -o (output to file) instead of -t (print to stdout) and a redirect. MFC after:1 week Modified: head/share/mk/bsd.dep.mk Modified: head/share/mk/bsd.dep.mk ==

svn commit: r268876 - in head/contrib/libucl: src tests/basic

2014-07-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 19 14:10:31 2014 New Revision: 268876 URL: http://svnweb.freebsd.org/changeset/base/268876 Log: Merge libucl 20140718 (fixes a bug in the parser) Added: head/contrib/libucl/tests/basic/11.in - copied unchanged from r268875, vendor/libucl/dist/tests/basic/11.in

svn commit: r268873 - head/bin/sh

2014-07-19 Thread Jilles Tjoelker
Author: jilles Date: Sat Jul 19 14:06:23 2014 New Revision: 268873 URL: http://svnweb.freebsd.org/changeset/base/268873 Log: sh: Deduplicate some code in ulimit builtin. Modified: head/bin/sh/miscbltin.c Modified: head/bin/sh/miscbltin.c ==

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

2014-07-19 Thread Bruce Evans
On Sat, 19 Jul 2014, Pedro Giffuni wrote: Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans ha scritto: On Sat, 19 Jul 2014, Pedro F. Giffuni wrote: Log: Use unsigned optlen in getsourcefilter() Sizes can not be negative and the functions that use it expect an unsigned value anyways. Ob

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

2014-07-19 Thread Pedro Giffuni
Hello; Il giorno 19/lug/2014, alle ore 02:36, Bruce Evans ha scritto: > On Sat, 19 Jul 2014, Pedro F. Giffuni wrote: > >> Log: >> Use unsigned optlen in getsourcefilter() >> >> Sizes can not be negative and the functions that use it >> expect an unsigned value anyways. >> >> Obtained from:

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

2014-07-19 Thread Bruce Evans
On Sat, 19 Jul 2014, Pedro F. Giffuni wrote: Log: Use unsigned optlen in getsourcefilter() Sizes can not be negative and the functions that use it expect an unsigned value anyways. Obtained from: Apple (Libc-997.90.3) MFC after: 1 week Most uses of unsigned types are bugs. This one