Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-02 | nspawn: add new --no-net switch to turn off networking in the container | Lennart Poettering | |
2011-08-02 | build-sys: Add --disable-hostnamed configure switch | Miklos Vajna | |
2011-08-01 | build-sys: make distcheck work | Lennart Poettering | |
2011-08-01 | load-fragment: speed up parsing by using a perfect hash table with ↵ | Lennart Poettering | |
configuration settings built by gperf | |||
2011-07-29 | build-sys: prepare new release | Lennart Poettering | |
2011-07-28 | Link against -lcap only where required | Michael Biebl | |
Don't put -lcap into LIBS as otherwise everything will be linked against it, like libsystemd-daemon, where this is not desired. | |||
2011-07-27 | build-sys: move libsystemd-login to /lib, toosystemd/v31 | Lennart Poettering | |
2011-07-27 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-26 | pkgconfig: move library .pc files to libdir | Lennart Poettering | |
2011-07-25 | sysctl: apply network specific sysctls to each network card as they appear | Lennart Poettering | |
2011-07-25 | systemctl: hook up new install logic | Lennart Poettering | |
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations. | |||
2011-07-23 | bus: expose installer functions | Lennart Poettering | |
2011-07-22 | install: add new installer implementation | Lennart Poettering | |
This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet | |||
2011-07-15 | distribute: src/libsystemd-*.sym | Kay Sievers | |
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |
2011-07-14 | libs: add symbol versioning for the benefit of RPM | Lennart Poettering | |
2011-07-14 | sd-daemon: turn sd-daemon.c into a shared library | Lennart Poettering | |
2011-07-14 | logind: introduce libsystemd-login.so as fast path to access logind data | Lennart Poettering | |
2011-07-13 | man: add man page for systemd-loginctl | Lennart Poettering | |
2011-07-12 | build-sys: fix copynpaste mistake | Lennart Poettering | |
2011-07-12 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-12 | build-sys: add a number of missing header files to EXTRA_DIST | Lennart Poettering | |
2011-07-12 | units: add units for boot.local/halt.local on SUSE distributions. | Frederic Crozat | |
2011-07-11 | logind: Fix compilation without ACL | Zbigniew Jędrzejewski-Szmek | |
Compilation fails if sys/acl.h is not available. The configure script already tests for sys/acl.h presence, but the result was so far unused. To compile without acl, stub implementations of the acl functions are used. | |||
2011-07-11 | build-sys: Add i18n support through intltool | Bastien Nocera | |
And put the PolicyKit policy files up for translation. | |||
2011-07-08 | loginctl: add various introspection functions | Lennart Poettering | |
2011-07-07 | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | |
sessions/users/seats | |||
2011-07-07 | cgls: add pager support to systemd-cgls | Lennart Poettering | |
2011-06-30 | logind: add service for per-user shared systemd daemon | Lennart Poettering | |
2011-06-30 | manager: use sd_notify() to notify parent systemd that we have finished startup | Lennart Poettering | |
2011-06-29 | logind: hook uaccess into udev by default | Lennart Poettering | |
2011-06-29 | logind: add man page for configuration file | Lennart Poettering | |
2011-06-29 | logind: parse configuration file | Lennart Poettering | |
2011-06-28 | logind: implement basic version of AttachDevice() D-Bus call | Lennart Poettering | |
2011-06-28 | logind: activate autovt@.service instead of autovt-getty@.service when the ↵ | Lennart Poettering | |
user switches to a previously unused tty, since it doesn't have to be a getty we start on it on demand | |||
2011-06-28 | logind: implement SetUserLinger() D-Bus call | Lennart Poettering | |
2011-06-28 | logind: autospawn gettys when necessary | Lennart Poettering | |
2011-06-24 | logind: hook up PAM module with logind | Lennart Poettering | |
2011-06-21 | dbus: add dbus introspection extraction | Lennart Poettering | |
2011-06-21 | mechanisms: add mechanisms to change system locale and clock | Lennart Poettering | |
2011-06-21 | logind: implement D-Bus properties | Lennart Poettering | |
2011-06-21 | logind: implement ACL management | Lennart Poettering | |
2011-06-21 | logind: first version that compiles fine | Lennart Poettering | |
2011-06-15 | build-sys: local-fs, remote-fs and swap are active anyway when user sessions ↵ | Lennart Poettering | |
are created, there is no point in having these units known in sessions | |||
2011-06-14 | build-sys: fix build | Lennart Poettering | |
2011-05-25 | drop hwclock-save.service | Kay Sievers | |
We don't want to fiddle around changing the RTC, not on bootup, not on shutdown. If we don't run NTP, we have absolutely no clue what's the current time to store in the RTC. If we run NTP, the kernel syncs the system time every 11 minutes to the RTC. Especially in multi-boot environents we must not call hwclock(8) which tries to be smart with calculating/storing/applying drifts and such. Live-CDs must never touch the RTC, because we don't know if it is running in UTC or locatime. | |||
2011-05-24 | rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8) | Kay Sievers | |
We check for LOCAL in /etc/adjtime and if needed, ask the kernel to apply the timezone delta to the system clock. The very first call of settimeofday() without a time, but a timezone warps the system clock, so that it properly runs in UTC. | |||
2011-05-10 | build-sys: create dbussystemservicedir | Michael Olbrich | |
otherwise building fails if it doesn't exist: ( cd <DESTDIR>/usr/share/dbus-1/services && \ rm -f org.freedesktop.systemd1.service && \ ln -s ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service ) /bin/sh: line 0: cd: <DESTDIR>/usr/share/dbus-1/services: No such file or directory | |||
2011-05-09 | build-sys: Angstrom support | Koen Kooi | |
This commit consists of the initial work to include Angstrom as a ported distribution for systemd. Angstrom tries to follow the debian way as much as possible, but deviates where it doesn't make sense for 'embedded'. | |||
2011-04-27 | build-sys: Add --disable-binfmt configure switch | Miklos Vajna | |