index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
fd-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fd-util: use F_DUPFD_QUERY for same_fd()
Lennart Poettering
2024-10-08
1
-10
/
+42
*
fd-util: introduce fd_validate() helper
Lennart Poettering
2024-10-08
1
-0
/
+10
*
fd-util: also close pidfd from SCM_PIDFD in cmsg_close_all()
Mike Yuan
2024-09-04
1
-4
/
+11
*
process-util: modernize pidfd_get_pid()
Mike Yuan
2024-07-21
1
-2
/
+4
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
Merge pull request #33074 from keszybz/bpf-fd-handling
Yu Watanabe
2024-06-12
1
-11
/
+2
|
\
|
*
basic/fd-util: drop report from fd_cloexec_many
Zbigniew Jędrzejewski-Szmek
2024-05-30
1
-3
/
+0
|
*
basic/fd-util: drop unnecessary {}
Zbigniew Jędrzejewski-Szmek
2024-05-30
1
-8
/
+2
*
|
fd-util: introduce proc_fd_enoent_errno helper
Mike Yuan
2024-05-21
1
-19
/
+18
|
/
*
fd-util: check and log error properly for fd_reopen_propagate_append_and_posi...
Mike Yuan
2024-05-16
1
-14
/
+11
*
fd-util: Return 1 from fd_nonblock() if we actually change the mode
Daan De Meyer
2024-04-22
1
-1
/
+4
*
fs-utils: new wrapper fd_reopen_propagate_append_and_position()
Lars Ellenberg
2024-03-12
1
-0
/
+43
*
fd-util: beef up fd_verify_safe_flags() features
Lennart Poettering
2024-03-11
1
-5
/
+5
*
fd-util: O_DIRECTORY is fine in fd_verify_safe_flags() too
Lennart Poettering
2024-03-01
1
-1
/
+3
*
fd-util: introduce fd_verify_safe_flags
Mike Yuan
2024-02-21
1
-0
/
+30
*
fd-util: Expose helper to pack fds into 3,4,5,...
Adrian Vovk
2024-02-19
1
-0
/
+47
*
missing: change our close_range() syscall wrapper to map glibc's
Lennart Poettering
2024-02-12
1
-2
/
+2
*
process-util: turn off O_NONBLOCK on stdio fds when rearranging fds
Lennart Poettering
2024-01-08
1
-0
/
+13
*
fd-util: don't eat up errors in fd_cloexec_many
Mike Yuan
2023-12-29
1
-7
/
+6
*
fd-util: modernization
Mike Yuan
2023-12-28
1
-26
/
+26
*
basic: add fds_are_same_mount() helper
Luca Boccassi
2023-12-05
1
-26
/
+37
*
fd-util: refuse O_CREAT in fd_reopen
Mike Yuan
2023-11-08
1
-11
/
+6
*
fd-util: add new FORMAT_PROC_PID_FD_PATH() helper
Lennart Poettering
2023-11-02
1
-0
/
+8
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
fd-util: use close_many() where appropriate
Lennart Poettering
2023-10-18
1
-2
/
+1
*
fd-util: add new helper close_many_unset()
Lennart Poettering
2023-10-18
1
-0
/
+7
*
serialize: add serialize_fd_many() helper
Lennart Poettering
2023-10-18
1
-0
/
+7
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-8
/
+6
*
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
1
-1
/
+1
*
fd-util: do not call statx() twice when it does not provide mount ID
Yu Watanabe
2023-07-21
1
-2
/
+2
*
fd-util: make path_is_root_at() not fail even when /proc is mounted
Yu Watanabe
2023-07-21
1
-8
/
+10
*
fd-util: Add extra shortcut to path_is_root_at()
Daan De Meyer
2023-06-13
1
-2
/
+2
*
fd-util: Add path_is_root_at()
Daan De Meyer
2023-06-06
1
-2
/
+11
*
tree-wide: use parse_fd()
David Tardon
2023-05-05
1
-1
/
+2
*
fd-util: skip to check mount ID if kernel is too old and /proc is not mounted
Yu Watanabe
2023-04-18
1
-7
/
+15
*
fd-util: slightly optimize dir_fd_is_root()
Yu Watanabe
2023-04-10
1
-8
/
+12
*
Merge pull request #27041 from poettering/fdstore-dump
Daan De Meyer
2023-03-30
1
-0
/
+13
|
\
|
*
fd-util: add helper for converting O_RDONLY/WRONLY/RDWR to strings
Lennart Poettering
2023-03-29
1
-0
/
+13
*
|
fd-util: make fd_get_path() support AT_FDCWD
Yu Watanabe
2023-03-30
1
-0
/
+5
|
/
*
fd-util: cover some corner cases with fd_reopen() on symlinks
Lennart Poettering
2023-03-27
1
-1
/
+14
*
fd-util: make sure fd_reopen() works with AT_FDCWD systematically
Lennart Poettering
2023-03-21
1
-3
/
+9
*
fd-util: Add dir_fd_is_root()
Daan De Meyer
2023-03-15
1
-0
/
+52
*
fd-util: introduce a simple helper to check a file descriptor has O_PATH
Yu Watanabe
2023-02-16
1
-0
/
+12
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
basic/fd-util: rearrange variable declarations
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-14
/
+10
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-18
/
+18
*
all: avoid various "-Wcast-align=strict" warnings
Thomas Haller
2022-12-09
1
-1
/
+2
*
fd-util: add new helper fd_reopen_conditional()
Lennart Poettering
2022-11-29
1
-0
/
+31
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
[next]