summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2016-01-06nspawn: fix two typos in error messagesDaniel Mack
2015-12-28nspawn: userns and unified cgroup: chown cgroup.eventsAlban Crequy
2015-12-04nspawn: set TasksMax in machined instead of nspawnAlban Crequy
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-17Merge pull request #1926 from phomes/include-order-libudevDaniel Mack
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16Merge pull request #1916 from zonque/alignTom Gundersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-11-16nspawn: set TasksMax= for containers to 8192 by defaultLennart Poettering
2015-11-12nspawn: add new --network-veth-extra= switch for defining additional veth linksLennart Poettering
2015-11-09Merge pull request #1820 from michich/errno-v2Daniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-09Merge pull request #1799 from jengelh/docLennart Poettering
2015-11-09nspawn: support custom container service nameIago López Galeiras
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-11-05nspawn: save errno before reopening log after exec failureMichal Schmidt
2015-11-05nspawn: no fake errnoMichal Schmidt
2015-11-05nspawn: simplify error returnsMichal Schmidt
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-10-31core,nspawn: minor coding style fixesLennart Poettering
2015-10-28nspwan: port to extract_first_wordSusant Sahani
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-22nspawn: don't try to resolve passed binary before entering namespaceLennart Poettering
2015-10-22nspawn: rework how we determine private networking settingsLennart Poettering
2015-10-22btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering
2015-10-20nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras
2015-10-09nspawn: create /sys/fs/cgroup for unified hierarchy as wellMirco Tischler
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering