| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: typographical improvements and choice of words | Jan Engelhardt | 2014-06-28 | 1 | -1/+1 |
* | doc: grammatical corrections | Jan Engelhardt | 2014-06-28 | 1 | -13/+13 |
* | tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi... | Kay Sievers | 2014-06-20 | 1 | -2/+9 |
* | tmpfiles: make sure "C" doesn't copy anything if the destination already exists | Lennart Poettering | 2014-06-19 | 1 | -1/+11 |
* | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering | 2014-06-18 | 1 | -3/+30 |
* | tmpfiles: add new "L+" command as stronger version of "L", that removes the d... | Lennart Poettering | 2014-06-16 | 1 | -1/+10 |
* | tmpfiles: add ability to mask access mode by pre-existing access mode on file... | Lennart Poettering | 2014-06-11 | 1 | -0/+16 |
* | tmpfiles: when processing lines, always process prefixes before suffixes | Lennart Poettering | 2014-06-11 | 1 | -1/+5 |
* | tmpfiles: get rid of "m" lines, make them redundant by "z" | Lennart Poettering | 2014-06-10 | 1 | -26/+17 |
* | tmpfiles: add new "C" line for copying files or directories | Lennart Poettering | 2014-06-10 | 1 | -2/+9 |
* | doc: comma placement corrections and word order | Jan Engelhardt | 2014-05-08 | 1 | -1/+1 |
* | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering | 2014-03-03 | 1 | -1/+19 |
* | Replace /var/run with /run in remaining places | Zbigniew Jędrzejewski-Szmek | 2014-02-26 | 1 | -2/+2 |
* | man: always place <programlisting> and </programlisting> in a line with actua... | Lennart Poettering | 2014-02-14 | 1 | -5/+2 |
* | nspawn,man: use a common vocabulary when referring to selinux security contexts | Lennart Poettering | 2014-02-10 | 1 | -3/+3 |
* | tmpfiles: rename --unsafe to --boot | Zbigniew Jędrzejewski-Szmek | 2013-12-30 | 1 | -2/+2 |
* | man: resolve word omissions | Jan Engelhardt | 2013-12-26 | 1 | -2/+2 |
* | tmpfiles: introduce the concept of unsafe operations | Zbigniew Jędrzejewski-Szmek | 2013-12-24 | 1 | -0/+25 |
* | man,units: tmpfiles.d(5) cleanup | Zbigniew Jędrzejewski-Szmek | 2013-12-24 | 1 | -69/+99 |
* | man: wording and grammar updates | Jan Engelhardt | 2013-10-15 | 1 | -3/+3 |
* | man: Improve the description of parameter X in tmpfiles.d page | Václav Pavlín | 2013-10-03 | 1 | -9/+12 |
* | tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i... | Lennart Poettering | 2013-09-17 | 1 | -0/+11 |
* | tmpfiles: support simple specifier expansion for specified paths | Lennart Poettering | 2013-09-17 | 1 | -1/+56 |
* | man: wording and grammar updates | Jan Engelhardt | 2013-09-12 | 1 | -12/+12 |
* | man: fix description of file order application | Kay Sievers | 2013-09-12 | 1 | -3/+4 |
* | man: one more example in tmpfiles.d | Lukas Nykryn | 2013-09-10 | 1 | -0/+7 |
* | man: wording and grammar updates | Jan Engelhardt | 2013-09-10 | 1 | -6/+6 |
* | man: improve grammar and word formatting in numerous man pages | Jason St. John | 2013-07-03 | 1 | -1/+1 |
* | tmpfiles: introduce type X | Michal Sekletar | 2013-01-25 | 1 | -0/+15 |
* | man: typo fixes | Thomas Hindoe Paaboel Andersen | 2012-10-26 | 1 | -1/+1 |
* | man: fix typo in tmpfiles.d | Tom Gundersen | 2012-10-23 | 1 | -1/+1 |
* | tmpfiles: allow Age to be set to 0 | Tom Gundersen | 2012-10-23 | 1 | -1/+6 |
* | tmpfiles: use write(2) for the 'w' action | Dave Reisner | 2012-09-16 | 1 | -1/+4 |
* | tmpfiles: support globbing for w option | Dave Reisner | 2012-09-12 | 1 | -1/+1 |
* | man/tmpfiles.d.xml: Add missing full stop | Paul Menzel | 2012-07-09 | 1 | -1/+1 |
* | man: add reference to systemd-delta to tmpfiles | Lennart Poettering | 2012-06-27 | 1 | -1/+2 |
* | tmpfiles: exclude the first level directories in /run/user from automatic cle... | Lennart Poettering | 2012-06-20 | 1 | -0/+6 |
* | man: replace tabs with spaces | Kay Sievers | 2012-06-10 | 1 | -10/+10 |
* | man: systemd-tmpfiles - document proper config-file-stack order | Kay Sievers | 2012-06-10 | 1 | -15/+21 |
* | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | 2012-04-12 | 1 | -4/+4 |
* | conf: when looking for configurations look in /etc first, in /run second | Lennart Poettering | 2012-03-14 | 1 | -1/+1 |
* | man: reword tmpfiles selinux bits | Lennart Poettering | 2012-03-12 | 1 | -12/+17 |
* | tmpfiles: support writing short strings to files, in order to support /sys ma... | Lennart Poettering | 2012-01-18 | 1 | -3/+11 |
* | tmpfiles: add support for creating symlinks, char/block device nodes | Lennart Poettering | 2012-01-18 | 1 | -23/+53 |
* | tmpfiles: add 'z', like 'Z' but not recursive | Michal Schmidt | 2011-12-16 | 1 | -2/+12 |
* | tmpfiles: apply chown, chmod for 'Z' entries too | Michal Schmidt | 2011-12-16 | 1 | -6/+10 |
* | man: mention that 'Z' ignores uid/gid/mode | Michal Schmidt | 2011-12-16 | 1 | -2/+2 |
* | man: document 'Z' in tmpfiles | Michal Schmidt | 2011-12-16 | 1 | -0/+10 |
* | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | 2011-07-12 | 1 | -0/+5 |
* | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | 2011-04-25 | 1 | -8/+25 |