summaryrefslogtreecommitdiff
path: root/src/bootchart
Commit message (Expand)AuthorAgeFilesLines
* bootchart: cleanup unused structs and globalsAuke Kok2013-05-021-8/+0
* Dynamically allocate bootchart logsNathaniel Chen2013-05-025-143/+437
* conf-parser: restrict .include usageLennart Poettering2013-04-251-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-183-7/+7
* bootchart: Fix errno usage.Auke Kok2013-04-171-1/+1
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-171-1/+1
* bootchart: put the bootchart into the journal.Auke Kok2013-04-151-0/+53
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-102-9/+7
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-11/+8
* bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek2013-03-312-11/+5
* bootchart: split out option parsing from main()Zbigniew Jędrzejewski-Szmek2013-03-311-50/+62
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-311-3/+0
* bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek2013-03-281-5/+6
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-211-2/+2
* bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...Lennart Poettering2013-03-111-6/+5
* bootchart: various superficial cleanupsLennart Poettering2013-03-116-215/+242
* bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering2013-03-111-0/+0
* Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2013-03-072-4/+9
* bootchart: use _cleanup_close_Nathaniel Chen2013-03-072-9/+4
* bootchart: document -C, --cmdline parameterHarald Hoyer2013-03-071-0/+2
* bootchart: use _cleanup_fclose_Harald Hoyer2013-03-071-8/+4
* bootchart: rename global len to samples_lenHarald Hoyer2013-03-074-20/+20
* bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer2013-03-074-10/+72
* bootchart: rename --filter to --no-filterZbigniew Jędrzejewski-Szmek2013-02-161-22/+22
* bootchart: provide better error messagesZbigniew Jędrzejewski-Szmek2013-02-161-9/+21
* man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek2013-02-162-83/+11
* bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer2013-02-141-8/+9
* bootchart: stricter checks of cli inputThomas Hindoe Paaboel Andersen2013-02-141-18/+21
* bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen2013-02-143-72/+58
* bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer2013-02-143-14/+12
* bootchart: more fixes for bootchart in the initramfsHarald Hoyer2013-02-143-5/+21
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* man: bootchart: change /var/log to /run/logWilliam Giokas2013-02-133-3/+3
* bootchart: Fix typos and some EnglishWilliam Giokas2013-02-132-4/+4
* bootchart: make bootchart work from within the initrdHarald Hoyer2013-02-122-30/+46
* systemd-bootchart: relicense to LGPLv2.1+Auke Kok2013-02-124-52/+83
* Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek2013-01-251-3/+3
* build-sys: add makefile to bootchartLennart Poettering2013-01-211-0/+1
* bootchart: no need for memset hereLennart Poettering2013-01-141-3/+1
* bootchart: fix a -Wshadow warning for "now"Auke Kok2013-01-101-3/+3
* bootchart: Convert malloc/memset to callocAuke Kok2013-01-102-9/+6
* bootchart: Convert !strcmp usage to streqAuke Kok2013-01-102-12/+14
* bootchart: make sure that every read buffer is null terminatedLukas Nykryn2013-01-101-4/+11
* bootchart: tabs to spacesThomas Hindoe Paaboel Andersen2013-01-104-1643/+1643
* bootchart: check return of fopen before setvbuf in log.cLukas Nykryn2013-01-091-1/+1
* bootchart: merge bootchartAuke Kok2013-01-076-0/+2112