summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: get rid of the busybox stuffFrantisek Sumsal2023-05-177-174/+134
* Merge pull request #27664 from mrc0mmand/test-mergeYu Watanabe2023-05-1778-508/+521
|\
| * test: move runas() to the shared utility libraryFrantisek Sumsal2023-05-164-17/+14
| * test: make shellcheck happy againFrantisek Sumsal2023-05-1610-6/+13
| * test: merge TEST-48-START-STOP-NO-RELOAD into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-164-47/+33
| * test: merge TEST-49-RUNTIME-BIND-PATHS into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-167-68/+44
| * test: clean up test artifactsFrantisek Sumsal2023-05-162-0/+19
| * test: merge TEST-28-PERCENTJ-WANTEDBY into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-167-33/+18
| * test: merge TEST-56-EXIT-TYPE into TEST-19-CGROUPFrantisek Sumsal2023-05-165-99/+102
| * test: rename TEST-19-DELEGATE to TEST-19-CGROUPFrantisek Sumsal2023-05-164-66/+109
| * test: introduce get_cgroup_hierarchy()Frantisek Sumsal2023-05-161-0/+18
| * test: rename assert.sh to util.shFrantisek Sumsal2023-05-1628-55/+55
| * test: merge TEST-33-CLEAN-UNIT into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-164-25/+2
| * test: merge TEST-27-STDOUTFILE into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-164-27/+6
| * test: merge TEST-14-MACHINE-ID into TEST-74-AUX-UTILSFrantisek Sumsal2023-05-166-65/+88
|/
* man/systemd-sysext: correct explanation of confexts directoriesAntonio Alvarez Feijoo2023-05-161-4/+4
* switch-root: add a comment regarding the safety limits of rm_rf_children()Lennart Poettering2023-05-161-0/+2
* Merge pull request #27606 from YHNdnzj/loginctl-list-show-stateYu Watanabe2023-05-162-29/+82
|\
| * test: add test for state in loginctl list-{users,sessions}Mike Yuan2023-05-161-4/+14
| * loginctl: list-sessions: also show stateMike Yuan2023-05-161-3/+20
| * loginctl: list-sessions: minor modernizationMike Yuan2023-05-161-18/+19
| * loginctl: list-users: also show stateMike Yuan2023-05-161-5/+30
* | Merge pull request #27655 from yuwata/udev-net-assign-alternative-names-only-...Yu Watanabe2023-05-1623-89/+262
|\ \
| * | test: add tests for renaming network interfaceYu Watanabe2023-05-161-0/+86
| * | udev/net: assign alternative names only on add ueventYu Watanabe2023-05-165-31/+55
| * | sd-netlink: make rtnl_set_link_name() optionally append alternative namesYu Watanabe2023-05-164-24/+78
| * | udev/net: generate new network interface name only on add ueventYu Watanabe2023-05-161-1/+1
| * | udev/net: verify ID_NET_XYZ before trying to assign it as an alternative nameYu Watanabe2023-05-161-1/+1
| * | udev: make udev_builtin_run() take UdevEvent*Yu Watanabe2023-05-1616-31/+41
| * | udev: use SYNTHETIC_ERRNO() at one more placeYu Watanabe2023-05-161-2/+1
| |/
* | Merge pull request #27651 from mrc0mmand/more-nspawn-testsFrantisek Sumsal2023-05-166-70/+641
|\ \
| * | nspawn: make sure the device type survives when setting device modeFrantisek Sumsal2023-05-161-1/+1
| * | fuzz: update the base JSON for fuzz-nspawn-ociFrantisek Sumsal2023-05-161-20/+227
| * | test: add a couple of tests for nspawn's OCI stuffFrantisek Sumsal2023-05-162-20/+384
| * | nspawn: fix a global-buffer-overflowFrantisek Sumsal2023-05-161-0/+1
| * | nspawn: fix inverted conditionFrantisek Sumsal2023-05-161-1/+1
| * | nspawn: call json_dispatch() with a correct pointerFrantisek Sumsal2023-05-161-1/+1
| * | nspawn: all hooks should be arrays of objects, not just objectsFrantisek Sumsal2023-05-161-3/+3
| * | nspawn: use the just returned errno in the log messageFrantisek Sumsal2023-05-161-1/+1
| * | nspawn: disableOOMKiller should be boolean, not intFrantisek Sumsal2023-05-161-7/+7
| * | nspawn: modernize the cleanup functions a bitFrantisek Sumsal2023-05-161-16/+12
| * | nspawn: avoid NULL pointer dereferenceFrantisek Sumsal2023-05-162-0/+3
| * | nspawn: file system namespace -> mount namespaceFrantisek Sumsal2023-05-151-1/+1
| * | nspawn: fix a typo in an error messageFrantisek Sumsal2023-05-151-1/+1
* | | Merge pull request #27659 from yuwata/memfd-sealMike Yuan2023-05-164-2/+48
|\ \ \
| * | | test: add basic test for memfd_set_sealed() and memfd_get_sealed()Yu Watanabe2023-05-162-0/+31
| * | | memfd-util: set F_SEAL_EXEC flag if supportedYu Watanabe2023-05-161-1/+7
| * | | memfd-util: memfd may also have F_SEAL_EXEC flagYu Watanabe2023-05-161-1/+2
| * | | missing: add more F_SEAL_XYZ flagsYu Watanabe2023-05-161-0/+8
| | |/ | |/|
* | | Merge pull request #27638 from YHNdnzj/upheldby-unit-fileMike Yuan2023-05-1612-36/+80
|\ \ \