summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2016-11-24Restore the errno in vlog() as well to have the same "safe errno"Reyk Floeter
2016-11-22Restore previous errno after log_warn*() to make sure that it neverReyk Floeter
2016-10-31Pass the errno value to vfatal(), renaming it to vfatalc() to match,Philip Guenther
2016-10-12For correctness, always save errno when doing additional actionsReyk Floeter
2015-12-07Skip the "fatal in" message prefix when aborting with fatal() - whenReyk Floeter
2015-11-23Add support for logging to stderr or syslog, and to run vmd inReyk Floeter