index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bootchart
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-1
/
+4
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
2
-22
/
+25
*
bootchart: use get_proc_field and PROC_CPUINFO_MODEL
Aaro Koskinen
2015-09-30
1
-14
/
+6
*
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: replace while(1) by for(;;) everywhere
Lennart Poettering
2015-09-09
1
-1
/
+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
2
-6
/
+3
*
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
*
bootchart: do not report warning when disk is missing model.
Dimitri John Ledkov
2015-07-01
1
-2
/
+3
*
bootchart: Ensure that /proc/schedstat is read entirely
Gianpaolo Macario
2015-06-30
1
-22
/
+8
*
bootchart: reset list_sample_data head before generating SVG
Gianpaolo Macario
2015-06-28
1
-2
/
+2
*
bootchart: Account CPU time spent in non-main threads of processes (v5)
Gianpaolo Macario
2015-06-25
1
-0
/
+58
*
bootchart: fix per-cpu scales.
Dimitri John Ledkov
2015-06-23
1
-3
/
+3
*
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
2
-3
/
+3
*
bootchart: fix check for no fd
Shawn Landden
2015-04-05
1
-1
/
+1
*
bootchart: assorted coding style fixes
Daniel Mack
2015-04-03
3
-155
/
+158
*
bootchart: kill a bunch of global variables
Daniel Mack
2015-04-03
6
-381
/
+397
*
bootchart: clean up sysfd and proc handling
Daniel Mack
2015-04-03
6
-86
/
+78
*
bootchart: clean up control flow logic
Daniel Mack
2015-04-03
3
-36
/
+39
*
bootchart: switch to log_* helpers
Daniel Mack
2015-04-03
3
-36
/
+32
*
systemd-bootchart: Repair Entropy Graph
Alexander Sverdlin
2015-03-30
1
-8
/
+13
*
systemd-bootchart: Prevent leaking file descriptors in open-fdopen combination
Alexander Sverdlin
2015-03-30
2
-2
/
+19
*
systemd-bootchart: Prevent closing random file descriptors
Alexander Sverdlin
2015-03-30
2
-10
/
+21
*
bootchart: more useful error message for common error
Shawn Landden
2015-03-24
1
-1
/
+1
*
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
*
Do not advertise .d snippets over main config file
Zbigniew Jędrzejewski-Szmek
2015-03-04
1
-3
/
+4
*
bootchart: svg: fix checking of list end
Aaro Koskinen
2015-02-25
1
-1
/
+1
*
bootchart: fix default init path
Martin Pitt
2015-02-24
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
4
-9
/
+0
*
bootchart: display each CPU utilization/wait
WaLyong Cho
2015-02-14
4
-35
/
+70
*
bootchart: Ensure that systemd is the init called after using bootchart
Sebastien Bacher
2015-02-02
1
-2
/
+2
*
bootchart: escape non printable process name
WaLyong Cho
2014-12-04
1
-3
/
+7
*
bootchart: Support bootchart.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
2
-4
/
+6
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
2
-4
/
+4
*
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: Do not try to access data for non-existing CPU's
Philippe De Swert
2014-09-28
1
-1
/
+1
*
bootchart: check return of strftime
Thomas Hindoe Paaboel Andersen
2014-09-28
2
-4
/
+9
*
bootchart: parse userinput with safe_atoi
Thomas Hindoe Paaboel Andersen
2014-09-28
1
-2
/
+4
*
bootchart: oom-check correct variable
Andreas Henriksson
2014-09-16
1
-1
/
+1
*
bootchart: use safe_atod() rather than strtod()
Tom Gundersen
2014-09-16
1
-1
/
+6
*
bootchart: use NSEC_PER_SEC
Ronny Chevalier
2014-08-18
1
-2
/
+3
[next]