summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* udev: remove support for /lib/udev/devices/; tmpfiles should be usedKay Sievers2012-04-08
|
* systemd: add hardware watchdog supportLennart Poettering2012-04-05
| | | | | | | | | | | | | | | | | | | | | This adds minimal hardware watchdog support to PID 1. The idea is that PID 1 supervises and watchdogs system services, while the hardware watchdog is used to supervise PID 1. This adds two hardware watchdog configuration options, for the runtime watchdog and for a shutdown watchdog. The former is active during normal operation, the latter only at reboots to ensure that if a clean reboot times out we reboot nonetheless. If the runtime watchdog is enabled PID 1 will automatically wake up at half the configured interval and write to the watchdog daemon. By default we enable the shutdown watchdog, but leave the runtime watchdog disabled in order not to break independent hardware watchdog daemons people might be using. This is only the most basic hookup. If necessary we can later on hook up the watchdog ping more closely with services deemed crucial.
* man: update udev man pagesKay Sievers2012-04-04
|
* Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemdKay Sievers2012-04-04
|\
| * man: document the _TRANSPORT journal fieldLennart Poettering2012-04-04
| |
| * man: clarify the formatting of timestampsLennart Poettering2012-04-03
| |
| * man: update documentation of special unitsLennart Poettering2012-04-03
| |
| * man: document special journal fieldsLennart Poettering2012-04-03
| |
* | move imported udev into placeKay Sievers2012-04-04
|/
* 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.