Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | journal: limit caps we pass to journald | Lennart Poettering | |
2012-02-09 | modules-load: resolve aliases before insert modules | Dave Reisner | |
This keeps behavior in line calling /sbin/modprobe -- aliases will be resolved to the relevant modules, and errors from inserting modules which are already loaded are ignored. | |||
2012-02-09 | build-sys: get rid of a few unnecessary AC_SUBST calls | Lennart Poettering | |
2012-02-09 | kmod: make GCC shut up | Lennart Poettering | |
2012-02-09 | man: document x-systemd-device-timeout= | Lennart Poettering | |
2012-02-09 | build-sys: prepare release 41 | Lennart Poettering | |
2012-02-09 | man: fix XML | Lennart Poettering | |
Spotted by Sergey Ptashnick. | |||
2012-02-09 | modules-load: use libkmod rather than modprobe | Tom Gundersen | |
2012-02-09 | kmod-setup: use libkmod rather than modprobe | Tom Gundersen | |
2012-02-08 | update TODO | Lennart Poettering | |
2012-02-08 | ratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabled | Lennart Poettering | |
2012-02-08 | man: document the WATCHDOG_USEC environment variable | Lennart Poettering | |
2012-02-08 | service: set WATCHDOG_USEC environmen variable | Michael Olbrich | |
2012-02-08 | service: introduce WatchdogSec and hook up the watchdog with the existing ↵ | Michael Olbrich | |
failure logic | |||
2012-02-08 | man: document systemd.setenv= | Lennart Poettering | |
2012-02-08 | systemd: Add systemd.setenv for /proc/cmdline parsing. | William Douglas | |
Check for systemd.setenv when parsing /proc/cmdline. ex: systemd.setenv=PATH=/opt/bin | |||
2012-02-08 | move /usr/bin/systemd to /usr/lib/systemd/systemd | Kay Sievers | |
2012-02-07 | logind: Terminate bus_login_session_user_properties | Benjamin Franzke | |
Fixes segfault in systemd-logind, triggered by: systemd-loginctl show-session $XDG_SESSION_ID. Bug introduced by d200735e13c52dcfe36c0e066f9f6c2fbfb85a9c, so only systemd v39 is affected. | |||
2012-02-07 | logind: fix introspection data | Lennart Poettering | |
2012-02-07 | logind: introduce ActivateSessionOnSeat() | Lennart Poettering | |
2012-02-07 | ratelimit: fix macro definition | Lennart Poettering | |
2012-02-07 | main: use a shorter default $PATH if /usr is merged | Lennart Poettering | |
2012-02-07 | configure: it makes no sense to install systemd with stow | Lennart Poettering | |
2012-02-07 | update TODO | Lennart Poettering | |
2012-02-07 | mount: adjust dependencies for remote filesystems | Michal Schmidt | |
Currently remote mounts automatically get: After=remote-fs-pre.target network.target remote-fs-pre.target is already After=network.target. Just make sure remote-fs-pre.target is pulled in by remote-fs.target if any remote filesystems are configured. For the mount units it is then sufficient to get: After=remote-fs-pre.target Later NetworkManager will hook its NM-wait-online.service into remote-fs-pre.target.wants in order to remove the need for the administrator to enable the service manually when he has any remote filesystems. https://bugzilla.redhat.com/show_bug.cgi?id=787314 | |||
2012-02-07 | NEWS: updatesystemd/v40 | Lennart Poettering | |
2012-02-07 | build-sys: bump release | Lennart Poettering | |
2012-02-07 | autogen.sh: detect historic split-system-directories and add root options | Kay Sievers | |
2012-02-03 | cgroup: when getting cgroup empty notifications, always search up the tree | Lennart Poettering | |
2012-02-03 | path: convert failure field to enum | Lennart Poettering | |
2012-02-03 | swap: replace failure boolean by result enum | Lennart Poettering | |
2012-02-03 | timer: convert failure bool into enum | Lennart Poettering | |
2012-02-03 | automount: convert failure boolean to enum | Lennart Poettering | |
2012-02-03 | mount: replace failure boolean by enum | Lennart Poettering | |
2012-02-03 | socket: replace failure boolean by enum | Lennart Poettering | |
2012-02-03 | service: replace "failure" boolean by enum, and export it | Lennart Poettering | |
This should give admins more useful hints why a service failed. | |||
2012-02-03 | update TODO | Lennart Poettering | |
2012-02-02 | util: prevent daemon-reload from reaping service processes. | Chris Paulson-Ellis | |
The reaping of generator processes run as part of a daemon-reload should not call waitid(PID_ALL). The waitid() call in execute_directory() is intended only to reap the executed processes, but if a service process exits at about the same time as a daemon-reload, then that service process is reaped as well, preventing it from being reaped in the proper place in manager_dispatch_sigchld(). Fixes https://bugs.freedesktop.org/show_bug.cgi?id=43625 | |||
2012-02-02 | sd-daemon: support for building sd-daemon.c with Bionic (Android) | Alvaro Soliverez | |
sd-daemon.h is a drop-in file, so we should make sure it doesn't break builds for anybody. https://bugs.freedesktop.org/show_bug.cgi?id=42675 | |||
2012-02-02 | manager: tell correctly if the manager is booting | Michal Schmidt | |
The assumption that the initial job is the job with id==1 is incorrect. Some jobs may be enqueued before the job that starts the default unit as in this example: -.mount changed dead -> mounted Trying to enqueue job quotacheck.service/start/fail Installed new job quotacheck.service/start as 1 Installed new job systemd-stdout-syslog-bridge.socket/start as 2 Enqueued job quotacheck.service/start as 1 Trying to enqueue job quotaon.service/start/fail Installed new job quotaon.service/start as 5 Enqueued job quotaon.service/start as 5 Activating default unit: default.target Trying to enqueue job graphical.target/start/replace This fixes a bug where displaying of boot status messages was turned off too early. | |||
2012-02-02 | man: document that we support tcpwrappers only for access control | Lennart Poettering | |
We do not support, and explicitly never want to support environment variable settings and suchlike in tcpwrappers. https://bugs.freedesktop.org/show_bug.cgi?id=45143 | |||
2012-02-02 | coredump: avoid coredump loops, divert coredump if journald itself is crashing | Lennart Poettering | |
2012-02-01 | exec: include path name of binary we are about to execute when renaming ↵ | Lennart Poettering | |
forked off processes Immediately after forking off a process change the comm name and argv[0] to "(foobar)" where "foobar" is the basename of the path we are about to execute. This should be useful when charting boot progress. | |||
2012-02-01 | service: add watchdog timestamp | Michael Olbrich | |
This patch adds WatchdogTimestamp[Monotonic] to the systemd service D-Bus API. The timestamp is updated to the current time when the service calls 'sd_nofity("WATCHDOG=1\n")'. Using a timestamp instead of an 'alive' flag has two advantages: 1. No timeout is needed to define when a service is no longer alive. This simplifies both configuration (no timeout value) and implementation (no timeout event). 2. It is more robust. A 'dead' service might not be detected should systemd 'forget' to reset an 'alive' flag. It is much less likely to get a valid new timestamp if a service died. | |||
2012-02-01 | logind: add GetSessionByPID() bus call | Lennart Poettering | |
2012-02-01 | socket: typo in dump output | Michal Schmidt | |
2012-01-31 | logind: if we have to stop a session, kill at least its leader | Lennart Poettering | |
2012-01-31 | update TODO | Lennart Poettering | |
2012-01-31 | load-fragment: properly parse size values denoted in bytes | Lennart Poettering | |
2012-01-31 | journal: increase compression threshold for objects from 64 to 512 | Lennart Poettering | |
Apparently the perfomance price for compression is to steep to apply it for all objects >= 64 and < 512 in size, as measured by Arjan Van De Ven, hence increase the threshold to 512 which yields better results. |