summaryrefslogtreecommitdiff
path: root/src/shared/fstab-util.c
Commit message (Expand)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-5/+5
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* fstab-util: fix typo in commentYu Watanabe2021-03-131-1/+1
* fstab-generator: get rid of fstab_extract_values()Zbigniew Jędrzejewski-Szmek2021-03-111-29/+0
* shared/fstab-util: teach fstab_filter_options() a mode where all values are r...Zbigniew Jędrzejewski-Szmek2021-03-111-54/+70
* shared/fstab-util: pass through the escape characterZbigniew Jędrzejewski-Szmek2021-03-111-8/+12
* shared/fstab-util: immediately drop empty options againZbigniew Jędrzejewski-Szmek2021-03-111-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* fstab,crypttab: allow escaping of commasZbigniew Jędrzejewski-Szmek2020-09-251-5/+18
* shared/fstab-util: replace FOREACH_WORD_SEPARATOR() with open-coded loopZbigniew Jędrzejewski-Szmek2020-09-091-5/+12
* shared/fstab-util: use free_and_str[n]dup()Zbigniew Jędrzejewski-Szmek2020-09-091-31/+22
* fstab-util: prefix return parameters with ret_Lennart Poettering2020-05-261-10/+10
* fstab-util: introduce fstab_is_extrinsic()Franck Bui2020-04-011-0/+24
* core: swap priority can be negativeTopi Miettinen2019-12-041-7/+3
* Allow overriding /etc/fstab with $SYSTEMD_FSTABZbigniew Jędrzejewski-Szmek2019-11-131-2/+2
* tree-wide: drop mntent.h when fstab-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-6/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* fstab-util: introduce fstab_has_fstype() helperFranck Bui2017-06-271-0/+20
* fstab-util: don't eat up errors in fstab_is_mount_point()Franck Bui2017-06-271-4/+9
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* tree-wide: always invoke setmntent() with "re" modeLennart Poettering2016-12-201-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+7
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-271-0/+58
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* shared: remove an unused variableThomas Hindoe Paaboel Andersen2015-10-111-1/+0
* gpt-auto-generator: check fstab for /boot entriesKay Sievers2015-09-301-0/+17
* fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak2015-05-181-0/+30
* fstab-util: fix priority parsing and add testZbigniew Jędrzejewski-Szmek2015-01-111-2/+4
* fstab-util: detect out-of-range pri= assignmentsZbigniew Jędrzejewski-Szmek2015-01-111-0/+3
* Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek2015-01-111-0/+145