summaryrefslogtreecommitdiff
path: root/src/bootchart
Commit message (Expand)AuthorAgeFilesLines
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-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-161-10/+4
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-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-241-24/+41
* bootchart: rewrite usage message more generallyWaLyong Cho2014-04-241-16/+17
* bootchart: add control group optionWaLyong Cho2014-04-245-3/+22
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-241-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-141-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-151-0/+53
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-102-9/+7
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-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-281-5/+6
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-211-2/+2
* bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...Lennart Poettering2013-03-111-6/+5
* bootchart: various superficial cleanupsLennart Poettering2013-03-116-215/+242
* bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering2013-03-111-0/+0
* Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2013-03-072-4/+9
* bootchart: use _cleanup_close_Nathaniel Chen2013-03-072-9/+4
* bootchart: document -C, --cmdline parameterHarald Hoyer2013-03-071-0/+2
* bootchart: use _cleanup_fclose_Harald Hoyer2013-03-071-8/+4
* bootchart: rename global len to samples_lenHarald Hoyer2013-03-074-20/+20
* bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer2013-03-074-10/+72