Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | systemd-journal-flush.service: remove "trigger" from description | Zbigniew Jędrzejewski-Szmek | |
This service is now synchronous, so "trigger" is misleading. | |||
2014-11-01 | man: explain journalctl --flush correctly | Umut Tezduyar Lindskog | |
2014-11-01 | Use log "level" instead of "priority" | Zbigniew Jędrzejewski-Szmek | |
The term "priority" is misleading because higher levels have lower priority. "Level" is clearer and shorter. This commit touches only the textual descriptions, not function and variable names themselves. "Priority" is used in various command-line switches and protocol constants, so completly getting rid of "priority" is hard. I also left "priority" in various places where the clarity suffered when it was removed. | |||
2014-10-28 | NEWS: well, it's Options= now, not Discard= | Lennart Poettering | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | NEWS: fix typos | Ronny Chevalier | |
2014-10-28 | NEWS: update | Kay Sievers | |
2014-10-28 | NEWS | Tom Gundersen | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | NEWS: add contributor list in preparation for 217 release | Lennart Poettering | |
2014-10-28 | update NEWS | Lennart Poettering | |
2014-10-28 | sd-login: let's not needlessly yell at users | Lennart Poettering | |
While GNOME/KDE are generally capitalized, systemd tools generally are not, hence let's not start doing so in the XDG_CURRENT_SESSION environment variable. | |||
2014-10-28 | login: remove multi-seat-x | Timofey Titovets | |
2014-10-28 | Update NEWS | Lennart Poettering | |
2014-10-28 | core: remove system start timeout logic again | Lennart Poettering | |
The system start timeout as previously implemented would get confused by long-running services that are included in the initial system startup transaction for example by being cron-job-like long-running services triggered immediately at boot. Such long-running jobs would be subject to the default 15min timeout, esily triggering it. Hence, remove this again. In a subsequent commit, introduce per-target job timeouts instead, that allow us to control these timeouts more finegrained. | |||
2014-10-27 | update NEWS | Lennart Poettering | |
2014-10-24 | NEWS: more preparations for 217 | Lennart Poettering | |
2014-10-20 | sysctl.d: default to fq_codel, fight bufferbloat | Michal Schmidt | |
Quoting from Jon Corbet's report of Stephen Hemminger's talk at Linux Plumbers Conference 2014 (https://lwn.net/Articles/616241/): [...] So Stephen encouraged everybody to run a command like: sysctl -w net.core.default_qdisc=fq_codel That will cause fq_codel to be used for all future connections [Qdiscs apply to interfaces, not connections. Pointed out by TomH in the article comments. -- mschmidt] (up to the next reboot). Unfortunately, the default queuing discipline cannot be changed, since it will certainly disturb some user's workload somewhere. Let's have the recommended default in systemd. Thanks to Dave Täht for advice and the summary at https://lists.bufferbloat.net/pipermail/cerowrt-devel/2014-October/003701.html | |||
2014-10-11 | NEWS: don't mention noinst_* debug programs | David Herrmann | |
systemd-evcat and systemd-modeset are not installed systemd wide and should really just be used by developers to test the libsystemd-terminal features. No reason to mention it in NEWS.. despite the undulating rainbows.. | |||
2014-10-07 | NEWS: update for 217 | Zbigniew Jędrzejewski-Szmek | |
2014-08-30 | Fix a few more typos | Ruben Kerkhof | |
2014-08-26 | NEWS: Fix typos. | Ansgar Burchardt | |
2014-08-20 | update NEWS | Lennart Poettering | |
2014-08-19 | NEWS | Tom Gundersen | |
2014-08-19 | NEWS: typo fixes | Thomas Hindoe Paaboel Andersen | |
2014-08-19 | NEWS: fix minor nits | Daniel Mack | |
2014-08-19 | prepare NEWS for next release | Lennart Poettering | |
2014-08-04 | Correct references to ProtectSystem and ProtectHome in documentation | Ansgar Burchardt | |
2014-07-09 | timedated: manage systemd-timesyncd directly instead of lists of alternatives | Kay Sievers | |
Alternative NTP implementations should add a: Conflicts=systemd-timesyncd.service to take over the built-in NTP functionality of systemd. | |||
2014-07-03 | NEWS: prepare for release | Lennart Poettering | |
2014-07-01 | typo fixes | Thomas Hindoe Paaboel Andersen | |
2014-07-01 | Use dev_port for the ID of a network device. | Thadeu Lima de Souza Cascardo | |
For network devices on the same PCI function, dev_id should not be used, since its purpose is for IPv6 support on interfaces with the same MAC address. The new dev_port sysfs attribute should be used instead of dev_id. | |||
2014-07-01 | TODO: start documenting changes for 215 | Lennart Poettering | |
2014-06-28 | doc: typographical improvements and choice of words | Jan Engelhardt | |
2014-06-28 | doc: grammatical corrections | Jan Engelhardt | |
2014-06-12 | udev: assign group "input" to all input devices | Kay Sievers | |
2014-06-11 | NEWS: fix directory name | Mantas Mikulėnas | |
2014-06-11 | NEWS: add missing comment about the "floppy" group | Lennart Poettering | |
2014-06-11 | NEWS: mention that resolved's resolv.conf fragment movedsystemd/v214 | Lennart Poettering | |
2014-06-11 | NEWS: add contributor list for 214 | Lennart Poettering | |
2014-06-11 | NEWS: update | Kay Sievers | |
2014-06-11 | NEWS: prepare NEWS for 214 | Lennart Poettering | |
2014-06-11 | NEWS: add section about udev locking | Kay Sievers | |
2014-05-28 | NEWS: mention that we need a new user systemd-timesyncsystemd/v213 | Lennart Poettering | |
2014-05-28 | NEWS: update NEWS file according to most recent changes in git | Lennart Poettering | |
2014-05-24 | NEWS: mention that systemd-analyze uses new kernel release info | Zbigniew Jędrzejewski-Szmek | |
Also some small grammar updates. | |||
2014-05-24 | NEWS | Tom Gundersen | |
2014-05-24 | NEWS: update | Kay Sievers | |
2014-05-24 | NEWS: prepare NEWS update for 213 | Lennart Poettering | |