Systemd/src/bootchart
Alexander Sverdlin c87664fef4 systemd-bootchart: Repair Entropy Graph
Entropy Graph code doesn't handle the error condition if open() of /proc entry
fails. Moreover, the file is only opened once and only first sample will contain
the correct value because the return value of pread() is also not handled
properly and file is not re-opened. Fix both problems.
2015-03-30 09:38:17 +02:00
..
bootchart.c systemd-bootchart: Prevent closing random file descriptors 2015-03-30 01:08:05 +02:00
bootchart.conf Do not advertise .d snippets over main config file 2015-03-03 19:10:21 -05:00
bootchart.h remove unused includes 2015-02-23 23:53:42 +01:00
Makefile
store.c systemd-bootchart: Repair Entropy Graph 2015-03-30 09:38:17 +02:00
store.h
svg.c systemd-bootchart: Prevent leaking file descriptors in open-fdopen combination 2015-03-30 09:37:11 +02:00
svg.h