index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
fstab-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fstab-util: fix typo in comment
Yu Watanabe
2021-03-13
1
-1
/
+1
*
fstab-generator: get rid of fstab_extract_values()
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-29
/
+0
*
shared/fstab-util: teach fstab_filter_options() a mode where all values are r...
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-54
/
+70
*
shared/fstab-util: pass through the escape character
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-8
/
+12
*
shared/fstab-util: immediately drop empty options again
Zbigniew Jędrzejewski-Szmek
2021-03-11
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
fstab,crypttab: allow escaping of commas
Zbigniew Jędrzejewski-Szmek
2020-09-25
1
-5
/
+18
*
shared/fstab-util: replace FOREACH_WORD_SEPARATOR() with open-coded loop
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-5
/
+12
*
shared/fstab-util: use free_and_str[n]dup()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-31
/
+22
*
fstab-util: prefix return parameters with ret_
Lennart Poettering
2020-05-26
1
-10
/
+10
*
fstab-util: introduce fstab_is_extrinsic()
Franck Bui
2020-04-01
1
-0
/
+24
*
core: swap priority can be negative
Topi Miettinen
2019-12-04
1
-7
/
+3
*
Allow overriding /etc/fstab with $SYSTEMD_FSTAB
Zbigniew Jędrzejewski-Szmek
2019-11-13
1
-2
/
+2
*
tree-wide: drop mntent.h when fstab-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-1
/
+1
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-6
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
fstab-util: introduce fstab_has_fstype() helper
Franck Bui
2017-06-27
1
-0
/
+20
*
fstab-util: don't eat up errors in fstab_is_mount_point()
Franck Bui
2017-06-27
1
-4
/
+9
*
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-1
/
+1
*
tree-wide: always invoke setmntent() with "re" mode
Lennart Poettering
2016-12-20
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-0
/
+7
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+58
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
shared: remove an unused variable
Thomas Hindoe Paaboel Andersen
2015-10-11
1
-1
/
+0
*
gpt-auto-generator: check fstab for /boot entries
Kay Sievers
2015-09-30
1
-0
/
+17
*
fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-for
Karel Zak
2015-05-18
1
-0
/
+30
*
fstab-util: fix priority parsing and add test
Zbigniew Jędrzejewski-Szmek
2015-01-12
1
-2
/
+4
*
fstab-util: detect out-of-range pri= assignments
Zbigniew Jędrzejewski-Szmek
2015-01-12
1
-0
/
+3
*
Add new function to filter fstab options
Zbigniew Jędrzejewski-Szmek
2015-01-12
1
-0
/
+145