Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno | Lennart Poettering | |
2011-01-05 | tmpfiles: nicer message when two or more conflicting lines are configured ↵ | Lennart Poettering | |
for the same file | |||
2011-01-05 | fragment: properly handle quotes in assignments in EnvironmentFile= files | Lennart Poettering | |
2011-01-05 | sysctl: don't warn if sysctls are gone | Lennart Poettering | |
2011-01-04 | readahead: ignore if files are removed during collection or before replay | Lennart Poettering | |
2011-01-04 | serial: use TERM=vt100 instead of TERM=vt100-nav | Lennart Poettering | |
TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install. | |||
2011-01-04 | systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead | Lennart Poettering | |
2011-01-04 | cryptsetup: call mkswap on dm device, not on source device | Lennart Poettering | |
2011-01-04 | mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵ | Lennart Poettering | |
overridable via configure switch | |||
2011-01-04 | systemctl: drop redundant getenv('LESS') check | Lennart Poettering | |
2011-01-04 | systemctl: spawn pager only for commands that generates long output | Lennart Poettering | |
2011-01-04 | systemctl: make the child the pager, leave systemctl as parent | Lennart Poettering | |
It's nicer if the child process gets reinitialized cleanly instead of the parent process. | |||
2011-01-04 | systemctl: try harder to find a suitable pager | Lennart Poettering | |
2011-01-02 | systemctl: implement auto-pager a la git | Miklos Vajna | |
2011-01-01 | arch: remove welcome message | Tom Gundersen | |
This is now done by os-release downstream. | |||
2011-01-01 | shutdown: drop redundant sync() invocation | Lennart Poettering | |
2011-01-01 | util: invoke sync() implicitly on freeze() | Lennart Poettering | |
Suggested by Tom Gundersen. | |||
2010-12-28 | tmpfiles: ensure we do no follow symlinks when cleaning up dirs | Lennart Poettering | |
Patch suggested by Miloslav Trmac. | |||
2010-12-27 | service: ifdef (more) distro-specific compat logic | Michael 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-24 | pam: 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-23 | mount-setup: drop noexec flag from default mount options for /dev/shm | Lennart Poettering | |
We shouldn't break PROT_EXEC which is a valid mmap() flag. | |||
2010-12-21 | util: properly handle OOM when allocating Debian version string | Lennart Poettering | |
2010-12-21 | debian: 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-16 | service: ifdef distro-specific compat logic | Kay Sievers | |
2010-12-16 | service: drop rc. prefix on frugalware linux | Miklos Vajna | |
2010-12-09 | suse: add 'smtp' LSB facility | 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-29 | build-sys: frugalware linux support | Miklos Vajna | |
2010-11-26 | gnome-ask-password-agent: also support libnotify < 0.7 for now | 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-25 | dbus: use the right data slot allocator | Lennart Poettering | |
Thanks to 'trapni' on IRC for tracking this down. | |||
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 | 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 | 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-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-19 | Revert "Revert "fsck: add new -l switch to fsck mount options"" | Lennart Poettering | |
This reverts commit c8bc83f5eac49f083ae53d965577118c1b5c1116. As Karel pointed out the -l switch doesn't actualy conflict with per-filesystem options, since those can be seperated by -- in the command line. Since -l is here to stay we hence enable it again for now. | |||
2010-11-18 | cryptsetup: actually show disk name | Lennart Poettering | |
2010-11-18 | cryptsetup: show udev device name when asking for password | Lennart Poettering | |
2010-11-18 | sysctl: don't consider missing kernel options fatal | Lennart Poettering | |
2010-11-18 | sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.d | Lennart Poettering | |
2010-11-18 | mount: trivial optimization | Lennart Poettering | |
2010-11-18 | util: introduce /etc/os-release so that distros don't need to patch systemd ↵ | Lennart Poettering | |
to get a welcome message | |||
2010-11-18 | job: make sure we don't fail umount.target if a mount unit failed to stop | Lennart Poettering | |