Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Turning off filtering with --filter is just too confusing. Config option "Filter" doesn't have to be changed, here "Filter=yes" already meant to filter. | |||
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: 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 | |
Also parse it early, so that we can get it in the initramfs. | |||
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 | |
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-12 | bootchart: make bootchart work from within the initrd | Harald Hoyer | |
With this patch, bootchart can be started from within the initramfs via the kernel command line "rdinit=/usr/lib/systemd/systemd-bootchart" see: http://harald.fedorapeople.org/downloads/bootchart-20130207-1652.svg | |||
2013-02-12 | systemd-bootchart: relicense to LGPLv2.1+ | Auke Kok | |
When we merged systemd-bootchart we omitted relicensing this to LGPL. Now that code is being used for other purposes we need to make sure the code is shareable within systemd without further problems. The original committers and contributors of bootchart before it was merged all have agreed with the relicensing. | |||
2013-01-14 | bootchart: no need for memset here | Lennart Poettering | |
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: tabs to spaces | Thomas Hindoe Paaboel Andersen | |
2013-01-07 | bootchart: merge bootchart | Auke Kok | |
Bootchart is renamed to 'systemd-bootchart' and installed as /usr/lib/systemd/systemd-bootchart. The configuration file will reside in /etc/systemd/bootchart.conf. |