Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-06-30 | bootchart: Ensure that /proc/schedstat is read entirely | Gianpaolo Macario |
2015-06-25 | bootchart: Account CPU time spent in non-main threads of processes (v5) | Gianpaolo Macario |
2015-04-05 | bootchart: fix check for no fd | Shawn Landden |
2015-04-03 | bootchart: assorted coding style fixes | Daniel Mack |
2015-04-03 | bootchart: kill a bunch of global variables | Daniel Mack |
2015-04-03 | bootchart: clean up sysfd and proc handling | Daniel Mack |
2015-04-03 | bootchart: clean up control flow logic | Daniel Mack |
2015-04-03 | bootchart: switch to log_* helpers | Daniel Mack |
2015-03-30 | systemd-bootchart: Repair Entropy Graph | Alexander Sverdlin |
2015-03-30 | systemd-bootchart: Prevent leaking file descriptors in open-fdopen combination | Alexander Sverdlin |
2015-03-30 | systemd-bootchart: Prevent closing random file descriptors | Alexander Sverdlin |
2015-03-24 | bootchart: more useful error message for common error | Shawn Landden |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-09-28 | bootchart: Do not try to access data for non-existing CPU's | Philippe De Swert |
2014-09-28 | bootchart: parse userinput with safe_atoi | Thomas Hindoe Paaboel Andersen |
2014-09-16 | bootchart: oom-check correct variable | Andreas Henriksson |
2014-09-16 | bootchart: use safe_atod() rather than strtod() | Tom Gundersen |
2014-08-18 | bootchart: use NSEC_PER_SEC | Ronny Chevalier |
2014-08-03 | bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME | Karel Zak |
2014-04-24 | bootchart: add control group option | WaLyong Cho |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering |
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2013-12-30 | bootchart: Remove unneeded check for NULL | Stefan Beller |
2013-10-15 | Fix for SIGSEGV in systemd-bootchart on short-living processes | Igor Zhbanov |
2013-08-14 | bootchart: remove +x permissions on .c file | Zbigniew Jędrzejewski-Szmek |
2013-06-12 | bootchart: fix typos in copyright notices | Jason St. John |
2013-05-02 | Dynamically allocate bootchart logs | Nathaniel Chen |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-03-31 | bootchart: fix a potential buffer overrun | Zbigniew Jędrzejewski-Szmek |
2013-03-28 | bootchart: properly terminate string | Zbigniew Jędrzejewski-Szmek |
2013-03-11 | bootchart: various superficial cleanups | Lennart Poettering |
2013-03-11 | bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c | Lennart Poettering |