Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-26 | man/bootup.xml: Fix grammar by adding missing verb »is« | Paul Menzel | |
2012-06-26 | man: document systemd-shutdownd | Lennart Poettering | |
2012-06-26 | man: document systemd-initctl | Lennart Poettering | |
2012-06-26 | man: various minor fixes | Lennart Poettering | |
2012-06-26 | man: document systemd-hostnamed | Lennart Poettering | |
2012-06-26 | man: fix typo in sysntemd-user-sessions.service page | Tom Gundersen | |
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 | |
2012-06-25 | man: document systemd-user-sessions.service | Lennart Poettering | |
2012-06-25 | units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx | Lennart Poettering | |
These service units also execute our own code, hence rename the accordingly and prefix them with systemd- | |||
2012-06-25 | units: rename fsck@.service to systemd-fsck@.service | Lennart Poettering | |
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!) | |||
2012-06-25 | man: document systemd-remount-fs.service | Lennart Poettering | |
2012-06-25 | man: document systemd-random-seed-load.service | Lennart Poettering | |
2012-06-25 | man: document systemd-vconsole-setup.service | Lennart Poettering | |
2012-06-22 | man: introduce bootup(7) | Lennart Poettering | |
2012-06-22 | man: add more references to k-c-l(7) | Lennart Poettering | |
2012-06-22 | man: fix references to udev man page | Lennart Poettering | |
2012-06-22 | man: add reference to bootparam(7) even though it is terribly out of date | Lennart Poettering | |
2012-06-22 | man: mention other initrd implementations in kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | unit: drop the Names= option | Lennart Poettering | |
Names= is a source of errors, simply because alias names specified like this only become relevant after a unit has been loaded but cannot be used to load a unit. Let's get rid of the confusion and drop this field. To establish alias names peope should use symlinks, which have the the benefit of being useful as key to load a unit, even though they are not taken into account if unit names are listed but they haven't been explicitly referenced before. | |||
2012-06-22 | core: remove sysv_console option | Lennart Poettering | |
This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit. | |||
2012-06-22 | modules-load: parse driver=/rd.driver= kernel command line option | Lennart Poettering | |
This generalizes logic that already has been available in dracut before. | |||
2012-06-22 | man: refer to udevd by its service name not binary name | Lennart Poettering | |
Since the binary name is now hidden away in /usr/lib/ the primary user handle for the udev service is the unit name, hence change the man page to be available under the unit name, and make the binary name an alias for it. | |||
2012-06-22 | fstab-generator: support fstab=/rd.fstab= kernel cmdline | Lennart Poettering | |
This generalizes functionality already available in dracut. | |||
2012-06-22 | man: add more links to kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | cryptsetup: allow configuration of LUKS disks via the kernel cmdline | Lennart Poettering | |
This generalizes a bit of the functionality already available in dracut. | |||
2012-06-22 | man: prettify logind man page | Lennart Poettering | |
2012-06-22 | man: minor typo fixes | Lennart Poettering | |
2012-06-22 | man: document all kernel command line options we understand | Lennart Poettering | |
2012-06-21 | man: document the new RPM macros in daemon(7) | Lennart Poettering | |
2012-06-21 | login: wrap CanTTY and CanGraphical seat attributes in libsystemd-login | Lennart Poettering | |
2012-06-21 | man: document new sd_session_get_state() call | Lennart Poettering | |
2012-06-20 | tmpfiles: exclude the first level directories in /run/user from automatic ↵ | Lennart Poettering | |
clean up It's logind's job to maintain those user dirs, so avoid automatic clean up for them. However, we do cover everything within them. | |||
2012-06-17 | journal: rotate on SIGUSR2 | Lennart Poettering | |
2012-06-15 | service: timeout for oneshot services | Lukas Nykryn | |
Add possibility to specify timeout for oneshot services. [ https://bugzilla.redhat.com/show_bug.cgi?id=761656 Added minor fixups. -- michich ] | |||
2012-06-13 | man: fix 'sysytemd' typos | Michal Schmidt | |
2012-06-10 | udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda" | Kay Sievers | |
2012-06-10 | tmpfiles: print error if basename lookup fails; document it in manpage | Kay Sievers | |
2012-06-10 | man: replace tabs with spaces | Kay Sievers | |
2012-06-10 | man: systemd-tmpfiles - document proper config-file-stack order | Kay Sievers | |
2012-06-04 | udev: kernel cmdline - accept rd.* parameters | Kay Sievers | |
2012-06-04 | systemctl: rename "man" to "help" | Kay Sievers | |
2012-06-01 | fix typo | Kay Sievers | |
2012-06-01 | journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ↵ | Lennart Poettering | |
console forwarding | |||
2012-06-01 | journal: support changing the console tty to forward to | Lennart Poettering | |
2012-06-01 | man: document systemd-journal | Lennart Poettering | |
2012-06-01 | man: write man page for systemd-logind | Lennart Poettering | |
2012-05-31 | man: add documentation for the binfmt, modules-load, sysctl services | Lennart Poettering | |
2012-05-31 | main: allow setting of timer slack for PID 1 | Lennart Poettering | |