Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-04 | man: wording and grammar updates | Jan Engelhardt | |
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. | |||
2013-07-24 | journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ↵ | Lennart Poettering | |
message | |||
2013-07-16 | man: use HTTPS links for links that support it | Jason St. John | |
2013-07-06 | man: tweak the description of System/RuntimeMaxUse | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=66657 | |||
2013-07-03 | man: more grammar improvements | Jan Engelhardt | |
- place commas - expand contractions (this is written prose :) - add some missing words | |||
2013-06-24 | journald: fix space limits reporting | Zbigniew Jędrzejewski-Szmek | |
Reporting of the free space was bogus, since the remaining space was compared with the maximum allowed, instead of the current use being compared with the maximum allowed. Simplify and fix by reporting limits directly at the point where they are calculated. Also, assign a UUID to the message. | |||
2013-06-18 | journal: add references to SSKG paper FSS is based on | Lennart Poettering | |
2013-06-04 | man: mention that units are 1024-based | Zbigniew Jędrzejewski-Szmek | |
2013-05-03 | journal: Set the default keep free value to 15% (up from 5%) | Colin Guthrie | |
As some SSDs are still seeing performance degredation when reaching 85% usage the default value of 5% seems a little low. Set this to 15% by default. | |||
2013-03-25 | journal: Add sync timer to journal server | Oleksii Shevchuk | |
Add option to force journal sync with fsync. Default timeout is 5min. Interval configured via SyncIntervalSec option at journal.conf. Synced journal files will be marked as OFFLINE. Manual sync can be performed via sending SIGUSR1. | |||
2013-03-13 | man: fix some typos | Thomas Hindoe Paaboel Andersen | |
2013-02-13 | man: rename systemd.conf to systemd-system.conf | Zbigniew Jędrzejewski-Szmek | |
Alias as systemd-user.conf is also provided. This should help users running systemd in session mode. https://bugzilla.redhat.com/show_bug.cgi?id=690868 | |||
2012-11-30 | man: fix some spelling mistakes | Ramkumar Ramachandra | |
2012-11-06 | man: typo fixes for new files in 195 | Thomas Hindoe Paaboel Andersen | |
2012-10-19 | journald.conf: remove MinSize= settings | Lennart Poettering | |
There's no point in making this configurable, so let's drop it in order to simplify configuration a bit. | |||
2012-10-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering | |
This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming. | |||
2012-09-28 | man: correct the default logging rate limit to actually say what the code ↵systemd/v193 | Lennart Poettering | |
implements | |||
2012-09-07 | journald: make splitting up of journal files per-user configurable | Lennart Poettering | |
2012-08-20 | journald: add new Seal= configuration option | Lennart Poettering | |
2012-08-09 | journald: basic support for /dev/kmsg parsing | Lennart Poettering | |
2012-07-16 | Spelling fixes. | Ville Skyttä | |
2012-07-10 | journald: use "persistent", not "permanent" as storage option | Lennart Poettering | |
"permanent" is simply the wrong term and we use "persistant" in most other contexts to correct this. | |||
2012-07-03 | journal: default ImportKernel=no until we make use of structured logging | Lennart Poettering | |
2012-07-02 | journald: add Storage= setting to control where the journal is stored | Lennart Poettering | |
2012-06-22 | man: document all kernel command line options we understand | Lennart Poettering | |
2012-06-01 | fix typo | Kay Sievers | |
2012-06-01 | journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ↵ | Lennart Poettering | |
console forwarding | |||
2012-06-01 | journal: support changing the console tty to forward to | Lennart Poettering | |
2012-06-01 | man: document systemd-journal | Lennart Poettering | |
2012-05-21 | delta: fix spelling of overridden | Nis Martensen | |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2012-04-03 | man: document special journal fields | Lennart Poettering | |
2012-03-30 | rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf | Kay Sievers | |