git: kernel/x86_64: Do not print a message upon every segmentation fault.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Nov 3 01:29:59 PDT 2013
commit 11782aab42627b35995ce5d21fc8950b365740e1
Author: Sascha Wildner <saw at online.de>
Date: Sun Nov 3 09:21:33 2013 +0100
kernel/x86_64: Do not print a message upon every segmentation fault.
It was printed even when the SIGSEGV was caught, such as by configure
tests, causing a rather noisy console when packages were built. After
this commit we're back to the traditional behavior (no message if the
signal is caught, and the usual message if not):
pid <pid> (<user>), uid <uid>: exited on signal 11 (core dumped)
While here, adjust some comments.
Summary of changes:
sys/platform/pc64/x86_64/trap.c | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/11782aab42627b35995ce5d21fc8950b365740e1
--
DragonFly BSD source repository
More information about the Commits
mailing list