summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | systemctl: edit: fix double free of instanced nameRonan Pigott2023-02-191-3/+3
* | | journalctl: fix output when --lines is used with --grepMike Yuan2023-02-192-2/+11
* | | loop-util: fix error condition and return valueYu Watanabe2023-02-191-2/+2
* | | shared: move psi-util.[ch] to basic/ so that we can use it in sd-eventLennart Poettering2023-02-174-1/+1
* | | util: move mallinfo compat glue from selinux code into generic codeLennart Poettering2023-02-172-21/+25
* | | hashmap: fix build with valgrindYu Watanabe2023-02-171-1/+1
* | | Correct journal misspellWinterhuman2023-02-171-1/+1
* | | Merge pull request #26443 from poettering/mempool-fixesLennart Poettering2023-02-176-37/+225
|\ \ \ | |/ / |/| |
| * | tests: add test for mempool logicLennart Poettering2023-02-172-0/+94
| * | mempool: rework mempool_cleanup() to only release freed tilesLennart Poettering2023-02-174-12/+92
| * | mempool: make mempool_free_tile() return NULLLennart Poettering2023-02-172-3/+10
| * | mempool: introduce new helper pool_ptr()Lennart Poettering2023-02-171-1/+5
| * | mempool: rename local variable to match current coding styleLennart Poettering2023-02-171-4/+5
| * | mempool: use size_t for all memory object sizes and countsLennart Poettering2023-02-171-1/+1
| * | hashmap: expose helper for releasing memory pools independently of valgrindLennart Poettering2023-02-174-18/+20
* | | tpm2: simplify tpm2_seal() blob creationDan Streetman2023-02-171-26/+14
|/ /
* | dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-1713-1/+23
* | process-util: add helper get_process_threads()Lennart Poettering2023-02-176-9/+86
* | Merge pull request #26463 from DaanDeMeyer/hackingLuca Boccassi2023-02-171-90/+4
|\ \
| * | Drop mkosi + clang section from HACKINGDaan De Meyer2023-02-161-77/+0
| * | Update HACKING for latest mkosiDaan De Meyer2023-02-161-13/+4
| |/
* | sync-util: port fsync_directory_of_file() to fd_is_opath()Lennart Poettering2023-02-171-10/+6
* | Merge pull request #26438 from poettering/event-source-shortenLennart Poettering2023-02-172-9/+34
|\ \
| * | sd-event: allocate event source objects with the actually needed sizeLennart Poettering2023-02-171-9/+33
| * | macro: add macro for determining size of struct with trailing unionLennart Poettering2023-02-171-0/+1
* | | Merge pull request #26341 from DaanDeMeyer/chase-fixesLuca Boccassi2023-02-172-29/+72
|\ \ \
| * | | chase-symlinks: Always open a dirfd to the root directoryDaan De Meyer2023-02-071-18/+14
| * | | chase-symlinks: chase_symlinks_at() AT_FDCWD fixesDaan De Meyer2023-02-072-12/+59
* | | | Merge pull request #26447 from poettering/sigqueueLennart Poettering2023-02-1726-126/+438
|\ \ \ \
| * | | | test: add test for new "systemctl --kill-value=" functionalityLennart Poettering2023-02-174-0/+54
| * | | | man: document new --exec switch for systemd-notifyLennart Poettering2023-02-171-0/+17
| * | | | notify: add new --exec switch for chaining other commands to systemd-notifyLennart Poettering2023-02-171-3/+56
| * | | | strv: add strv_copy_n() helper for copying part of a n strvLennart Poettering2023-02-173-3/+52
| * | | | man: document new --kill-value= switch to systemctlLennart Poettering2023-02-171-34/+41
| * | | | systemctl: add --kill-value= argument to systemctlLennart Poettering2023-02-173-11/+50
| * | | | pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-1713-75/+168
| | |/ / | |/| |
* | | | socket-util: make connect_unix_path() work with a NULL pathLennart Poettering2023-02-171-28/+36
* | | | Merge pull request #26343 from DaanDeMeyer/bus-debugLennart Poettering2023-02-172-20/+28
|\ \ \ \
| * | | | bus-map-properties: Use bus_log_parse_error_debug()Daan De Meyer2023-02-071-20/+25
| * | | | bus-util: Add bus_log_parse_error_debug()Daan De Meyer2023-02-071-0/+3
| | |/ / | |/| |
* | | | Merge pull request #26450 from yuwata/fd-is-opathLennart Poettering2023-02-174-36/+84
|\ \ \ \ | |_|/ / |/| | |
| * | | test: add tests for xsetxattr()Yu Watanabe2023-02-171-0/+47
| * | | test: use mkdtemp_open()Yu Watanabe2023-02-171-15/+8
| * | | xattr-util: check if fd has O_PATH and do not try setxattr() twiceYu Watanabe2023-02-171-21/+16
| * | | fd-util: introduce a simple helper to check a file descriptor has O_PATHYu Watanabe2023-02-172-0/+13
* | | | test-execute: also mount tmpfs on /dev/shmYu Watanabe2023-02-171-1/+1
* | | | cryptsetup: check the existence of salt by salt_size > 0Yu Watanabe2023-02-171-1/+1
* | | | Merge pull request #26453 from yuwata/activate-mainLennart Poettering2023-02-171-27/+29
|\ \ \ \
| * | | | activate: use _cleanup_close_ attributeYu Watanabe2023-02-171-5/+9
| * | | | activate: use log_set_open_when_needed()Yu Watanabe2023-02-171-4/+6