summaryrefslogtreecommitdiffstats
path: root/src/basic/pidref.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* pidref: fix typoYu Watanabe2024-10-161-1/+1
* pidref: add explicit concept of "remote" PidRefLennart Poettering2024-10-151-3/+34
* pidref: hookup PID_AUTOMATIC special pid_t value with PidRefLennart Poettering2024-10-141-2/+12
* pidref: move comments that doesn't belong in pidref_copy() to pidref_dup()Mike Yuan2024-07-211-1/+1
* pidref: record pidfd inode number in PidRef structMike Yuan2024-06-141-3/+6
* pidref: use fd_inode_same to compare pidfdsMike Yuan2024-03-111-11/+1
* pidref: split out pidref_copy() from pidref_dup()Yu Watanabe2024-01-231-0/+1
* pidref: add helpers for waiting for pidref processesLennart Poettering2024-01-021-1/+13
* pidref: add pidref_set_parent() for race-freely getting pidref on ppidLennart Poettering2023-12-131-1/+1
* pidref: introduce hash ops that doesn't come with destructorMike Yuan2023-11-111-1/+2
* pidref: make PIDREF_NULL constLennart Poettering2023-10-191-1/+1
* pidref: add new pidref_is_self() helperLennart Poettering2023-10-181-0/+2
* pidref: make signal sending calls take const PidRefLennart Poettering2023-10-181-3/+3
* pidref: make pidref_verify() parameter constLennart Poettering2023-10-181-1/+1
* pidref: add trivial helper pidref_set_self() to set pidref to our handle to o...Lennart Poettering2023-10-051-0/+4
* pidref: add pidref_verify() helperLennart Poettering2023-09-281-0/+2
* pidref: add pidref_hash_opsLennart Poettering2023-09-281-0/+2
* pidref: add helpers for managing PidRef on the heapLennart Poettering2023-09-281-0/+6
* pidref: add PIDREF_MAKE_FROM_PID()Lennart Poettering2023-09-281-0/+6
* pidref: add pidref_equal() helperLennart Poettering2023-09-201-0/+12
* treewide: fix typosJoerg Behrmann2023-09-191-1/+1
* pidref: add sigqueue() helperLennart Poettering2023-09-181-0/+1
* pidref: add structure that can reference a pid via both pidfd and pid_tLennart Poettering2023-09-091-0/+29