Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | socket: Allow selection of TCP Congestion Avoidance algorithm to socket | Tomasz Torcz | |
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support. | |||
2010-07-24 | systemctl: fold systemd-install into systemctl | Lennart Poettering | |
2010-07-23 | install: default to minimal realization mode | Lennart Poettering | |
2010-07-23 | systemctl: accept -p more than once | Lennart Poettering | |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-20 | device: do not merge devices | Lennart Poettering | |
Don't try to merge devices that have been created via dependencies when they appear in the system and can be recognized as the same. Instead, simply continue to maintain them independently of each other, however with the same state cycle. Why? Because otherwise we'd have a hard time to seperate the dependencies after the devices are unplugged again and we hence cannot be sure anymore that next time the device is plugged in it will carry the same names. Example: if one depndency refers to dev-sda.device and another one to dev-by-id-xxxyyy.device we only learn at time of plug in of the device that it is actually the same device that was ment. In the moment the device is unplugged again we won't know anymore their relation to each other and the next time the harddisk is plugged it might even appear as dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies continue to have the meaning they were intended to have let's hence keep the .device objects seperate all the time, even when they are plugged in. This patch also introduces a new Following= property which points from the various .device units of a specific device to the main .device unit for it. This can be used by the client side to figure out the relation of the .device units to each other and even filter units from display. | |||
2010-07-19 | systemctl: introduce reset-maintenance command | Lennart Poettering | |
2010-07-18 | man: extend man pages a little | Lennart Poettering | |
2010-07-18 | install: optionally remove all symlinks from configuration tree recursively | Lennart Poettering | |
2010-07-16 | man: various man page updates | Lennart Poettering | |
2010-07-16 | systemctl: add to command for virtualizing the dependency tree with graphviz | Lennart Poettering | |
2010-07-13 | systemctl: introduce try-restart and reload-or-restart commands | Lennart Poettering | |
2010-07-13 | install: implement systemd-install realize | Lennart Poettering | |
2010-07-13 | main: replace --running-as= by --session and --system do mimic related tools ↵ | Lennart Poettering | |
and D-Bus | |||
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-07-12 | unit: introduce IgnoreDependencyFailure= | Lennart Poettering | |
2010-07-12 | execute: optionally ignore return status of invoked commands | Lennart Poettering | |
2010-07-11 | systemctl: turn --replace into --fail | Lennart Poettering | |
2010-07-10 | man: update daemon man page a little | Lennart Poettering | |
2010-07-10 | build-sys: drop special name hack for dbus.service since a native service ↵ | Lennart Poettering | |
file is now shipped upstream dbus | |||
2010-07-08 | man: fix minor ambuigity | Lennart Poettering | |
2010-07-08 | man: Minor typographic fixes to systemd.xml | Ozan Çağlayan | |
Fix some minor grammar and punctuation typos. | |||
2010-07-08 | man: Fix minor issues in systemd.unit.xml | Ozan Çağlayan | |
Fix minor typographic, punctuation and grammar errors. | |||
2010-07-08 | install: various improvements | Lennart Poettering | |
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running. | |||
2010-07-08 | cgls: beef up control group dumping and introduce cgls tool | Lennart Poettering | |
2010-07-08 | man: document variable substitution | Lennart Poettering | |
2010-07-07 | man: update man pages for recent syntax changes | Lennart Poettering | |
2010-07-07 | man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵ | Conrad Meyer | |
systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes. | |||
2010-07-07 | update man pages for recent changes | Lennart Poettering | |
2010-07-06 | man: document new systemd-install --start option | Lennart Poettering | |
2010-07-06 | man: more blurbs | Lennart Poettering | |
2010-07-06 | man: add missing parts to man pages | Lennart Poettering | |
2010-07-05 | systemctl: implement 'status' command | Lennart Poettering | |
2010-07-05 | turn negative options into positive options | Lennart Poettering | |
2010-07-04 | uniformly suffix time span properties with their unit | Lennart Poettering | |
2010-07-04 | man: update systemctl man page | Lennart Poettering | |
2010-07-03 | man: various man page updates | Lennart Poettering | |
2010-07-02 | man: document execution context related settings | Lennart Poettering | |
2010-07-02 | man: extend references to exec man page | Lennart Poettering | |
2010-07-02 | man: minor fix | Lennart Poettering | |
2010-07-02 | man: refer to snapshot man page from unit man page | Lennart Poettering | |
2010-07-02 | man: minor fixes | Lennart Poettering | |
2010-07-02 | man: fix typo in systemctl man page | Lennart Poettering | |
2010-07-02 | man: trivial spelling fixes | Kay Sievers | |
2010-07-02 | man: document snapshot units | Lennart Poettering | |
2010-07-02 | systemctl: implement delete command | Lennart Poettering | |
2010-07-02 | man: document device units | Lennart Poettering | |
2010-07-02 | man: document target units | Lennart Poettering | |
2010-07-02 | man: document path units | Lennart Poettering | |
2010-07-02 | man: document timer units | Lennart Poettering | |