Age | Commit message (Expand) | Author |
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 |
2013-03-29 | Always use errno > 0 to help gcc | Zbigniew Jędrzejewski-Szmek |
2013-03-13 | tmpfiles: add missing missing.h include | Zbigniew Jędrzejewski-Szmek |
2013-03-13 | tmpfiles: --clean -- check for bind mounts of the same filesystem and skip them | Kay Sievers |
2013-03-03 | tmpfiles: use cleanup func. to save a few lines | Zbigniew Jędrzejewski-Szmek |
2013-03-03 | tmpfiles: move exclamation mark into right place | Lukas Nykryn |
2013-02-11 | binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t... | Lennart Poettering |
2013-02-08 | shared: conf-files - add root parameter | Kay Sievers |
2013-01-25 | tmpfiles: introduce type X | Michal Sekletar |
2013-01-03 | tmpfiles: Fix file descriptor leak on error | Thomas Jarosch |
2012-10-23 | tmpfiles: allow Age to be set to 0 | Tom Gundersen |
2012-10-23 | udev: add hardware database support | Kay Sievers |
2012-09-27 | tmpfiles: restore previous behavior for F/f | Dave Reisner |
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering |
2012-09-16 | tmpfiles: use write(2) for the 'w' action | Dave Reisner |
2012-09-13 | tmpfiles: plug file descriptor leak. | Dave Reisner |
2012-09-12 | tmpfiles: support globbing for w option | Dave Reisner |
2012-09-05 | tmpfiles: don't attempt creation of device nodes when we run in a container | Lennart Poettering |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-07-20 | tmpfiles: also look in /lib/tmpfiles.d on split /usr systems | Lennart Poettering |
2012-07-16 | unit: introduce %s specifier for the user shell | Lennart Poettering |
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering |
2012-07-10 | util: rm_rf() refuse cleaning non-memory file systems, as extra paranoia | Lennart Poettering |
2012-07-03 | mount-setup: don't complain if we try to fix the label of a dir beneath a mou... | Lennart Poettering |
2012-06-20 | update TODO | Lennart Poettering |
2012-06-20 | tmpfiles: exclude the first level directories in /run/user from automatic cle... | Lennart Poettering |
2012-06-14 | tmpfiles: create char devices with correct SELinux context | Michal Schmidt |
2012-06-10 | tmpfiles: fix error message | Kay Sievers |
2012-06-10 | tmpfiles: print error if basename lookup fails; document it in manpage | Kay Sievers |
2012-06-10 | tmpfiles: allow to specify basename only: systemd-tmpfiles <program.conf> | Dave Reisner |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux con... | Kay Sievers |