summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #12869 from poettering/dynamic-user-re-migrateLennart Poettering2019-06-251-19/+54
|\
| * core: migrate service directories back from private if neededLennart Poettering2019-06-241-0/+32
| * core: add missing space to DynamicUser=1 directory commentLennart Poettering2019-06-241-19/+22
* | bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-2510-3/+285
* | Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-251-1/+1
|\ \
| * | tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-241-1/+1
| |/
* / core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-248-3/+144
|/
* doc: make clear that --system and --user only make sense with --testLennart Poettering2019-06-241-3/+3
* tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()Yu Watanabe2019-06-241-6/+3
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-228-20/+16
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-208-20/+16
* | bpf-firewall: optimization for IPAddressXYZ="any" (and unprivileged users)Anita Zhang2019-06-223-36/+83
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-211-1/+1
* | bpf: use more TAKE_FD()Lennart Poettering2019-06-201-4/+2
* | cgroup: Continue unit reset if cgroup is busyDonald Buczek2019-06-201-4/+7
|/
* core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAXLennart Poettering2019-06-171-3/+3
* service: Fix typo in warning messagePhilip Withnall2019-06-121-1/+1
* cgroup: Prevent theoretical nullptr deref in unit mask calculationChris Down2019-06-071-0/+2
* Merge pull request #11778 from anitazha/rfe_11654_dbusChris Down2019-06-056-19/+122
|\
| * core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-316-19/+122
* | Silence warning about BPF firewall in containersZbigniew Jędrzejewski-Szmek2019-06-041-11/+26
* | Move warning about unsupported BPF firewall right before the firewall would b...Zbigniew Jędrzejewski-Szmek2019-06-045-38/+24
* | execute: dump CPUAffinity as a range string instead of a list of CPUsMichal Sekletar2019-06-031-5/+4
* | dbus-execute: make transfer of CPUAffinity endian safe (#12711)Michal Sekletar2019-05-311-1/+4
|/
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-305-150/+164
|\
| * shared/cpu-set-util: make transfer of cpu_set_t over bus endian safeMichal Sekletar2019-05-291-1/+5
| * pid1: when reloading configuration, forget old settingsZbigniew Jędrzejewski-Szmek2019-05-291-49/+97
| * pid1: don't reset setting from /proc/cmdline upon restartZbigniew Jędrzejewski-Szmek2019-05-291-10/+16
| * pid1: parse CPUAffinity= in incremental fashionZbigniew Jędrzejewski-Szmek2019-05-291-10/+27
| * Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-295-69/+27
| * shared/cpu-set-util: move the part to print cpu-set into a separate functionZbigniew Jędrzejewski-Szmek2019-05-211-24/+5
| * core/dbus-execute: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* | terminal-util: reset access mode in vt_restore(), tooLennart Poettering2019-05-241-3/+0
* | tree-wide: port various places over to use chmod_and_chown()Lennart Poettering2019-05-242-27/+17
* | core: prefer SCMP_ACT_KILL_PROCESS for SystemCallFilter= behaviourLennart Poettering2019-05-241-1/+1
* | Merge pull request #12590 from keszybz/unicode-cmdlinesLennart Poettering2019-05-241-1/+1
|\ \
| * | basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
| * | Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* | | Merge pull request #12631 from keszybz/doc-and-error-message-tweaksLennart Poettering2019-05-224-9/+32
|\ \ \
| * | | pid1: improve message when setting up namespace failsZbigniew Jędrzejewski-Szmek2019-05-223-9/+27
| * | | core: unset HOME=/ that the kernel gives usZbigniew Jędrzejewski-Szmek2019-05-221-0/+5
| |/ /
* | | Merge pull request #12626 from keszybz/oompolicy-checkLennart Poettering2019-05-214-5/+12
|\ \ \ | |/ / |/| |
| * | core: do an extra check if oom was triggered when handling sigchildZbigniew Jędrzejewski-Szmek2019-05-203-2/+8
| * | core/service: drop {}Zbigniew Jędrzejewski-Szmek2019-05-201-3/+4
* | | small fixes: make get_process_state() static and fix typoTopi Miettinen2019-05-201-1/+1
|/ /
* / timer: simplify computation of unit activation timeDavid Tardon2019-05-181-14/+2
|/
* meson: stop creating .wants directories for {multi-user,getty}.target (#12569)Michael Biebl2019-05-171-4/+0
* Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek2019-05-101-4/+1
* cgroup: Support 0-value for memory protection directivesChris Down2019-05-082-9/+10
* cgroup: Readd some plumbing for DefaultMemoryMinChris Down2019-05-082-0/+2