summaryrefslogtreecommitdiff
path: root/src/shared/base-filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-03shared: be friendly to EROFS imagesLennart Poettering1-8/+14
2019-04-03shared: path_join() is your friendLennart Poettering1-1/+2
2019-04-03shared: no need to initialize variableLennart Poettering1-1/+1
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-1/+1
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew 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-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-09Merge pull request #5420 from OpenDZ/tixxdz/namespace-fixes-v2Lennart Poettering1-0/+3
2017-03-15base-filesystem: skip fchownat() if the previous mkdirat() on same path faile...Djalal Harouni1-0/+2
2017-03-05namespace: create base-filesystem directories if RootImage= or RootDirectory=...Djalal Harouni1-0/+3
2016-12-20shared: use uid_is_valid() for checking validity of UIDsLennart 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/+3
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering1-0/+1
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering1-2/+3
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-2/+3
2015-09-30base-fs: consider inability to create /root non-fatalLennart Poettering1-3/+9
2015-05-21nspawn: finish user namespace supportLennart Poettering1-1/+15
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-5/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-3/+3
2014-09-03base-file-system: always generate error messages locallyLennart Poettering1-3/+4
2014-09-03base_filesystem_create: do not try to create "/root" if it existsHarald Hoyer1-3/+3
2014-07-07base-filesystem.c: terminate string array elements with \0Harald Hoyer1-5/+6
2014-07-01base-filesystem: avoid all searching if the link already existsKay Sievers1-0/+3
2014-07-01base-filesystem: explicitely check existence of the platform's ABI dynamic lo...Kay Sievers1-5/+18
2014-07-01base-filesystem: create /lib64 symlink to libdir /usr directoryKay Sievers1-7/+21
2014-06-24nspawn: create essential base directories at system bootupKay Sievers1-0/+82