Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-16 | service: ifdef distro-specific compat logic | Kay Sievers | |
2010-12-16 | service: drop rc. prefix on frugalware linux | Miklos Vajna | |
2010-12-16 | man: daemon - fix misspellings | Miklos Vajna | |
2010-12-15 | update TODO | Kay Sievers | |
2010-12-10 | systemd.pc: change 'session' to 'user' | Jesse Zhang | |
commit af2d49f ("drop support for MANAGER_SESSION, introduce MANAGER_USER instead") forgot to update systemd.pc. Signed-off-by: Jesse Zhang <zh.jesse@gmail.com> | |||
2010-12-09 | suse: add 'smtp' LSB facility | Kay Sievers | |
2010-12-07 | man: modules-load.d - fix misspellings | Miklos Vajna | |
2010-12-01 | update README | Kay Sievers | |
2010-12-01 | update TODO | Kay Sievers | |
2010-12-01 | path: fix watching the root directory | Michal Schmidt | |
If you have a path unit with: DirectoryNotEmpty=/foo and "/foo" does not exist, creating it later escapes the attention of systemd. When adding watches for parent directories, systemd never adds one for the root directory. It attempts to add a watch for an empty string instead, which fails. If the path is "/", we must not trim the slash. | |||
2010-12-01 | src/quotacheck.c: Fix typo | Ozan Çağlayan | |
Fix quota misspelling in quotacheck.c Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr> | |||
2010-11-30 | man: systemctl - clarify condrestart, force-reload | Ran Benita | |
2010-11-29 | build-sys: frugalware linux support | Miklos Vajna | |
2010-11-28 | man: systemctl - spelling fixes | Ran Benita | |
2010-11-27 | Ensure LIBNOTIFY07 conditional is always set | Michael Biebl | |
Also use PKG_CHECK_EXISTS to test if libnotify is recent enough | |||
2010-11-26 | update README | Kay Sievers | |
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-26 | update TODO | Kay Sievers | |
2010-11-26 | udev: make sure we aleways read from netlink, if there is data | Kay Sievers | |
2010-11-26 | udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devices | Kay Sievers | |
2010-11-26 | update TODO | Lennart Poettering | |
2010-11-26 | update TODO | Lennart Poettering | |
2010-11-25 | update TODO | Kay Sievers | |
2010-11-25 | update TODO | Kay Sievers | |
2010-11-25 | build-sys: prepare release 15systemd/v15 | Lennart Poettering | |
2010-11-25 | dbus: use the right data slot allocator | Lennart Poettering | |
Thanks to 'trapni' on IRC for tracking this down. | |||
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 | bump version in preparation for release | Lennart Poettering | |
2010-11-24 | manager: bump up max number of units to 128K | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=655857 | |||
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-24 | mount: trivial typo fix | Lennart Poettering | |
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-23 | update TODO | Lennart Poettering | |
2010-11-23 | units: simplify shutdown scripts | Lennart Poettering | |
2010-11-23 | logger: fix error handling | Lennart Poettering | |
2010-11-22 | swap: order file-based swap devices after remount-rootfs | Lennart Poettering | |
2010-11-22 | mount_cgroup_controllers: expect 2 items from fscanf() | Kay Sievers | |
2010-11-22 | man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5 | Lennart Poettering | |
2010-11-21 | systemctl: don't return LSB status error codes for systemctl show | Lennart Poettering | |
Use them only for systemctl status. https://bugzilla.redhat.com/show_bug.cgi?id=637183 | |||
2010-11-21 | mount: do not try to mount disable cgroup controllers | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=655222 | |||
2010-11-21 | systemctl: redirect enable/disable to chkconfig if applicable | Lennart Poettering | |
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 | |
2010-11-19 | units: move a couple of units from base.target to sysinit.target | Lennart Poettering | |