Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-21 | util-lib: rework path_check_fstype() and path_is_temporary_fs() to use O_PATH | Lennart Poettering | |
Also, add tests to make sure this actually works as intended. | |||
2016-12-20 | util-lib: add new path_is_temporary_fs() API | Lennart Poettering | |
As simple wrapper around fd_is_temporary_fs(). | |||
2016-12-20 | util-lib: make sure fd_check_fstype() opens files with O_CLOEXEC | Lennart Poettering | |
Also, O_NOCTTY is a safer bet, let's add that too. | |||
2016-12-20 | util-lib: beef path_is_os_tree() up a bit | Lennart Poettering | |
Let's use chase_symlinks() when looking for /etc/os-release and /usr/lib/os-release as these files might be symlinks (and actually are IRL on some distros). | |||
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-11-30 | basic: include only what we use | Thomas Hindoe Paaboel Andersen | |
This is a cleaned up result of running iwyu but without forward declarations on src/basic. | |||
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering | |