summaryrefslogtreecommitdiff
path: root/src/tmpfiles/tmpfiles.c
Commit message (Expand)AuthorAge
...
* tmpfiles: log unaccessible FUSE mount points only as debug messageKay Sievers2013-10-17
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-14
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i...Lennart Poettering2013-09-17
* tmpfiles: support simple specifier expansion for specified pathsLennart Poettering2013-09-17
* tmpfiles: introduce --exclude-prefixDave Reisner2013-07-24
* tmpfiles: support passing --prefix multiple timesDave Reisner2013-07-24
* tmpfiles: Fix memory leak in parse_line()Maciej Wereski2013-07-19
* tmpfiles: fix error checkLennart Poettering2013-06-21
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-15
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-05
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-04
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-03
* tmpfiles: fix obscure leak in error pathZbigniew Jędrzejewski-Szmek2013-03-31
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-29
* tmpfiles: add missing missing.h includeZbigniew Jędrzejewski-Szmek2013-03-13
* tmpfiles: --clean -- check for bind mounts of the same filesystem and skip themKay Sievers2013-03-13
* tmpfiles: use cleanup func. to save a few linesZbigniew Jędrzejewski-Szmek2013-03-03
* tmpfiles: move exclamation mark into right placeLukas Nykryn2013-03-03
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-11
* shared: conf-files - add root parameterKay Sievers2013-02-08
* tmpfiles: introduce type XMichal Sekletar2013-01-25
* tmpfiles: Fix file descriptor leak on errorThomas Jarosch2013-01-03
* tmpfiles: allow Age to be set to 0Tom Gundersen2012-10-23
* udev: add hardware database supportKay Sievers2012-10-23
* tmpfiles: restore previous behavior for F/fDave Reisner2012-09-27
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-19
* tmpfiles: use write(2) for the 'w' actionDave Reisner2012-09-16
* tmpfiles: plug file descriptor leak.Dave Reisner2012-09-13
* tmpfiles: support globbing for w optionDave Reisner2012-09-12
* tmpfiles: don't attempt creation of device nodes when we run in a containerLennart Poettering2012-09-05
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* tmpfiles: also look in /lib/tmpfiles.d on split /usr systemsLennart Poettering2012-07-20
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-16
* util: rename join() to strjoin()Lennart Poettering2012-07-13
* util: rm_rf() refuse cleaning non-memory file systems, as extra paranoiaLennart Poettering2012-07-10
* mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering2012-07-03
* update TODOLennart Poettering2012-06-20
* tmpfiles: exclude the first level directories in /run/user from automatic cle...Lennart Poettering2012-06-20
* tmpfiles: create char devices with correct SELinux contextMichal Schmidt2012-06-14
* tmpfiles: fix error messageKay Sievers2012-06-10
* tmpfiles: print error if basename lookup fails; document it in manpageKay Sievers2012-06-10
* tmpfiles: allow to specify basename only: systemd-tmpfiles <program.conf>Dave Reisner2012-06-10
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-31
* tmpfiles: if we are supposed to write a string to a file, it's OK if we can't...Lennart Poettering2012-05-15
* util: split-out path-util.[ch]Kay Sievers2012-05-08