summaryrefslogtreecommitdiffstats
path: root/lib/path.c
Commit message (Expand)AuthorAgeFilesLines
* lib/path: make sure ul_path_read_buffer() derminate resultKarel Zak2019-06-171-2/+3
* lib/path: use xstrncpy()Karel Zak2019-05-201-2/+2
* lib/path: fix resource leak [coverity scan]Karel Zak2019-05-151-2/+5
* lib/path: fix possible NULL dereferencing [coverity scan]Karel Zak2019-05-151-2/+4
* lib/path: fix ul_path_get_dirfd() usage [coverity scan]Karel Zak2019-05-151-1/+5
* lib/path: consolidate ul_path_mkpath() usageKarel Zak2019-05-151-74/+28Star
* lib/path: fix possible NULL pointer dereferencing [coverity scan]Karel Zak2019-05-151-0/+3
* lib/fileutils: add xreaddir()Karel Zak2019-04-111-15/+0Star
* lib/path: remove extra semi-colonsKarel Zak2019-03-191-3/+3
* docs: fix typos [codespell]Sami Kerola2019-02-181-2/+2
* choom: fix negative adjust score usageKarel Zak2018-12-101-0/+22
* lib/path: allow to close dirfdKarel Zak2018-12-071-3/+19
* lib/path: remove unused expressionRuediger Meier2018-06-251-1/+1
* lib/path: allow dir-path formattingKarel Zak2018-06-211-3/+9
* lsblk: fix ul_path_read_string() usageKarel Zak2018-06-211-4/+4
* lib/path: improve debug message on redirectKarel Zak2018-06-211-3/+3
* lib/path: simplify debug messageKarel Zak2018-06-211-2/+2
* lib/path: add ul_prefix_fopen(), improve cpuset funcsKarel Zak2018-06-211-2/+27
* lib/path: don't use extra '/'Karel Zak2018-06-211-4/+16
* lib/path: add more debug messagesKarel Zak2018-06-211-2/+6
* lib/path: make ul_path_read_ usable with NULL handlerKarel Zak2018-06-211-11/+22
* lib/path: add ul_path_read_buffer()Karel Zak2018-06-211-0/+29
* lib/path: add ul_path_get_abspath()Karel Zak2018-06-211-1/+33
* lib/sysfs: fix ul_path_read_string() usageKarel Zak2018-06-211-0/+1
* lib/sysfs: make possible to call sysfs_blkdev_deinit_path() in loopKarel Zak2018-06-211-1/+1
* lib/path: fix read string to be backwardly compatibleKarel Zak2018-06-211-0/+4
* lib/path lib/sysfs: add debugKarel Zak2018-06-211-1/+37
* lib/path: new implementationKarel Zak2018-06-211-139/+907
* lib/path: make path_set_prefix() independent on cpu_set_tKarel Zak2017-10-231-15/+14Star
* lsmem: fix, using freed memoryRuediger Meier2017-06-291-3/+3
* lib/path: add error handling to path_vcreate()Ruediger Meier2017-06-291-9/+25
* lib/path: fix crash, pathbuf overflowRuediger Meier2017-06-271-4/+10
* lib/path: ifdef path_set_prefix() like in path.hRuediger Meier2016-02-111-2/+2
* docs: fix two "maybe be" duplications in program commentsBenno Schulenberg2015-01-261-5/+2Star
* lib/path: add path_strdup()Karel Zak2014-01-061-0/+13
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-4/+4
* lib: use O_CLOEXEC in libcommonKarel Zak2013-04-031-4/+4
* lib/path: add path_read_u64()Karel Zak2012-11-231-0/+22
* lib/path: rename functions to be more explicitKarel Zak2012-11-231-8/+10
* build-sys: cleanup cpu_set_t usageKarel Zak2012-11-021-1/+4
* translation: unify file open error messagesSami Kerola2012-07-161-2/+2
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* lib,path: use write_all()Heiko Carstens2011-09-271-1/+2
* chcpu: convert to use lib/path.cHeiko Carstens2011-09-271-0/+26
* lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens2011-09-271-0/+191