svn commit: r270443 - head/sys/kern

2014-08-24 Thread Mateusz Guzik
Author: mjg Date: Sun Aug 24 09:02:16 2014 New Revision: 270443 URL: http://svnweb.freebsd.org/changeset/base/270443 Log: Properly reparent traced processes when the tracer dies. Previously they were uncoditionally reparented to init. In effect it was possible that tracee was never return

svn commit: r270444 - in head/sys: kern sys

2014-08-24 Thread Mateusz Guzik
Author: mjg Date: Sun Aug 24 09:04:09 2014 New Revision: 270444 URL: http://svnweb.freebsd.org/changeset/base/270444 Log: Fix getppid for traced processes. Traced processes always have the tracer set as the parent. Utilize proc_realparent to obtain the right process when needed. Revi

svn commit: r270445 - head/sys/boot/common

2014-08-24 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 24 09:20:30 2014 New Revision: 270445 URL: http://svnweb.freebsd.org/changeset/base/270445 Log: The size of the GPT table can not be less than one sector. Reported by: rodrigc@ MFC after:1 week Modified: head/sys/boot/common/part.c Modified: head/sys/boot

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

2014-08-24 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 24 09:22:03 2014 New Revision: 270446 URL: http://svnweb.freebsd.org/changeset/base/270446 Log: vt(4): Remove vd_bitbltchr_t It's replaced by vd_bitblt_text_t, which gives more context to the backend and allows it to perform more efficiently when redrawing a

svn commit: r270447 - head/sys/kern

2014-08-24 Thread Mateusz Guzik
Author: mjg Date: Sun Aug 24 09:24:37 2014 New Revision: 270447 URL: http://svnweb.freebsd.org/changeset/base/270447 Log: Use refcount_init in sigacts_alloc. This change is a no-op, but fixes up an inconsistency introduced with r268634. MFC after:3 days Modified: head/sys/kern

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

2014-08-24 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 24 09:47:39 2014 New Revision: 270448 URL: http://svnweb.freebsd.org/changeset/base/270448 Log: vt(4): Fix order of arguments (x <-> y) when showing the splash screen MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_cor

svn commit: r270454 - head/usr.sbin/autofs

2014-08-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 24 12:32:26 2014 New Revision: 270454 URL: http://svnweb.freebsd.org/changeset/base/270454 Log: Fix handling of keys in executable maps. Previously it was broken for keys containing whitespace. PR: 192947 MFC after:2 weeks Sponsored by: The F

svn commit: r270455 - head/release

2014-08-24 Thread Glen Barber
Author: gjb Date: Sun Aug 24 12:50:50 2014 New Revision: 270455 URL: http://svnweb.freebsd.org/changeset/base/270455 Log: Set OSREL and UNAME_r in release/release.sh when building ports to prevent ports build failures from killing the release build. MFC after:3 days X-MFC-with:

svn commit: r270456 - head/sys/kern

2014-08-24 Thread Mateusz Guzik
Author: mjg Date: Sun Aug 24 12:51:12 2014 New Revision: 270456 URL: http://svnweb.freebsd.org/changeset/base/270456 Log: Plug a memory leak in case of failed lookups in capability mode. Put common cnp cleanup into one function and use it for this purpose. MFC after:1 week Modifie

svn commit: r270457 - head/release

2014-08-24 Thread Glen Barber
Author: gjb Date: Sun Aug 24 12:51:34 2014 New Revision: 270457 URL: http://svnweb.freebsd.org/changeset/base/270457 Log: Wrap a long line. MFC after:3 days X-MFC-with: r270417, r270418, r270455 Sponsored by: The FreeBSD Foundation Modified: head/release/release.sh Modified: h

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-08-24 Thread Jilles Tjoelker
On Sat, Aug 23, 2014 at 09:42:21PM +0300, Konstantin Belousov wrote: > On Sat, Aug 23, 2014 at 07:52:44PM +0200, Jilles Tjoelker wrote: > > On Fri, Aug 22, 2014 at 06:31:39PM +0300, Konstantin Belousov wrote: > > > On Fri, Aug 22, 2014 at 03:43:53PM +0200, Jilles Tjoelker wrote: > > > > This is goo

svn commit: r270485 - head/sys/dev/vt/hw/vga

