summaryrefslogtreecommitdiffstats
path: root/.semaphore/semaphore.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-20repart: Add ExcludeFiles= optionDaan De Meyer3-39/+126
2023-02-20smack-util: Add renameat_and_apply_smack_floor_label()Daan De Meyer2-13/+19
2023-02-20tmpfile-util-label: Add fopen_temporary_at_label()Daan De Meyer2-4/+10
2023-02-20copy: Add copy_file_at()Daan De Meyer2-8/+18
2023-02-20env-file: Add write_env_file_at()Daan De Meyer2-5/+10
2023-02-20udev-node: make stack_directory_read_one() accept NULL for devnodeYu Watanabe1-2/+11
2023-02-20udev-node: drop unnecessary initializationYu Watanabe1-1/+1
2023-02-20core: permit sending augmented enable/disable methodsRonan Pigott1-0/+12
2023-02-19exec-util: use TAKE_FD()Yu Watanabe1-4/+2
2023-02-19exec-util: propagate error in wait_for_terminate_and_check()Yu Watanabe1-4/+5
2023-02-19process-util: show requested process name in the logYu Watanabe1-1/+1
2023-02-18systemctl: edit: fix double free of instanced nameRonan Pigott1-3/+3
2023-02-18journalctl: fix output when --lines is used with --grepMike Yuan2-2/+11
2023-02-18loop-util: fix error condition and return valueYu Watanabe1-2/+2
2023-02-18shared: move psi-util.[ch] to basic/ so that we can use it in sd-eventLennart Poettering4-1/+1
2023-02-18util: move mallinfo compat glue from selinux code into generic codeLennart Poettering2-21/+25
2023-02-17hashmap: fix build with valgrindYu Watanabe1-1/+1
2023-02-17Correct journal misspellWinterhuman1-1/+1
2023-02-17tests: add test for mempool logicLennart Poettering2-0/+94
2023-02-17mempool: rework mempool_cleanup() to only release freed tilesLennart Poettering4-12/+92
2023-02-17mempool: make mempool_free_tile() return NULLLennart Poettering2-3/+10
2023-02-17mempool: introduce new helper pool_ptr()Lennart Poettering1-1/+5
2023-02-17tpm2: simplify tpm2_seal() blob creationDan Streetman1-26/+14
2023-02-17mempool: rename local variable to match current coding styleLennart Poettering1-4/+5
2023-02-17mempool: use size_t for all memory object sizes and countsLennart Poettering1-1/+1
2023-02-17hashmap: expose helper for releasing memory pools independently of valgrindLennart Poettering4-18/+20
2023-02-17dissect-image: Return mount point fd if requestedDaan De Meyer13-1/+23
2023-02-17process-util: add helper get_process_threads()Lennart Poettering6-9/+86
2023-02-17sync-util: port fsync_directory_of_file() to fd_is_opath()Lennart Poettering1-10/+6
2023-02-17socket-util: make connect_unix_path() work with a NULL pathLennart Poettering1-28/+36
2023-02-17sd-event: allocate event source objects with the actually needed sizeLennart Poettering1-9/+33
2023-02-17macro: add macro for determining size of struct with trailing unionLennart Poettering1-0/+1
2023-02-17test: add test for new "systemctl --kill-value=" functionalityLennart Poettering4-0/+54
2023-02-17man: document new --exec switch for systemd-notifyLennart Poettering1-0/+17
2023-02-17notify: add new --exec switch for chaining other commands to systemd-notifyLennart Poettering1-3/+56
2023-02-17strv: add strv_copy_n() helper for copying part of a n strvLennart Poettering3-3/+52
2023-02-17man: document new --kill-value= switch to systemctlLennart Poettering1-34/+41
2023-02-17systemctl: add --kill-value= argument to systemctlLennart Poettering3-11/+50
2023-02-17pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering13-75/+168
2023-02-17test-execute: also mount tmpfs on /dev/shmYu Watanabe1-1/+1
2023-02-17cryptsetup: check the existence of salt by salt_size > 0Yu Watanabe1-1/+1
2023-02-17test: add tests for xsetxattr()Yu Watanabe1-0/+47
2023-02-17test: use mkdtemp_open()Yu Watanabe1-15/+8
2023-02-17activate: use _cleanup_close_ attributeYu Watanabe1-5/+9
2023-02-17activate: use log_set_open_when_needed()Yu Watanabe1-4/+6
2023-02-17activate: fix typoYu Watanabe1-4/+2
2023-02-17activate: use DEFINE_MAIN_FUNC() macroYu Watanabe1-14/+12
2023-02-17journalctl: fix fd leakYu Watanabe1-5/+4
2023-02-17journalctl: use DEFINE_MAIN_FUNCTION() macroYu Watanabe1-170/+110
2023-02-16xattr-util: check if fd has O_PATH and do not try setxattr() twiceYu Watanabe1-21/+16