summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-5/+12
* Restore the errno in vlog() as well to have the same "safe errno"reyk2016-11-241-2/+4
* Restore previous errno after log_warn*() to make sure that it neverreyk2016-11-221-1/+3
* Pass the errno value to vfatal(), renaming it to vfatalc() to match,guenther2016-10-311-8/+6
* For correctness, always save errno when doing additional actionsreyk2016-10-121-8/+11
* Skip the "fatal in" message prefix when aborting with fatal() - whenreyk2015-12-071-3/+3
* Add support for logging to stderr or syslog, and to run vmd inreyk2015-11-231-0/+206