summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-28tmpfiles: ensure we do no follow symlinks when cleaning up dirsLennart Poettering
Patch suggested by Miloslav Trmac.
2010-12-27service: ifdef (more) distro-specific compat logicMichael Biebl
This should make it easier to get rid of that compat code later and avoids problems like stripping of rc. from /etc/init.d/rc.local on Debian.
2010-12-25update TODOLennart Poettering
2010-12-24pam: do not sort user sessions into their own cgroups in the 'cpu' hierarchy ↵Lennart Poettering
by default While this offers quite a few benefits for normally scheduled processes this breaks RT scheduling for all user processes, since we do not assign an RT share to the cgroups created via this mechanism. If the user cgroups have no RT share assigned no member process can make use of RT functionality. However, software like JACK and PA/rtkit assume that RT is available in some way or another, either via RLIMIT_RTPRIO or via some privileged service. Creating implicit cpu cgroups but not adding RT shares to them hence breaks these applications. There is no sane way to implicitly add RT shares to these groups, since they are pulled from a global, limited pool and it would hence be very hard to make this work without limiting the number of concurrent sessions, or constantly rewriting the cpu share settings of already logged in session cgroups. Most likely this issue needs to be fixed in-kernel because we can enable this feature by default again.
2010-12-23mount-setup: drop noexec flag from default mount options for /dev/shmLennart Poettering
We shouldn't break PROT_EXEC which is a valid mmap() flag.
2010-12-21util: properly handle OOM when allocating Debian version stringLennart Poettering
2010-12-21debian: Prefix welcome string with "Debian "Michael Biebl
For stable releases /etc/debian_version only contains a version number, so we add a prefix "Debian ".
2010-12-20Fix misspellings in os-release manpage and hwclock-load.serviceMiklos Vajna
2010-12-16Frugalware: start gettys after local.serviceMiklos Vajna
2010-12-16service: ifdef distro-specific compat logicKay Sievers
2010-12-16service: drop rc. prefix on frugalware linuxMiklos Vajna
2010-12-16man: daemon - fix misspellingsMiklos Vajna
2010-12-15update TODOKay Sievers
2010-12-10systemd.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-09suse: add 'smtp' LSB facilityKay Sievers
2010-12-07man: modules-load.d - fix misspellingsMiklos Vajna
2010-12-01update READMEKay Sievers
2010-12-01update TODOKay Sievers
2010-12-01path: fix watching the root directoryMichal 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-01src/quotacheck.c: Fix typoOzan Çağlayan
Fix quota misspelling in quotacheck.c Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
2010-11-30man: systemctl - clarify condrestart, force-reloadRan Benita
2010-11-29build-sys: frugalware linux supportMiklos Vajna
2010-11-28man: systemctl - spelling fixesRan Benita
2010-11-27Ensure LIBNOTIFY07 conditional is always setMichael Biebl
Also use PKG_CHECK_EXISTS to test if libnotify is recent enough
2010-11-26update READMEKay Sievers
2010-11-26Create convenience library libsystemd_daemon.la for sd-daemon.cMichael Biebl
Instead of compiling sd-daemon.c 10 times, create a noinst convenience library libsystemd_daemon.la.
2010-11-26gnome-ask-password-agent: also support libnotify < 0.7 for nowKay Sievers
2010-11-26update TODOKay Sievers
2010-11-26udev: make sure we aleways read from netlink, if there is dataKay Sievers
2010-11-26udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devicesKay Sievers
2010-11-26update TODOLennart Poettering
2010-11-26update TODOLennart Poettering
2010-11-25update TODOKay Sievers
2010-11-25update TODOKay Sievers
2010-11-25build-sys: prepare release 15systemd/v15Lennart Poettering
2010-11-25dbus: use the right data slot allocatorLennart Poettering
Thanks to 'trapni' on IRC for tracking this down.
2010-11-25units: Remove Gentoo specific xdm.servicesystemd/v14Gustavo 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-24bump version in preparation for releaseLennart Poettering
2010-11-24manager: bump up max number of units to 128KLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=655857
2010-11-24build-sys: get rid of special fedor install targetLennart Poettering
2010-11-24build-sys: distribute introspect.awkThierry Reding
2010-11-24build-sys: fix out-of-tree buildThierry 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-24mount: trivial typo fixLennart Poettering
2010-11-23build-sys: allow cross-compilationThierry 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-23update TODOLennart Poettering
2010-11-23units: simplify shutdown scriptsLennart Poettering
2010-11-23logger: fix error handlingLennart Poettering
2010-11-22swap: order file-based swap devices after remount-rootfsLennart Poettering
2010-11-22mount_cgroup_controllers: expect 2 items from fscanf()Kay Sievers
2010-11-22man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5Lennart Poettering