summaryrefslogtreecommitdiffstats
path: root/src/basic/mempool.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-02-16fd-util: introduce a simple helper to check a file descriptor has O_PATHYu Watanabe2-0/+13
2023-02-16test: avoid matching other fields than __SEQNUM=Frantisek Sumsal1-2/+2
2023-02-16boot: Fix assertion failureJan Janssen1-1/+1
2023-02-16Drop mkosi + clang section from HACKINGDaan De Meyer1-77/+0
2023-02-16Update HACKING for latest mkosiDaan De Meyer1-13/+4
2023-02-16bootctl: Fix debug messagesSamanta Navarro1-2/+2
2023-02-16log: add common helper log_set_target_and_open()Lennart Poettering5-14/+13
2023-02-16core/mount: fix default target for /sysusr/usr and its childYu Watanabe1-0/+4
2023-02-16man: Fix spelling mistakePaul Barker1-1/+1
2023-02-16update TODOLennart Poettering1-0/+4
2023-02-16sulogin: fix control lost of the current terminal when default.target is resc...HATAYAMA Daisuke1-10/+49
2023-02-16repart: Make config_parse_copy_files() more genericDaan De Meyer1-3/+3
2023-02-16execute: drop spurious empty lineLennart Poettering1-1/+0
2023-02-16pid1: generate compat warning for SystemCallArchitectures= if seccomp is offLennart Poettering1-0/+3
2023-02-16mkosi: configure multiarch libdir in debian/ubuntu buildsLuca Boccassi3-0/+14
2023-02-16tpm2: fix build failure without opensslDan Streetman1-3/+6
2023-02-15mkosi: Enable debug logging in CIDaan De Meyer1-0/+6
2023-02-15journalctl: actually run the static destructorsFrantisek Sumsal1-0/+1
2023-02-15resolved: Fall back to TCP if UDP is blockedJoan Bruguera1-1/+3
2023-02-15core: add support for Startup memory limitsLuca Boccassi9-24/+454
2023-02-15vconsole: allow setting default keymap through build optionMike Yuan6-4/+24
2023-02-15journal: cat: set JOURNAL_STREAM before exec-ingMike Yuan1-1/+18