index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
fdset.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/fdset: minor modernization
Mike Yuan
2024-10-29
1
-21
/
+19
*
fdset: optionally, close remaining fds asynchronously
Lennart Poettering
2024-10-17
1
-3
/
+13
*
various: don't use close_nointr if retval is not checked anyway
Mike Yuan
2023-12-28
1
-1
/
+2
*
fdset: use FOREACH_ARRAY at one more place
Mike Yuan
2023-12-28
1
-2
/
+2
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
fdset: set all collected fds to CLOEXEC in fdset_new_fill()
Mike Yuan
2023-11-30
1
-1
/
+11
*
fdset: improve debug logging for left-over fds
Lennart Poettering
2023-10-11
1
-2
/
+10
*
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-1
/
+1
*
fdset: minor modernizations
Lennart Poettering
2023-05-23
1
-4
/
+7
*
pid1: when taking possession of passed fds check O_CLOEXEC state first
Lennart Poettering
2023-05-23
1
-1
/
+17
*
shared: refuse fd == INT_MAX
Frantisek Sumsal
2023-05-05
1
-0
/
+14
*
fdset: add new fdset_consume() helper
Lennart Poettering
2023-03-29
1
-0
/
+13
*
fdset: add new helper to convert an fdset to an array
Lennart Poettering
2023-03-29
1
-11
/
+30
*
fdset: minor modernizations
Lennart Poettering
2023-03-29
1
-56
/
+45
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-4
/
+2
*
tree-wide: drop alloca.h when alloc-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
nspawn: don't free "fds" twice
Lennart Poettering
2019-03-22
1
-14
/
+14
*
do not try to allocate 0 bytes
David Tardon
2018-10-12
1
-4
/
+7
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-5
/
+5
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-5
/
+2
*
build-sys: move fdset.[ch] src/basic → src/shared (#3580)
Lennart Poettering
2016-06-23
1
-0
/
+273
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-285
/
+0
*
treewide: fix typos
Torstein Husebø
2015-05-26
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2015-01-06
1
-1
/
+53
*
util: rename ignore_file() to hidden_file()
Lennart Poettering
2014-12-19
1
-1
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-1
/
+1
*
use more _cleanup_ macro
Ronny Chevalier
2014-06-24
1
-3
/
+1
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-1
/
+1
*
shared: move fdset.c from core/ to shared/ since it is used by more than the ...
Lennart Poettering
2012-12-23
1
-0
/
+236