2014-08-24 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Aug 24 14:39:33 2014 New Revision: 270485 URL: http://svnweb.freebsd.org/changeset/base/270485 Log: vt_vga: Fix the display of the splash screen MFC after:1 week Modified: head/sys/dev/vt/hw/vga/vt_vga.c Modified: head/sys/dev/vt/hw/vga/vt_vga.c ==

Re: svn commit: r270445 - head/sys/boot/common

2014-08-24 Thread Marcel Moolenaar
On Aug 24, 2014, at 2:20 AM, Andrey V. Elsukov wrote: > Author: ae > Date: Sun Aug 24 09:20:30 2014 > New Revision: 270445 > URL: http://svnweb.freebsd.org/changeset/base/270445 > > Log: > The size of the GPT table can not be less than one sector. Does this actually fix the qemu problem? Inte

svn commit: r270504 - head/sys/kern

2014-08-24 Thread Konstantin Belousov
Author: kib Date: Sun Aug 24 16:37:50 2014 New Revision: 270504 URL: http://svnweb.freebsd.org/changeset/base/270504 Log: Revert the handling of all siginfo sa_flags except SA_SIGINFO to the pre-r270321. Namely, the flags are preserved for SIG_DFL and SIG_IGN dispositions. Requested an

svn commit: r270505 - head/usr.sbin/bsdconfig/share

2014-08-24 Thread Devin Teske
Author: dteske Date: Sun Aug 24 16:40:31 2014 New Revision: 270505 URL: http://svnweb.freebsd.org/changeset/base/270505 Log: Optimize f_which() to be slightly faster still. Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/share/common.subr ===

svn commit: r270506 - head/lib/libproc

2014-08-24 Thread Mark Johnston
Author: markj Date: Sun Aug 24 17:02:27 2014 New Revision: 270506 URL: http://svnweb.freebsd.org/changeset/base/270506 Log: Fix a bug in r265255: only return NULL if the requested map wasn't found. Submitted by: Luke Chang-Hsien Tsai MFC after:1 week Modified: head/lib/libproc/pro

svn commit: r270507 - head/sys/fs/autofs

2014-08-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Aug 24 17:03:52 2014 New Revision: 270507 URL: http://svnweb.freebsd.org/changeset/base/270507 Log: Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs, prevented "mv a/from a/to" from working, while "cd a && mv from to" was ok. PR: 19

svn commit: r270508 - head/sys/cddl/dev/fbt

2014-08-24 Thread Mark Johnston
Author: markj Date: Sun Aug 24 17:10:47 2014 New Revision: 270508 URL: http://svnweb.freebsd.org/changeset/base/270508 Log: Restore the correct value when disabling probes. Otherwise the instrumented tracepoints would continue to generate traps, which would be ignored but could consume notic

svn commit: r270510 - head

2014-08-24 Thread Don Lewis
Author: truckman Date: Sun Aug 24 21:21:54 2014 New Revision: 270510 URL: http://svnweb.freebsd.org/changeset/base/270510 Log: Catch up to gcc 3.3 -> 3.4 upgrade. MFC after:3 days Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc =

Re: svn commit: r270510 - head

2014-08-24 Thread Peter Wemm
On Sunday 24 August 2014 21:21:54 Don Lewis wrote: > Author: truckman > Date: Sun Aug 24 21:21:54 2014 > New Revision: 270510 > URL: http://svnweb.freebsd.org/changeset/base/270510 > > Log: > Catch up to gcc 3.3 -> 3.4 upgrade. > > MFC after: 3 days > > Modified: > head/ObsoleteFiles.inc

Re: svn commit: r270510 - head

2014-08-24 Thread Don Lewis
On 24 Aug, Peter Wemm wrote: > On Sunday 24 August 2014 21:21:54 Don Lewis wrote: >> Author: truckman >> Date: Sun Aug 24 21:21:54 2014 >> New Revision: 270510 >> URL: http://svnweb.freebsd.org/changeset/base/270510 >> >> Log: >> Catch up to gcc 3.3 -> 3.4 upgrade. >> >> MFC after: 3 days >>

Re: svn commit: r270510 - head

2014-08-24 Thread Rui Paulo
On Aug 24, 2014, at 14:44, Peter Wemm wrote: > > On Sunday 24 August 2014 21:21:54 Don Lewis wrote: >> Author: truckman >> Date: Sun Aug 24 21:21:54 2014 >> New Revision: 270510 >> URL: http://svnweb.freebsd.org/changeset/base/270510 >> >> Log: >> Catch up to gcc 3.3 -> 3.4 upgrade. >> >> MFC

