index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
base-filesystem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/base-filesystem: modernization
Zbigniew Jędrzejewski-Szmek
2021-04-07
1
-6
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
shared: be friendly to EROFS images
Lennart Poettering
2019-04-03
1
-8
/
+14
*
shared: path_join() is your friend
Lennart Poettering
2019-04-03
1
-1
/
+2
*
shared: no need to initialize variable
Lennart Poettering
2019-04-03
1
-1
/
+1
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-1
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
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: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #5420 from OpenDZ/tixxdz/namespace-fixes-v2
Lennart Poettering
2017-05-09
1
-0
/
+3
|
\
|
*
namespace: create base-filesystem directories if RootImage= or RootDirectory=...
Djalal Harouni
2017-03-05
1
-0
/
+3
*
|
base-filesystem: skip fchownat() if the previous mkdirat() on same path faile...
Djalal Harouni
2017-03-16
1
-0
/
+2
|
/
*
shared: use uid_is_valid() for checking validity of UIDs
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
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-2
/
+3
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+3
*
base-fs: consider inability to create /root non-fatal
Lennart Poettering
2015-09-30
1
-3
/
+9
*
nspawn: finish user namespace support
Lennart Poettering
2015-05-21
1
-1
/
+15
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-5
/
+0
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-12
/
+6
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-3
/
+3
*
base-file-system: always generate error messages locally
Lennart Poettering
2014-09-03
1
-3
/
+4
*
base_filesystem_create: do not try to create "/root" if it exists
Harald Hoyer
2014-09-03
1
-3
/
+3
*
base-filesystem.c: terminate string array elements with \0
Harald Hoyer
2014-07-07
1
-5
/
+6
*
base-filesystem: avoid all searching if the link already exists
Kay Sievers
2014-07-01
1
-0
/
+3
*
base-filesystem: explicitely check existence of the platform's ABI dynamic lo...
Kay Sievers
2014-07-01
1
-5
/
+18
*
base-filesystem: create /lib64 symlink to libdir /usr directory
Kay Sievers
2014-07-01
1
-7
/
+21
*
nspawn: create essential base directories at system bootup
Kay Sievers
2014-06-24
1
-0
/
+82