summaryrefslogtreecommitdiff
path: root/src/shared/fstab-util.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Allow overriding /etc/fstab with $SYSTEMD_FSTABZbigniew Jędrzejewski-Szmek1-2/+2
2019-11-04tree-wide: drop mntent.h when fstab-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-1/+1
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-6/+3
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-06-27fstab-util: introduce fstab_has_fstype() helperFranck Bui1-0/+20
2017-06-27fstab-util: don't eat up errors in fstab_is_mount_point()Franck Bui1-4/+9
2017-02-24Fix missing space in comments (#5439)AsciiWolf1-1/+1
2016-12-20tree-wide: always invoke setmntent() with "re" modeLennart Poettering1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-0/+7
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering1-0/+58
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-10-11shared: remove an unused variableThomas Hindoe Paaboel Andersen1-1/+0
2015-09-30gpt-auto-generator: check fstab for /boot entriesKay Sievers1-0/+17
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak1-0/+30
2015-01-11fstab-util: fix priority parsing and add testZbigniew Jędrzejewski-Szmek1-2/+4
2015-01-11fstab-util: detect out-of-range pri= assignmentsZbigniew Jędrzejewski-Szmek1-0/+3
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek1-0/+145