summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* systemctl: make -f short for both --follow and --forceLennart Poettering2012-04-03
|
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-30
|
* journalctl: add --local switchLennart Poettering2012-03-27
|
* man: don't claim -f was short for --followLennart Poettering2012-03-26
|
* journalctl,loginctl: drop systemd- prefix in binary namesLennart Poettering2012-03-26
| | | | | | | | | | | | | | | | | | | | | | Let's make things a bit easier to type, drop the systemd- prefix for journalctl and loginctl, but provide the old names for compat. All systemd binaries are hence now prefixed with "systemd-" with the exception of the three primary user interface binaries: systemctl loginctl journalctl For those three we do provide systemd-xyz names as well, via symlinks: systemd-systemctl → systemctl systemd-loginctl → loginctl systemd-journalctl → journalctl We do this only for the *primary* user tools, in order to avoid unnecessary namespace problems. That means tools like systemd-notify stay the way they are.
* man: systemd-cat(1) typo fixLennart Poettering2012-03-22
| | | | Noticed by Sergey Ptashnick
* man: updates to sysctl.d(5)Lennart Poettering2012-03-21
|
* man: fix parameter name for sd_uid_xxx()Lennart Poettering2012-03-20
|
* remove GTK piecesMichal Schmidt2012-03-20
| | | | They've moved to systemd-ui.
* man: document journal features of systemctl(1)Lennart Poettering2012-03-16
|
* man: document systemd-journalctl(1)Lennart Poettering2012-03-16
|
* man: document systemd-journald.conf(5)Lennart Poettering2012-03-15
|
* man: document systemd-machine-id-setup(1)Lennart Poettering2012-03-15
|
* man: document systemd-cat(1)Lennart Poettering2012-03-15
|
* virt: the pidns controller does not exist anymoreLennart Poettering2012-03-15
|
* conf: when looking for configurations look in /etc first, in /run secondLennart Poettering2012-03-14
| | | | | | | | | | | After long consideration we came to the conclusion that user configuration in /etc should always override the (generally computer generated) configuration in /run. User configuration should always be what matters over anything else. Hence rearrange the search orders accordingly. In general this should change very little as overriding like this is seldomn done so far, and the order between /etc and /usr stays the same.
* man: document where we read kernel cmdline options fromLennart Poettering2012-03-14
|
* socket: add option for SO_PASSECLennart Poettering2012-03-13
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled)
* man: reword tmpfiles selinux bitsLennart Poettering2012-03-12
|
* man: clarify that applications must ignore unknown fieldsLennart Poettering2012-03-06
|
* man: document how os-release(5) may be extended by OS vendorsLennart Poettering2012-03-06
|
* man: fix typoLennart Poettering2012-03-06
|
* man: allow that /etc/os-release is a symlinkLennart Poettering2012-03-06
|
* man: add URL field definitions to os-release(5)Lennart Poettering2012-03-06
| | | | | | As requested by Raphaël Hertzog from the Debian project, include information about the home page and support/bug report pages in /etc/os-release.
* man: add ID_LIKE definition to os-release(5)Lennart Poettering2012-03-06
| | | | | As requested by Raphaël Hertzog from the Debian project, encode derivative information in /etc/os-release.
* man: corrected machine-info(5) man page to be in line with sourceShawn Landden2012-03-05
| | | | | change conflicting man/machine-info.xml documentation to match functionality in src/hostname/hostnamed.c 114-119
* man: systemd.special no longer needs sed logicLennart Poettering2012-02-15
|
* login: document new sd_session_get_xxx() callsLennart Poettering2012-02-15
|
* systemctl: introduce systemctl reboot -ffLennart Poettering2012-02-15
|
* man: define more precisely the format of /etc/os-releaseLennart Poettering2012-02-14
|
* man: document CPE field in os-release fileLennart Poettering2012-02-14
|
* sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ↵Lennart Poettering2012-02-13
| | | | work on objects of the calling process
* man: we don't support systems without /etc/os-release anymoreLennart Poettering2012-02-13
|
* man: it's probably a good idea to wrap the ANSI color in quotes, in order to ↵Lennart Poettering2012-02-13
| | | | allow proper shell parsing of the semicolon
* Fix broken Git repository URLsMichael Biebl2012-02-13
|
* service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering2012-02-09
|
* man: document restart optionsLennart Poettering2012-02-09
|
* man: Clarify man page with respect to automatic fstab dependenciesBill Nottingham2012-02-09
| | | | | Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set.
* service: ignore SIGPIPE by defaultLennart Poettering2012-02-09
|
* man: document x-systemd-device-timeout=Lennart Poettering2012-02-09
|
* man: fix XMLLennart Poettering2012-02-09
| | | | Spotted by Sergey Ptashnick.
* man: document the WATCHDOG_USEC environment variableLennart Poettering2012-02-08
|
* service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich2012-02-08
| | | | failure logic
* man: document systemd.setenv=Lennart Poettering2012-02-08
|
* move /usr/bin/systemd to /usr/lib/systemd/systemdKay Sievers2012-02-08
|
* man: document that we support tcpwrappers only for access controlLennart Poettering2012-02-02
| | | | | | | We do not support, and explicitly never want to support environment variable settings and suchlike in tcpwrappers. https://bugs.freedesktop.org/show_bug.cgi?id=45143
* service: add watchdog timestampMichael Olbrich2012-02-01
| | | | | | | | | | | | | This patch adds WatchdogTimestamp[Monotonic] to the systemd service D-Bus API. The timestamp is updated to the current time when the service calls 'sd_nofity("WATCHDOG=1\n")'. Using a timestamp instead of an 'alive' flag has two advantages: 1. No timeout is needed to define when a service is no longer alive. This simplifies both configuration (no timeout value) and implementation (no timeout event). 2. It is more robust. A 'dead' service might not be detected should systemd 'forget' to reset an 'alive' flag. It is much less likely to get a valid new timestamp if a service died.
* virt: detect LXC+libvirt containersLennart Poettering2012-01-25
|
* man: document systemd-cgtop toolLennart Poettering2012-01-25
|
* cgls: don't show kernel threads by defaultLennart Poettering2012-01-22
|