Age | Commit message (Expand) | Author | Files | Lines |
2014-06-20 | debug-generator: add new kernel cmdline option systemd.wants= to add units to... | Lennart Poettering | 2 | -5/+14 |
2014-06-19 | man: also describe an udev rule for bridge sysctl | Zbigniew Jędrzejewski-Szmek | 1 | -1/+18 |
2014-06-19 | man: document statically loading modules for sysctl settings | Zbigniew Jędrzejewski-Szmek | 1 | -23/+56 |
2014-06-19 | tmpfiles: make sure "C" doesn't copy anything if the destination already exists | Lennart Poettering | 1 | -1/+11 |
2014-06-19 | man: document new coredumpctl commands | Lennart Poettering | 1 | -12/+32 |
2014-06-19 | man: add documentation for systemd-debug-generator | Lennart Poettering | 1 | -0/+90 |
2014-06-19 | man: add new kernel command line switches to kernel-command-line(7) | Lennart Poettering | 1 | -13/+50 |
2014-06-19 | man: fix typo | Ronny Chevalier | 1 | -1/+1 |
2014-06-19 | coredump: coredumpctl is so useful now, make it a first-class citizen | Lennart Poettering | 2 | -8/+8 |
2014-06-19 | journald: make SplitMode=uid the default | Lennart Poettering | 1 | -19/+20 |
2014-06-18 | cryptsetup: introduce new cryptsetup-pre.traget unit so that services can mak... | Lennart Poettering | 1 | -0/+22 |
2014-06-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering | 1 | -3/+30 |
2014-06-17 | man: fix typo | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 |
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering | 1 | -0/+13 |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and do... | Lennart Poettering | 1 | -4/+37 |
2014-06-16 | tmpfiles: add new "L+" command as stronger version of "L", that removes the d... | Lennart Poettering | 1 | -1/+10 |
2014-06-16 | mount: add new SloppyOptions= setting for mount units, mapping to mount(8)'s ... | Lennart Poettering | 1 | -0/+15 |
2014-06-13 | os-release: define /usr/lib/os-release as fallback for /etc/os-release | Lennart Poettering | 3 | -16/+44 |
2014-06-11 | units: introduce network-pre.target as place to hook in firewalls | Lennart Poettering | 1 | -0/+15 |
2014-06-11 | tmpfiles: add ability to mask access mode by pre-existing access mode on file... | Lennart Poettering | 1 | -0/+16 |
2014-06-11 | tmpfiles: when processing lines, always process prefixes before suffixes | Lennart Poettering | 1 | -1/+5 |
2014-06-11 | nspawn: add new --tmpfs= option to mount a tmpfs on specific directories, suc... | Lennart Poettering | 1 | -0/+24 |
2014-06-10 | tmpfiles: get rid of "m" lines, make them redundant by "z" | Lennart Poettering | 1 | -26/+17 |
2014-06-10 | tmpfiles: add new "C" line for copying files or directories | Lennart Poettering | 1 | -2/+9 |
2014-06-10 | man: updates to the passive target section | Lennart Poettering | 1 | -15/+43 |
2014-06-10 | man: Searching for an explanation of what a "slice unit" was, found this, fel... | Mark Eichin | 1 | -4/+4 |
2014-06-09 | man: clarify the effect of replace-irreversibly on future conflicting jobs | David Strauss | 1 | -2/+4 |
2014-06-06 | man: fix references to sd_journal_cutoff_realtime_usec | Mantas Mikulėnas | 1 | -2/+4 |
2014-06-06 | namespace: beef up read-only bind mount logic | Lennart Poettering | 1 | -8/+6 |
2014-06-05 | core: introduce new Restart=on-abnormal setting | Lennart Poettering | 1 | -29/+124 |
2014-06-05 | core: don't include /boot in effect of ProtectSystem= | Lennart Poettering | 1 | -2/+1 |
2014-06-05 | socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s... | Lennart Poettering | 1 | -10/+28 |
2014-06-04 | core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also... | Lennart Poettering | 1 | -10/+15 |
2014-06-04 | journald: move /dev/log socket to /run | Lennart Poettering | 1 | -0/+2 |
2014-06-04 | socket: add new Symlinks= option for socket units | Lennart Poettering | 1 | -8/+26 |
2014-06-04 | socket: optionally remove sockets/FIFOs in the file system after use | Lennart Poettering | 1 | -0/+19 |
2014-06-03 | core: add new ReadOnlySystem= and ProtectedHome= settings for service units | Lennart Poettering | 1 | -1/+60 |
2014-06-02 | resolved: move resolv.conf to resolved's runtime dir | Tom Gundersen | 1 | -2/+2 |
2014-05-28 | hostnamed: Fix the way that static and transient host names interact | Stef Walter | 1 | -5/+3 |
2014-05-24 | man: describe sd_uid_get_display | Zbigniew Jędrzejewski-Szmek | 1 | -7/+33 |
2014-05-24 | man: reword StartupCPUShares= description | Zbigniew Jędrzejewski-Szmek | 1 | -12/+14 |
2014-05-22 | man: update URL refernce in daemon(7) | Lennart Poettering | 1 | -1/+1 |
2014-05-22 | man: drop reference to file locking for PID file creation from daemon(7) | Lennart Poettering | 1 | -3/+1 |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering | 2 | -34/+5 |
2014-05-22 | cgroup: rework startup logic | Lennart Poettering | 1 | -38/+27 |
2014-05-22 | core: add startup resource control option | WaLyong Cho | 1 | -0/+24 |
2014-05-19 | resolved: add daemon to manage resolv.conf | Tom Gundersen | 3 | -5/+176 |
2014-05-19 | fix spelling of privilege | Nis Martensen | 1 | -1/+1 |
2014-05-18 | man: note that entire sections can now be ignored | Michael Marineau | 1 | -4/+6 |
2014-05-16 | man: logind.conf: fix grammar issues, unclear wording, and unclear default va... | Jason St. John | 1 | -21/+21 |