summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19these changes were sitting herenotsystemd/wip/v234.1Luke Shumaker
2017-09-17fixupLuke Shumaker
2017-09-13cgroup-util,nspawn: Add a special "inherit" cgroup mode for nspawnnotsystemd/v234.1Luke Shumaker
2017-09-13nspawn: (Re)mount the systemd hierarchy RO in the outer child, not innerLuke Shumaker
2017-09-13nspawn: Be more robust when deciding to create subcgroups or chown cgroupsLuke Shumaker
2017-09-13nspawn: Improve error messagesLuke Shumaker
2017-09-13nspawn: Clarify sync_cgroup(); tmp dirname, error messageLuke Shumaker
2017-09-13nspawn: Improve --help textLuke Shumaker
2017-09-13nspawn: Go ahead and always decide the cgroup mounts in the outer child, not ...Luke Shumaker
2017-09-13nspawn: Split off cgroup_decide_mounts() from mount_cgroups()Luke Shumaker
2017-09-13nspawn: Decide all cgroup mounts/symlinks before performing any of themLuke Shumaker
2017-09-13nspawn: Add functions for deciding cgroup mounts before performing themLuke Shumaker
2017-09-13nspawn: Track the inner child and outer child PIDs separatelyLuke Shumaker
2017-09-13nspawn: Change where we filter the name=systemd hierarchyLuke Shumaker
2017-09-13nspawn: get_v1_hierarchies(): Ditch a pointless check for "name=unified"Luke Shumaker
2017-09-13nspawn: mount_legacy_cgns_supported(): Rename variables to not lieLuke Shumaker
2017-09-13nspawn: Merge chown_cgroup(), sync_cgroup(), & create_subcgroup() into one cg...Luke Shumaker
2017-09-13nspawn: Detect the outer_cgver once, and pass that aroundLuke Shumaker
2017-09-13nspawn: Parse UNIFIED_CGROUP_HIERARCHY similarly to any other argLuke Shumaker
2017-09-13nspawn: Expand comments in detect_unified_cgroup_hierarchy()Luke Shumaker
2017-09-13nspawn: if !cg_ns_supported() then force arg_use_cgns = falseLuke Shumaker
2017-09-13nspawn: mount_sysfs(): Reword the comment about /sys/fs/cgroupLuke Shumaker
2017-09-13cgroup-util: Split out cg_pid_get_path_internal()Luke Shumaker
2017-09-13nspawn: Allow the container to inherit a 232-style hybrid (#6310)Luke Shumaker
2017-09-13cgroup-util,nspawn: Use switch cases around CGroupUnified when possibleLuke Shumaker
2017-09-13cgroup-util: Add cg_version() to get the raw CGroupUnified enumLuke Shumaker
2017-09-13cgroup-util: Merge the unified_cache and unified_systemd_v232 cachesLuke Shumaker
2017-09-13cgroup-util: Fix a comment about cg_kernel_controllers() behaviorLuke Shumaker
2017-09-13nspawn: sync_cgroup(): Rename arg_uid_shift -> uid_shiftLuke Shumaker
2017-09-13nspawn: nspawn-cgroup.{c,h}: s/unified_requested/inner_cgver/Luke Shumaker
2017-09-13nspawn: Move cgroup mount stuff from nspawn-mount.c to nspawn-cgroup.cLuke Shumaker
2017-09-13nspawn: Simplify mkdir_userns() usage, and trickle that upLuke Shumaker
2017-09-13nspawn: Simplify tmpfs_patch_options() usage, and trickle that upLuke Shumaker
2017-09-10Merge tag 'systemd/v234.11-6.parabola1' into systemd/parabolanotsystemd/v234.1-baseLuke Shumaker
2017-09-10FSDG: bootctl: Say "Systemd Boot Manager" instead of "Linux Boot Manager"systemd/v234.11-6.parabola1Luke Shumaker
2017-09-10FSDG: man/: Use FSDG operating systems as examplesLuke Shumaker
2017-09-10FSDG: systemd-resolved: Fallback hostname to "gnu-linux" instead of "linux"Luke Shumaker
2017-09-10FSDG: os-release: Default ID to "gnu-linux" instead of "linux"Luke Shumaker
2017-09-10FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux"Luke Shumaker
2017-09-10FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux"Luke Shumaker
2017-09-10FSDG: man/: Refer to the operating system as GNU/LinuxLuke Shumaker
2017-09-10Revert "core: run each system service with a fresh session keyring"systemd/v234.11-6Luke Shumaker
2017-09-10Revert "core: store the invocation ID in the per-service keyring"Luke Shumaker
2017-09-10call chase_symlinks without the /sysroot prefix (#6411)Harald Hoyer
2017-09-10tree-wide: make use of getpid_cached() wherever we canLennart Poettering
2017-09-10process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering
2017-09-10cryptsetup: fix infinite timeout (#6486)Andrew Soutar
2017-07-17Use config_parse_sec_fix_0() also for JobRunningTimeoutSecZbigniew Jędrzejewski-Szmek
2017-07-17journald: make sure we retain all stream fds across restarts (#6348)Michal Sekletar
2017-07-17core: dump also missed security contextWaLyong Cho