Date: Thu, 19 Nov 2015 07:50:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jhibbits@FreeBSD.org, markj@FreeBSD.org, imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Subject: FreeBSD_HEAD - Build #3554 - Fixed Message-ID: <149303222.73.1447919436087.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <53418481.65.1447903799485.JavaMail.jenkins@jenkins-9.freebsd.org> References: <53418481.65.1447903799485.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD - Build #3554 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3554/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3554/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3554/console Change summaries: 291060 by markj: Remove a commented-out debug print. MFC after: 1 week 291059 by markj: Add support for a configurable output channel to witness(4). This is useful in environments where system configuration is performed by automated interaction with the system console, since unexpected witness output makes such automation difficult. With this change, the new debug.witness.output_channel sysctl allows one to specify that witness output is to be printed to the kernel log (using log(9)) rather than the console. Reviewed by: cem, jhb MFC after: 2 weeks Relnotes: yes Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D4183 291058 by markj: Add vlog(9). Reviewed by: cem, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4183 291057 by markj: Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding the stack, take into account the copy of rsi pushed between the breakpoint trapframe and the dtrace_invop frame. Prior to r287644, this was covered by the fact that sizeof(struct amd64_frame) was 24 rather than 16. Reported by: smh 291056 by jhibbits: Revert r291009 until rman changes go in. Pointy-hat to: jhibbits 291055 by imp: Fix missing endif.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?149303222.73.1447919436087.JavaMail.jenkins>