index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootchart
/
bootchart.c
Age
Commit message (
Expand
)
Author
2015-09-09
Merge pull request #1218 from poettering/safe-fclose
Daniel Mack
2015-09-09
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-09
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-08-03
tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()
Lennart Poettering
2015-07-21
bootchart: fix negative 'timeleft' condition
Daniel Mack
2015-06-05
systemd-bootchart: Trivial typo fix in warning
Gianpaolo Macario
2015-04-24
bootchart: kill newline characters from log_error_errno() calls
Daniel Mack
2015-04-03
bootchart: assorted coding style fixes
Daniel Mack
2015-04-03
bootchart: kill a bunch of global variables
Daniel Mack
2015-04-03
bootchart: clean up sysfd and proc handling
Daniel Mack
2015-04-03
bootchart: clean up control flow logic
Daniel Mack
2015-04-03
bootchart: switch to log_* helpers
Daniel Mack
2015-03-30
systemd-bootchart: Prevent closing random file descriptors
Alexander Sverdlin
2015-03-24
bootchart: remove duplicated code, prevent creating empty files
Shawn Landden
2015-03-10
Add type specifier for int
Thomas Hindoe Paaboel Andersen
2015-03-09
bootchart: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2015-02-24
bootchart: fix default init path
Martin Pitt
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-14
bootchart: display each CPU utilization/wait
WaLyong Cho
2015-02-02
bootchart: Ensure that systemd is the init called after using bootchart
Sebastien Bacher
2014-11-29
bootchart: Support bootchart.conf.d directories in the usual search paths
Josh Triplett
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-10-03
bootchart: use 'n/a' if PRETTY_NAME is not found
Thomas Hindoe Paaboel Andersen
2014-09-28
bootchart: check return of strftime
Thomas Hindoe Paaboel Andersen
2014-08-11
bootchart: it's not OK to return -1 from a main program
Lennart Poettering
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-03
bootchart: ask for --rel when failed to initialize graph start time
Karel Zak
2014-08-03
bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME
Karel Zak
2014-07-31
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
Constify option table and add missing option
Zbigniew Jędrzejewski-Szmek
2014-07-16
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-15
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-06-13
os-release: define /usr/lib/os-release as fallback for /etc/os-release
Lennart Poettering
2014-04-24
bootchart: print to stdout and display default values in help
Zbigniew Jędrzejewski-Szmek
2014-04-24
bootchart: rewrite usage message more generally
WaLyong Cho
2014-04-24
bootchart: add control group option
WaLyong Cho
2014-02-24
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-13
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-13
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2013-12-24
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-13
Fix write-only use of a few variables
Zbigniew Jędrzejewski-Szmek
2013-06-12
bootchart: fix typos in copyright notices
Jason St. John
2013-05-02
Dynamically allocate bootchart logs
Nathaniel Chen
2013-04-25
conf-parser: restrict .include usage
Lennart Poettering
[next]