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
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
shared: fix typo: dito -> ditto
Yu Watanabe
2024-06-11
1
-2
/
+2
*
fstab-util: remove unreachable return
Mike Yuan
2024-03-11
1
-2
/
+0
*
gpt-auto-generator: be more defensive when checking the presence of ESP in fstab
Franck Bui
2024-02-12
1
-0
/
+28
*
fstab-util: clean up fstab_filter_options
Mike Yuan
2024-01-25
1
-49
/
+41
*
tree-wide: replace string functions with fundamental functions
Rose
2024-01-11
1
-7
/
+5
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-2
/
+2
*
fstab-util: make use of PROC_CMDLINE_TRUE_WHEN_MISSING
Mike Yuan
2023-08-13
1
-5
/
+4
*
fstab-util: introduce fstab_enabled() helper function
Yu Watanabe
2023-08-09
1
-0
/
+27
*
shared/fstab-util: use is_device_path instead of is_device_node
Mike Yuan
2023-08-05
1
-1
/
+1
*
fstab-util: use pointer returned by startswith()
Yu Watanabe
2023-07-31
1
-8
/
+14
*
fstab-util: add fstab_has_node
Mike Yuan
2023-07-29
1
-9
/
+10
*
fstab-util: add fstab_is_mount_point_full which takes a source path to compare
Mike Yuan
2023-07-26
1
-6
/
+36
*
fstab-util: add fstab_is_bind
Mike Yuan
2023-07-13
1
-0
/
+13
*
fstab-util: consider /run/nextroot/ among extrinsic mounts
Lennart Poettering
2023-06-02
1
-0
/
+1
*
fstab-util: drop redundant check
Lennart Poettering
2023-06-01
1
-1
/
+1
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-5
/
+5
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
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
[next]