svn commit: r285670 - in head: lib/libc/sys lib/libkvm sys/compat/cloudabi sys/compat/linux sys/compat/svr4 sys/fs/procfs sys/kern sys/sys

2015-07-18 Thread Konstantin Belousov
Author: kib Date: Sat Jul 18 09:02:50 2015 New Revision: 285670 URL: https://svnweb.freebsd.org/changeset/base/285670 Log: The si_status field of the siginfo_t, provided by the waitid(2) and SIGCHLD signal, should keep full 32 bits of the status passed to the _exit(2). Split the

Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random s

2015-07-18 Thread Mark R V Murray
CC’ing to original lists. Kip’s problem has come to conclusion, and our final (private) email is forwarded to the lists with permission. It should be noted that Kip was importing CURRENT to a fork of FreeBSD, and there was a potential merging problem that may have caused a link failure. M On

svn commit: r285669 - head/sys/netinet

2015-07-18 Thread Kevin Lo
Author: kevlo Date: Sat Jul 18 06:48:30 2015 New Revision: 285669 URL: https://svnweb.freebsd.org/changeset/base/285669 Log: Since the IETF has redefined the meaning of the tos field to accommodate a set of differentiated services, set IPTOS_PREC_* macros using IPTOS_DSCP_* macro

Re: svn commit: r285664 - in head/sys: kern sys

2015-07-18 Thread Andriy Gapon
On 18/07/2015 03:57, Mark Johnston wrote: Author: markj Date: Sat Jul 18 00:57:30 2015 New Revision: 285664 URL: https://svnweb.freebsd.org/changeset/base/285664 Log: Pass the lock object to lockstat_nsecs() and return immediately if LO_NOPROFILE is set. Some timecounter handlers

Re: svn commit: r285644 - head/contrib/sqlite3

2015-07-18 Thread Bruce Evans
On Fri, 17 Jul 2015, Pedro Giffuni wrote: On 07/17/15 17:26, Peter Jeremy wrote: On 2015-Jul-16 22:07:14 +, Pedro F. Giffuni p...@freebsd.org wrote: Log: ... sqlite: clean a couple of invocations of memcpy(3) Found almost accidentally by our native gcc when enhanced with

Re: svn commit: r285664 - in head/sys: kern sys

2015-07-18 Thread Bruce Evans
On Sat, 18 Jul 2015, Mark Johnston wrote: Log: Pass the lock object to lockstat_nsecs() and return immediately if LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and we don't want to recurse if lockstat probes are enabled. It is an error to call timecounter code from a

svn commit: r285672 - head/usr.sbin/fstyp

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:03:51 2015 New Revision: 285672 URL: https://svnweb.freebsd.org/changeset/base/285672 Log: fstyp(8) ships with 10.2. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/fstyp.8 Modified: head/usr.sbin/fstyp/fstyp.8

svn commit: r285671 - head/usr.sbin/uefisign

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:03:17 2015 New Revision: 285671 URL: https://svnweb.freebsd.org/changeset/base/285671 Log: uefisign(8) ships with 10.2. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/uefisign/uefisign.8 Modified:

svn commit: r285677 - head/sys/netinet

2015-07-18 Thread Luigi Rizzo
Author: luigi Date: Sat Jul 18 15:28:32 2015 New Revision: 285677 URL: https://svnweb.freebsd.org/changeset/base/285677 Log: fix a typo in a comment Modified: head/sys/netinet/ip_var.h Modified: head/sys/netinet/ip_var.h

svn commit: r285676 - head/share/man/man4

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 15:27:12 2015 New Revision: 285676 URL: https://svnweb.freebsd.org/changeset/base/285676 Log: Expand sysctl descriptions in iscsi(4) and ctl(4). MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/ctl.4

svn commit: r285673 - head/sbin/devd

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:17:59 2015 New Revision: 285673 URL: https://svnweb.freebsd.org/changeset/base/285673 Log: Add CARP events description to devd.conf(5). MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sbin/devd/devd.conf.5 Modified:

Re: svn commit: r285644 - head/contrib/sqlite3

