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
*
pidref: various shortcuts to pidref_equal()
Lennart Poettering
2 days
1
-0
/
+10
*
tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signal()
Mike Yuan
7 days
1
-2
/
+2
*
pidref: drop support for kernels lacking waitid(P_PIDFD, …)
Lennart Poettering
10 days
1
-13
/
+8
*
pidref: copy fd id in pidref_copy() too
Lennart Poettering
10 days
1
-15
/
+10
*
pidref: move generic pidfd_get_inode_id() to pidfd-util
Mike Yuan
14 days
1
-30
/
+6
*
process-util: extract pidfd-related funcs into pidfd-util.[ch]
Mike Yuan
14 days
1
-4
/
+1
*
tree-wide: use pidref_is_self() at more places
Lennart Poettering
2024-12-18
1
-1
/
+1
*
pidref: add explicit concept of "remote" PidRef
Lennart Poettering
2024-10-15
1
-10
/
+43
*
pidref: hookup PID_AUTOMATIC special pid_t value with PidRef
Lennart Poettering
2024-10-14
1
-0
/
+4
*
pidref: move comments that doesn't belong in pidref_copy() to pidref_dup()
Mike Yuan
2024-07-21
1
-7
/
+7
*
pidref: record pidfd inode number in PidRef struct
Mike Yuan
2024-06-14
1
-13
/
+35
*
pidref: introduce pidfd_inode_ids_supported helper
Mike Yuan
2024-06-14
1
-2
/
+23
*
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