chiark / gitweb /
memfd: skip utf-8 escaping if we use a name that was passed in
[elogind.git] / src / shared / memfd.c
2014-08-19 Daniel Mackmemfd: skip utf-8 escaping if we use a name that was...
2014-08-19 Daniel Mackmemfd: reduce name escaping logic to utf-8 checks
2014-08-19 Lennart Poetteringmemfd: simplify API
2014-08-18 Lennart PoetteringMerge remote-tracking branch 'origin/master'
2014-08-18 Daniel Mackmemfd: internalize functions, drop sd_memfd type
2014-08-18 David Herrmannmemfd: use _cleanup_ if applicable
2014-08-18 David Herrmannmemfd: map unsealed files as MAP_SHARED
2014-08-18 David Herrmannmemfd: disallow importing memfds without sealing
2014-08-18 David Herrmannmemfd: don't open kdbus for memfd
2014-08-18 Daniel Mackmemfd: fix memfd_create() syscall wrapper
2014-08-18 Daniel Mackmemfd: move code from public library to src/shared