Age | Commit message (Expand) | Author |
2014-06-20 | tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi... | Kay Sievers |
2014-06-19 | tmpfiles: make sure "C" doesn't copy anything if the destination already exists | Lennart Poettering |
2014-06-19 | tmpfiles: do not fail when copying an empty directory | Kay Sievers |
2014-06-18 | tmpfiles: create directories already with the right label, instead of creatin... | Lennart Poettering |
2014-06-18 | tmpfiles: w lines should allow following symlinks | Lennart Poettering |
2014-06-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering |
2014-06-16 | tmpfiles: add new "L+" command as stronger version of "L", that removes the d... | Lennart Poettering |
2014-06-16 | tmpfiles: set up selinux label proeprly when creating fifos | Lennart Poettering |
2014-06-13 | tmpfiles: skip mknod() on -EPERM (device cgroup) | Kay Sievers |
2014-06-12 | tmpfiles: minor modernizations | Lennart Poettering |
2014-06-11 | tmpfiles: add ability to mask access mode by pre-existing access mode on file... | Lennart Poettering |
2014-06-11 | tmpfiles: remove unnecessary function | Lennart Poettering |
2014-06-11 | tmpfiles: when processing lines, always process prefixes before suffixes | Lennart Poettering |
2014-06-11 | tmpfiles: static variables populated immediately from the command line should... | Lennart Poettering |
2014-06-11 | tmpfiles: always recreate the most basic directory structure in /var | Lennart Poettering |
2014-06-10 | tmpfiles: get rid of "m" lines, make them redundant by "z" | Lennart Poettering |
2014-06-10 | tmpfiles: add new "C" line for copying files or directories | Lennart Poettering |
2014-06-10 | tmpfiles: various modernizations | Lennart Poettering |
2014-06-10 | label: when clearing selinux context, don't mangle errno | Lennart Poettering |
2014-04-21 | implement a union to pad out file_handle | Dave Reisner |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | shared: export is_dir | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | tmpfiles: add --root option to operate on an alternate fs tree | Michael Marineau |
2014-03-14 | shared: add root argument to search_and_fopen | Michael Marineau |
2014-02-19 | tmpfiles: simplification | Lennart Poettering |
2014-01-30 | tmpfiles: fix memory leak of exclude_prefixes | Zbigniew Jędrzejewski-Szmek |
2014-01-09 | tmpfiles: don't allow label_fix to print ENOENT when we want to ignore it | Lukas Nykryn |
2013-12-30 | tmpfiles: rename --unsafe to --boot | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | tmpfiles: introduce the concept of unsafe operations | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-21 | tmpfiles: replace readdir_r with readdir | Florian Weimer |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-21 | build-sys: use -Og instead of -O0 to catch warnings | Kay Sievers |
2013-10-17 | tmpfiles: log unaccessible FUSE mount points only as debug message | Kay Sievers |
2013-10-14 | util: allow trailing semicolons on define_trivial_cleanup_func lines | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i... | Lennart Poettering |
2013-09-17 | tmpfiles: support simple specifier expansion for specified paths | Lennart Poettering |
2013-07-24 | tmpfiles: introduce --exclude-prefix | Dave Reisner |
2013-07-24 | tmpfiles: support passing --prefix multiple times | Dave Reisner |
2013-07-19 | tmpfiles: Fix memory leak in parse_line() | Maciej Wereski |
2013-06-21 | tmpfiles: fix error check | Lennart Poettering |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov |
2013-04-05 | Add _cleanup_globfree_ | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | util: add a bit of syntactic sugar to run short code fragments with a differe... | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-03-31 | tmpfiles: fix obscure leak in error path | Zbigniew Jędrzejewski-Szmek |