Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-08 | analyze: use defines where we don't need static variables | Lennart Poettering | |
2013-03-08 | analyze: by now, systemd-analyze is hardly all my work | Lennart Poettering | |
2013-03-08 | analyze: various cleanups | Lennart Poettering | |
Update systemd-analyze to follow the coding style of the other tools more closely. Also, update the CODING_STYLE to document this for future additions. Changes: - Always use usec_t for time units, so that we always use the same types everywhere, and format times the same way as everywhere else. - Add "static" to global variables - Make sure we can always distuingish OOM and other errors: ensure we always return useful error codes from all functions. - Always free unit_times array | |||
2013-03-01 | systemd-analyze: free unit_times only if it is not NULL | Lukas Nykryn | |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer | |
Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577 | |||
2013-02-13 | Move systemctl dot to systemd-analyze dot | Simon Peeters | |
2013-02-13 | systemd-analyze: rewrite in C. | Simon Peeters | |
Written by Peeters Simon <peeters.simon@gmail.com>. Makefile stuff and cleaned up a bit by Auke Kok <auke-jan.h.kok@intel.com>. Some code inspired by Marc-Antoine Perennou <Marc-Antoine@Perennou.com>. |