summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: fix error checkLennart Poettering2013-06-211-1/+1
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-7/+3
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-9/+9
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-151-1/+1
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-051-7/+7
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-3/+1
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-041-23/+21
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* tmpfiles: fix obscure leak in error pathZbigniew Jędrzejewski-Szmek2013-03-311-35/+19
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* tmpfiles: add missing missing.h includeZbigniew Jędrzejewski-Szmek2013-03-131-0/+1
* tmpfiles: --clean -- check for bind mounts of the same filesystem and skip themKay Sievers2013-03-131-0/+42
* tmpfiles: use cleanup func. to save a few linesZbigniew Jędrzejewski-Szmek2013-03-031-49/+17
* tmpfiles: move exclamation mark into right placeLukas Nykryn2013-03-031-1/+1
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-62/+26
* shared: conf-files - add root parameterKay Sievers2013-02-081-1/+1
* tmpfiles: introduce type XMichal Sekletar2013-01-251-69/+123
* tmpfiles: Fix file descriptor leak on errorThomas Jarosch2013-01-031-1/+3
* tmpfiles: allow Age to be set to 0Tom Gundersen2012-10-231-1/+1
* udev: add hardware database supportKay Sievers2012-10-231-3/+2
* tmpfiles: restore previous behavior for F/fDave Reisner2012-09-271-0/+4
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-191-2/+3
* tmpfiles: use write(2) for the 'w' actionDave Reisner2012-09-161-15/+7
* tmpfiles: plug file descriptor leak.Dave Reisner2012-09-131-0/+2
* tmpfiles: support globbing for w optionDave Reisner2012-09-121-64/+71
* tmpfiles: don't attempt creation of device nodes when we run in a containerLennart Poettering2012-09-051-1/+15
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-12/+7
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-5/+5
* tmpfiles: also look in /lib/tmpfiles.d on split /usr systemsLennart Poettering2012-07-201-0/+3
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-161-1/+1
* util: rename join() to strjoin()Lennart Poettering2012-07-131-1/+1
* util: rm_rf() refuse cleaning non-memory file systems, as extra paranoiaLennart Poettering2012-07-101-1/+1
* mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering2012-07-031-1/+1
* update TODOLennart Poettering2012-06-201-0/+2
* tmpfiles: exclude the first level directories in /run/user from automatic cle...Lennart Poettering2012-06-201-7/+32
* tmpfiles: create char devices with correct SELinux contextMichal Schmidt2012-06-141-3/+4
* tmpfiles: fix error messageKay Sievers2012-06-101-1/+1
* tmpfiles: print error if basename lookup fails; document it in manpageKay Sievers2012-06-101-1/+9
* tmpfiles: allow to specify basename only: systemd-tmpfiles <program.conf>Dave Reisner2012-06-101-8/+38
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-1/+1
* tmpfiles: if we are supposed to write a string to a file, it's OK if we can't...Lennart Poettering2012-05-151-2/+7
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* util: split-out conf-file.[ch]Kay Sievers2012-05-071-0/+1
* tmpfiles: fix error messageMichal Schmidt2012-04-201-1/+1
* selinux: unify systemd and udev codeKay Sievers2012-04-171-2/+15
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
* move all tools to subdirsKay Sievers2012-04-121-0/+1315