2015-07-18 Thread Pedro Giffuni
On 07/18/15 01:26, Bruce Evans wrote: On Fri, 17 Jul 2015, Pedro Giffuni wrote: ... The compiler warning is this: ... === lib/libsqlite3 (obj,depend,all,install) cc1: warnings being treated as errors /scratch/tmp/pfg/head/lib/libsqlite3/../../contrib/sqlite3/sqlite3.c: In function

svn commit: r285675 - head/etc

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:25:47 2015 New Revision: 285675 URL: https://svnweb.freebsd.org/changeset/base/285675 Log: Remove a comment in the wrong place. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/etc/devd.conf Modified: head/etc/devd.conf

svn commit: r285674 - head/sbin/devd

2015-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:24:54 2015 New Revision: 285674 URL: https://svnweb.freebsd.org/changeset/base/285674 Log: Document suspend/resume notification in devd.conf(5). MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sbin/devd/devd.conf.5 Modified:

svn commit: r285680 - head/sys/kern

2015-07-18 Thread Konstantin Belousov
Author: kib Date: Sat Jul 18 19:59:29 2015 New Revision: 285680 URL: https://svnweb.freebsd.org/changeset/base/285680 Log: Further cleanup after r285607. Remove useless release semantic for some stores to it_need. For stores where the release is needed, add a comment explaining why.

svn commit: r285681 - head/sys/boot/arm/ixp425/boot2

2015-07-18 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 18 20:19:51 2015 New Revision: 285681 URL: https://svnweb.freebsd.org/changeset/base/285681 Log: revert r278579, this is in a different compile environment than the kernel, and needs to be named cpu_id... Pointed out by: Berislav Purgar Modified:

Re: svn commit: r285644 - head/contrib/sqlite3

2015-07-18 Thread Dimitry Andric
On 18 Jul 2015, at 00:53, Pedro Giffuni p...@freebsd.org wrote: On 07/17/15 17:26, Peter Jeremy wrote: On 2015-Jul-16 22:07:14 +, Pedro F. Giffuni p...@freebsd.org wrote: Log: ... sqlite: clean a couple of invocations of memcpy(3) Found almost accidentally by our native gcc when

svn commit: r285683 - head/sys/boot/arm/ixp425/boot2

2015-07-18 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 18 22:47:46 2015 New Revision: 285683 URL: https://svnweb.freebsd.org/changeset/base/285683 Log: move the prototype to the lib.h header.. This makes more sense, and it's an API between boot2.c and arm_init.S which calls it.. Modified:

svn commit: r285682 - head/sys/boot/arm/ixp425/boot2

2015-07-18 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 18 20:21:25 2015 New Revision: 285682 URL: https://svnweb.freebsd.org/changeset/base/285682 Log: other fixes to make boot2 compile for IXP... Properly end the asm sections, and for some reason, main needs a prototype... If someone has a better fix, I'm all ears...

svn commit: r285679 - in head/usr.sbin/bsdinstall: partedit scripts

2015-07-18 Thread Allan Jude
Author: allanjude (doc committer) Date: Sat Jul 18 18:49:44 2015 New Revision: 285679 URL: https://svnweb.freebsd.org/changeset/base/285679 Log: Add support for two workarounds for known issues booting GPT in legacy mode on some hardware For Lenovo laptops with buggy bios (x220, t420,

svn commit: r285678 - head/sys/dev/mmc

2015-07-18 Thread Ian Lepore
Author: ian Date: Sat Jul 18 16:56:51 2015 New Revision: 285678 URL: https://svnweb.freebsd.org/changeset/base/285678 Log: Deselect the sd card before re-selecting it when working around a problem with some cards that causes them to become deselected after probing for switch capabilities.

svn commit: r285684 - in head/gnu: lib usr.bin

2015-07-18 Thread Marius Strobl
Author: marius Date: Sun Jul 19 00:38:19 2015 New Revision: 285684 URL: https://svnweb.freebsd.org/changeset/base/285684 Log: - Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, fixing parallel builds. - Don't build gdb/gdbtui/kgdb or libreadline when MK_BINUTILS

Re: svn commit: r285664 - in head/sys: kern sys

2015-07-18 Thread Mark Johnston
On Sat, Jul 18, 2015 at 08:55:07PM +1000, Bruce Evans wrote: On Sat, 18 Jul 2015, Mark Johnston wrote: Log: Pass the lock object to lockstat_nsecs() and return immediately if LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and we don't want to recurse if lockstat