index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
pidref.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic: Add debug logging for pidref_set_pid()
Daan De Meyer
2024-05-29
1
-1
/
+1
*
pidfd: properly detect if libc offers pidfd syscalls and make use of them then
Lennart Poettering
2024-05-08
1
-0
/
+4
*
pidref: 0 -> NULL for pointer
Mike Yuan
2024-04-09
1
-1
/
+1
*
pidref: use fd_inode_same to compare pidfds
Mike Yuan
2024-03-11
1
-0
/
+27
*
pidref: split out pidref_copy() from pidref_dup()
Yu Watanabe
2024-01-23
1
-7
/
+20
*
pidref: add helpers for waiting for pidref processes
Lennart Poettering
2024-01-02
1
-0
/
+39
*
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
1
-1
/
+1
*
pidref: add pidref_set_parent() for race-freely getting pidref on ppid
Lennart Poettering
2023-12-13
1
-0
/
+32
*
pidref: introduce hash ops that doesn't come with destructor
Mike Yuan
2023-11-11
1
-6
/
+5
*
pidref: add new pidref_is_self() helper
Lennart Poettering
2023-10-18
1
-0
/
+7
*
pidref: we never have to verify PID 1
Lennart Poettering
2023-10-18
1
-0
/
+3
*
pidref: make signal sending calls take const PidRef
Lennart Poettering
2023-10-18
1
-3
/
+3
*
pidref: make pidref_verify() parameter const
Lennart Poettering
2023-10-18
1
-1
/
+1
*
pidref: add pidref_verify() helper
Lennart Poettering
2023-09-28
1
-0
/
+20
*
pidref: add pidref_hash_ops
Lennart Poettering
2023-09-28
1
-0
/
+15
*
pidref: add helpers for managing PidRef on the heap
Lennart Poettering
2023-09-28
1
-0
/
+72
*
pidref: add PIDREF_MAKE_FROM_PID()
Lennart Poettering
2023-09-28
1
-5
/
+1
*
pidref: add sigqueue() helper
Lennart Poettering
2023-09-18
1
-0
/
+28
*
pidref: add structure that can reference a pid via both pidfd and pid_t
Lennart Poettering
2023-09-09
1
-0
/
+145