summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)AuthorFilesLines
2013-03-21bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-11bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...Lennart Poettering1-6/+5
2013-03-11bootchart: various superficial cleanupsLennart Poettering6-215/+242
2013-03-11bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering1-0/+0
2013-03-07Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2-4/+9
2013-03-07bootchart: use _cleanup_close_Nathaniel Chen2-9/+4
2013-03-07bootchart: document -C, --cmdline parameterHarald Hoyer1-0/+2
2013-03-07bootchart: use _cleanup_fclose_Harald Hoyer1-8/+4
2013-03-07bootchart: rename global len to samples_lenHarald Hoyer4-20/+20
2013-03-07bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer4-10/+72
2013-02-16bootchart: rename --filter to --no-filterZbigniew Jędrzejewski-Szmek1-22/+22
2013-02-16bootchart: provide better error messagesZbigniew Jędrzejewski-Szmek1-9/+21
2013-02-16man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek2-83/+11
2013-02-14bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer1-8/+9
2013-02-14bootchart: stricter checks of cli inputThomas Hindoe Paaboel Andersen1-18/+21
2013-02-14bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen3-72/+58
2013-02-14bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer3-14/+12
2013-02-14bootchart: more fixes for bootchart in the initramfsHarald Hoyer3-5/+21
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-13man: bootchart: change /var/log to /run/logWilliam Giokas3-3/+3
2013-02-13bootchart: Fix typos and some EnglishWilliam Giokas2-4/+4
2013-02-12bootchart: make bootchart work from within the initrdHarald Hoyer2-30/+46
2013-02-12systemd-bootchart: relicense to LGPLv2.1+Auke Kok4-52/+83
2013-01-25Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek1-3/+3
2013-01-21build-sys: add makefile to bootchartLennart Poettering1-0/+1
2013-01-14bootchart: no need for memset hereLennart Poettering1-3/+1
2013-01-10bootchart: fix a -Wshadow warning for "now"Auke Kok1-3/+3
2013-01-10bootchart: Convert malloc/memset to callocAuke Kok2-9/+6
2013-01-10bootchart: Convert !strcmp usage to streqAuke Kok2-12/+14
2013-01-10bootchart: make sure that every read buffer is null terminatedLukas Nykryn1-4/+11
2013-01-10bootchart: tabs to spacesThomas Hindoe Paaboel Andersen4-1643/+1643
2013-01-09bootchart: check return of fopen before setvbuf in log.cLukas Nykryn1-1/+1
2013-01-07bootchart: merge bootchartAuke Kok6-0/+2112