summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAge
* implement a union to pad out file_handleDave Reisner2014-04-21
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* shared: export is_dirZbigniew Jędrzejewski-Szmek2014-03-17
* tmpfiles: add --root option to operate on an alternate fs treeMichael Marineau2014-03-14
* shared: add root argument to search_and_fopenMichael Marineau2014-03-14
* tmpfiles: simplificationLennart Poettering2014-02-19
* tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek2014-01-30
* tmpfiles: don't allow label_fix to print ENOENT when we want to ignore itLukas Nykryn2014-01-09
* tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek2013-12-30
* tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek2013-12-24
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* tmpfiles: replace readdir_r with readdirFlorian Weimer2013-12-21
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* build-sys: use -Og instead of -O0 to catch warningsKay Sievers2013-10-21
* 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