Age | Commit message (Expand) | Author |
2013-03-11 | bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s... | Lennart Poettering |
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 |
2013-03-07 | Revert "bootchart: use _cleanup_close_" | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | bootchart: use _cleanup_close_ | Nathaniel Chen |
2013-03-07 | bootchart: document -C, --cmdline parameter | Harald Hoyer |
2013-03-07 | bootchart: use _cleanup_fclose_ | Harald Hoyer |
2013-03-07 | bootchart: rename global len to samples_len | Harald Hoyer |
2013-03-07 | bootchart: add parameter "-C" to expand process names to the full cmdline | Harald Hoyer |
2013-02-16 | bootchart: rename --filter to --no-filter | Zbigniew Jędrzejewski-Szmek |
2013-02-16 | bootchart: provide better error messages | Zbigniew Jędrzejewski-Szmek |
2013-02-16 | man: move bootchart README to manpage, docbooksify | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | bootchart: if "root=/dev" is not matched, don't try to read /sys | Harald Hoyer |
2013-02-14 | bootchart: stricter checks of cli input | Thomas Hindoe Paaboel Andersen |
2013-02-14 | bootchart: use conf-parser & CamelCase names in .conf | Thomas Hindoe Paaboel Andersen |
2013-02-14 | bootchart: parse /etc/os-release rather than system-release | Harald Hoyer |
2013-02-14 | bootchart: more fixes for bootchart in the initramfs | Harald Hoyer |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | man: bootchart: change /var/log to /run/log | William Giokas |
2013-02-13 | bootchart: Fix typos and some English | William Giokas |
2013-02-12 | bootchart: make bootchart work from within the initrd | Harald Hoyer |
2013-02-12 | systemd-bootchart: relicense to LGPLv2.1+ | Auke Kok |
2013-01-25 | Add _cleanup_pclose_ and fix mismatching pipe close opened by popen() | Zbigniew Jędrzejewski-Szmek |
2013-01-21 | build-sys: add makefile to bootchart | Lennart Poettering |
2013-01-14 | bootchart: no need for memset here | Lennart Poettering |
2013-01-10 | bootchart: fix a -Wshadow warning for "now" | Auke Kok |
2013-01-10 | bootchart: Convert malloc/memset to calloc | Auke Kok |
2013-01-10 | bootchart: Convert !strcmp usage to streq | Auke Kok |
2013-01-10 | bootchart: make sure that every read buffer is null terminated | Lukas Nykryn |
2013-01-10 | bootchart: tabs to spaces | Thomas Hindoe Paaboel Andersen |
2013-01-09 | bootchart: check return of fopen before setvbuf in log.c | Lukas Nykryn |
2013-01-07 | bootchart: merge bootchart | Auke Kok |