index
:
systemd/systemd-stable
v208-stable
v210-stable
v214-stable
v215-stable
v216-stable
v217-stable
v219-stable
Stable version of Systemd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootchart
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-26
bootchart: use 'n/a' if PRETTY_NAME is not found
Thomas Hindoe Paaboel Andersen
1
-1
/
+1
2014-10-26
bootchart: it's not OK to return -1 from a main program
Lennart Poettering
1
-2
/
+2
2014-06-18
bootchart: set white background
Frederic Crozat
1
-0
/
+2
2014-02-23
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
1
-2
/
+2
2014-02-23
Fix for SIGSEGV in systemd-bootchart on short-living processes
Igor Zhbanov
1
-1
/
+1
2013-08-14
bootchart: remove +x permissions on .c file
Zbigniew Jędrzejewski-Szmek
1
-0
/
+0
2013-06-12
bootchart: fix typos in copyright notices
Jason St. John
6
-6
/
+6
2013-05-02
bootchart: cleanup unused structs and globals
Auke Kok
1
-8
/
+0
2013-05-02
Dynamically allocate bootchart logs
Nathaniel Chen
5
-143
/
+437
2013-04-25
conf-parser: restrict .include usage
Lennart Poettering
1
-1
/
+1
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
3
-7
/
+7
2013-04-17
bootchart: Fix errno usage.
Auke Kok
1
-1
/
+1
2013-04-17
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2013-04-15
bootchart: put the bootchart into the journal.
Auke Kok
1
-0
/
+53
2013-04-10
Use initalization instead of explicit zeroing in more places
Zbigniew Jędrzejewski-Szmek
2
-9
/
+7
2013-04-01
Always use our own MAX/MIN definitions
Cristian Rodríguez
1
-11
/
+8
2013-03-31
bootchart: fix a potential buffer overrun
Zbigniew Jędrzejewski-Szmek
2
-11
/
+5
2013-03-31
bootchart: split out option parsing from main()
Zbigniew Jędrzejewski-Szmek
1
-50
/
+62
2013-03-31
Remove some dead code
Zbigniew Jędrzejewski-Szmek
1
-3
/
+0
2013-03-28
bootchart: properly terminate string
Zbigniew Jędrzejewski-Szmek
1
-5
/
+6
2013-03-21
bootchart: fix two unitialized memory frees
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2013-03-11
bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...
Lennart Poettering
1
-6
/
+5
2013-03-11
bootchart: various superficial cleanups
Lennart Poettering
6
-215
/
+242
2013-03-11
bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c
Lennart Poettering
1
-0
/
+0
2013-03-07
Revert "bootchart: use _cleanup_close_"
Zbigniew Jędrzejewski-Szmek
2
-4
/
+9
2013-03-07
bootchart: use _cleanup_close_
Nathaniel Chen
2
-9
/
+4
2013-03-07
bootchart: document -C, --cmdline parameter
Harald Hoyer
1
-0
/
+2
2013-03-07
bootchart: use _cleanup_fclose_
Harald Hoyer
1
-8
/
+4
2013-03-07
bootchart: rename global len to samples_len
Harald Hoyer
4
-20
/
+20
2013-03-07
bootchart: add parameter "-C" to expand process names to the full cmdline
Harald Hoyer
4
-10
/
+72
2013-02-16
bootchart: rename --filter to --no-filter
Zbigniew Jędrzejewski-Szmek
1
-22
/
+22
2013-02-16
bootchart: provide better error messages
Zbigniew Jędrzejewski-Szmek
1
-9
/
+21
2013-02-16
man: move bootchart README to manpage, docbooksify
Zbigniew Jędrzejewski-Szmek
2
-83
/
+11
2013-02-14
bootchart: if "root=/dev" is not matched, don't try to read /sys
Harald Hoyer
1
-8
/
+9
2013-02-14
bootchart: stricter checks of cli input
Thomas Hindoe Paaboel Andersen
1
-18
/
+21
2013-02-14
bootchart: use conf-parser & CamelCase names in .conf
Thomas Hindoe Paaboel Andersen
3
-72
/
+58
2013-02-14
bootchart: parse /etc/os-release rather than system-release
Harald Hoyer
3
-14
/
+12
2013-02-14
bootchart: more fixes for bootchart in the initramfs
Harald Hoyer
3
-5
/
+21
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
1
-0
/
+1
2013-02-13
man: bootchart: change /var/log to /run/log
William Giokas
3
-3
/
+3
2013-02-13
bootchart: Fix typos and some English
William Giokas
2
-4
/
+4
2013-02-12
bootchart: make bootchart work from within the initrd
Harald Hoyer
2
-30
/
+46
2013-02-12
systemd-bootchart: relicense to LGPLv2.1+
Auke Kok
4
-52
/
+83
2013-01-25
Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2013-01-21
build-sys: add makefile to bootchart
Lennart Poettering
1
-0
/
+1
2013-01-14
bootchart: no need for memset here
Lennart Poettering
1
-3
/
+1
2013-01-10
bootchart: fix a -Wshadow warning for "now"
Auke Kok
1
-3
/
+3
2013-01-10
bootchart: Convert malloc/memset to calloc
Auke Kok
2
-9
/
+6
2013-01-10
bootchart: Convert !strcmp usage to streq
Auke Kok
2
-12
/
+14
2013-01-10
bootchart: make sure that every read buffer is null terminated
Lukas Nykryn
1
-4
/
+11
[next]