summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2017-01-17Merge pull request #4991 from poettering/seccomp-fixZbigniew Jędrzejewski-Szmek
2017-01-17seccomp: minor simplifications for is_seccomp_available()Lennart Poettering
2017-01-17seccomp: rework seccomp code, to improve compat with some archsLennart Poettering
2017-01-15shared/install-printf: fix memleakZbigniew Jędrzejewski-Szmek
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2017-01-09shared: check strdup != NULLEvgeny Vereshchagin
2017-01-09shared: fix double free in linkEvgeny Vereshchagin
2017-01-03shared: fix double free in unmask (#5005)Jan Synacek
2017-01-03path-lookup: use correct cleanup function for strv (#5007)Thomas H. P. Andersen
2016-12-29systemctl: permit "enable" and "add-wants" without any instances (#4992)Lennart Poettering
2016-12-27seccomp: move bdflush() system call to @obsolete filter groupLennart Poettering
2016-12-27seccomp: add proper help string for @resources seccomp filter setLennart Poettering
2016-12-27seccomp: add two new filter sets: @reboot and @swapLennart Poettering
2016-12-21machined: when renaming/removing/cloning images, always take care of .roothas...Lennart Poettering
2016-12-21dissect: make using a generic partition as root partition optionalLennart Poettering
2016-12-21dissect: return the GPT partition UUID, tooLennart Poettering
2016-12-21fstab-generator: add support for volatile bootsLennart Poettering
2016-12-21shared: rework switch_root() codeLennart Poettering
2016-12-20dissect: optionally, only look for GPT partition tables, nothing elseLennart Poettering
2016-12-20tree-wide: always invoke setmntent() with "re" modeLennart Poettering
2016-12-20shared: use uid_is_valid() for checking validity of UIDsLennart Poettering
2016-12-20nspawn: split out VolatileMode definitionsLennart Poettering
2016-12-17Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek
2016-12-14generator: order fsck service After= the deviceLennart Poettering
2016-12-14core: make "Restart" service property accessible via the transient APILennart Poettering
2016-12-14core: add ability to define arbitrary bind mounts for servicesLennart Poettering
2016-12-13core: hook up MountFlags= to the transient unit logicLennart Poettering
2016-12-11Merge pull request #4864 from keszybz/build-sysLennart Poettering
2016-12-11Merge pull request #4861 from keszybz/dissect-tweaksLennart Poettering
2016-12-10shared/firewall-util: remove warning about net/if.h workaroundZbigniew Jędrzejewski-Szmek
2016-12-10dissect: assume GPT_ROOT_SECONDARY_VERITY is defined when GPT_ROOT_SECONDARY isZbigniew Jędrzejewski-Szmek
2016-12-10Merge pull request #4795 from poettering/dissectZbigniew Jędrzejewski-Szmek
2016-12-09tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer
2016-12-07dissect: add DISSECT_IMAGE_DISCARD_ANY maskZbigniew Jędrzejewski-Szmek
2016-12-07nspawn/dissect: automatically discover dm-verity verity partitionsLennart Poettering
2016-12-07dissect: add support for encrypted imagesLennart Poettering
2016-12-07dissect: add small "systemd-dissect" tool as wrapper around dissect-image.cLennart Poettering
2016-12-07util-lib: split out image dissecting code and loopback code from nspawnLennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-29bus-util: add protocol error type explanationJouke Witteveen
2016-11-22Merge pull request #4692 from poettering/networkd-dhcpZbigniew Jędrzejewski-Szmek
2016-11-22nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering
2016-11-22nspawn: add ability to run nspawn without container locks appliedLennart Poettering
2016-11-22shared: make sure image_path_lock() return parameters are always initialized ...Lennart Poettering
2016-11-21seccomp: add @filesystem syscall group (#4537)Lennart Poettering
2016-11-21shared: add new API to validate a string as hostname or IP addressLennart Poettering
2016-11-18Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering
2016-11-16system-run: add support for configuring unit dependencies with --property=Lennart Poettering
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering
2016-11-16shared: split out code for adding multiple names to sd_bus_track objectLennart Poettering