summaryrefslogtreecommitdiff
path: root/src/bootchart/svg.c
Commit message (Expand)AuthorAgeFilesLines
* bootchart: check return of strftimeThomas Hindoe Paaboel Andersen2014-09-281-2/+3
* bootchart: use the bool type where appropriateLennart Poettering2014-08-111-5/+5
* bootchart: add assertThomas Hindoe Paaboel Andersen2014-06-191-0/+2
* bootchart: set white backgroundFrederic Crozat2014-06-171-0/+2
* bootchart: add control group optionWaLyong Cho2014-04-241-2/+3
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* 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-031-2/+2
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-1/+1
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-131-12/+6
* bootchart: fix typos in copyright noticesJason St. John2013-06-121-1/+1
* Dynamically allocate bootchart logsNathaniel Chen2013-05-021-99/+311
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-101-6/+4
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-11/+8
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-311-3/+0
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-211-2/+2
* bootchart: various superficial cleanupsLennart Poettering2013-03-111-99/+74
* Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2013-03-071-1/+4
* bootchart: use _cleanup_close_Nathaniel Chen2013-03-071-4/+1
* bootchart: rename global len to samples_lenHarald Hoyer2013-03-071-2/+2
* bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer2013-03-071-6/+33
* bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer2013-02-141-8/+9
* bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer2013-02-141-12/+3
* bootchart: more fixes for bootchart in the initramfsHarald Hoyer2013-02-141-4/+10
* man: bootchart: change /var/log to /run/logWilliam Giokas2013-02-131-1/+1
* bootchart: Fix typos and some EnglishWilliam Giokas2013-02-131-3/+3
* systemd-bootchart: relicense to LGPLv2.1+Auke Kok2013-02-121-13/+21
* Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek2013-01-251-3/+3
* bootchart: tabs to spacesThomas Hindoe Paaboel Andersen2013-01-101-968/+968
* bootchart: merge bootchartAuke Kok2013-01-071-0/+1120