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