chiark / gitweb /
Use enums to make it obvious what boolean params mean
[elogind.git] / src / bootchart /
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-10 Dan McGeeBring bootchart code in line with CODING_STYLE
2013-12-08 Thomas Hindoe Paab... bootchart: remove dead assignment
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-10-15 Igor ZhbanovFix for SIGSEGV in systemd-bootchart on short-living...
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-08-15 Zbigniew Jędrzejew... bootchart: remove +x permissions on .c file
2013-06-12 Jason St. Johnbootchart: fix typos in copyright notices
2013-05-02 Auke Kokbootchart: cleanup unused structs and globals
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-04-02 Cristian RodríguezAlways use our own MAX/MIN definitions
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-31 Zbigniew Jędrzejew... Remove some dead code
2013-03-29 Zbigniew Jędrzejew... bootchart: properly terminate string
2013-03-22 Zbigniew Jędrzejew... bootchart: fix two unitialized memory frees
2013-03-11 Lennart Poetteringbootchart: bump RLIMIT_NOFILE only after we forked...
2013-03-11 Lennart Poetteringbootchart: various superficial cleanups
2013-03-11 Lennart Poetteringbootchart: rename log.c to store.c to aovid confusion...
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: use _cleanup_fclose_
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 Harald Hoyerbootchart: if "root=/dev" is not matched, don't try...
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 William Giokasman: bootchart: change /var/log to /run/log
2013-02-13 William Giokasbootchart: Fix typos and some English
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-25 Zbigniew Jędrzejew... Add _cleanup_pclose_ and fix mismatching pipe close...
2013-01-21 Lennart Poetteringbuild-sys: add makefile to bootchart
2013-01-14 Lennart Poetteringbootchart: no need for memset here
2013-01-10 Auke Kokbootchart: fix a -Wshadow warning for "now"
2013-01-10 Auke Kokbootchart: Convert malloc/memset to calloc
2013-01-10 Auke Kokbootchart: Convert !strcmp usage to streq
2013-01-10 Lukas Nykrynbootchart: make sure that every read buffer is null...
2013-01-09 Thomas Hindoe Paab... bootchart: tabs to spaces
2013-01-09 Lukas Nykrynbootchart: check return of fopen before setvbuf in...
2013-01-07 Auke Kokbootchart: merge bootchart