summaryrefslogtreecommitdiff
path: root/src/libsystemd
Commit message (Expand)AuthorAgeFilesLines
...
| * sd-bus: use _cleanup_David Tardon2023-04-111-18/+11
| * sd-bus: use CLEANUP_ARRAYDavid Tardon2023-04-111-1/+2
* | Merge pull request #27169 from yuwata/udev-rule-refuse-unsafe-pathZbigniew Jędrzejewski-Szmek2023-04-113-9/+35
|\ \
| * | sd-device: manage cached sysattr values with path_hash_opsYu Watanabe2023-04-081-1/+1
| * | sd-device,udev: tag must be a valid filenameYu Watanabe2023-04-082-1/+3
| * | sd-device,udev: refuse invalid devlink and store in normalized formYu Watanabe2023-04-082-7/+31
* | | compress: replace compress_blob() with compress_blob_explicit()Yu Watanabe2023-04-111-16/+16
|/ /
* | Merge pull request #27126 from yuwata/journal-compressZbigniew Jędrzejewski-Szmek2023-04-072-31/+98
|\ \
| * | sd-journal: allow to specify compression algorithm through envYu Watanabe2023-04-041-1/+43
| * | sd-journal: always use the compression algorithm specified in the headerYu Watanabe2023-04-042-19/+33
| * | sd-journal: cache results of parsing environment variablesYu Watanabe2023-04-041-12/+23
* | | Merge pull request #27137 from yuwata/id128-get-machineYu Watanabe2023-04-053-10/+56
|\ \ \
| * | | sd-id128: introduce id128_get_machine() and id128_get_machine_at()Yu Watanabe2023-04-052-0/+37
| * | | sd-id128: introduce ID128_REFUSE_NULL flagYu Watanabe2023-04-053-10/+19
| |/ /
* | | Merge pull request #27128 from keszybz/sd-bus-docs-and-error-messagesZbigniew Jędrzejewski-Szmek2023-04-042-35/+35
|\ \ \ | |/ / |/| |
| * | sd-bus: use macros for standard bus error names consistentlyZbigniew Jędrzejewski-Szmek2023-04-042-35/+35
* | | sd-id128: introduce id128_write_at()Yu Watanabe2023-04-042-4/+8
* | | sd-id128: introduce id128_read_at()Yu Watanabe2023-04-042-4/+10
* | | sd-id128: rename Id128FormatFlag -> Id128FlagYu Watanabe2023-04-042-13/+13
* | | sd-id128: rename argument and add missing assertionYu Watanabe2023-04-042-6/+10
* | | Revert "sd-id128: make id128_read() optionally take root directory"Yu Watanabe2023-04-043-11/+8
|/ /
* | pid1: add DumpFileDescriptorStore() bus call that returns fdstore content infoLennart Poettering2023-03-292-0/+4
* | devnum-util: add new devnum_is_zero() helperLennart Poettering2023-03-291-1/+1
|/
* Merge pull request #26932 from dtardon/journal-vacuumLennart Poettering2023-03-271-29/+35
|\
| * journal-vacuum: use CLEANUP_ARRAYDavid Tardon2023-03-231-21/+20
| * journal-vacuum: rename function to match struct nameDavid Tardon2023-03-231-6/+6
| * journal-vacuum: count size of all journal filesDavid Tardon2023-03-231-2/+9
* | sd-id128: make id128_read() optionally take root directoryYu Watanabe2023-03-273-8/+11
* | chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-3/+3
* | log: Add key/value support to the log contextDaan De Meyer2023-03-212-2/+2
* | log: Avoid pushing the same fields more than once on the log contextDaan De Meyer2023-03-212-2/+2
|/
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-182-2/+2
* sd-journal: fix segfaultYu Watanabe2023-03-161-0/+2
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-111-1/+2
|\
| * meson: Introduce userspace depJan Janssen2023-03-101-1/+2
* | basic: add RuntimeScope enumLennart Poettering2023-03-103-34/+31
|/
* mempress: change default PSI window duration to 2sLennart Poettering2023-03-091-1/+3
* doc: replace wrong á preposition by àJan Engelhardt2023-03-071-2/+2
* Merge pull request #26686 from yuwata/iovecLuca Boccassi2023-03-061-1/+7
|\
| * sd-journal: wrap long lineYu Watanabe2023-03-061-1/+7
* | network: geneve: add InheritInnerProtocol flagJosef Miegl2023-03-061-13/+14
* | Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-064-0/+4
|/
* journal: use boot-id/timestamp info for odering entriesLennart Poettering2023-03-021-15/+86
* sd-journal: track newest open journal file per boot IDLennart Poettering2023-03-024-0/+195
* journal-file: journal-file: extend journal header to always carry offset of m...Lennart Poettering2023-03-022-1/+9
* sd-event: handle kernels that set CONFIG_PSI_DEFAULT_DISABLED more gracefullyLennart Poettering2023-02-281-2/+11
* Merge pull request #26578 from thkukuk/mainYu Watanabe2023-02-262-0/+31
|\
| * sd-login: add sd_uid_get_login_time interface #26574Thorsten Kukuk2023-02-252-0/+31
* | libsystemd: sd_journal_get_seqnum() must be tagged with 254 symver, not 253Lennart Poettering2023-02-241-1/+1
|/
* Merge pull request #26574 from YHNdnzj/sd-login-new-interfaceYu Watanabe2023-02-242-0/+37
|\