2014-12-04 |
WaLyong Cho | bootchart: escape non printable process name |
tree | commitdiff |
2014-11-29 |
Josh Triplett | bootchart: Support bootchart.conf.d directories in... |
tree | commitdiff |
2014-11-28 |
Michal Schmidt | treewide: use log_*_errno whenever %m is in the format... |
tree | commitdiff |
2014-11-28 |
Michal Schmidt | treewide: more log_*_errno() conversions, multiline... |
tree | commitdiff |
2014-11-28 |
Michal Schmidt | treewide: no need to negate errno for log_*_errno() |
tree | commitdiff |
2014-11-28 |
Michal Schmidt | treewide: auto-convert the simple cases to log_*_errno() |
tree | commitdiff |
2014-10-03 |
Thomas Hindoe Paab... | bootchart: use 'n/a' if PRETTY_NAME is not found |
tree | commitdiff |
2014-09-28 |
Philippe De Swert | bootchart: Do not try to access data for non-existing... |
tree | commitdiff |
2014-09-28 |
Thomas Hindoe Paab... | bootchart: check return of strftime |
tree | commitdiff |
2014-09-28 |
Thomas Hindoe Paab... | bootchart: parse userinput with safe_atoi |
tree | commitdiff |
2014-09-16 |
Andreas Henriksson | bootchart: oom-check correct variable |
tree | commitdiff |
2014-09-16 |
Tom Gundersen | bootchart: use safe_atod() rather than strtod() |
tree | commitdiff |
2014-08-18 |
Ronny Chevalier | bootchart: use NSEC_PER_SEC |
tree | commitdiff |
2014-08-11 |
Lennart Poettering | bootchart: use the bool type where appropriate |
tree | commitdiff |
2014-08-11 |
Lennart Poettering | bootchart: it's not OK to return -1 from a main program |
tree | commitdiff |
2014-08-04 |
Zbigniew Jędrzejew... | Unify parse_argv style |
tree | commitdiff |
2014-08-03 |
Karel Zak | bootchart: ask for --rel when failed to initialize... |
tree | commitdiff |
2014-08-03 |
Karel Zak | bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME |
tree | commitdiff |
2014-07-31 |
Zbigniew Jędrzejew... | Always prefer our headers to system headers |
tree | commitdiff |
2014-07-31 |
Zbigniew Jędrzejew... | Constify option table and add missing option |
tree | commitdiff |
2014-07-16 |
Zbigniew Jędrzejew... | Let config_parse open file where applicable |
tree | commitdiff |
2014-07-16 |
Zbigniew Jędrzejew... | Constify ConfigTableItem tables |
tree | commitdiff |
2014-06-18 |
Thomas Hindoe Paab... | bootchart: add assert |
tree | commitdiff |
2014-06-17 |
Frederic Crozat | bootchart: set white background |
tree | commitdiff |
2014-06-13 |
Lennart Poettering | os-release: define /usr/lib/os-release as fallback... |
tree | commitdiff |
2014-04-24 |
Zbigniew Jędrzejew... | bootchart: print to stdout and display default values... |
tree | commitdiff |
2014-04-24 |
WaLyong Cho | bootchart: rewrite usage message more generally |
tree | commitdiff |
2014-04-24 |
WaLyong Cho | bootchart: add control group option |
tree | commitdiff |
2014-02-25 |
Zbigniew Jędrzejew... | Remove dead lines in various places |
tree | commitdiff |
2014-02-13 |
Lennart Poettering | everywhere: always use O_CLOEXEC where it makes sense |
tree | commitdiff |
2014-02-13 |
Lennart Poettering | everywhere: make use of new0() and macro() macros,... |
tree | commitdiff |
2014-01-31 |
Greg KH | use memzero(foo, length); for all memset(foo, 0, length... |
tree | commitdiff |
2013-12-30 |
Stefan Beller | bootchart: Remove unneeded check for NULL |
tree | commitdiff |
2013-12-24 |
Lennart Poettering | log: log_error() and friends add a newline after each... |
tree | commitdiff |
2013-12-10 |
Dan McGee | Bring bootchart code in line with CODING_STYLE |
tree | commitdiff |
2013-12-08 |
Thomas Hindoe Paab... | bootchart: remove dead assignment |
tree | commitdiff |
2013-12-03 |
Thomas Hindoe Paab... | trivial coding style clean ups |
tree | commitdiff |
2013-10-15 |
Igor Zhbanov | Fix for SIGSEGV in systemd-bootchart on short-living... |
tree | commitdiff |
2013-10-14 |
Lennart Poettering | list: make our list macros a bit easier to use by not... |
tree | commitdiff |
2013-10-13 |
Zbigniew Jędrzejew... | Fix write-only use of a few variables |
tree | commitdiff |
2013-08-15 |
Zbigniew Jędrzejew... | bootchart: remove +x permissions on .c file |
tree | commitdiff |
2013-06-12 |
Jason St. John | bootchart: fix typos in copyright notices |
tree | commitdiff |
2013-05-02 |
Auke Kok | bootchart: cleanup unused structs and globals |
tree | commitdiff |
2013-05-02 |
Nathaniel Chen | Dynamically allocate bootchart logs |
tree | commitdiff |
2013-04-25 |
Lennart Poettering | conf-parser: restrict .include usage |
tree | commitdiff |
2013-04-18 |
Harald Hoyer | move _cleanup_ attribute in front of the type |
tree | commitdiff |
2013-04-17 |
Auke Kok | bootchart: Fix errno usage. |
tree | commitdiff |
2013-04-17 |
Zbigniew Jędrzejew... | Report about syntax errors with metadata |
tree | commitdiff |
2013-04-15 |
Auke Kok | bootchart: put the bootchart into the journal. |
tree | commitdiff |
2013-04-10 |
Zbigniew Jędrzejew... | Use initalization instead of explicit zeroing in more... |
tree | commitdiff |
2013-04-02 |
Cristian Rodríguez | Always use our own MAX/MIN definitions |
tree | commitdiff |
2013-03-31 |
Zbigniew Jędrzejew... | bootchart: fix a potential buffer overrun |
tree | commitdiff |
2013-03-31 |
Zbigniew Jędrzejew... | bootchart: split out option parsing from main() |
tree | commitdiff |
2013-03-31 |
Zbigniew Jędrzejew... | Remove some dead code |
tree | commitdiff |
2013-03-29 |
Zbigniew Jędrzejew... | bootchart: properly terminate string |
tree | commitdiff |
2013-03-22 |
Zbigniew Jędrzejew... | bootchart: fix two unitialized memory frees |
tree | commitdiff |
2013-03-11 |
Lennart Poettering | bootchart: bump RLIMIT_NOFILE only after we forked... |
tree | commitdiff |
2013-03-11 |
Lennart Poettering | bootchart: various superficial cleanups |
tree | commitdiff |
2013-03-11 |
Lennart Poettering | bootchart: rename log.c to store.c to aovid confusion... |
tree | commitdiff |
2013-03-07 |
Zbigniew Jędrzejew... | Revert "bootchart: use _cleanup_close_" |
tree | commitdiff |
2013-03-07 |
Nathaniel Chen | bootchart: use _cleanup_close_ |
tree | commitdiff |
2013-03-07 |
Harald Hoyer | bootchart: document -C, --cmdline parameter |
tree | commitdiff |
2013-03-07 |
Harald Hoyer | bootchart: use _cleanup_fclose_ |
tree | commitdiff |
2013-03-07 |
Harald Hoyer | bootchart: rename global len to samples_len |
tree | commitdiff |
2013-03-07 |
Harald Hoyer | bootchart: add parameter "-C" to expand process names... |
tree | commitdiff |
2013-02-16 |
Zbigniew Jędrzejew... | bootchart: rename --filter to --no-filter |
tree | commitdiff |
2013-02-16 |
Zbigniew Jędrzejew... | bootchart: provide better error messages |
tree | commitdiff |
2013-02-16 |
Zbigniew Jędrzejew... | man: move bootchart README to manpage, docbooksify |
tree | commitdiff |
2013-02-14 |
Harald Hoyer | bootchart: if "root=/dev" is not matched, don't try... |
tree | commitdiff |
2013-02-14 |
Thomas Hindoe Paab... | bootchart: stricter checks of cli input |
tree | commitdiff |
2013-02-14 |
Thomas Hindoe Paab... | bootchart: use conf-parser & CamelCase names in .conf |
tree | commitdiff |
2013-02-14 |
Harald Hoyer | bootchart: parse /etc/os-release rather than system... |
tree | commitdiff |
2013-02-14 |
Harald Hoyer | bootchart: more fixes for bootchart in the initramfs |
tree | commitdiff |
2013-02-14 |
Harald Hoyer | honor SELinux labels, when creating and writing config... |
tree | commitdiff |
2013-02-13 |
William Giokas | man: bootchart: change /var/log to /run/log |
tree | commitdiff |
2013-02-13 |
William Giokas | bootchart: Fix typos and some English |
tree | commitdiff |
2013-02-13 |
Harald Hoyer | bootchart: make bootchart work from within the initrd |
tree | commitdiff |
2013-02-12 |
Auke Kok | Merge branch 'master' of ssh://git.freedesktop.org... |
tree | commitdiff |
2013-02-12 |
Auke Kok | systemd-bootchart: relicense to LGPLv2.1+ |
tree | commitdiff |
2013-01-25 |
Zbigniew Jędrzejew... | Add _cleanup_pclose_ and fix mismatching pipe close... |
tree | commitdiff |
2013-01-21 |
Lennart Poettering | build-sys: add makefile to bootchart |
tree | commitdiff |
2013-01-14 |
Lennart Poettering | bootchart: no need for memset here |
tree | commitdiff |
2013-01-10 |
Auke Kok | bootchart: fix a -Wshadow warning for "now" |
tree | commitdiff |
2013-01-10 |
Auke Kok | bootchart: Convert malloc/memset to calloc |
tree | commitdiff |
2013-01-10 |
Auke Kok | bootchart: Convert !strcmp usage to streq |
tree | commitdiff |
2013-01-10 |
Lukas Nykryn | bootchart: make sure that every read buffer is null... |
tree | commitdiff |
2013-01-09 |
Thomas Hindoe Paab... | bootchart: tabs to spaces |
tree | commitdiff |
2013-01-09 |
Lukas Nykryn | bootchart: check return of fopen before setvbuf in... |
tree | commitdiff |
2013-01-07 |
Auke Kok | bootchart: merge bootchart |
tree | commitdiff |
|