index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.semaphore
/
semaphore.yml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
repart: Add ExcludeFiles= option
Daan De Meyer
3
-39
/
+126
2023-02-20
smack-util: Add renameat_and_apply_smack_floor_label()
Daan De Meyer
2
-13
/
+19
2023-02-20
tmpfile-util-label: Add fopen_temporary_at_label()
Daan De Meyer
2
-4
/
+10
2023-02-20
copy: Add copy_file_at()
Daan De Meyer
2
-8
/
+18
2023-02-20
env-file: Add write_env_file_at()
Daan De Meyer
2
-5
/
+10
2023-02-20
udev-node: make stack_directory_read_one() accept NULL for devnode
Yu Watanabe
1
-2
/
+11
2023-02-20
udev-node: drop unnecessary initialization
Yu Watanabe
1
-1
/
+1
2023-02-20
core: permit sending augmented enable/disable methods
Ronan Pigott
1
-0
/
+12
2023-02-19
exec-util: use TAKE_FD()
Yu Watanabe
1
-4
/
+2
2023-02-19
exec-util: propagate error in wait_for_terminate_and_check()
Yu Watanabe
1
-4
/
+5
2023-02-19
process-util: show requested process name in the log
Yu Watanabe
1
-1
/
+1
2023-02-18
systemctl: edit: fix double free of instanced name
Ronan Pigott
1
-3
/
+3
2023-02-18
journalctl: fix output when --lines is used with --grep
Mike Yuan
2
-2
/
+11
2023-02-18
loop-util: fix error condition and return value
Yu Watanabe
1
-2
/
+2
2023-02-18
shared: move psi-util.[ch] to basic/ so that we can use it in sd-event
Lennart Poettering
4
-1
/
+1
2023-02-18
util: move mallinfo compat glue from selinux code into generic code
Lennart Poettering
2
-21
/
+25
2023-02-17
hashmap: fix build with valgrind
Yu Watanabe
1
-1
/
+1
2023-02-17
Correct journal misspell
Winterhuman
1
-1
/
+1
2023-02-17
tests: add test for mempool logic
Lennart Poettering
2
-0
/
+94
2023-02-17
mempool: rework mempool_cleanup() to only release freed tiles
Lennart Poettering
4
-12
/
+92
2023-02-17
mempool: make mempool_free_tile() return NULL
Lennart Poettering
2
-3
/
+10
2023-02-17
mempool: introduce new helper pool_ptr()
Lennart Poettering
1
-1
/
+5
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
[next]