Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-03-29 | man: really fix all LC_MESSAGE to LC_MESSAGES | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=35534 | |||
2011-03-08 | build-sys: add Mandriva distribution supportsystemd/v20 | Andrey Borzenkov | |
This merges several separate patches that I carry as part of Mandriva systemd RPM. They touch those parts that are very unlikely to be changed in near future and do not impose any functionality change for systemd core. I also think it is useful for troubleshooting to have real distribution name in system logs, espicially when someone reports problem upstream. The patch looks bigger than sum of replaced patches because - previous patches were applied on top of distro=fedora, now I need to add all those bits for distro=mandriva as well - part of patch was done as spec file magic, but it seems more logical to ship all these bits together | |||
2011-02-28 | build-sys: update ALTLinux support | Alexey Shabalin | |
Please apply patch for update ALTLinux support. | |||
2011-02-24 | units: synchronize gettys to plymouth even if plymouth is killed by gdm | Lennart Poettering | |
2011-02-21 | plymouth: ensure we start not a single getty before plymouth is gone because ↵ | Lennart Poettering | |
we never know which ttys plymouth still controls | |||
2011-01-06 | getty: unset locale before execution | Lennart Poettering | |
On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900 | |||
2010-12-16 | Frugalware: start gettys after local.service | Miklos Vajna | |
2010-11-16 | units: set TERM for gettys again, since they acquire a TTY on their own | Lennart Poettering | |
2010-11-16 | units: delay getty until logins are allowed | Lennart Poettering | |
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering | |
2010-11-14 | units: make use of agetty mandatory | Lennart Poettering | |
2010-11-11 | units: deal properly with the fact that agetty is called getty on Debian | Lennart Poettering | |
2010-10-29 | getty@.service: switch to agetty as the default | Kay Sievers | |
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-25 | ubuntu: Treat Ubuntu as a distinct distro in configure.ac etc | Andrew Edmunds | |
Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions. | |||
2010-10-08 | units: enable utmp for serial gettys too | Lennart Poettering | |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering | |
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036 | |||
2010-10-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-08-25 | serial: use seperate getty template for serial ttys | Lennart Poettering | |
2010-08-18 | units: make sure getty@xxx.service is always run before gettys.target | Lennart Poettering | |
2010-08-10 | getty: properly synchronize of tty devices being plugged in | Lennart Poettering | |
2010-08-05 | units: always send HUP when dealing with shells/gettys/logins | Lennart Poettering | |
2010-08-04 | units: getty - suse: login wants SIGHUP | Kay Sievers | |
2010-08-04 | units: remove redundant ordering dependency | Lennart Poettering | |
2010-07-20 | fedora: make sure the gettys are run before X starts up | Lennart Poettering | |
2010-07-07 | units: in order to make the default services parseable by GKeyFile, merge ↵ | Lennart Poettering | |
repeated lines | |||
2010-07-03 | units: update shipped unit files for DefaultDependencies= | Lennart Poettering | |
2010-06-18 | unit: add [Install] section to various service files | Lennart Poettering | |
2010-06-16 | units: make Arch boot | Tom Gundersen | |
This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch. | |||
2010-06-02 | service: change default service type to 'simple' since that is the future | Lennart Poettering | |
2010-06-01 | getty: set TERM=linux for the local gettys we configure | Lennart Poettering | |
2010-05-20 | units: SUSE support | Kay Sievers | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-18 | units: synchronize with shutdown.target | Lennart Poettering | |
2010-05-18 | units: fix execution environment for a few services | Lennart Poettering | |
2010-05-17 | units: add getty@.service define for Gentoo | Marc-Antoine Perennou | |
2010-05-17 | units: fix commenting | Lennart Poettering | |
2010-05-17 | units: add distribution-specific units | Lennart Poettering | |