summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* unit: add jobs that were skipped because of ratelimit back to run_queueMichal Sekletar2021-11-291-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
|\
| * namespace: make tmp dir handling code independent of umask tooLennart Poettering2021-11-121-5/+7
| * namespace: make whole namespace_setup() work regardless of configured umaskLennart Poettering2021-11-121-3/+4
| * namespace: rebreak a few commentsLennart Poettering2021-11-121-16/+14
* | execute: always log a warning when setting SELinux context failsTopi Miettinen2021-11-121-6/+12
* | Change gendered terms to be gender-neutral (#21325)Emily Gonyer2021-11-121-1/+1
|/
* pid1: add a manager_trigger_run_queue() helperLennart Poettering2021-11-124-12/+19
* Merge pull request #20953 from msekletar/mount-ratelimit-followup-20329Lennart Poettering2021-11-129-25/+49
|\
| * mount: retrigger run queue after ratelimit expired to run delayed mount start...Michal Sekletar2021-11-111-0/+21
| * mount: make mount units start jobs not runnable if /p/s/mountinfo ratelimit i...Michal Sekletar2021-11-111-0/+3
| * core: rename/generalize UNIT(u)->test_start_limit() hookMichal Sekletar2021-11-119-25/+25
* | Merge pull request #21241 from wat-ze-hex/2021-11-04-fix-bpf-foreign-realizationLuca Boccassi2021-11-112-11/+14
|\ \ | |/ |/|
| * core: check fs type of BPFProgram= property pathJulia Kartseva2021-11-111-0/+10
| * core: fix bpf-foreign cg controller realizationJulia Kartseva2021-11-112-11/+4
* | scope: count successful cgroup additions when delegating via D-BusJonas Witschel2021-11-111-1/+4
* | escape: add flags argument to quote_command_line()Lennart Poettering2021-11-111-6/+5
|/
* core: replace slice dependencies as they get addedAnita Zhang2021-11-105-7/+15
* Merge pull request #20813 from unusual-thoughts/exittype_v2Zbigniew Jędrzejewski-Szmek2021-11-086-58/+95
|\
| * Reintroduce ExitTypeHenri Chain2021-11-086-58/+95
* | build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-4/+2
* | exec: Add TTYRows and TTYColumns properties to set TTY dimensionsDaan De Meyer2021-11-056-5/+65
|/
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-052-7/+18
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
| * manager: fix confusion when to send READY=1Zbigniew Jędrzejewski-Szmek2021-11-031-3/+3
| * tree-wide: drop "f" from sd_notify() calls with a static stringZbigniew Jędrzejewski-Szmek2021-11-031-3/+3
| * tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek2021-11-031-6/+17