summary refs log tree commit diff
path: root/sys_util/src/syslog.rs
Commit message (Expand)AuthorAge
* sys_util: cleanup shared mem file after testMatt Delco2020-02-26
* sys_util: fix new warning initializing OnceDylan Reid2019-07-24
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* sys_util: Enable macros imported individuallyDavid Tolnay2019-04-15
* sys_util: don't use hostname in syslog message headerChris Morin2019-03-20
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* error: Print errors using Display implDavid Tolnay2019-02-20
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* sys_util: simplify format string for Display impl for PriorityZach Reizner2018-10-12
* cargo fmt all source codeZach Reizner2018-10-09
* syslog: closelog before trying to figure out the fdChirantan Ekbote2018-01-05
* sys_util: use libc's openlog to connect to syslogZach Reizner2017-09-06
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* sys_util: syslog - Scope access from within macrosDylan Reid2017-07-13
* sys_util: add syslog module for logging to syslogZach Reizner2017-07-05