summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* separate flags from shebangbleep_blop2017-12-259-9/+18
* sd-boot, udev: trivial condition simplificationsYu Watanabe2017-12-252-2/+2
* Merge pull request #7663 from keszybz/mkdir-return-valueLennart Poettering2017-12-2410-56/+69
|\
| * Move mkdir_label() to mkdir-label.cZbigniew Jędrzejewski-Szmek2017-12-162-17/+21
| * smack-util: remove unneeded initalizationZbigniew Jędrzejewski-Szmek2017-12-161-1/+1
| * Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2017-12-168-39/+48
* | systemctl: don't show vendor preset state for generated/transient units (#7711)Lennart Poettering2017-12-241-1/+2
* | Merge pull request #7695 from yuwata/transient-socketLennart Poettering2017-12-2326-1305/+1979
|\ \
| * | load-fragment: simplify list insertion logicYu Watanabe2017-12-231-5/+3
| * | cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...Yu Watanabe2017-12-232-9/+18
| * | core/socket: shorten socket_fdname()Yu Watanabe2017-12-231-4/+1
| * | core/socket: dump more settingsYu Watanabe2017-12-231-4/+24
| * | dbus-cgroup: merge several blocks which operate almost same tasksYu Watanabe2017-12-231-158/+44
| * | dbus-execute: use empty_to_null() where it can be applicableYu Watanabe2017-12-231-52/+34
| * | cgroup: move path checking logic to dbus-cgroup.cYu Watanabe2017-12-232-30/+22
| * | bus-unit-util: simplify bus_append_cgroup_property()Yu Watanabe2017-12-231-11/+3
| * | bus-unit-util: make dependency settings can take multiple unitsYu Watanabe2017-12-231-9/+2
| * | dbus-socket: move truncation check to bus_socket_set_transient_property()Yu Watanabe2017-12-232-4/+7
| * | basic: introduce socket_protocol_{from,to}_name()Yu Watanabe2017-12-239-33/+141
| * | run: add support to create transient path and socket unitYu Watanabe2017-12-231-20/+66
| * | bus-unit-util: add socket unit related optionsYu Watanabe2017-12-236-786/+892
| * | core: implement transient socket unitYu Watanabe2017-12-235-109/+605
| * | socket-util: add socket_address_type_{from,to}_string()Yu Watanabe2017-12-232-0/+14
| * | core/socket: add socket_port_type_from_string()Yu Watanabe2017-12-232-2/+20
| * | core:socket: fix string in socket_exec_command_tableYu Watanabe2017-12-231-5/+5
| * | core,seccomp: fix logic to parse RestrictAddressFamilies= in dbus-execute.cYu Watanabe2017-12-231-12/+20
| * | core,seccomp: fix logic to parse syscall filter in dbus-execute.cYu Watanabe2017-12-234-96/+102
| * | core: move path_kill_slashes() to managerYu Watanabe2017-12-192-3/+3
| * | core: fix wrong validity checkYu Watanabe2017-12-191-1/+1
| * | tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe2017-12-194-6/+6
* | | networkd: Add support for ipvlan L3s and flags (#7726)Susant Sahani2017-12-235-2/+48
* | | shared/seccomp: add mmap handling for powerpcMathieu Malaterre2017-12-221-1/+2
* | | networkd: show warning on error or cast to void when error is ignored (#7716)Yu Watanabe2017-12-211-54/+110
* | | Fix #7704 and #7708. (#7712)Susant Sahani2017-12-214-9/+15
* | | network: fix memory leak when an netdev was skippedZbigniew Jędrzejewski-Szmek2017-12-202-11/+11
* | | Merge pull request #7702 from keszybz/reduce-linkageLennart Poettering2017-12-208-30/+29
|\ \ \
| * | | sd-bus: drop check for selinux before calling getsockopt(SO_PEERSEC)Zbigniew Jędrzejewski-Szmek2017-12-191-5/+3
| * | | Move selinux-related stuff from btrfs-util.c to label.cZbigniew Jędrzejewski-Szmek2017-12-195-20/+22
| * | | machine-id-setup: use return log_error… patternZbigniew Jędrzejewski-Szmek2017-12-191-4/+3
| * | | bootctl: silence warning about signed/unsigned comparisonZbigniew Jędrzejewski-Szmek2017-12-191-1/+1
* | | | timedatectl: fix status output (#7696)Yu Watanabe2017-12-191-1/+1
* | | | cryptsetup: use uint64_t for keyfile-offset= (#7689)Zbigniew Jędrzejewski-Szmek2017-12-191-2/+11
| |/ / |/| |
* | | analyze: use normal bus connection for "plot" verb (#7685)Zbigniew Jędrzejewski-Szmek2017-12-181-1/+8
* | | Merge pull request #7687 from hbakken/work/add-missing-features2Lennart Poettering2017-12-184-0/+61
|\ \ \
| * | | missing: Add DM_DEFERRED_REMOVEHenrik Grindal Bakken2017-12-182-0/+5
| * | | missing: Define SMACK_MAGIC if it's missingHenrik Grindal Bakken2017-12-181-0/+4
| * | | nspawn: Include missing.hHenrik Grindal Bakken2017-12-181-0/+1
| * | | missing: Define EFIVARFS_MAGIC if missingHenrik Grindal Bakken2017-12-181-0/+4
| * | | missing: Add MAX_HANDLE_SZHenrik Grindal Bakken2017-12-181-0/+4
| * | | missing: Add PR_SET_MM_{ARG,ENV}_{START,END}Henrik Grindal Bakken2017-12-181-0/+16