summaryrefslogtreecommitdiff
path: root/src/bootchart
Commit message (Expand)AuthorAge
* bootchart: add assertThomas Hindoe Paaboel Andersen2014-06-19
* bootchart: set white backgroundFrederic Crozat2014-06-17
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-13
* bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek2014-04-24
* bootchart: rewrite usage message more generallyWaLyong Cho2014-04-24
* bootchart: add control group optionWaLyong Cho2014-04-24
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-13
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-13
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* bootchart: Remove unneeded check for NULLStefan Beller2013-12-30
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* Bring bootchart code in line with CODING_STYLEDan McGee2013-12-10
* bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen2013-12-08
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov2013-10-15
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-13
* bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek2013-08-14
* bootchart: fix typos in copyright noticesJason St. John2013-06-12
* bootchart: cleanup unused structs and globalsAuke Kok2013-05-02
* Dynamically allocate bootchart logsNathaniel Chen2013-05-02
* conf-parser: restrict .include usageLennart Poettering2013-04-25
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* bootchart: Fix errno usage.Auke Kok2013-04-17
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-17
* bootchart: put the bootchart into the journal.Auke Kok2013-04-15
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-10
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-01
* bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek2013-03-31
* bootchart: split out option parsing from main()Zbigniew Jędrzejewski-Szmek2013-03-31
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-31
* bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek2013-03-28
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-21
* bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...Lennart Poettering2013-03-11
* bootchart: various superficial cleanupsLennart Poettering2013-03-11
* bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering2013-03-11
* Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2013-03-07
* bootchart: use _cleanup_close_Nathaniel Chen2013-03-07
* bootchart: document -C, --cmdline parameterHarald Hoyer2013-03-07
* bootchart: use _cleanup_fclose_Harald Hoyer2013-03-07
* bootchart: rename global len to samples_lenHarald Hoyer2013-03-07
* bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer2013-03-07
* bootchart: rename --filter to --no-filterZbigniew Jędrzejewski-Szmek2013-02-16
* bootchart: provide better error messagesZbigniew Jędrzejewski-Szmek2013-02-16
* man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek2013-02-16
* bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer2013-02-14
* bootchart: stricter checks of cli inputThomas Hindoe Paaboel Andersen2013-02-14
* bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen2013-02-14
* bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer2013-02-14