Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-18 | memfd: fix memfd_create() syscall wrapper | Daniel Mack | |
Unlike earlier versions, the syscall only takes 2 arguments in its final version, not 3. | |||
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. |