summaryrefslogtreecommitdiffstats
path: root/src/basic/syscalls-s390x.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-26sd-device: add API for triggering synthetic uevents with UUIDLennart Poettering3-0/+70
2021-05-26man: document that it is guaranteed that generated ID128 are never all-zero o...Lennart Poettering2-8/+13
2021-05-26update TODOLennart Poettering1-2/+0
2021-05-26Mount all fs nosuid when NoNewPrivileges=yesTopi Miettinen4-3/+39
2021-05-26man: fix list of escaped characters in unit namesLennart Poettering1-4/+5
2021-05-26core: support specifier expansion in DefaultEnvironment= and ManagerEnvironment=Lennart Poettering2-9/+56
2021-05-26repart: resolve $TMP specifiers tooLennart Poettering2-11/+10
2021-05-26sysusers: add a generic specifier table for common casesLennart Poettering3-12/+14
2021-05-26hexdecoct: make return parameters of unbase64mem() and unhexmem() optionalLennart Poettering1-8/+8
2021-05-26test-network: refuse RA if not necessaryYu Watanabe8-0/+13
2021-05-26test-network: wait for that the link is in configuring state at the beginningYu Watanabe1-1/+1
2021-05-26man: document udevadm info output prefixesLennart Poettering1-0/+39
2021-05-26man: try to clarify that nss-mymachines does not provide name resolution outs...Lennart Poettering1-0/+9
2021-05-26man: explicit say for priority/weight values whether more is more or lessLennart Poettering2-26/+34
2021-05-26networkctl: politely refuse being called from a different netns than the netw...Lennart Poettering1-0/+43
2021-05-26networkd: add bus property exposing network namepace ID we run inLennart Poettering1-0/+29
2021-05-26README: drop reference to KinvolkLennart Poettering1-5/+0
2021-05-26core/service: do not set zero error to log_unit_debug_errno()Yu Watanabe1-1/+1
2021-05-26dns-domain: fix build failure with libidnYu Watanabe1-3/+3
2021-05-26load-fragment: validate paths properlyLennart Poettering1-1/+1
2021-05-25test: add simple test for PCR list parsingLennart Poettering2-0/+36
2021-05-25tpm2-util: accept empty string for empty PCR listLennart Poettering1-0/+7
2021-05-25tpm2: support "+" as separator for TPM PCR listsLennart Poettering5-12/+15
2021-05-25core: watch paths with symlinks in .path unitsLennart Poettering1-20/+42
2021-05-25core: optimize loop in path_spec_fd_event()Lennart Poettering1-7/+7
2021-05-25core: log about all errors in path_spec_watch()Lennart Poettering1-2/+4
2021-05-25core: align path inotify mask table a bitLennart Poettering1-4/+4
2021-05-25man: documet that loginctl {terminate|kill}-{session|user} take the empty str...Lennart Poettering1-13/+13
2021-05-25loginctl: kill calling user when invoked with empty stringLennart Poettering1-6/+18
2021-05-25test: add test for OnSuccess= + Uphold= + PropagatesStopTo= + BindsTo=Lennart Poettering13-0/+156
2021-05-25test-engine: ensure atom bits are properly packedLennart Poettering1-0/+17
2021-05-25core: reorder where we add units to queues in unit_notify()Lennart Poettering1-22/+30
2021-05-25core: change BoundBy= dependency handling to be processed by a deferred work ...Lennart Poettering6-46/+116
2021-05-25core: make unneeded check a bit tighterLennart Poettering1-1/+1
2021-05-25core: order reverse dep table in same way as enumLennart Poettering1-3/+3
2021-05-25core: implement Uphold= dependency typeLennart Poettering12-7/+180
2021-05-25core: add new OnSuccess= dependency typeLennart Poettering13-27/+115
2021-05-25core: use StopPropagatedFrom= as default for .mount → .device unit dependen...Lennart Poettering1-24/+47
2021-05-25core: add new PropagateStopTo= dependency (and inverse)Lennart Poettering9-8/+46
2021-05-25core: add a reverse dep for OnFailure=Lennart Poettering6-1/+12
2021-05-25core: hide cgroup fields in unit_dump() for non-cgroup unit typesLennart Poettering1-35/+39
2021-05-25core: convert Slice= into a proper dependency (and add a back dependency)Lennart Poettering11-54/+66
2021-05-25core: add UNIT_GET_SLICE() helperLennart Poettering8-57/+83
2021-05-25test-engine: extend engine testLennart Poettering1-2/+90
2021-05-25core: rebreak a few commentsLennart Poettering4-54/+41
2021-05-25core: split dependency types into atomsLennart Poettering18-481/+898
2021-05-25hashmap: add helper to test if iterator is still at beginningLennart Poettering1-0/+1
2021-05-25core: make libbpf a dlopen() dependencyLuca Boccassi11-28/+160
2021-05-25meson: look for bpftool in /usr/sbin tooLuca Boccassi1-1/+3
2021-05-25test-parse-argument: Include signal.hKhem Raj1-0/+2