]> git.ipfire.org Git - thirdparty/systemd.git/history - src/bootchart/store.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / bootchart / store.c
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-07-28  Lennart PoetteringMerge pull request #375 from msekletar/test-install...
2015-07-27  Lennart PoetteringMerge pull request #362 from d-hatayama/fix_selinux_uni...
2015-07-03  Lennart PoetteringMerge pull request #473 from richardmaw-codethink/machi...
2015-07-02  Zbigniew Jędrzejew... Merge pull request #472 from keszybz/documentation...
2015-07-02  Zbigniew Jędrzejew... Merge pull request #470 from marineam/escape
2015-07-02  Zbigniew Jędrzejew... Merge pull request #427 from keszybz/man-list-fixes
2015-07-01  Daniel MackMerge pull request #409 from teg/networkd-enslave-segfault
2015-06-30  Kay SieversMerge pull request #411 from teg/udev-simplify-exec...
2015-06-30  David HerrmannMerge pull request #398 from teg/netlink-container...
2015-06-30  Tom GundersenMerge pull request #430 from gmacario/fix-issue404-v2
2015-06-30  Tom GundersenMerge pull request #429 from richardmaw-codethink/nspaw...
2015-06-30  Tom GundersenMerge pull request #428 from richardmaw-codethink/nspaw...
2015-06-30  Gianpaolo Macariobootchart: Ensure that /proc/schedstat is read entirely 430/head
2015-06-26  Greg Kroah-HartmanMerge pull request #353 from kaysievers/hid
2015-06-25  Daniel MackMerge pull request #367 from msekletar/install-unit...
2015-06-25  Daniel MackMerge pull request #366 from gmacario/fix-issue139-v5
2015-06-25  Gianpaolo Macariobootchart: Account CPU time spent in non-main threads... 366/head
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-04-05  Shawn Landdenbootchart: fix check for no fd
2015-04-03  Daniel Mackbootchart: assorted coding style fixes
2015-04-03  Daniel Mackbootchart: kill a bunch of global variables
2015-04-03  Daniel Mackbootchart: clean up sysfd and proc handling
2015-04-03  Daniel Mackbootchart: clean up control flow logic
2015-04-03  Daniel Mackbootchart: switch to log_* helpers
2015-03-30  Alexander Sverdlinsystemd-bootchart: Repair Entropy Graph
2015-03-30  Alexander Sverdlinsystemd-bootchart: Prevent leaking file descriptors...
2015-03-29  Alexander Sverdlinsystemd-bootchart: Prevent closing random file descriptors
2015-03-24  Shawn Landdenbootchart: more useful error message for common error
2015-02-23  Thomas Hindoe Paab... remove unused includes
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-09-28  Philippe De Swertbootchart: Do not try to access data for non-existing...
2014-09-28  Thomas Hindoe Paab... bootchart: parse userinput with safe_atoi
2014-09-16  Andreas Henrikssonbootchart: oom-check correct variable
2014-09-16  Tom Gundersenbootchart: use safe_atod() rather than strtod()
2014-08-18  Ronny Chevalierbootchart: use NSEC_PER_SEC
2014-08-03  Karel Zakbootchart: don't parse /proc/uptime, use CLOCK_BOOTTIME
2014-04-24  WaLyong Chobootchart: add control group option
2014-02-13  Lennart Poetteringeverywhere: always use O_CLOEXEC where it makes sense
2014-02-13  Lennart Poetteringeverywhere: make use of new0() and macro() macros,...
2013-12-30  Stefan Bellerbootchart: Remove unneeded check for NULL
2013-10-15  Igor ZhbanovFix for SIGSEGV in systemd-bootchart on short-living...
2013-08-15  Zbigniew Jędrzejew... bootchart: remove +x permissions on .c file
2013-06-12  Jason St. Johnbootchart: fix typos in copyright notices
2013-05-02  Nathaniel ChenDynamically allocate bootchart logs
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-03-31  Zbigniew Jędrzejew... bootchart: fix a potential buffer overrun
2013-03-29  Zbigniew Jędrzejew... bootchart: properly terminate string
2013-03-11  Lennart Poetteringbootchart: various superficial cleanups
2013-03-11  Lennart Poetteringbootchart: rename log.c to store.c to aovid confusion...