summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* 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-306-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
* Merge pull request #12218 from keszybz/use-libmount-moreLennart Poettering2019-04-301-13/+7
|\
| * Add helper function for mnt_table_parse_{stream,mtab}Zbigniew Jędrzejewski-Szmek2019-04-231-6/+1
| * shared/mount-util: convert to libmountZbigniew Jędrzejewski-Szmek2019-04-231-11/+10
* | Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-301-2/+6
|\ \
| * | tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-301-2/+6
* | | codespell: fix spelling errorsBen Boeckel2019-04-2913-31/+31
* | | Merge pull request #12407 from keszybz/two-unrelated-cleanupsLennart Poettering2019-04-261-6/+3
|\ \ \ | |/ / |/| |
| * | core: adjust unit_get_ancestor_memory_{low,min}() to work with units which do...Zbigniew Jędrzejewski-Szmek2019-04-251-6/+3
* | | chown-recursive: also check mode before we bypassLennart Poettering2019-04-261-5/+5
* | | Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-257-32/+337
|\ \ \ | |/ / |/| |
| * | core: include IO data in per-unit resource log msgLennart Poettering2019-04-121-4/+70
| * | croup: expose IO accounting data per unitLennart Poettering2019-04-125-3/+240
| * | core: use string_table_lookup() at more placesLennart Poettering2019-04-122-18/+14
| * | core: add new call unit_reset_accounting()Lennart Poettering2019-04-125-6/+15
| * | core: no need to initialize ip_accounting twiceLennart Poettering2019-04-121-1/+0