Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-27 | build-sys: Add --disable-binfmt configure switch | Miklos Vajna | |
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers | |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, ↵ | Kay Sievers | |
/etc, /run | |||
2011-04-20 | MeeGo support | Chris E Ferron | |
This commit consists of the initial work to include MeeGo as a ported distribution for systemd. The majority of the changes are small configuration additions to auto tools, so that MeeGo is identified as a valid distribution option. Some small deviations will be noticed between the configuration of MeeGo and other distributions. As MeeGo is a distribution striving for compliancy to support its near embedded attributes and target users, there is less user configuration options available by default. Most services will be enabled by systemd as part of the distribution requirements, and as such most links and service files will be pre-setup for the MeeGo distribution. As much of this is going to be done within the MeeGo distribution packaging this is still noteworthy to mention, as it explains why in systemd you will observe configuration differences where the MeeGo distribution removes all links in the pkgsysconfdir for instance. MeeGo will be user configurable if there is desire, but most services will be enabled by the distribution as designated by the MeeGo compliancy standards. Other changes are in source to add such areas as meego-release defined in utils, and hostname in hostname-setup, defining vconsole-setup, localizations and rescue additions as needed. As this is all ground work, MeeGo will continue to strive for complete compatibility. | |||
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
2011-04-16 | dbus: split out object management code into dbus-common, and simplify it | Lennart Poettering | |
2011-04-08 | man: add man page for ask-password | Lennart Poettering | |
2011-04-06 | units: rename rtc-set.target to time-sync.target and pull it in by ↵ | Lennart Poettering | |
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service. | |||
2011-04-06 | var-lock: don't try to enable var-lock.mount if we don't install it | Lennart Poettering | |
2011-04-05 | build-sys: we don't need rootsbindir anymore since we don't install anything ↵ | Lennart Poettering | |
to /sbin | |||
2011-04-05 | build-sys: better don't use libexecdir here at all | Lennart Poettering | |
2011-04-05 | build-sys: fix libexecdir to /usr/lib | Lennart Poettering | |
2011-04-05 | build-sys: always place user units in /usr/lib/systemd | Kay Sievers | |
./configure --libexecdir=/usr/lib | |||
2011-04-04 | units: move user units from /usr/share to /usr/lib since they might be ↵ | Lennart Poettering | |
arch-dependent | |||
2011-04-04 | man: document /etc/sysctl.d/ | Lennart Poettering | |
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | |
2011-04-03 | move /var/lock to HAVE_SYSV_COMPAT | Kay Sievers | |
2011-04-02 | tmpfiles: split off rules for legacy systems into legacy.conf | Lennart Poettering | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-03-31 | build-sys: create a number of drop-in config dirs | Lennart Poettering | |
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 | |