| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-02 | lib/path: avoid double free() for cpusets | Karel Zak | 1 | -1/+3 |
| 2025-06-06 | remove "Copyright (C) ...." notes from files that claim no copyright | Benno Schulenberg | 1 | -1/+1 |
| 2024-05-13 | lib/path: use _vreadf_buffer for _cpuparse() | Thomas Weißschuh | 1 | -20/+2 |
| 2024-05-13 | lib/path: introduce ul_path_vreadf_buffer | Thomas Weißschuh | 1 | -3/+12 |
| 2024-05-13 | lib/path: use _read_buffer for _read_string() | Thomas Weißschuh | 1 | -8/+2 |
| 2024-05-13 | Merge branch 'fix' of https://github.com/DaanDeMeyer/util-linux | Karel Zak | 1 | -1/+1 |
| 2024-05-09 | Fix ul_path_read_buffer() | Daan De Meyer | 1 | -1/+1 |
| 2024-05-03 | lib/path: add ul_path_statf() and ul_path_vstatf() | Karel Zak | 1 | -0/+19 |
| 2023-10-10 | lib/path: Set errno in case of fgets failure | Tobias Stoeckmann | 1 | -1/+6 |
| 2023-10-08 | lib/path: fix typos | Tobias Stoeckmann | 1 | -6/+6 |
| 2023-10-08 | lib/path: remove ul_prefix_fopen | Tobias Stoeckmann | 1 | -19/+0 |
| 2023-10-08 | lib/path: set errno in case of error | Tobias Stoeckmann | 1 | -2/+4 |
| 2023-10-08 | lib/path: fix possible out of boundary access | Tobias Stoeckmann | 1 | -1/+1 |
| 2023-09-13 | lib/path: remove usage of VLA | Thomas Weißschuh | 1 | -11/+25 |
| 2023-06-20 | lib/ include/: cleanup licence headers | Karel Zak | 1 | -5/+6 |
| 2022-09-27 | lib/path: ul_path_cpuparse: fix parsing of empty sysfs files | Petr Štetiar | 1 | -1/+1 |
| 2022-03-17 | lib/path: initialize variables for scanf [coverity scan] | Karel Zak | 1 | -2/+2 |
| 2022-03-17 | lib/path: make ul_path_read_buffer() more robust [coverity scan] | Karel Zak | 1 | -7/+10 |
| 2021-11-29 | lib/path: make path use more robust [coverity scan] | Karel Zak | 1 | -1/+4 |
| 2021-10-06 | lib/path: add ul_path_next_dirent() | Karel Zak | 1 | -0/+21 |
| 2021-10-06 | lib/path: use flags for fstatat() | Karel Zak | 1 | -2/+3 |
| 2021-10-06 | lib/path: fstat dir itself | Karel Zak | 1 | -4/+6 |
| 2021-06-18 | lib/path: (test) fix ul_new_path() use | Karel Zak | 1 | -1/+1 |
| 2021-06-17 | lib/path: improve ul_path_readlink() to be more robust | Karel Zak | 1 | -8/+13 |
| 2021-06-11 | lib/path: fix possible leak when use ul_path_read_string() [coverity scan] | Karel Zak | 1 | -3/+5 |
| 2020-07-08 | lib/path: add ul_path_is_accessible() | Karel Zak | 1 | -0/+14 |
| 2019-10-15 | lib/path: add ul_path_stat(), fix absolute paths | Karel Zak | 1 | -11/+51 |
| 2019-06-17 | lib/path: make sure ul_path_read_buffer() derminate result | Karel Zak | 1 | -2/+3 |
| 2019-05-20 | lib/path: use xstrncpy() | Karel Zak | 1 | -2/+2 |
| 2019-05-15 | lib/path: fix resource leak [coverity scan] | Karel Zak | 1 | -2/+5 |
| 2019-05-15 | lib/path: fix possible NULL dereferencing [coverity scan] | Karel Zak | 1 | -2/+4 |
| 2019-05-15 | lib/path: fix ul_path_get_dirfd() usage [coverity scan] | Karel Zak | 1 | -1/+5 |
| 2019-05-15 | lib/path: consolidate ul_path_mkpath() usage | Karel Zak | 1 | -74/+28 |
| 2019-05-15 | lib/path: fix possible NULL pointer dereferencing [coverity scan] | Karel Zak | 1 | -0/+3 |
| 2019-04-11 | lib/fileutils: add xreaddir() | Karel Zak | 1 | -15/+0 |
| 2019-03-19 | lib/path: remove extra semi-colons | Karel Zak | 1 | -3/+3 |
| 2019-02-18 | docs: fix typos [codespell] | Sami Kerola | 1 | -2/+2 |
| 2018-12-10 | choom: fix negative adjust score usage | Karel Zak | 1 | -0/+22 |
| 2018-12-07 | lib/path: allow to close dirfd | Karel Zak | 1 | -3/+19 |
| 2018-06-25 | lib/path: remove unused expression | Ruediger Meier | 1 | -1/+1 |
| 2018-06-21 | lib/path: allow dir-path formatting | Karel Zak | 1 | -3/+9 |
| 2018-06-21 | lsblk: fix ul_path_read_string() usage | Karel Zak | 1 | -4/+4 |
| 2018-06-21 | lib/path: improve debug message on redirect | Karel Zak | 1 | -3/+3 |
| 2018-06-21 | lib/path: simplify debug message | Karel Zak | 1 | -2/+2 |
| 2018-06-21 | lib/path: add ul_prefix_fopen(), improve cpuset funcs | Karel Zak | 1 | -2/+27 |
| 2018-06-21 | lib/path: don't use extra '/' | Karel Zak | 1 | -4/+16 |
| 2018-06-21 | lib/path: add more debug messages | Karel Zak | 1 | -2/+6 |
| 2018-06-21 | lib/path: make ul_path_read_ usable with NULL handler | Karel Zak | 1 | -11/+22 |
| 2018-06-21 | lib/path: add ul_path_read_buffer() | Karel Zak | 1 | -0/+29 |
| 2018-06-21 | lib/path: add ul_path_get_abspath() | Karel Zak | 1 | -1/+33 |
| 2018-06-21 | lib/sysfs: fix ul_path_read_string() usage | Karel Zak | 1 | -0/+1 |
| 2018-06-21 | lib/sysfs: make possible to call sysfs_blkdev_deinit_path() in loop | Karel Zak | 1 | -1/+1 |
| 2018-06-21 | lib/path: fix read string to be backwardly compatible | Karel Zak | 1 | -0/+4 |
| 2018-06-21 | lib/path lib/sysfs: add debug | Karel Zak | 1 | -1/+37 |
| 2018-06-21 | lib/path: new implementation | Karel Zak | 1 | -139/+907 |
| 2017-10-23 | lib/path: make path_set_prefix() independent on cpu_set_t | Karel Zak | 1 | -15/+14 |
| 2017-06-29 | lsmem: fix, using freed memory | Ruediger Meier | 1 | -3/+3 |
| 2017-06-29 | lib/path: add error handling to path_vcreate() | Ruediger Meier | 1 | -9/+25 |
| 2017-06-27 | lib/path: fix crash, pathbuf overflow | Ruediger Meier | 1 | -4/+10 |
| 2016-02-11 | lib/path: ifdef path_set_prefix() like in path.h | Ruediger Meier | 1 | -2/+2 |
| 2015-01-26 | docs: fix two "maybe be" duplications in program comments | Benno Schulenberg | 1 | -5/+2 |
| 2014-01-06 | lib/path: add path_strdup() | Karel Zak | 1 | -0/+13 |
| 2013-10-09 | textual: standardize some "cannot read" and "seek failed" error messages | Benno Schulenberg | 1 | -4/+4 |
| 2013-04-03 | lib: use O_CLOEXEC in libcommon | Karel Zak | 1 | -4/+4 |
| 2012-11-23 | lib/path: add path_read_u64() | Karel Zak | 1 | -0/+22 |
| 2012-11-23 | lib/path: rename functions to be more explicit | Karel Zak | 1 | -8/+10 |
| 2012-11-02 | build-sys: cleanup cpu_set_t usage | Karel Zak | 1 | -1/+4 |
| 2012-07-16 | translation: unify file open error messages | Sami Kerola | 1 | -2/+2 |
| 2012-05-15 | include: rename writeall.h to all-io.h | Petr Uzel | 1 | -1/+1 |
| 2012-02-24 | docs: corrections to FSF license files, and postal address | Sami Kerola | 1 | -3/+3 |
| 2011-09-27 | lib,path: use write_all() | Heiko Carstens | 1 | -1/+2 |
| 2011-09-27 | chcpu: convert to use lib/path.c | Heiko Carstens | 1 | -0/+26 |
| 2011-09-27 | lib,path: move path access functions from lscpu into lib/path.c | Heiko Carstens | 1 | -0/+191 |