summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)AuthorFilesLines
2014-10-26bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen1-1/+1
2014-10-26bootchart: it's not OK to return -1 from a main programLennart Poettering1-2/+2
2014-06-18bootchart: set white backgroundFrederic Crozat1-0/+2
2014-02-23log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-2/+2
2014-02-23Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov1-1/+1
2013-08-14bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek1-0/+0
2013-06-12bootchart: fix typos in copyright noticesJason St. John6-6/+6
2013-05-02bootchart: cleanup unused structs and globalsAuke Kok1-8/+0
2013-05-02Dynamically allocate bootchart logsNathaniel Chen5-143/+437
2013-04-25conf-parser: restrict .include usageLennart Poettering1-1/+1
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer3-7/+7
2013-04-17bootchart: Fix errno usage.Auke Kok1-1/+1
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-15bootchart: put the bootchart into the journal.Auke Kok1-0/+53
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2-9/+7
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez1-11/+8
2013-03-31bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek2-11/+5
2013-03-31bootchart: split out option parsing from main()Zbigniew Jędrzejewski-Szmek1-50/+62
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek1-3/+0
2013-03-28bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek1-5/+6
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