index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bootchart
/
bootchart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove systemd-bootchart
Daniel Mack
2016-02-23
1
-531
/
+0
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-4
/
+2
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-14
/
+16
*
Merge pull request #1218 from poettering/safe-fclose
Daniel Mack
2015-09-09
1
-4
/
+1
|
\
|
*
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-09
1
-4
/
+1
*
|
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-2
/
+1
|
/
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()
Lennart Poettering
2015-08-03
1
-1
/
+1
*
bootchart: fix negative 'timeleft' condition
Daniel Mack
2015-07-21
1
-10
/
+6
*
systemd-bootchart: Trivial typo fix in warning
Gianpaolo Macario
2015-06-05
1
-1
/
+1
*
bootchart: kill newline characters from log_error_errno() calls
Daniel Mack
2015-04-24
1
-1
/
+1
*
bootchart: assorted coding style fixes
Daniel Mack
2015-04-03
1
-51
/
+44
*
bootchart: kill a bunch of global variables
Daniel Mack
2015-04-03
1
-18
/
+37
*
bootchart: clean up sysfd and proc handling
Daniel Mack
2015-04-03
1
-17
/
+18
*
bootchart: clean up control flow logic
Daniel Mack
2015-04-03
1
-7
/
+13
*
bootchart: switch to log_* helpers
Daniel Mack
2015-04-03
1
-30
/
+28
*
systemd-bootchart: Prevent closing random file descriptors
Alexander Sverdlin
2015-03-30
1
-2
/
+2
*
bootchart: remove duplicated code, prevent creating empty files
Shawn Landden
2015-03-24
1
-9
/
+0
*
Add type specifier for int
Thomas Hindoe Paaboel Andersen
2015-03-10
1
-1
/
+1
*
bootchart: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2015-03-10
1
-7
/
+7
*
bootchart: fix default init path
Martin Pitt
2015-02-24
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
bootchart: display each CPU utilization/wait
WaLyong Cho
2015-02-14
1
-13
/
+25
*
bootchart: Ensure that systemd is the init called after using bootchart
Sebastien Bacher
2015-02-02
1
-2
/
+2
*
bootchart: Support bootchart.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
1
-4
/
+3
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-8
/
+8
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
bootchart: use 'n/a' if PRETTY_NAME is not found
Thomas Hindoe Paaboel Andersen
2014-10-03
1
-1
/
+1
*
bootchart: check return of strftime
Thomas Hindoe Paaboel Andersen
2014-09-28
1
-2
/
+6
*
bootchart: it's not OK to return -1 from a main program
Lennart Poettering
2014-08-11
1
-2
/
+2
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-13
/
+19
*
bootchart: ask for --rel when failed to initialize graph start time
Karel Zak
2014-08-03
1
-0
/
+8
*
bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME
Karel Zak
2014-08-03
1
-4
/
+7
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-1
/
+1
*
Constify option table and add missing option
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-15
/
+15
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-10
/
+4
*
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+1
*
os-release: define /usr/lib/os-release as fallback for /etc/os-release
Lennart Poettering
2014-06-13
1
-4
/
+4
*
bootchart: print to stdout and display default values in help
Zbigniew Jędrzejewski-Szmek
2014-04-25
1
-24
/
+41
*
bootchart: rewrite usage message more generally
WaLyong Cho
2014-04-25
1
-16
/
+17
*
bootchart: add control group option
WaLyong Cho
2014-04-25
1
-1
/
+10
*
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-25
1
-1
/
+0
[next]