Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | Add _cleanup_pclose_ and fix mismatching pipe close opened by popen() | Zbigniew Jędrzejewski-Szmek | |
Based-on-patch-by: Thomas Jarosch <thomas.jarosch@intra2net.com> cppcheck reported: [src/bootchart/svg.c:791]: (error) Mismatching allocation and deallocation: f | |||
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 | |
Bootchart is renamed to 'systemd-bootchart' and installed as /usr/lib/systemd/systemd-bootchart. The configuration file will reside in /etc/systemd/bootchart.conf. |