]> git.ipfire.org Git - thirdparty/systemd.git/history - src/shared/memfd.c
memfd: always create our memfds with CLOEXEC set
[thirdparty/systemd.git] / src / shared / memfd.c
2014-10-30  Lennart Poetteringmemfd: always create our memfds with CLOEXEC set
2014-10-05  Zbigniew Jędrzejew... build-sys: use linux/memfd.h if available
2014-08-19  Lennart Poetteringmemfd: escape the comm field we get from PR_GET_NAME...
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