systemd/.git
2023-02-18 Yu Watanabeloop-util: fix error condition and return value
2023-02-17 Lennart Poetteringshared: move psi-util.[ch] to basic/ so that we can...
2023-02-17 Lennart Poetteringutil: move mallinfo compat glue from selinux code into...
2023-02-17 Yu Watanabehashmap: fix build with valgrind
2023-02-17 WinterhumanCorrect journal misspell
2023-02-17 Lennart PoetteringMerge pull request #26443 from poettering/mempool-fixes
2023-02-17 Lennart Poetteringtests: add test for mempool logic
2023-02-17 Lennart Poetteringmempool: rework mempool_cleanup() to only release freed...
2023-02-17 Lennart Poetteringmempool: make mempool_free_tile() return NULL
2023-02-17 Lennart Poetteringmempool: introduce new helper pool_ptr()
2023-02-17 Dan Streetmantpm2: simplify tpm2_seal() blob creation
2023-02-17 Lennart Poetteringmempool: rename local variable to match current coding...
2023-02-17 Lennart Poetteringmempool: use size_t for all memory object sizes and...
2023-02-17 Lennart Poetteringhashmap: expose helper for releasing memory pools indep...
2023-02-17 Daan De Meyerdissect-image: Return mount point fd if requested
2023-02-17 Lennart Poetteringprocess-util: add helper get_process_threads()
2023-02-17 Luca BoccassiMerge pull request #26463 from DaanDeMeyer/hacking
2023-02-17 Lennart Poetteringsync-util: port fsync_directory_of_file() to fd_is_opath()
2023-02-17 Lennart PoetteringMerge pull request #26438 from poettering/event-source...
2023-02-17 Luca BoccassiMerge pull request #26341 from DaanDeMeyer/chase-fixes
2023-02-17 Lennart PoetteringMerge pull request #26447 from poettering/sigqueue
2023-02-17 Lennart Poetteringsocket-util: make connect_unix_path() work with a NULL...
2023-02-17 Lennart PoetteringMerge pull request #26343 from DaanDeMeyer/bus-debug
2023-02-17 Lennart PoetteringMerge pull request #26450 from yuwata/fd-is-opath
2023-02-17 Lennart Poetteringsd-event: allocate event source objects with the actual...
2023-02-17 Lennart Poetteringmacro: add macro for determining size of struct with...
2023-02-17 Lennart Poetteringtest: add test for new "systemctl --kill-value=" functi...
2023-02-17 Lennart Poetteringman: document new --exec switch for systemd-notify
2023-02-17 Lennart Poetteringnotify: add new --exec switch for chaining other comman...
2023-02-17 Lennart Poetteringstrv: add strv_copy_n() helper for copying part of...
2023-02-17 Lennart Poetteringman: document new --kill-value= switch to systemctl
2023-02-17 Lennart Poetteringsystemctl: add --kill-value= argument to systemctl
2023-02-17 Lennart Poetteringpid1: add a new D-Bus method for enquing POSIX signals...
2023-02-17 Yu Watanabetest-execute: also mount tmpfs on /dev/shm
2023-02-17 Yu Watanabecryptsetup: check the existence of salt by salt_size > 0
2023-02-17 Lennart PoetteringMerge pull request #26453 from yuwata/activate-main
2023-02-17 Lennart PoetteringMerge pull request #26452 from yuwata/journalctl-main...
2023-02-17 Yu Watanabetest: add tests for xsetxattr()
2023-02-17 Yu Watanabetest: use mkdtemp_open()
2023-02-17 Yu Watanabeactivate: use _cleanup_close_ attribute
2023-02-17 Yu Watanabeactivate: use log_set_open_when_needed()
2023-02-17 Yu Watanabeactivate: fix typo
2023-02-17 Yu Watanabeactivate: use DEFINE_MAIN_FUNC() macro
2023-02-17 Yu Watanabejournalctl: fix fd leak
2023-02-17 Yu Watanabejournalctl: use DEFINE_MAIN_FUNCTION() macro
2023-02-16 Yu Watanabexattr-util: check if fd has O_PATH and do not try setxa...
2023-02-16 Yu Watanabefd-util: introduce a simple helper to check a file...
2023-02-16 Frantisek Sumsaltest: avoid matching other fields than __SEQNUM=
2023-02-16 Yu WatanabeMerge pull request #26271 from d-hatayama/fix_sulogin_shell
2023-02-16 Jan Janssenboot: Fix assertion failure
2023-02-16 Daan De MeyerDrop mkosi + clang section from HACKING
2023-02-16 Daan De MeyerUpdate HACKING for latest mkosi
2023-02-16 Samanta Navarrobootctl: Fix debug messages
2023-02-16 Lennart Poetteringlog: add common helper log_set_target_and_open()
2023-02-16 Luca BoccassiMerge pull request #26435 from poettering/pid1-seccomp...
2023-02-16 Yu Watanabecore/mount: fix default target for /sysusr/usr and...
2023-02-16 Paul Barkerman: Fix spelling mistake
2023-02-16 Lennart Poetteringupdate TODO
2023-02-16 HATAYAMA Daisukesulogin: fix control lost of the current terminal when...
2023-02-16 Lennart Poetteringexecute: drop spurious empty line
2023-02-16 Lennart Poetteringpid1: generate compat warning for SystemCallArchitectur...
2023-02-16 Luca Boccassimkosi: configure multiarch libdir in debian/ubuntu...
2023-02-16 Dan Streetmantpm2: fix build failure without openssl
2023-02-15 Daan De Meyermkosi: Enable debug logging in CI
2023-02-15 Frantisek Sumsaljournalctl: actually run the static destructors
2023-02-15 Joan Brugueraresolved: Fall back to TCP if UDP is blocked
2023-02-15 Luca Boccassicore: add support for Startup memory limits
2023-02-15 Mike Yuanvconsole: allow setting default keymap through build...
2023-02-15 Mike Yuanjournal: cat: set JOURNAL_STREAM before exec-ing
2023-02-15 Luca BoccassiMerge pull request #26307 from yuwata/test-execute...
2023-02-15 Luca BoccassiMerge pull request #26213 from poettering/journal-rewor...
2023-02-15 Luca BoccassiMerge pull request #26410 from DaanDeMeyer/xattr-symlink
2023-02-15 Luca BoccassiNEWS: finalize v253
2023-02-15 Luca BoccassiMerge pull request #26427 from bluca/hwdb
2023-02-15 Luca Boccassihwdb: update
2023-02-15 Luca BoccassiNEWS: update contributors list
2023-02-15 Luca Boccassicryptsetup: do not assert when unsealing token without...
2023-02-15 Yu Watanabeukify: fix padding length
2023-02-15 Luca BoccassiMerge pull request #26417 from yuwata/sysusers-root...
2023-02-15 Yu WatanabeMerge pull request #26424 from ldv-alt/fix-typos
2023-02-15 Raul Tambreman/tc: Fix hexadecimals being with an O
2023-02-15 Dmitry V. Levintreewide: fix a few typos in NEWS, docs and comments
2023-02-15 Yu WatanabeNEWS: mention that the default mDNS mode is now "yes"
2023-02-15 Dmitry V. Levinsrc: fix several typos in log messages
2023-02-15 HATAYAMA Daisukesulogin: use DEFINE_MAIN_FUNCTION()
2023-02-15 Yu Watanabetest-sysusers: add test for basic.conf
2023-02-15 Yu Watanabesysusers: also add root group
2023-02-15 Jean-Tiare... hwdb: Add HP ENVY x360 2-in-1
2023-02-15 Mike Gilbertbootctl: avoid using __WORDSIZE macro
2023-02-15 Yu Watanabetest-execute: add basic tests for LoadCredential= and...
2023-02-15 Yu Watanabetest-execute: drop capabilities when testing with user...
2023-02-15 Yu Watanabecore/execute: fix comment
2023-02-15 Yu Watanabetree-wide: fix typo and comment style update
2023-02-14 Daan De Meyerrepart: Remove outdated comment
2023-02-14 Daan De Meyermount-setup: Fix typo
2023-02-14 Daan De Meyerrepart: Initialize root directory metadata correctly
2023-02-14 Daan De Meyerrepart: Create temporary root directory using var_tmp_dir()
2023-02-14 Daan De Meyercopy: Copy symlink xattrs
2023-02-14 Daan De Meyercopy: Make copy_xattr() more generic
2023-02-14 Daan De Meyerxattr-util: Add xsetxattr()
next