index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
memfd.c
Age
Commit message (
Expand
)
Author
2014-10-30
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...
Lennart Poettering
2014-10-30
memfd: drop memfd_get_name() as it is unused
Lennart Poettering
2014-10-30
memfd: always create our memfds with CLOEXEC set
Lennart Poettering
2014-10-05
build-sys: use linux/memfd.h if available
Zbigniew Jędrzejewski-Szmek
2014-08-19
memfd: escape the comm field we get from PR_GET_NAME, but assume everything e...
Lennart Poettering
2014-08-19
memfd: skip utf-8 escaping if we use a name that was passed in
Daniel Mack
2014-08-19
memfd: reduce name escaping logic to utf-8 checks
Daniel Mack
2014-08-19
memfd: simplify API
Lennart Poettering
2014-08-18
memfd: internalize functions, drop sd_memfd type
Daniel Mack
2014-08-18
memfd: use _cleanup_ if applicable
David Herrmann
2014-08-18
memfd: map unsealed files as MAP_SHARED
David Herrmann
2014-08-18
memfd: disallow importing memfds without sealing
David Herrmann
2014-08-18
memfd: don't open kdbus for memfd
David Herrmann
2014-08-18
memfd: fix memfd_create() syscall wrapper
Daniel Mack
2014-08-18
memfd: move code from public library to src/shared
Daniel Mack