Re: svn commit: r270510 - head

2014-08-24 Thread Don Lewis
On 24 Aug, Rui Paulo wrote: > On Aug 24, 2014, at 14:44, Peter Wemm wrote: >> >> On Sunday 24 August 2014 21:21:54 Don Lewis wrote: >>> Author: truckman >>> Date: Sun Aug 24 21:21:54 2014 >>> New Revision: 270510 >>> URL: http://svnweb.freebsd.org/changeset/base/270510 >>> >>> Log: >>> Catch up

Re: svn commit: r270510 - head

2014-08-24 Thread Rui Paulo
On Aug 24, 2014, at 16:01, Don Lewis wrote: > > On 24 Aug, Rui Paulo wrote: >> On Aug 24, 2014, at 14:44, Peter Wemm wrote: >>> >>> On Sunday 24 August 2014 21:21:54 Don Lewis wrote: Author: truckman Date: Sun Aug 24 21:21:54 2014 New Revision: 270510 URL: http://svnweb.free

Re: svn commit: r270510 - head

2014-08-24 Thread Mark Linimon
On Sun, Aug 24, 2014 at 02:44:14PM -0700, Peter Wemm wrote: > I suspect that there's a story here that needs to be told.. Pull the string! The story must be told! mcl ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/s

svn commit: r270512 - head/share/examples/bhyve

2014-08-24 Thread Craig Rodrigues
Author: rodrigc Date: Mon Aug 25 01:04:07 2014 New Revision: 270512 URL: http://svnweb.freebsd.org/changeset/base/270512 Log: Add comment which describes the exit status codes returned from /usr/sbin/bhyve. These are in src/usr.sbin/bhyve/bhyverun.c. Reviewed by: neel Modified: head/s

svn commit: r270513 - head/share/examples/bhyve

2014-08-24 Thread Craig Rodrigues
Author: rodrigc Date: Mon Aug 25 01:36:56 2014 New Revision: 270513 URL: http://svnweb.freebsd.org/changeset/base/270513 Log: If the VM was reset via "/sbin/reboot" or "shutdown -r", then it is no longer necessary to "bhyvectl --destroy" the VM when it reboots. Move the "bhyvectl --destroy"

svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-24 Thread Adrian Chadd
Author: adrian Date: Mon Aug 25 05:03:10 2014 New Revision: 270516 URL: http://svnweb.freebsd.org/changeset/base/270516 Log: i915 driver - enable opregion handle; program CADL. add opregion handling for drm2 - which exposes some ACPI video configuration pieces that some Lenovo laptop mode

svn commit: r270517 - head/tools/tools/ath/athaggrstats

2014-08-24 Thread Adrian Chadd
Author: adrian Date: Mon Aug 25 05:26:48 2014 New Revision: 270517 URL: http://svnweb.freebsd.org/changeset/base/270517 Log: Allow it to compile again. Modified: head/tools/tools/ath/athaggrstats/Makefile Modified: head/tools/tools/ath/athaggrstats/Makefile ==

svn commit: r270518 - head/usr.sbin/wlandebug

2014-08-24 Thread Hiren Panchasara
Author: hiren Date: Mon Aug 25 05:52:05 2014 New Revision: 270518 URL: http://svnweb.freebsd.org/changeset/base/270518 Log: Fix a typo to catch correct condition. Modified: head/usr.sbin/wlandebug/wlandebug.c Modified: head/usr.sbin/wlandebug/wlandebug.c =

svn commit: r270519 - in head: lib/libc share/mk

2014-08-24 Thread Garrett Cooper
Author: ngie Date: Mon Aug 25 06:10:03 2014 New Revision: 270519 URL: http://svnweb.freebsd.org/changeset/base/270519 Log: Fix "make checkdpadd" for lib/libc when MK_SSP != no Add LIBSSP_NONSHARED to bsd.libnames.mk and append LIBSSP_NONSHARED to DPADD in lib/libc when MK_SSP != no

svn commit: r270520 - in head/tools/tools: ath/athaggrstats net80211/wlanstats

2014-08-24 Thread Adrian Chadd
Author: adrian Date: Mon Aug 25 06:14:57 2014 New Revision: 270520 URL: http://svnweb.freebsd.org/changeset/base/270520 Log: Update these to make them actually compile! Tested: * cross compilation to MIPS Modified: head/tools/tools/ath/athaggrstats/Makefile head/tools/tools/net802