index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
mempool.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
tpm2: simplify tpm2_seal() blob creation
Dan Streetman
1
-26
/
+14
2023-02-17
mempool: rename local variable to match current coding style
Lennart Poettering
1
-4
/
+5
2023-02-17
mempool: use size_t for all memory object sizes and counts
Lennart Poettering
1
-1
/
+1
2023-02-17
hashmap: expose helper for releasing memory pools independently of valgrind
Lennart Poettering
4
-18
/
+20
2023-02-17
dissect-image: Return mount point fd if requested
Daan De Meyer
13
-1
/
+23
2023-02-17
process-util: add helper get_process_threads()
Lennart Poettering
6
-9
/
+86
2023-02-17
sync-util: port fsync_directory_of_file() to fd_is_opath()
Lennart Poettering
1
-10
/
+6
2023-02-17
socket-util: make connect_unix_path() work with a NULL path
Lennart Poettering
1
-28
/
+36
2023-02-17
sd-event: allocate event source objects with the actually needed size
Lennart Poettering
1
-9
/
+33
2023-02-17
macro: add macro for determining size of struct with trailing union
Lennart Poettering
1
-0
/
+1
2023-02-17
test: add test for new "systemctl --kill-value=" functionality
Lennart Poettering
4
-0
/
+54
2023-02-17
man: document new --exec switch for systemd-notify
Lennart Poettering
1
-0
/
+17
2023-02-17
notify: add new --exec switch for chaining other commands to systemd-notify
Lennart Poettering
1
-3
/
+56
2023-02-17
strv: add strv_copy_n() helper for copying part of a n strv
Lennart Poettering
3
-3
/
+52
2023-02-17
man: document new --kill-value= switch to systemctl
Lennart Poettering
1
-34
/
+41
2023-02-17
systemctl: add --kill-value= argument to systemctl
Lennart Poettering
3
-11
/
+50
2023-02-17
pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...
Lennart Poettering
13
-75
/
+168
2023-02-17
test-execute: also mount tmpfs on /dev/shm
Yu Watanabe
1
-1
/
+1
2023-02-17
cryptsetup: check the existence of salt by salt_size > 0
Yu Watanabe
1
-1
/
+1
2023-02-17
test: add tests for xsetxattr()
Yu Watanabe
1
-0
/
+47
2023-02-17
test: use mkdtemp_open()
Yu Watanabe
1
-15
/
+8
2023-02-17
activate: use _cleanup_close_ attribute
Yu Watanabe
1
-5
/
+9
2023-02-17
activate: use log_set_open_when_needed()
Yu Watanabe
1
-4
/
+6
2023-02-17
activate: fix typo
Yu Watanabe
1
-4
/
+2
2023-02-17
activate: use DEFINE_MAIN_FUNC() macro
Yu Watanabe
1
-14
/
+12
2023-02-17
journalctl: fix fd leak
Yu Watanabe
1
-5
/
+4
2023-02-17
journalctl: use DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
1
-170
/
+110
2023-02-16
xattr-util: check if fd has O_PATH and do not try setxattr() twice
Yu Watanabe
1
-21
/
+16
2023-02-16
fd-util: introduce a simple helper to check a file descriptor has O_PATH
Yu Watanabe
2
-0
/
+13
2023-02-16
test: avoid matching other fields than __SEQNUM=
Frantisek Sumsal
1
-2
/
+2
2023-02-16
boot: Fix assertion failure
Jan Janssen
1
-1
/
+1
2023-02-16
Drop mkosi + clang section from HACKING
Daan De Meyer
1
-77
/
+0
2023-02-16
Update HACKING for latest mkosi
Daan De Meyer
1
-13
/
+4
2023-02-16
bootctl: Fix debug messages
Samanta Navarro
1
-2
/
+2
2023-02-16
log: add common helper log_set_target_and_open()
Lennart Poettering
5
-14
/
+13
2023-02-16
core/mount: fix default target for /sysusr/usr and its child
Yu Watanabe
1
-0
/
+4
2023-02-16
man: Fix spelling mistake
Paul Barker
1
-1
/
+1
2023-02-16
update TODO
Lennart Poettering
1
-0
/
+4
2023-02-16
sulogin: fix control lost of the current terminal when default.target is resc...
HATAYAMA Daisuke
1
-10
/
+49
2023-02-16
repart: Make config_parse_copy_files() more generic
Daan De Meyer
1
-3
/
+3
2023-02-16
execute: drop spurious empty line
Lennart Poettering
1
-1
/
+0
2023-02-16
pid1: generate compat warning for SystemCallArchitectures= if seccomp is off
Lennart Poettering
1
-0
/
+3
2023-02-16
mkosi: configure multiarch libdir in debian/ubuntu builds
Luca Boccassi
3
-0
/
+14
2023-02-16
tpm2: fix build failure without openssl
Dan Streetman
1
-3
/
+6
2023-02-15
mkosi: Enable debug logging in CI
Daan De Meyer
1
-0
/
+6
2023-02-15
journalctl: actually run the static destructors
Frantisek Sumsal
1
-0
/
+1
2023-02-15
resolved: Fall back to TCP if UDP is blocked
Joan Bruguera
1
-1
/
+3
2023-02-15
core: add support for Startup memory limits
Luca Boccassi
9
-24
/
+454
2023-02-15
vconsole: allow setting default keymap through build option
Mike Yuan
6
-4
/
+24
2023-02-15
journal: cat: set JOURNAL_STREAM before exec-ing
Mike Yuan
1
-1
/
+18
[prev]
[next]