summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man: remove quotes around default valuesJoerg Behrmann2023-09-192-4/+4
* treewide: fix typosJoerg Behrmann2023-09-1919-41/+41
* update TODOLennart Poettering2023-09-191-0/+7
* Merge pull request #29159 from poettering/socket-pauseLennart Poettering2023-09-199-24/+150
|\
| * ci: add test for poll limitLennart Poettering2023-09-182-0/+50
| * man: document the new PollLimitIntervalSec=/PollLimitBurst= settingsLennart Poettering2023-09-181-11/+47
| * core: add new "PollLimit" settings to .socket unitsLennart Poettering2023-09-186-13/+53
* | Merge pull request #29152 from poettering/pidref-moreLuca Boccassi2023-09-1913-249/+214
|\ \
| * | core: port unit_fork_helper_process() and unit_fork_and_watch_rm_rf() to PidRefLennart Poettering2023-09-188-50/+40
| * | core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_...Lennart Poettering2023-09-1811-133/+60
| * | pidref: add sigqueue() helperLennart Poettering2023-09-182-0/+29
| * | core: port over unit_kill_context() to PidRefLennart Poettering2023-09-188-35/+38
| * | core: port service_set_main_pid() to PidRefLennart Poettering2023-09-182-31/+47
| |/
* | repart: Fix a check for CopyBlocks on data partitionValentin David2023-09-191-1/+1
* | systemd.time.7: rewrite Parsing Timestamps sectionнаб2023-09-191-24/+38
* | test: only load tpm_ibmvtpm kernel module on PowerPC hwDan Streetman2023-09-191-1/+6
* | man: update version informationAbderrahim Kitouni2023-09-1969-447/+1577
* | path: make arg_pager_flags staticLennart Poettering2023-09-191-1/+1
* | Merge pull request #29186 from keszybz/man-notifications-and-fd-storeLuca Boccassi2023-09-194-279/+294
|\ \ | |/ |/|
| * man/daemon: s/init system/service manager/Zbigniew Jędrzejewski-Szmek2023-09-181-133/+90
| * man/daemon: recommend status notications, mention fd storeZbigniew Jędrzejewski-Szmek2023-09-151-11/+23
| * man/sd_notify: change recommendations about unsupported notificationsZbigniew Jędrzejewski-Szmek2023-09-151-5/+15
| * man: make the description of fd storage a bit more accessibleZbigniew Jędrzejewski-Szmek2023-09-152-35/+48
| * man/sd_notify: split out variable descriptions to a separate sectionZbigniew Jędrzejewski-Szmek2023-09-151-76/+81
| * man/kernel-install: add more paragraph breaks, fix indentationZbigniew Jędrzejewski-Szmek2023-09-151-19/+37
* | Merge pull request #29206 from mrc0mmand/lsan-followupMike Yuan2023-09-182-6/+8
|\ \
| * | vimrc: explicitly set shiftwidth for the C file typeFrantisek Sumsal2023-09-181-1/+1
| * | core: limit the LSan shenanigans to PID 1Frantisek Sumsal2023-09-181-5/+7
* | | update TODOLennart Poettering2023-09-181-0/+7
* | | man: Mention that JSON user record files should have the .user extensionDaan De Meyer2023-09-181-2/+3
* | | logind: slightly tweak error message about not enough swap for hibernationLennart Poettering2023-09-181-1/+1
* | | doc: add a markdown doc giving an overview over the fdstoreLennart Poettering2023-09-184-7/+209
* | | meson: restore tools/meson-vcs-tag.shZbigniew Jędrzejewski-Szmek2023-09-182-16/+31
* | | meson: fix TODO regarding next meson versionLuca Boccassi2023-09-181-1/+1
* | | Merge pull request #29204 from poettering/pe-section-fixLuca Boccassi2023-09-181-10/+16
|\ \ \ | |/ / |/| |
| * | man: fix counting of resource typesLennart Poettering2023-09-181-1/+1
| * | man: link UKI spec from sd-stubLennart Poettering2023-09-181-0/+3
| * | man: drop duplicate .uname documentation, add .sbat documentationLennart Poettering2023-09-181-9/+12
|/ /
* | hwdb: Add quirk for teclast x3 plus (G4K3) rotation (#29202)commondservice2023-09-181-0/+4
* | update TODOLennart Poettering2023-09-181-0/+30
* | meson: add TODO to switch to new 'follow_symlinks' option in the futureLuca Boccassi2023-09-171-2/+3
* | Revert "ci: temporarily disable Packit's i386"Frantisek Sumsal2023-09-171-3/+1
* | Merge pull request #29119 from yuwata/network-dhcp-server-allow-null-server-a...Luca Boccassi2023-09-179-93/+160
|\ \
| * | test-network: add testcase for [DHCPServer] ServerAddress= with null addressYu Watanabe2023-09-082-0/+37
| * | man: update [DHCPServer] ServerAddress=Yu Watanabe2023-09-081-5/+36
| * | network: allow to set null address for [DHCPServer] ServerAddress=Yu Watanabe2023-09-081-2/+2
| * | network: find DHCP server address only on loading .network fileYu Watanabe2023-09-085-82/+83
| * | network: call network_adjust_dhcp_server() from network_drop_invalid_addresses()Yu Watanabe2023-09-083-5/+3
* | | core: redirect LSan's report to /dev/console during manager exitFrantisek Sumsal2023-09-171-0/+10
* | | Merge pull request #29197 from takaswie/topic/hwdb/ieee1394-unit-functionYu Watanabe2023-09-171-8/+36
|\ \ \