Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | build-sys: clean man pages when building them | Lennart Poettering | |
2012-07-13 | man: document sd_journal_get_fd() | Lennart Poettering | |
2012-07-13 | man: document sd_journal_get_cursor() | Lennart Poettering | |
2012-07-13 | man: document sd_journal_get_cutoff_realtime_usec() | Lennart Poettering | |
2012-07-13 | man: document sd_journal_get_realtime_usec() | Lennart Poettering | |
2012-07-13 | man: document sd_journal_get_data() and friends | Lennart Poettering | |
2012-07-13 | man: document sd_journal_next() | Lennart Poettering | |
2012-07-13 | man: document sd_journal_open() | Lennart Poettering | |
2012-07-13 | core: go on a killing spree when transitioning from initrd to main system | Lennart Poettering | |
2012-07-13 | test: hook up more tests with make check | Lennart Poettering | |
2012-07-13 | man: fix man page chapter in Makefile.am | Lennart Poettering | |
2012-07-13 | man: document sd_journal_stream_fd() | Lennart Poettering | |
2012-07-13 | man: move header file man pages from section 7 to 3 | Lennart Poettering | |
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way. | |||
2012-07-13 | journalctl: show any printable Unicode character | Zbigniew Jędrzejewski-Szmek | |
This makes sure we are OK in outputting all valid, non-control UTF-8 characters, instead of just printable 7bit ASCII. | |||
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering | |
we now can take multiple matches, and they will apply as AND if they apply to different fields and OR if they apply to the same fields. Also, terms of this kind can be combined with an overreaching OR. | |||
2012-07-13 | build-sys: avoid duplicate inclusion of log.c in tools | Lennart Poettering | |
Before: shared code such as log.c was linked once into the public libraries (where it is entirely hidden) and once into the various tools which might use those libraries. This is suboptimal, as this way static variables such as the maximum log level are instantiated twice in all tools. After: our build the public libraries a second time, as a convenience libary, and link our tools against those. Hence all tools use only a single instance of everything. | |||
2012-07-11 | journal: replace implicit flushing of journal by explicit one | Lennart Poettering | |
The old automatism that the flushing of the journal from /run to /var was triggered by the appearance of /var/log/journal is broken if that directory is mounted from another host and hence always available to be useful as mount point. To avoid probelsm with this, introduce a new unit that is explicitly orderer after all mounte files systems and triggers the flushing. | |||
2012-07-09 | MeeGo: Remove build support for MeeGo distribution. | Auke Kok | |
The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro. | |||
2012-07-09 | man: document sd_print() and friends | Lennart Poettering | |
2012-07-06 | man: document libsystemd-id128 | Lennart Poettering | |
2012-07-03 | timedated: replace ntp-units file with an ntp-units.d drop-in dir | Lennart Poettering | |
To be considered by timedated for NTP a package simply has to drop in /usr/lib/systemd/ntp-units.d/foobar.list and write one or more unit names into it. The first one listed is the one that is enabled. | |||
2012-07-02 | build-sys: bump version | Lennart Poettering | |
2012-07-02 | units: Rename systemd-udev.service to systemd-udevd.service | Colin Guthrie | |
This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process itself. | |||
2012-07-02 | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | |
The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | |||
2012-07-02 | timedated: replace systemd-timedated-ntp.target logic with simpler scheme | Lennart Poettering | |
The previous systemd-timedated-ntp.target was suffering by the problem that NTP implementations enabled via the machanism could not be disabled the obvious way on the "systemctl disable" command line. Replace systemd-timedated-ntp.target by a list of implementations we try in turn. The list is encoded in $pkgdatadir/ntp-units. | |||
2012-06-27 | man: fix incorrectly named manpage for udev service | Dave Reisner | |
The service is systemd-udev.service, not systemd-udevd.service. | |||
2012-06-27 | units: add explicit dependency on display-manager.service to graphical.target | Lennart Poettering | |
This replaces the symlink based dependency by an explicit one in the unit file so that we avoid the dangling symlink when no display manager is installed. | |||
2012-06-27 | man: document preset files | Lennart Poettering | |
2012-06-27 | man: document unit names in systemd-tmpfiles(8) | Lennart Poettering | |
2012-06-27 | man: document fstab generator | Lennart Poettering | |
2012-06-27 | man: document systemd-update-generator | Lennart Poettering | |
2012-06-27 | man: document getty-generator | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup-generator | Lennart Poettering | |
2012-06-27 | man: document /etc/crypttab | Lennart Poettering | |
2012-06-27 | man: document systemd-cryptsetup | Lennart Poettering | |
2012-06-27 | man: document tty-ask-password-agent | Lennart Poettering | |
2012-06-27 | man: write man page for systemd-analyze | Lennart Poettering | |
2012-06-27 | man: document systemd-ask-password-console.service and friends | Lennart Poettering | |
2012-06-27 | man: document quotacheck | Lennart Poettering | |
2012-06-27 | man: properly document .socket units in man page | Lennart Poettering | |
2012-06-27 | man: document systemd-fsck | Lennart Poettering | |
2012-06-26 | man: document the readahead services | Lennart Poettering | |
2012-06-26 | man: document systemd-halt.service and friends | Lennart Poettering | |
2012-06-26 | man: document systemd-suspend.service | Lennart Poettering | |
2012-06-26 | man: document systemd-shutdownd | Lennart Poettering | |
2012-06-26 | man: document systemd-initctl | Lennart Poettering | |
2012-06-26 | man: document systemd-hostnamed | Lennart Poettering | |
2012-06-25 | man: document localed | Lennart Poettering | |
2012-06-25 | man: document systemd-timedated.service | Lennart Poettering | |
2012-06-25 | man: document systemd-update-utmp-runlevel | Lennart Poettering | |