summaryrefslogtreecommitdiff
path: root/src/bootchart/bootchart.c
AgeCommit message (Expand)Author
2015-06-05systemd-bootchart: Trivial typo fix in warningGianpaolo Macario
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-03bootchart: assorted coding style fixesDaniel Mack
2015-04-03bootchart: kill a bunch of global variablesDaniel Mack
2015-04-03bootchart: clean up sysfd and proc handlingDaniel Mack
2015-04-03bootchart: clean up control flow logicDaniel Mack
2015-04-03bootchart: switch to log_* helpersDaniel Mack
2015-03-30systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin
2015-03-24bootchart: remove duplicated code, prevent creating empty filesShawn Landden
2015-03-10Add type specifier for intThomas Hindoe Paaboel Andersen
2015-03-09bootchart: use _cleanup_Zbigniew Jędrzejewski-Szmek
2015-02-24bootchart: fix default init pathMartin Pitt
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14bootchart: display each CPU utilization/waitWaLyong Cho
2015-02-02bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher
2014-11-29bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-03bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen
2014-09-28bootchart: check return of strftimeThomas Hindoe Paaboel Andersen
2014-08-11bootchart: it's not OK to return -1 from a main programLennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-08-03bootchart: ask for --rel when failed to initialize graph start timeKarel Zak
2014-08-03bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-07-31Constify option table and add missing optionZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-06-13os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering
2014-04-24bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek
2014-04-24bootchart: rewrite usage message more generallyWaLyong Cho
2014-04-24bootchart: add control group optionWaLyong Cho
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-02-13everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-06-12bootchart: fix typos in copyright noticesJason St. John
2013-05-02Dynamically allocate bootchart logsNathaniel Chen
2013-04-25conf-parser: restrict .include usageLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-17bootchart: Fix errno usage.Auke Kok
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-15bootchart: put the bootchart into the journal.Auke Kok
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek
2013-03-31bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek