summaryrefslogtreecommitdiff
path: root/lib/fileutils.c
Commit message (Expand)AuthorAgeFilesLines
* lib/fileutils: fix compiler warningKarel Zak2022-07-201-0/+4
* libblkid: reopen floppy without O_NONBLOCKKarel Zak2022-01-201-0/+19
* login: add callback for close_range()Karel Zak2021-07-151-5/+3
* login: fix close_range() useKarel Zak2021-07-141-1/+1
* lib: use ul_prefix for close_all_fds() and mkdir_p()Karel Zak2021-01-281-3/+3
* lib: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak2020-12-171-1/+2
* tests: (fileutils) remove unused codeKarel Zak2020-12-081-4/+0
* lib/fileutils: make close_all_fds() to be similar with close_range()Sami Kerola2020-12-031-20/+19
* ul_copy_file: make defines for return valuesEgor Chelak2020-11-091-5/+5
* ul_copy_file: add test programEgor Chelak2020-11-091-1/+7
* ul_copy_file: handle EAGAIN and EINTREgor Chelak2020-11-091-13/+4
* ul_copy_file: use all_read/all_writeEgor Chelak2020-11-091-5/+5
* ul_copy_file: use BUFSSIZ for buffer sizeEgor Chelak2020-11-091-1/+1
* configure.ac: check for sendfileEgor Chelak2020-11-091-0/+6
* ul_copy_file: use sendfileEgor Chelak2020-11-091-2/+28
* vipw: move copyfile to the libEgor Chelak2020-11-091-0/+19
* lib: add missing headers to .c filesKarel Zak2020-10-061-1/+3
* lib/fileutils: add close_all_fds()Karel Zak2019-10-171-8/+68
* lib: use unique ifdefs for testsKarel Zak2017-01-041-1/+1
* lib: provide fallback if mkostemp(3) missingRuediger Meier2016-02-291-1/+30
* chsh, chfn, vipw: fix filenames collisionKarel Zak2015-08-241-14/+7
* lib/fileutils: Add new dup_fd_cloexec functionGuillem Jover2015-06-081-0/+30
* lib/fileutils: xalloc stuff in library-like codeKarel Zak2014-06-181-4/+7
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-091-0/+12
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-091-0/+36
* lib: use O_CLOEXEC in libcommonKarel Zak2013-04-031-1/+1
* fileutils: xmkstemp() interface changeDave Reisner2012-06-021-3/+9
* lib/fileutils: add get_fd_tabsize()Karel Zak2012-04-231-0/+24
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-181-13/+10
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-2/+3
* lib: add fileutils function collectionSami Kerola2012-03-181-0/+55