summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: split out umask-related code to umask-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-273-4/+6
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-273-1/+4
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-262-0/+2
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-262-0/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-254-3/+7
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-246-26/+26
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-7/+8
* path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-241-33/+8
* util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-3/+4
* nspawn: don't try to resolve passed binary before entering namespaceLennart Poettering2015-10-221-4/+3
* nspawn: rework how we determine private networking settingsLennart Poettering2015-10-223-8/+36
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-3/+3
* nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras2015-10-203-15/+33
* nspawn: create /sys/fs/cgroup for unified hierarchy as wellMirco Tischler2015-10-091-2/+4
* machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering2015-10-071-1/+1
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-1/+1
* nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...Lennart Poettering2015-09-303-1/+54
* nspawn: fix user namespace supportLennart Poettering2015-09-303-6/+7
* nspawn: order includesLennart Poettering2015-09-301-3/+3
* nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir...Lennart Poettering2015-09-301-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-4/+1
* util: unify implementation of NOP signal handlerLennart Poettering2015-09-291-3/+1
* tree-wide: take benefit of the fact that fdset_free() returns NULLLennart Poettering2015-09-291-2/+1
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-292-3/+3
* nspawn, machined: fix comments and error messagesKrzesimir Nowak2015-09-221-2/+2
* nspawn: close unneeded sockets in outer childKrzesimir Nowak2015-09-221-0/+2
* util: introduce {send,receive}_one_fd()David Herrmann2015-09-222-62/+11
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* nspawn: add missing comma to gperf fileLennart Poettering2015-09-091-1/+1
* nspawn: also close uid shift socket in the parentLennart Poettering2015-09-081-0/+1
* nspawn: short reads do not set errno, hence don't try to print itLennart Poettering2015-09-081-2/+2
* inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairsLennart Poettering2015-09-081-4/+4
* nspawn: properly propagate errors when we fail to set soemthing upLennart Poettering2015-09-081-2/+4
* nspawn: sort and clean up included header listLennart Poettering2015-09-071-56/+44
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-0711-32/+1
* nspawn: split out --uid= logic into nspawn-setuid.[ch]Lennart Poettering2015-09-073-242/+299
* nspawn: split out machined registration code to nspawn-register.[ch]Lennart Poettering2015-09-073-218/+294
* nspawn: split out cgroup related calls into nspawn-cgroup.[ch]Lennart Poettering2015-09-073-140/+200
* nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering2015-09-073-439/+504
* nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering2015-09-076-271/+337
* nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering2015-09-075-835/+949
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-066-220/+984
* nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering2015-09-041-0/+7
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-13/+220
* nspawn: don't try to extract quotes from option string, glibc doesn't do that...Lennart Poettering2015-08-291-1/+1
* nspawn: add (no)rbind option to --bind and --bind-roEugene Yakubovich2015-08-291-6/+50