index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
3
-4
/
+7
*
cgroup-util: add cg_is_delegated_fd() helper
Lennart Poettering
2023-10-26
2
-10
/
+21
*
tree-wide: port various users over to the new getxattr_at_bool() call
Lennart Poettering
2023-10-26
2
-10
/
+4
*
xattr-util: add new getxattr_at_bool() helper
Lennart Poettering
2023-10-26
2
-0
/
+17
*
inotify-util: drop to use pointer outside of the buffer
Yu Watanabe
2023-10-26
2
-14
/
+49
*
Merge pull request #29601 from yuwata/mmap-check-overflow
Luca Boccassi
2023-10-24
4
-4
/
+20
|
\
|
*
tree-wide: check results of PAGE_ALIGN()
Yu Watanabe
2023-10-19
1
-0
/
+6
|
*
macro: introduce u64_multiply_safe() to avoid overflow
Yu Watanabe
2023-10-19
1
-0
/
+7
|
*
macro: introduce several helper functions for alignment
Yu Watanabe
2023-10-19
1
-3
/
+6
|
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-1
/
+1
*
|
basic/iovec-util: use FOREACH_ARRAY in one more place
Zbigniew Jędrzejewski-Szmek
2023-10-23
1
-5
/
+2
*
|
basic/iovec-util: drop TAKE_IOVEC
Zbigniew Jędrzejewski-Szmek
2023-10-23
1
-2
/
+0
*
|
basic/iovec-util: drop IOVEC_NULL
Zbigniew Jędrzejewski-Szmek
2023-10-23
1
-3
/
+1
*
|
basic/iovec-util: always call the iovec "iovec"
Zbigniew Jędrzejewski-Szmek
2023-10-23
2
-15
/
+15
*
|
glyph-util: add 'full block' glyph
Lennart Poettering
2023-10-23
2
-0
/
+3
*
|
sort-utils: add generic uint16_t comparison call
Lennart Poettering
2023-10-20
2
-0
/
+5
*
|
Merge pull request #29644 from poettering/json-iovec
Luca Boccassi
2023-10-20
1
-0
/
+22
|
\
\
|
*
|
iovec-util: add some useful helpers for dealing with iovecs that refer to dyn...
Lennart Poettering
2023-10-20
1
-0
/
+22
*
|
|
Merge pull request #29630 from DaanDeMeyer/manager-json
Daan De Meyer
2023-10-20
3
-1
/
+14
|
\
\
\
|
*
|
|
hashmap: Add extra uncounted entry to returned array from hashmap_dump_sorted()
Daan De Meyer
2023-10-20
1
-1
/
+4
|
*
|
|
Add unit_type_to_capitalized_string()
Daan De Meyer
2023-10-20
2
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #29626 from bluca/auto_soft_reboot
Luca Boccassi
2023-10-20
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
systemctl: automatically softreboot/kexec if set up on reboot
Luca Boccassi
2023-10-20
1
-1
/
+2
*
|
|
Merge pull request #29627 from poettering/io-split
Luca Boccassi
2023-10-20
9
-219
/
+278
|
\
\
\
|
*
|
|
io-util: split out iovw_xyz into iovec-wrapper.h
Lennart Poettering
2023-10-20
5
-145
/
+175
|
*
|
|
iovec-util: make IOVEC_INCREMENT a regular function too
Lennart Poettering
2023-10-20
3
-23
/
+27
|
*
|
|
iovec-util: make IOVEC_MAKE_STRING() safer
Lennart Poettering
2023-10-20
1
-4
/
+4
|
*
|
|
iovec-util: make IOVEC_NULL const
Lennart Poettering
2023-10-20
1
-1
/
+2
|
*
|
|
iovec-util: make IOVEC_TOTAL_SIZE() a regular function
Lennart Poettering
2023-10-20
2
-8
/
+11
|
*
|
|
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
7
-74
/
+95
|
|
/
/
*
|
|
Merge pull request #29618 from bonktree/fchmodat2
Luca Boccassi
2023-10-20
23
-0
/
+111
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
basic/missing_syscall: generate defs for `fchmodat2(2)`
Arseny Maslennikov
2023-10-19
2
-0
/
+69
|
*
|
Update system call tables for Linux 6.6
Arseny Maslennikov
2023-10-19
21
-0
/
+42
|
|
/
*
|
pidref: make PIDREF_NULL const
Lennart Poettering
2023-10-19
1
-1
/
+1
*
|
cgroup-util: use RET_GATHER more, return first error
Mike Yuan
2023-10-19
1
-20
/
+12
*
|
cgroup-util: drop dead code block
Yu Watanabe
2023-10-19
1
-7
/
+0
|
/
*
Merge pull request #29594 from poettering/cgroup-rename-ret-params
Lennart Poettering
2023-10-18
8
-138
/
+395
|
\
|
*
killall: port killing spree loop over to PidRef
Lennart Poettering
2023-10-18
1
-2
/
+1
|
*
process-util: add API for enumerating processes in /proc/ and pinning them vi...
Lennart Poettering
2023-10-18
2
-0
/
+73
|
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
2
-3
/
+22
|
*
process-util: add pidref_is_my_child()
Lennart Poettering
2023-10-18
2
-0
/
+21
|
*
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
2
-5
/
+27
|
*
process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...
Lennart Poettering
2023-10-18
2
-2
/
+24
|
*
core: port unit/process kill logic to pidref
Lennart Poettering
2023-10-18
2
-14
/
+18
|
*
pidref: add new pidref_is_self() helper
Lennart Poettering
2023-10-18
2
-0
/
+9
|
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
3
-5
/
+26
|
*
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
2
-2
/
+20
|
*
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
3
-14
/
+59
|
*
pidref: we never have to verify PID 1
Lennart Poettering
2023-10-18
1
-0
/
+3
|
*
cgroup-util: make cg_pidref_get_path() PidRef parameter const
Lennart Poettering
2023-10-18
2
-2
/
+2
[next]