summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)AuthorFilesLines
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering1-1/+1
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering1-1/+1
2015-09-30nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...Lennart Poettering3-1/+54
2015-09-30nspawn: fix user namespace supportLennart Poettering3-6/+7
2015-09-30nspawn: order includesLennart Poettering1-3/+3
2015-09-30nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir...Lennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-4/+1
2015-09-29util: unify implementation of NOP signal handlerLennart Poettering1-3/+1
2015-09-29tree-wide: take benefit of the fact that fdset_free() returns NULLLennart Poettering1-2/+1
2015-09-29tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2-3/+3
2015-09-22nspawn, machined: fix comments and error messagesKrzesimir Nowak1-2/+2
2015-09-22nspawn: close unneeded sockets in outer childKrzesimir Nowak1-0/+2
2015-09-22util: introduce {send,receive}_one_fd()David Herrmann2-62/+11
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering1-1/+1
2015-09-09nspawn: add missing comma to gperf fileLennart Poettering1-1/+1
2015-09-08nspawn: also close uid shift socket in the parentLennart Poettering1-0/+1
2015-09-08nspawn: short reads do not set errno, hence don't try to print itLennart Poettering1-2/+2
2015-09-08inspawn: switch from SOCK_DGRAM to SOCK_SEQPACKET for internal socketpairsLennart Poettering1-4/+4
2015-09-08nspawn: properly propagate errors when we fail to set soemthing upLennart Poettering1-2/+4
2015-09-07nspawn: sort and clean up included header listLennart Poettering1-56/+44
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering11-32/+1
2015-09-07nspawn: split out --uid= logic into nspawn-setuid.[ch]Lennart Poettering3-242/+299
2015-09-07nspawn: split out machined registration code to nspawn-register.[ch]Lennart Poettering3-218/+294
2015-09-07nspawn: split out cgroup related calls into nspawn-cgroup.[ch]Lennart Poettering3-140/+200
2015-09-07nspawn: split out network related code to nspawn-network.[ch]Lennart Poettering3-439/+504
2015-09-07nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering6-271/+337
2015-09-07nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering5-835/+949
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering6-220/+984
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering1-0/+7
2015-09-01core: unified cgroup hierarchy supportLennart Poettering1-13/+220
2015-08-29nspawn: don't try to extract quotes from option string, glibc doesn't do that...Lennart Poettering1-1/+1
2015-08-28nspawn: add (no)rbind option to --bind and --bind-roEugene Yakubovich1-6/+50
2015-08-25nspawn: make sure --template= and --machine= my be combinedLennart Poettering1-2/+13
2015-08-21remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2015-08-07nspawn: Allow : characters in overlay pathsRichard Maw1-2/+6
2015-08-07nspawn: escape paths in overlay mount optionsRichard Maw1-7/+35
2015-08-07nspawn: Allow : characters in nspawn --bind pathsRichard Maw1-8/+13
2015-08-07nspawn: Allow : characters in --tmpfs pathRichard Maw1-8/+11
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek1-1/+1
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek1-1/+1
2015-07-31tree-wide: introduce mfree()David Herrmann1-4/+2
2015-07-30tree-wide: use free_and_strdup()Daniel Mack1-3/+2
2015-07-22nspawn: Don't pass uid mount option for devptsMike Gilbert1-4/+2
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering1-4/+4
2015-07-07Remove repeated 'the'sZbigniew Jędrzejewski-Szmek1-3/+2
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack1-3/+3
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-4/+4
2015-07-06Merge pull request #492 from richardmaw-codethink/nspawn-automatic-uid-shift-...Lennart Poettering1-1/+39
2015-07-06nspawn: Communicate determined UID shift to parentRichard Maw1-1/+39
2015-07-06nspawn: fix indentingLennart Poettering1-4/+4