summaryrefslogtreecommitdiff
path: root/src/shared/base-filesystem.c
AgeCommit message (Expand)Author
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-30base-fs: consider inability to create /root non-fatalLennart Poettering
2015-05-21nspawn: finish user namespace supportLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-09-03base-file-system: always generate error messages locallyLennart Poettering
2014-09-03base_filesystem_create: do not try to create "/root" if it existsHarald Hoyer
2014-07-07base-filesystem.c: terminate string array elements with \0Harald Hoyer
2014-07-01base-filesystem: avoid all searching if the link already existsKay Sievers
2014-07-01base-filesystem: explicitely check existence of the platform's ABI dynamic lo...Kay Sievers
2014-07-01base-filesystem: create /lib64 symlink to libdir /usr directoryKay Sievers
2014-06-24nspawn: create essential base directories at system bootupKay Sievers