summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* namespace: allow overriding /run with a TemporaryFileSystem=Topi Miettinen2021-12-111-1/+1
* Merge pull request #20598 from tomty89/order_noautoZbigniew Jędrzejewski-Szmek2021-12-111-9/+1
|\
| * core/mount: also add default before dependency for automount mount unitsTom Yan2021-09-021-9/+1
* | meson: use subdir_done() to reduce indentYu Watanabe2021-12-104-110/+118
* | Merge pull request #20476 from jamacku/new-feature-reloaded-stampZbigniew Jędrzejewski-Szmek2021-12-073-0/+10
|\ \
| * | core: Indicate the time when the manager started loading units the last timeJan Macku2021-12-071-0/+5
| * | core: Add new DBUS properties UnitsReloadStartTimestamp and UnitsLoadTimestam...Jan Macku2021-12-073-0/+5
* | | bpf: refactor skeleton generationJames Hilliard2021-12-0710-25/+154
* | | core: add StartUnitWithFlags DBUS methodLuca Boccassi2021-12-075-6/+37
* | | Merge pull request #20522 from yuwata/cgroup-fixZbigniew Jędrzejewski-Szmek2021-12-071-12/+43
|\ \ \
| * | | core/cgroup: use helper macro for bfq conversionZbigniew Jędrzejewski-Szmek2021-11-111-18/+16
| * | | core/cgroup: set bfq.weight first, and fixes blkio.weight valueYu Watanabe2021-11-111-11/+44
* | | | Merge pull request #21646 from mrc0mmand/lgtm-followupsLuca Boccassi2021-12-071-0/+1
|\ \ \ \
| * | | | core: check for NULL in one more placeFrantisek Sumsal2021-12-061-0/+1
* | | | | core: use correct level for CPU time log messageChristian Göttsche2021-12-061-2/+2
|/ / / /
* | | | fix DirectoryNotEmpty when it comes to a Non-directory fileyangmingtai2021-12-071-1/+1
* | | | tree-wide: check for NULLs in more placesFrantisek Sumsal2021-12-064-0/+16
* | | | Merge pull request #21583 from bluca/bpf_assertYu Watanabe2021-12-021-1/+4
|\ \ \ \
| * | | | cgroup: don't emit BPF firewall warning when manager is in test modeLuca Boccassi2021-12-011-1/+4
* | | | | Merge pull request #21591 from yuwata/core-bpf-firewall-unsupported-reasonLuca Boccassi2021-12-013-20/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | core/bpf-firewall: make bpf_firewall_supported() always set unsupported reaso...Yu Watanabe2021-12-011-2/+8
| * | | | core/cgroup: propagate errors on detecting supported featuresYu Watanabe2021-12-011-0/+10
| * | | | core/restrict-netif: make restrict_network_interfaces_supported() return nega...Yu Watanabe2021-12-011-18/+12
* | | | | core: add Condition[Memory/CPU/IO]PressureLuca Boccassi2021-12-011-0/+6
|/ / / /
* | | | tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-303-17/+17
* | | | unit: add jobs that were skipped because of ratelimit back to run_queueMichal Sekletar2021-11-301-0/+9
* | | | namespace: allow ProcSubset=pid with some ProtectKernel optionsTopi Miettinen2021-11-271-8/+34
* | | | json: add new JSON_BUILD_CONST_STRING() macroLennart Poettering2021-11-251-8/+8
* | | | Merge pull request #21503 from poettering/ioprio-fixYu Watanabe2021-11-253-9/+12
|\ \ \ \
| * | | | core: normalize ioprio values we acquire from kernelLennart Poettering2021-11-241-1/+1
| * | | | ioprio: normalize io priority values in configurationLennart Poettering2021-11-242-4/+4
| * | | | ioprio-util: add macro for default ioprio settingsLennart Poettering2021-11-242-4/+4
| * | | | shared: split out ioprio related stuff into ioprio-util.[ch]Lennart Poettering2021-11-243-0/+3
* | | | | Merge pull request #21508 from poettering/conn-count-fixYu Watanabe2021-11-253-28/+37
|\ \ \ \ \
| * | | | | socket: various modernizationsLennart Poettering2021-11-251-12/+13
| * | | | | socket: always pass socket, fd and SocketPeer ownership to service togetherLennart Poettering2021-11-253-16/+24
* | | | | | build: fix build without seccompDominique Martinet2021-11-251-23/+23
|/ / / / /
* | | | | unit_is_bound_by_inactive: fix return pointer checkDominique Martinet2021-11-241-1/+1
|/ / / /
* | | | bpf: fix memleak in restrict_fs_bpfJulia Kartseva2021-11-241-1/+1
* | | | extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...Lennart Poettering2021-11-231-1/+1
* | | | core/automount: Add ExtraOptions fieldAndrew Stone2021-11-234-3/+39
* | | | core: prefix functions to avoid identical static function namesChristian Göttsche2021-11-201-14/+14
* | | | selinux: name mac_selinux_generic_access_check as internal functionChristian Göttsche2021-11-202-9/+9
* | | | selinux: improve debug log formatChristian Göttsche2021-11-201-1/+1
* | | | selinux: add function name to audit dataChristian Göttsche2021-11-202-7/+17
* | | | tree-wide: port various places over to open_mkdir_at()Lennart Poettering2021-11-171-7/+10
* | | | shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-1612-12/+12
* | | | tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-163-22/+13
* | | | shared: split out UID allocation range stuff from user-record.hLennart Poettering2021-11-131-1/+1
* | | | Merge pull request #21320 from poettering/namespace-mkdir-umaskLennart Poettering2021-11-121-24/+25
|\ \ \ \