Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | tree-wide: introduce mfree() | David Herrmann | |
Pretty trivial helper which wraps free() but returns NULL, so we can simplify this: free(foobar); foobar = NULL; to this: foobar = mfree(foobar); | |||
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen | |