summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-268-12/+14
* test: use setup_fake_runtime_dir() in test-executeYu Watanabe2018-02-261-1/+2
* systemd-sysv-install: avoid using ROOT variable from the environmentZbigniew Jędrzejewski-Szmek2018-02-231-0/+2
* basic/virt: provide a nicer message is /proc/cpuinfo is not availableZbigniew Jędrzejewski-Szmek2018-02-231-6/+10
* Merge pull request #8258 from keszybz/log-issuesLennart Poettering2018-02-239-117/+139
|\
| * basic/log: add an assert that does not recurse into logging functionsZbigniew Jędrzejewski-Szmek2018-02-231-2/+12
| * udev/net-id: check all snprintf return valuesZbigniew Jędrzejewski-Szmek2018-02-232-37/+39
| * udev/net-id: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-02-231-15/+11
| * systemctl: do not hint logs when a unit cannot be reloadedZbigniew Jędrzejewski-Szmek2018-02-231-1/+2
| * basic/log: make sure header is printed correctly, add testZbigniew Jędrzejewski-Szmek2018-02-232-38/+65
| * basic/log: fix confusion with parameters to log_dispatch_internalZbigniew Jędrzejewski-Szmek2018-02-231-1/+1
| * journal: drop left-over header lineZbigniew Jędrzejewski-Szmek2018-02-231-2/+0
| * basic/log: make log_object_internalv staticZbigniew Jędrzejewski-Szmek2018-02-232-14/+2
| * basic/log: voidify snprintf statementsZbigniew Jędrzejewski-Szmek2018-02-231-6/+6
| * Revert "Replace use of snprintf with xsprintf"Zbigniew Jędrzejewski-Szmek2018-02-234-6/+6
* | Merge pull request #8252 from keszybz/set-property-manLennart Poettering2018-02-231-73/+73
|\ \
| * | systemctl: use VARIABLE as the placeholder for a variable nameZbigniew Jędrzejewski-Szmek2018-02-221-3/+3
| * | systemctl,man: use PROPERTY as the placeholder for a property nameZbigniew Jędrzejewski-Szmek2018-02-221-73/+73
| * | systemctl,man: use UNIT as the placeholder for a unit nameZbigniew Jędrzejewski-Szmek2018-02-221-23/+23
* | | udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)Peter Hutterer2018-02-231-1/+2
* | | Add missing double quote from log message (#8257)antizealot13372018-02-231-1/+1
| |/ |/|
* | login: fix user@.service case, so we don't allow nested sessions (#8051)Alan Jenkins2018-02-221-2/+11
* | Fix format-truncation compile failure by typecasting USB IDs (#8250)Patrick Uiterwijk2018-02-224-7/+71
* | libsystemd-network: fix endianness in ARP BPF filter (#8255)Beniamino Galvani2018-02-221-2/+2
* | Merge pull request #8251 from Shuangistan/pr_virt_qnxZbigniew Jędrzejewski-Szmek2018-02-222-0/+3
|\ \ | |/ |/|
| * virt: detect QNX hypervisorShuang Liu2018-02-222-0/+3
* | Merge pull request #8205 from poettering/bpf-multiZbigniew Jędrzejewski-Szmek2018-02-2214-123/+703
|\ \
| * | bpf: reset "extra" IP accounting counters when turning off IP accounting for ...Lennart Poettering2018-02-211-2/+10
| * | bpf: rework how we keep track and attach cgroup bpf programsLennart Poettering2018-02-215-46/+118
| * | bpf-program: make bpf_program_load_kernel() idempotentLennart Poettering2018-02-211-2/+8
| * | namespace: protect bpf file system as part of ProtectKernelTunables=Lennart Poettering2018-02-211-0/+1
| * | mount-setup: always use the same source as fstype for the API VFS we mountLennart Poettering2018-02-211-4/+4
| * | bpf: use BPF_F_ALLOW_MULTI flag if it is availableLennart Poettering2018-02-212-38/+45
| * | bpf: mount bpffs by default on bootLennart Poettering2018-02-211-0/+2
| * | bpf-program: optionally take fd of program to detachLennart Poettering2018-02-213-4/+9
| * | bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supportedLennart Poettering2018-02-216-19/+62
| * | bpf: add new bpf.h header copy from 4.15 kernelLennart Poettering2018-02-211-20/+456
* | | nologin: extend the /run/nologin descriptions a bit (#8244)Lennart Poettering2018-02-224-14/+24
* | | Merge pull request #8243 from poettering/statx-syscall-unfuckLennart Poettering2018-02-2210-86/+137
|\ \ \ | |_|/ |/| |
| * | shutdown: let's not use exit() needlesslyLennart Poettering2018-02-221-7/+4
| * | reboot-util: unify reboot with parameter in a single implementationLennart Poettering2018-02-224-44/+67
| * | basic: split out update_reboot_parameter_and_warn() into its own .c/.h filesLennart Poettering2018-02-227-25/+42
| * | tree-wide: voidify reboot() invocationsLennart Poettering2018-02-222-3/+3
| * | basic: add a common syscall wrapper around reboot()Lennart Poettering2018-02-225-8/+22
| * | missing: always use __NR_ as prefix for syscall numbersLennart Poettering2018-02-221-2/+2
| * | missing: Fix statx syscall ifdefferyLennart Poettering2018-02-221-2/+2
* | | pid1: when creating service directories, don't chown existing files (#8181)Zbigniew Jędrzejewski-Szmek2018-02-221-13/+9
|/ /
* | tree-wide: reopen log when we need to log in FORK_CLOSE_ALL_FDS childrenLennart Poettering2018-02-224-2/+5
* | shutdown: explicitly set a log target in shutdown.cLennart Poettering2018-02-221-6/+9
* | shutdown: always pass errno to logging functionsLennart Poettering2018-02-221-6/+6