| Commit message (Expand) | Author | Files | Lines |
2017-11-12 | core/mount: fstype may be NULL | Yu Watanabe | 1 | -1/+1 |
2017-11-12 | update TODO | Lennart Poettering | 1 | -0/+42 |
2017-11-12 | core: sd-bus can handle NULL strings nicely, let's use it | Lennart Poettering | 1 | -6/+2 |
2017-11-11 | test-execute: update test for SystemCallErrorNumber= | Yu Watanabe | 4 | -4/+15 |
2017-11-11 | core: allow to specify errno number in SystemCallErrorNumber= | Yu Watanabe | 5 | -21/+22 |
2017-11-11 | test: add tests for syscall:errno style in SystemCallFilter= | Yu Watanabe | 5 | -9/+63 |
2017-11-11 | core: add support to specify errno in SystemCallFilter= | Yu Watanabe | 7 | -36/+91 |
2017-11-11 | test: add test for parse_errno() and parse_syscall_and_errno() | Yu Watanabe | 1 | -0/+73 |
2017-11-11 | parse-util: add parse_errno() and parse_syscall_and_errno() | Yu Watanabe | 2 | -0/+61 |
2017-11-11 | basic/errno-list: remove errno_max() and define ERRNO_MAX as 4095 | Yu Watanabe | 2 | -6/+6 |
2017-11-10 | loginctl: rework sysfs tree dump, to honour --full and friends | Lennart Poettering | 3 | -10/+25 |
2017-11-10 | string-util: when ellipsizing to a length if (size_t) -1, become a NOP | Lennart Poettering | 1 | -0/+8 |
2017-11-10 | merge two lines in our get_output_flags() functions | Lennart Poettering | 3 | -6/+3 |
2017-11-10 | tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p... | Lennart Poettering | 6 | -13/+5 |
2017-11-10 | pager: cache not only number of columns but also of lines before we open pager | Lennart Poettering | 1 | -2/+3 |
2017-11-10 | loginctl: invoke sigbus_install() | Lennart Poettering | 2 | -1/+5 |
2017-11-10 | core: make "tmpfs" dependencies on swapfs a "default" dep, not an "implicit" | Lennart Poettering | 4 | -27/+15 |
2017-11-10 | core: when a unit template is specified in SYSTEMD_WANTS=, instantiate it wit... | Lennart Poettering | 2 | -42/+54 |
2017-11-10 | test: add test case for adding/removing dependencies via udev rules | Lennart Poettering | 3 | -0/+129 |
2017-11-10 | core: remove SYSTEMD_WANTS udev property configured dependencies at the right... | Lennart Poettering | 1 | -19/+20 |
2017-11-10 | device: Let's simplify device_add_udev_wants() a bit | Lennart Poettering | 1 | -4/+8 |
2017-11-10 | core: add internal API to remove dependencies again, based on dependency mask | Lennart Poettering | 3 | -0/+98 |
2017-11-10 | man: extend documentation on the unit name escaping logic | Lennart Poettering | 2 | -23/+38 |
2017-11-10 | device: rework device_is_bound_by_mounts() a bit | Lennart Poettering | 1 | -7/+12 |
2017-11-10 | core: track why unit dependencies came to be | Lennart Poettering | 20 | -342/+593 |
2017-11-10 | gpt-auto-generator: make sure "r" is always set | Lennart Poettering | 1 | -1/+3 |
2017-11-10 | mkosi: fix build script to use right sysvinit path | Lennart Poettering | 1 | -1/+3 |
2017-11-10 | mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitly | Lennart Poettering | 1 | -0/+3 |
2017-11-10 | core: include a bad /var/run symlink in the "tainted" string | Lennart Poettering | 1 | -1/+7 |
2017-11-10 | virt: trivial whitespace fixes | Lennart Poettering | 1 | -2/+2 |
2017-11-10 | device : reload when udev generates a "changed" event (#6850) | Boucman | 2 | -0/+26 |
2017-11-10 | networkd: set dhcp_use_routes to true when dhcp_anonymize is true (#7209) | juga0 | 2 | -6/+5 |
2017-11-10 | core: add missing error_message cases (#6911) | Alan Jenkins | 2 | -1/+8 |
2017-11-10 | basic/hashmap: add cleanup of memory pools (#7164) | Zbigniew Jędrzejewski-Szmek | 1 | -0/+24 |
2017-11-10 | Fix typo in statx macro (#7180) | Antonio Rojas | 1 | -1/+1 |
2017-11-10 | rules: run all persistent-input rules for rmi and i8042 (#7287) | Simon Arlott | 1 | -2/+2 |
2017-11-10 | systemctl: fix memory leak (#7289) | John Lin | 1 | -1/+1 |
2017-11-10 | systemd-firstboot: add vconsole keymap support (#7035) | tblume | 6 | -64/+269 |
2017-11-10 | core/load-fragment: add RemoveIPC= (#7288) | Yu Watanabe | 1 | -0/+1 |
2017-11-09 | man: remove restrictions in [Install] section (#7278) | John Lin | 1 | -5/+2 |
2017-11-09 | hwdb: Add ACCEL_MOUNT_MATRIX for HP Stream 8 (#7279) | Collin Eggert | 1 | -0/+1 |
2017-11-09 | cryptsetup: ignore _netdev, since it is used in generator (#7282) | Lukáš Nykrýn | 1 | -1/+1 |
2017-11-09 | test-parse-util: add more tests, mainly for empty string | Yu Watanabe | 1 | -0/+54 |
2017-11-09 | libsystemd-network: coding style fix | Yu Watanabe | 1 | -1/+1 |
2017-11-09 | tree-wide: do not work in assert() | Yu Watanabe | 2 | -6/+6 |
2017-11-08 | test-bpf: use /bin/ping path (#7276) | Dimitri John Ledkov | 1 | -2/+2 |
2017-11-08 | systemctl: respect [Install] section in drop-ins (#7158) | John Lin | 2 | -22/+316 |
2017-11-08 | NEWS: Add note about udev changes for /dev/kvm, /dev/dri/renderD*, and /dev/kfd | Tom Stellard | 1 | -0/+4 |
2017-11-08 | udev-rules: Add rule for /dev/kfd | Tom Stellard | 1 | -0/+1 |
2017-11-08 | udev-rules: Permission changes for /dev/dri/renderD* | Tom Stellard | 5 | -2/+9 |