chiark / gitweb /
treewide: use log_*_errno whenever %m is in the format string
[elogind.git] / src / bootchart / bootchart.c
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-03 Thomas Hindoe Paab... bootchart: use 'n/a' if PRETTY_NAME is not found
2014-09-28 Thomas Hindoe Paab... bootchart: check return of strftime
2014-08-11 Lennart Poetteringbootchart: it's not OK to return -1 from a main program
2014-08-04 Zbigniew Jędrzejew... Unify parse_argv style
2014-08-03 Karel Zakbootchart: ask for --rel when failed to initialize...
2014-08-03 Karel Zakbootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME
2014-07-31 Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-07-31 Zbigniew Jędrzejew... Constify option table and add missing option
2014-07-16 Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16 Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-06-13 Lennart Poetteringos-release: define /usr/lib/os-release as fallback...
2014-04-24 Zbigniew Jędrzejew... bootchart: print to stdout and display default values...
2014-04-24 WaLyong Chobootchart: rewrite usage message more generally
2014-04-24 WaLyong Chobootchart: add control group option
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-13 Lennart Poetteringeverywhere: always use O_CLOEXEC where it makes sense
2014-02-13 Lennart Poetteringeverywhere: make use of new0() and macro() macros,...
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-13 Zbigniew Jędrzejew... Fix write-only use of a few variables
2013-06-12 Jason St. Johnbootchart: fix typos in copyright notices
2013-05-02 Nathaniel ChenDynamically allocate bootchart logs
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Auke Kokbootchart: Fix errno usage.
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-15 Auke Kokbootchart: put the bootchart into the journal.
2013-04-10 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing in more...
2013-03-31 Zbigniew Jędrzejew... bootchart: fix a potential buffer overrun
2013-03-31 Zbigniew Jędrzejew... bootchart: split out option parsing from main()
2013-03-11 Lennart Poetteringbootchart: bump RLIMIT_NOFILE only after we forked...
2013-03-11 Lennart Poetteringbootchart: various superficial cleanups
2013-03-07 Zbigniew Jędrzejew... Revert "bootchart: use _cleanup_close_"
2013-03-07 Nathaniel Chenbootchart: use _cleanup_close_
2013-03-07 Harald Hoyerbootchart: document -C, --cmdline parameter
2013-03-07 Harald Hoyerbootchart: rename global len to samples_len
2013-03-07 Harald Hoyerbootchart: add parameter "-C" to expand process names...
2013-02-16 Zbigniew Jędrzejew... bootchart: rename --filter to --no-filter
2013-02-16 Zbigniew Jędrzejew... bootchart: provide better error messages
2013-02-16 Zbigniew Jędrzejew... man: move bootchart README to manpage, docbooksify
2013-02-14 Thomas Hindoe Paab... bootchart: stricter checks of cli input
2013-02-14 Thomas Hindoe Paab... bootchart: use conf-parser & CamelCase names in .conf
2013-02-14 Harald Hoyerbootchart: parse /etc/os-release rather than system...
2013-02-14 Harald Hoyerbootchart: more fixes for bootchart in the initramfs
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Harald Hoyerbootchart: make bootchart work from within the initrd
2013-02-12 Auke KokMerge branch 'master' of ssh://git.freedesktop.org...
2013-02-12 Auke Koksystemd-bootchart: relicense to LGPLv2.1+
2013-01-14 Lennart Poetteringbootchart: no need for memset here
2013-01-10 Auke Kokbootchart: Convert malloc/memset to calloc
2013-01-10 Auke Kokbootchart: Convert !strcmp usage to streq
2013-01-09 Thomas Hindoe Paab... bootchart: tabs to spaces
2013-01-07 Auke Kokbootchart: merge bootchart