GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
fd-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fd-util: Fix error handling in safe_fclose
Paweł Szewczyk
2018-12-06
1
-1
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
copy: support getting progress feedback from the various copy functions
Lennart Poettering
2018-11-26
1
-1
/
+1
*
fd-util: optimize fd_get_path() a bit
Lennart Poettering
2018-10-25
1
-12
/
+12
*
fd-util: accept that kcmp might fail with EPERM/EACCES
Sjoerd Simons
2018-08-29
1
-1
/
+1
*
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
*
main: split out reading of /proc/sys/fs/nr_open into its own function
Lennart Poettering
2018-06-06
1
-0
/
+24
*
tree-wide: drop unused variables
Yu Watanabe
2018-05-25
1
-1
/
+0
*
fd-util: add new helper call fd_duplicate_data_fd()
Lennart Poettering
2018-05-24
1
-0
/
+199
*
basic: be more careful when closing fds based on RLIMIT_NOFILE
Lennart Poettering
2018-05-17
1
-4
/
+11
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-5
/
+5
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
fd-util: introduce fd_reopen() helper for reopening an fd
Lennart Poettering
2018-03-29
1
-7
/
+20
*
macro: introduce new TAKE_FD() macro
Lennart Poettering
2018-03-22
1
-8
/
+2
*
basic/fs-util: skip fsync_directory_of_file() if /proc/self/fd/ is not availa...
Zbigniew Jędrzejewski-Szmek
2018-03-20
1
-4
/
+11
*
fd-util: drop stdio_unset_cloexec(), it's not used anymore
Lennart Poettering
2018-03-02
1
-6
/
+0
*
fd-util: add new call rearrange_stdio()
Lennart Poettering
2018-03-02
1
-0
/
+115
*
fd-util: move certain fds above fd #2 (#8129)
Lennart Poettering
2018-02-09
1
-0
/
+37
*
fd-util: use close_nointr() return value instead of errno
Lennart Poettering
2017-12-25
1
-9
/
+8
*
fd-util: add some (void) casts
Lennart Poettering
2017-12-25
1
-3
/
+3
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
tree-wide: use STRLEN() to allocate buffer of constant size
Thomas Haller
2017-12-13
1
-1
/
+1
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-0
/
+201
|
\
|
*
fd-util: add new acquire_data_fd() API helper
Lennart Poettering
2017-11-17
1
-0
/
+157
|
*
fd-util: add new helper move_fd() and make use of it
Lennart Poettering
2017-11-17
1
-0
/
+44
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-1
/
+2
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-4
/
+2
*
basic/fd-util: introduce stdio_unset_cloexec() function
Alexander Kuleshov
2016-07-02
1
-0
/
+6
*
journal: when creating a new journal file, fsync() the directory it is create...
Lennart Poettering
2016-04-29
1
-1
/
+7
*
tree-wide: rename hidden_file to hidden_or_backup_file and optimize
Zbigniew Jędrzejewski-Szmek
2016-04-28
1
-1
/
+1
*
nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtrees
Lennart Poettering
2016-04-25
1
-0
/
+10
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-2
/
+2
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+10
*
util-lib: move fdname_is_valid() to fd-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+27
*
socket-util: move CMSG_FOREACH() from macro.h to socket-util.h
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+321