Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-31 | build-sys: install systemd-analyze by default | Lennart Poettering | |
2011-03-18 | units: replace Names=dm.service with symlink for mandriva prefdm | Andrey Borzenkov | |
2011-03-18 | mount: pull in quota services from local mountpoints with usr/grpquota options | Andrey Borzenkov | |
2011-03-18 | units: we don't need to generate syslog.target with sed anymore | Lennart Poettering | |
2011-03-18 | units: we no longer need m4 to build graphical.target or multi-user.taregt | Lennart Poettering | |
2011-03-18 | units: on mandriva/fedora create single.service alias via symlink, not Names= | Lennart Poettering | |
2011-03-18 | syslog: rework syslog detection so that we need no compile-time option what ↵ | Lennart Poettering | |
the name of the syslog implementation is | |||
2011-03-18 | special: get rid of dbus.target | Lennart Poettering | |
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering | |
2011-03-16 | Add Frugalware display-manager service | Miklos Vajna | |
2011-03-15 | man: document systemd-nspawn | Lennart Poettering | |
2011-03-15 | getty: move automatic serial getty logic into generator | Lennart Poettering | |
2011-03-14 | nspawn: move container into its own name=systemd cgroup | Lennart Poettering | |
2011-03-14 | units: add console-shell.service which can be used insted of the gettys to ↵ | Lennart Poettering | |
get a shell on /dev/console | |||
2011-03-14 | build-sys: move remaining tools from sbin/ to bin/ since they might ↵ | Lennart Poettering | |
eventually be useful for user execution | |||
2011-03-14 | nspawn: add simple chroot(1) like tool to execute commands in a namespace ↵ | Lennart Poettering | |
container | |||
2011-03-12 | build-sys: add org.freedesktop.systemd1.policy to CLEANFILES | Kay Sievers | |
ERROR: files left in build directory after distclean: ./src/org.freedesktop.systemd1.policy make[1]: *** [distcleancheck] Error 1 | |||
2011-03-12 | polkit: autogenerate polkit policy with correct paths | Lennart Poettering | |
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2011-03-09 | machine-id: move machine-id-setup to /sbin | Lennart Poettering | |
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-03-07 | syslog: make sure the kmsg bridge is always pulled in and never terminated ↵ | Lennart Poettering | |
automatically Since we want to replace the bridge dynamically by the real syslog implementation such as rsyslog we need to make sure that the the bridge stays running right to the moment rsyslog is up so that we process messages enqueued by other processes started before rsyslog, so that those clients don't stay stuck. | |||
2011-03-07 | mount: make /media a tmpfs | Lennart Poettering | |
2011-03-04 | main: introduce /etc/machine-id | Lennart Poettering | |
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration. | |||
2011-02-24 | units: synchronize gettys to plymouth even if plymouth is killed by gdm | Lennart Poettering | |
2011-02-21 | virtualization: beef virtualization code | Lennart Poettering | |
2011-02-15 | shutdown: execute all binaries in /lib/systemd/system-shutdown as last step ↵ | Lennart Poettering | |
before invoking reboot() | |||
2011-02-13 | systemd: document systemd-tmpfiles | Lennart Poettering | |
2011-02-13 | tmpfiles: move binary to /bin to make it publicly available | Lennart Poettering | |
2011-02-09 | units: introduce and hook up sound.target | Lennart Poettering | |
2011-02-08 | plymouth: move plymouth out of TARGET_FEDORA | Jeff Mahoney | |
2011-01-21 | cryptsetup: fix ordering loop when dealing with encrypted swap devices | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=657234 | |||
2011-01-20 | vala: convert from dbus-glib to gdbus | Lennart Poettering | |
2011-01-20 | systemctl: highlight failed processes in systemctl status | Lennart Poettering | |
2011-01-17 | arch: remove rc-local.service | Tom Gundersen | |
This is now shipped downstream. | |||
2011-01-08 | build-sys: prepare v16systemd/v16 | Lennart Poettering | |
2011-01-06 | specifier: at minimal test | Lennart Poettering | |
2010-11-29 | build-sys: frugalware linux support | Miklos Vajna | |
2010-11-26 | Create convenience library libsystemd_daemon.la for sd-daemon.c | Michael Biebl | |
Instead of compiling sd-daemon.c 10 times, create a noinst convenience library libsystemd_daemon.la. | |||
2010-11-26 | gnome-ask-password-agent: also support libnotify < 0.7 for now | Kay Sievers | |
2010-11-25 | units: Remove Gentoo specific xdm.servicesystemd/v14 | Gustavo Sverzut Barbieri | |
That unity pulls in OpenRC which in turn pulls in most of legacy system that causes lots of troubles as it is too smart, thus not recommended. Moreover, SystemD developers seems to agree that a service file per DM is the best approach, so having gdm.service, kdm.service, slim.service is better than a single wrapper for them. | |||
2010-11-24 | build-sys: get rid of special fedor install target | Lennart Poettering | |
2010-11-24 | build-sys: distribute introspect.awk | Thierry Reding | |
2010-11-24 | build-sys: fix out-of-tree build | Thierry Reding | |
The introspect AWK script is located in the source tree, which is not necessarily the same as the build tree, so prepend $(srcdir). | |||
2010-11-23 | build-sys: allow cross-compilation | Thierry Reding | |
When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files. | |||
2010-11-21 | man: document /etc/modules-load.d/ | Lennart Poettering | |
2010-11-21 | man: document /etc/os-release | Lennart Poettering | |
2010-11-21 | man: document locale.conf | Lennart Poettering | |
2010-11-21 | man: document /etc/vconsole.conf | Lennart Poettering | |
2010-11-21 | man: document /etc/hostname | Lennart Poettering | |