summaryrefslogtreecommitdiff
path: root/src/systemd
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...Yu Watanabe2023-05-091-3/+3
* sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notifyLennart Poettering2023-05-031-0/+5
* sd-daemon: add sd_pid_notifyf_with_fds()Lennart Poettering2023-04-251-0/+5
* sd-bus: use macros for standard bus error names consistentlyZbigniew Jędrzejewski-Szmek2023-04-041-31/+34
* core: support overriding NOTIFYACCESS= through sd-notify during runtimeMike Yuan2023-03-221-0/+4
* test: add header build tests for newer C and C++ standardsYu Watanabe2023-03-061-0/+7
* sd-login: add sd_uid_get_login_time interface #26574Thorsten Kukuk2023-02-251-0/+3
* sd-login: add sd_session_get_start_timeMike Yuan2023-02-241-0/+3
* sd-login: add sd_session_get_usernameMike Yuan2023-02-241-0/+3
* sd-event: add high-level sd_event_add_memory_pressure() event sourceLennart Poettering2023-02-222-0/+8
* sd-journal: add high-level API for querying seqnum for journal entries, along...Lennart Poettering2023-02-081-0/+1
* sd-path: export env. generators pathsDavid Tardon2023-01-211-0/+6
* timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering2023-01-201-0/+3
* sd-login: add sd_pidfd_* APIsLuca Boccassi2023-01-201-0/+12
* send dhcpv6 release when stoppingchris2023-01-171-0/+1
* network: Show network and link file dropins in networkctl statusDaan De Meyer2023-01-121-0/+3
* optionally set socket priority on DHCPv4 raw socketchris2023-01-121-0/+3
* sd-bus: convenience functions to emit a signal to a destination (#25123)Erik Moqvist2022-10-311-0/+3
* sd-dhcp6-client: introduce sd_dhcp6_client_attach_device()Yu Watanabe2022-10-261-0/+2
* sd-dhcp-client: introduce sd_dhcp_client_attach_device()Yu Watanabe2022-10-261-0/+2
* man: recommend strerror_r() over strerror()Zbigniew Jędrzejewski-Szmek2022-10-111-2/+2
* sd-event: add helper for exiting event loop on SIGTERM/SIGINTLennart Poettering2022-09-301-0/+1
* sd-event: if signal nr has high bit set sd_event_add_signal() auto-block it v...Lennart Poettering2022-09-301-0/+2
* Merge pull request #24805 from yuwata/sd-networkLennart Poettering2022-09-271-33/+33
|\
| * sd-network: rename function arguments for storing return valueYu Watanabe2022-09-271-33/+33
* | sd-device: introduce sd_device_get_child_first() and _next()Yu Watanabe2022-09-231-0/+2
|/
* boot: add new pcrphase tool to measure barrier strings into PCR 11Lennart Poettering2022-09-221-0/+3
* Merge pull request #24709 from keszybz/partition-table-constantsLennart Poettering2022-09-212-0/+320
|\
| * sd-gpt: adjust comments and use UINT64_C()Zbigniew Jędrzejewski-Szmek2022-09-211-8/+12
| * sd-gpt, docs: define s390 before s390xZbigniew Jędrzejewski-Szmek2022-09-201-14/+14
| * headers: export partition uuids and flags in new sd-gpt.h fileZbigniew Jędrzejewski-Szmek2022-09-202-0/+316
* | sd-netlink: unexport sd-netlinkYu Watanabe2022-09-171-1/+1
|/
* sd-netlink: group message cons methods togetherZbigniew Jędrzejewski-Szmek2022-08-191-4/+5
* sd-netlink: delete sd_netlink_new_from_fd()Zbigniew Jędrzejewski-Szmek2022-08-191-1/+0
* sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-191-1/+1
* sd-netlink: constify parameters in public api and adjust pointer formattingZbigniew Jędrzejewski-Szmek2022-08-191-2/+2
* sd-netlink: prefix output param names with 'ret'Zbigniew Jędrzejewski-Szmek2022-08-191-7/+7
* sd-messages: rename newly added constantsZbigniew Jędrzejewski-Szmek2022-08-171-4/+4
* sd-messages: make the table widerZbigniew Jędrzejewski-Szmek2022-08-171-185/+163
* sd-device-monitor: introduce sd_device_monitor_{set,get}_description()Yu Watanabe2022-08-121-0/+2
* sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast addressYu Watanabe2022-08-061-1/+1
* sd-netlink: rename NLType and friendsYu Watanabe2022-08-061-39/+39
* sd-device: introduce sd_device_new_child()Yu Watanabe2022-08-051-0/+2
* Fix 24172: __STDC_VERSION__ may be defined in C++Loïc Collignon2022-08-031-1/+1
* sd-netlink: introduce sd_netlink_message_append_container_data()Yu Watanabe2022-07-231-0/+6
* sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit()Yu Watanabe2022-07-221-0/+1
* sd-device: shorten code a bitYu Watanabe2022-07-111-2/+2
* Merge pull request #23865 from keszybz/drop-memcpy-callZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
|\
| * sd-id128: avoid an unnecessary function call in inline helperZbigniew Jędrzejewski-Szmek2022-06-291-1/+1
* | Merge pull request #23868 from keszybz/lib-resplit-2Yu Watanabe2022-07-014-31/+9
|\ \