summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28787 from yuwata/credential-nextZbigniew Jędrzejewski-Szmek2023-08-2213-1003/+1186
|\
| * test-execute: add tests for credentials directory with mount namespaceYu Watanabe2023-08-221-0/+4
| * core: do not leak mount for credentials directory if mount namespace is enabledYu Watanabe2023-08-227-17/+115
| * core/credential: make setup_credentials() return path to credentials directoryYu Watanabe2023-08-223-19/+19
| * core: set $CREDENTIALS_DIRECTORY only when we set up credentialsYu Watanabe2023-08-221-1/+3
| * core/credential: split out unit_add_default_credential_dependencies()Yu Watanabe2023-08-223-24/+57
| * core: split out functions and definitions from execute.[ch] to credential.[ch]Yu Watanabe2023-08-228-962/+1008
* | sysext: fix a memory leakFrantisek Sumsal2023-08-221-1/+1
* | network: several follow-ups for TCP-RTO settingYu Watanabe2023-08-222-6/+6
* | Merge pull request #28914 from poettering/boot-poweroffZbigniew Jędrzejewski-Szmek2023-08-221-1/+10
|\ \
| * | boot: add control-less alias for Ctrl-l hotkeyLennart Poettering2023-08-221-0/+1
| * | boot: add hotkeys for rebooting/powering off the system from the boot menuLennart Poettering2023-08-221-1/+9
* | | core: simplify get_process_umask() invocationLennart Poettering2023-08-221-1/+1
* | | network: fix log message and man page for HopLimit=Yu Watanabe2023-08-221-3/+3
|/ /
* | boot: modernize mangle_stub_cmdline() a bit + drop leading whitespaceLennart Poettering2023-08-222-14/+24
* | boot: explain why we refuse to edit kernel cmdline when we do soLennart Poettering2023-08-221-3/+7
* | Merge pull request #28903 from poettering/verbs-levenshteinLennart Poettering2023-08-224-22/+171
|\ \ | |/ |/|
| * verbs: make a helpful suggestion when user types unrecognized verbLennart Poettering2023-08-211-22/+81
| * string-util: add a function to determine levenshtein distance of two stringsLennart Poettering2023-08-213-0/+90
* | efi: add comment clarifying we should not use EV_IPL anymoreLennart Poettering2023-08-211-0/+6
|/
* Merge pull request #28907 from poettering/have-seccomp-tweaksLennart Poettering2023-08-2112-63/+17
|\
| * tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering2023-08-2111-47/+2
| * seccomp: move seccomp_parse_errno_or_action() into common definitionsLennart Poettering2023-08-212-16/+15
* | tree-wide: drop "static inline" use in .c filesLennart Poettering2023-08-2116-25/+25
|/
* sd-mount: allow creating tmpfsLuca Boccassi2023-08-211-32/+78
* network: ndisc - Allow to use ICMP6 rate limit from received RASusant Sahani2023-08-217-0/+30
* sysext: support EXTENSION_RELOAD_MANAGER metadataMathieu Tortuyaux2023-08-211-1/+121
* generators: use generator_open_unit_file where appropriateMike Yuan2023-08-194-91/+60
* Merge pull request #28871 from ssahani/route-hoplimitLuca Boccassi2023-08-193-0/+63
|\
| * network: static route - Allow to configure per route hop liimtSusant Sahani2023-08-183-0/+63
* | install: Drop install_info_may_process() from unit_file_get_default()Daan De Meyer2023-08-181-3/+0
* | homed: reuse openssl-util.h cleanup helpersLennart Poettering2023-08-182-6/+3
* | tpm2-util: add _const_/_pure_ to a couple of to_string()/from_string() functionsLennart Poettering2023-08-181-4/+4
* | tpm2-util: give PCR 6 a name tooLennart Poettering2023-08-182-0/+2
|/
* core/socket: don't consider service active when in SERVICE_AUTO_RESTART_QUEUEDMike Yuan2023-08-181-4/+8
* Merge pull request #28870 from ssahani/rto-min-networkLuca Boccassi2023-08-183-0/+61
|\
| * network: Route - allow to set TCP RTOSusant Sahani2023-08-173-0/+61
* | Merge pull request #28846 from ssahani/custom-duid-dhcp4-26745Luca Boccassi2023-08-185-12/+24
|\ \
| * | network: DHCP6 client- Allow to send manual DUIDSusant Sahani2023-08-175-12/+24
| |/
* | Merge pull request #28697 from 1awesomeJ/new_bsodLuca Boccassi2023-08-182-16/+35
|\ \
| * | Make systemd-bsod not a public binaryOMOJOLA JOSHUA2023-08-171-8/+7
| * | systemd-bsod: Add "--continuous" optionOMOJOLA JOSHUA2023-08-171-8/+28
* | | dissect: Set SYSTEMD_DISSECT_DEVICE to path of loop deviceDaan De Meyer2023-08-171-0/+5
| |/ |/|
* | Merge pull request #28832 from dtardon/list-clearLuca Boccassi2023-08-1722-114/+72
|\ \
| * | open-file: add missing assertDavid Tardon2023-08-171-0/+2
| * | systemctl-show: rename cleanup functionDavid Tardon2023-08-171-2/+2
| * | tree-wide: use LIST_POP()David Tardon2023-08-179-39/+19
| * | tree-wide: use LIST_CLEAR()David Tardon2023-08-1711-74/+13
| * | list: add LIST_CLEAR() helper that empties the listDavid Tardon2023-08-172-0/+37
* | | Merge pull request #28869 from DaanDeMeyer/repart-trailingDaan De Meyer2023-08-176-28/+44
|\ \ \