summaryrefslogtreecommitdiff
path: root/src/detect-virt
Commit message (Collapse)AuthorAge
* virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen2014-02-24
| | | | This makes llvm happy when we assign an error code to the variable.
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
| | | | | Among other things this makes sure we always expose a --version command and show it in the help texts.
* virt: move caching of virtualization check results into detect_vm() and ↵Lennart Poettering2013-10-31
| | | | | | | | detect_container() After all, we ended up calling detect_container() more often than detect_virtualization(), hence the former one should cache the results, since the latter is only a wrapper around the former.
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-04
| | | | Yay, we now have a completely generic systemd. No distribution specific checks anymore!
* systemd-detect-virt: fix "option '--quiet' requires an argument"Kay Sievers2012-06-04
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50671
* silence a bunch of gcc warningsKay Sievers2012-04-17
|
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-13
|
* move all tools to subdirsKay Sievers2012-04-12