summaryrefslogtreecommitdiffstats
path: root/src/libsystemd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31590 from YHNdnzj/install-cleanupLuca Boccassi2024-03-071-1/+1
|\
| * path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-061-1/+1
* | Update catalog.c - Removing sanity check as there is no need of checking non ...SidhuRupinder2024-03-071-2/+1
|/
* Merge pull request #31550 from teknoraver/dlopen_compressDaan De Meyer2024-03-051-2/+1
|\
| * dynamically load compression librariesMatteo Croce2024-03-051-2/+1
* | sd-netlink: allow to call rtnl_get_link_info() without iftype and flagsYu Watanabe2024-03-051-1/+1
|/
* Merge pull request #31507 from poettering/import-modernizeLennart Poettering2024-03-011-2/+2
|\
| * sd-event: make return code of sd_event_get_exit_code() optionalLennart Poettering2024-03-011-2/+2
* | hostnamed: add explicit BUS_ERROR_NO_HARDWARE_SERIAL errorLennart Poettering2024-03-012-0/+2
|/
* env-util: rename getenv_bool_secure() → secure_getenv_bool()Lennart Poettering2024-02-282-2/+2
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-5/+5
* netdev/macvlan: allow to set the broadcast queueing thresholdSusant Sahani2024-02-221-0/+1
* Merge pull request #31338 from ssahani/network-bond-missedYu Watanabe2024-02-161-0/+1
|\
| * network: netdev - bond add support for ARP missed maxSusant Sahani2024-02-161-0/+1
* | Merge pull request #31311 from yuwata/journal-user-corruptionLuca Boccassi2024-02-161-2/+3
|\ \
| * | sd-journal: use stat_verify_linked()Yu Watanabe2024-02-151-2/+3
| |/
* | Merge pull request #30263 from msizanoen1/fix-onboot-rotate-2Lennart Poettering2024-02-162-0/+36
|\ \ | |/ |/|
| * journald: also remove runtime journal directories with a different machine IDYu Watanabe2023-12-042-0/+36
* | fs-util: rename xopenat() -> xopanat_full()Yu Watanabe2024-02-151-2/+2
* | sd-journal: fix potential memory leakYu Watanabe2024-02-151-0/+2
* | sd-journal: use -EBADF for journal_file_open()Yu Watanabe2024-02-156-20/+20
* | sd-journal: shorten code a bitYu Watanabe2024-02-151-4/+2
* | homed: add a ActivateHomeIfReferenced() bus callLennart Poettering2024-02-142-0/+2
* | sd-journal: drop unused function prototypeYu Watanabe2024-02-141-1/+0
* | format-utils: Expose FORMAT_UID and FORMAT_GIDAdrian Vovk2024-02-142-8/+3
* | Merge pull request #30380 from keszybz/tmpfiles-dry-runLennart Poettering2024-02-131-1/+1
|\ \
| * | tree-wide: use normal spelling of "reopen"Zbigniew Jędrzejewski-Szmek2024-02-091-1/+1
* | | sd-journal: drop to use Hashmap to manage journal files per boot IDYu Watanabe2024-02-112-90/+111
* | | tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriateYu Watanabe2024-02-116-24/+24
* | | sd-journal: introduce SD_JOURNAL_ASSUME_IMMUTABLE flagYu Watanabe2024-02-111-6/+27
* | | sd-journal: make journal_file_read_tail_timestamp() notify to the caller that...Yu Watanabe2024-02-111-1/+17
* | | sd-journal: cache last entry offset and journal file stateYu Watanabe2024-02-113-9/+13
* | | test: add tests for journal_file_next_entry()Yu Watanabe2024-02-091-4/+110
* | | sd-journal: do not read unnecessary objectYu Watanabe2024-02-091-8/+8
* | | sd-journal: always put verified object into the chain cacheYu Watanabe2024-02-091-25/+15
* | | sd-journal: drop duplicated tests in generic_array_bisect()Yu Watanabe2024-02-091-1/+1
|/ /
* | network: make Reload bus method synchronousYu Watanabe2024-02-092-0/+2
* | mountpoint-util: introduce path_is_mount_point_fullMike Yuan2024-02-063-3/+3
* | sd-bus: fix typoYu Watanabe2024-02-021-1/+1
* | sd-bus: fix typoYu Watanabe2024-02-021-1/+1
* | Merge pull request #31109 from yuwata/nspawn-resolve-network-interface-before...Lennart Poettering2024-01-303-136/+195
|\ \
| * | sd-device: use new interface name resolversYu Watanabe2024-01-301-13/+8
| * | sd-netlink: unify network interface name getter and resolversYu Watanabe2024-01-302-123/+187
* | | sd-bus: tighten rules on sd_bus_query_sender_creds() a bitLennart Poettering2024-01-291-26/+12
* | | sd-bus: also read supplementary gids from bus driverLennart Poettering2024-01-292-4/+87
* | | sd-bus: add pidfd to the sd_bus_creds structureLennart Poettering2024-01-2911-68/+252
|/ /
* | sd-bus: fix exiting event loop when sd_bus_set_exit_on_disconnect is usedLuca Boccassi2024-01-262-7/+20
* | id128-util: use FOREACH_STRING where appropriateMike Yuan2024-01-241-5/+10
* | id128-util: Attempt to read UUID from /sys/hypervisor/uuidRafaël Kooi2024-01-231-0/+2
* | Merge pull request #31015 from yuwata/local-addressesYu Watanabe2024-01-232-129/+0
|\ \