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.

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to