David Herrmann 97b11eedff tree-wide: introduce mfree()
Pretty trivial helper which wraps free() but returns NULL, so we can
simplify this:
        free(foobar);
        foobar = NULL;
to this:
        foobar = mfree(foobar);
2015-07-31 19:56:38 +02:00
2015-06-15 00:13:43 +03:00
2015-07-06 17:47:38 +02:00
2015-07-31 18:08:55 +02:00
2015-06-03 00:22:53 +02:00
2015-06-19 12:47:39 +02:00
2015-07-31 19:56:38 +02:00
2015-07-27 20:15:34 +02:00
2015-07-27 20:15:34 +02:00
2014-02-18 02:51:47 +01:00
2015-06-03 00:22:53 +02:00
2014-06-04 15:41:10 -04:00
2015-07-27 20:15:34 +02:00
2015-07-31 18:13:57 +02:00
2015-07-31 18:13:57 +02:00
2015-07-31 18:21:19 +02:00
2015-07-28 00:07:32 +02:00

systemd - System and Service Manager

Build Status
Coverity Scan Status

Details

  • General information about systemd can be found in the systemd Wiki
  • Information about build requirements are provided in the README file
Description
No description provided
Readme 776 MiB
Languages
C 88.8%
Shell 5.3%
Python 4.7%
Meson 1.1%