summaryrefslogtreecommitdiffstats
path: root/src/bootchart (follow)
Commit message (Expand)AuthorAgeFilesLines
* bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen2014-10-031-1/+1
* bootchart: Do not try to access data for non-existing CPU'sPhilippe De Swert2014-09-281-1/+1
* bootchart: check return of strftimeThomas Hindoe Paaboel Andersen2014-09-282-4/+9
* bootchart: parse userinput with safe_atoiThomas Hindoe Paaboel Andersen2014-09-281-2/+4
* bootchart: oom-check correct variableAndreas Henriksson2014-09-161-1/+1
* bootchart: use safe_atod() rather than strtod()Tom Gundersen2014-09-161-1/+6
* bootchart: use NSEC_PER_SECRonny Chevalier2014-08-181-2/+3
* bootchart: use the bool type where appropriateLennart Poettering2014-08-111-5/+5
* bootchart: it's not OK to return -1 from a main programLennart Poettering2014-08-111-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-041-13/+19
* bootchart: ask for --rel when failed to initialize graph start timeKarel Zak2014-08-031-0/+8
* bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak2014-08-032-21/+19
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* Constify option table and add missing optionZbigniew Jędrzejewski-Szmek2014-07-311-15/+15
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-171-10/+4
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-161-1/+1
* bootchart: add assertThomas Hindoe Paaboel Andersen2014-06-191-0/+2
* bootchart: set white backgroundFrederic Crozat2014-06-171-0/+2
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-131-4/+4
* bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek2014-04-251-24/+41
* bootchart: rewrite usage message more generallyWaLyong Cho2014-04-251-16/+17
* bootchart: add control group optionWaLyong Cho2014-04-255-3/+22
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-251-1/+0
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-132-5/+5
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-132-18/+16
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* bootchart: Remove unneeded check for NULLStefan Beller2013-12-301-1/+1
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-2/+2
* Bring bootchart code in line with CODING_STYLEDan McGee2013-12-101-5/+5
* bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen2013-12-081-1/+0
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-032-4/+3
* Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov2013-10-151-1/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-142-3/+3
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-132-13/+7
* bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek2013-08-151-0/+0
* bootchart: fix typos in copyright noticesJason St. John2013-06-126-6/+6
* 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-161-0/+53
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-112-9/+7
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-021-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-291-5/+6
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-221-2/+2