Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-10 | build-sys: minor typo fix | Lennart Poettering | |
2012-02-10 | man: make building of man pages optional | Lennart Poettering | |
2012-02-10 | journal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that ↵ | Lennart Poettering | |
we can fake SCM_CREDENTIALS | |||
2012-02-10 | cgroup: fix inverted condition | Michal Schmidt | |
A bug was introduced in acb14d3 "cgroup: when getting cgroup empty notifications, always search up the tree". When the given cgroup is found the hashmap, we should be happy and return it, not go looking up the tree for another one. Fixes the hanging NetworkManager on shutdown for me. | |||
2012-02-10 | logind: make seat device management accessible to normal users/via polkit | Lennart Poettering | |
2012-02-10 | logind: Allow PowerOff/Reboot in default context | Benjamin Franzke | |
2012-02-09 | main: fix reexecution of systemd, use right path to binary | Lennart Poettering | |
2012-02-09 | kmod-setup: fix build with libkmod | Frederic Crozat | |
2012-02-09 | service: imply NotifyAccess=main if WatchdogSec= is used | Lennart Poettering | |
2012-02-09 | man: document restart options | Lennart Poettering | |
2012-02-09 | service: add StartLimitInterval/StartLimitBurst/StartLimitAction | Michael Olbrich | |
2012-02-09 | man: Clarify man page with respect to automatic fstab dependencies | Bill Nottingham | |
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set. | |||
2012-02-09 | install: fix incorrect 'Access denied' message with a non-existent unit | Michal Schmidt | |
With "systemctl is-enabled non-existent.service" _UNIT_FILE_STATE_INVALID (-1) was wrongly interpreted as -errno. Return -ENOENT in this case. https://bugzilla.redhat.com/show_bug.cgi?id=766579 | |||
2012-02-09 | systemctl: check for no more work after chkconfig | Michal Schmidt | |
Avoid a bogus message from 'systemctl enable ...' when all units given are SysV services: Warning: unit files do not carry install information. No operation executed. https://bugzilla.redhat.com/show_bug.cgi?id=787407 | |||
2012-02-09 | service: ignore SIGPIPE by defaultsystemd/v41 | Lennart Poettering | |
2012-02-09 | update TODO | Lennart Poettering | |
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 | |