Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-18 | memfd: internalize functions, drop sd_memfd type | Daniel Mack | |
Remove the sd_ prefix from internal functions and get rid of the sd_memfd type. As a memfd is now just a native file descriptor, we can get rid of our own wrapper type, and also use close() and dup() on them directly. | |||
2014-08-18 | memfd: internalize header | David Herrmann | |
Fix the memfd.h header to use handy features like #pragma, cleanup-funcs and util.h. Also drop the EXTERN-C macros. | |||
2014-08-18 | memfd: move code from public library to src/shared | Daniel Mack | |
Don't expose generic kernel API via libsystemd, but keep the code internal for our own usage. |