Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | systemctl: forward untrusted user reboot, poweroff requests to logind | Kay Sievers | |
2012-02-29 | systemd-journald: fix endianess bug | Dirk Eibach | |
2012-02-21 | systemd-analyze: read /etc/os-release | Kay Sievers | |
2012-02-20 | update TODO | Lennart Poettering | |
2012-02-20 | update TODO | Lennart Poettering | |
2012-02-15 | man: systemd.special no longer needs sed logic | Lennart Poettering | |
2012-02-15 | login: document new sd_session_get_xxx() calls | Lennart Poettering | |
2012-02-15 | units: reword rescue/emergency mode message to fit in 80chars | Lennart Poettering | |
2012-02-15 | systemctl: introduce systemctl reboot -ff | Lennart Poettering | |
2012-02-15 | machine-id: initialize vom qemu/kvm -uuid parameter if available | Lennart Poettering | |
2012-02-15 | build-sys: prepare release of 43systemd/v43 | Lennart Poettering | |
2012-02-15 | namespace: temporaily reset umask when creating private /tmp | Lennart Poettering | |
2012-02-15 | login: introduce sd_session_get_display() | Lennart Poettering | |
2012-02-15 | update TODO | Lennart Poettering | |
2012-02-15 | timedate: don't fail if NTP is not installed | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=790260 | |||
2012-02-14 | login: add new sd_session_get_type() and sd_session_get_class API calls | Lennart Poettering | |
2012-02-14 | login: track login class (i.e. one of "user", "greeter", "lock-screen") for ↵ | Lennart Poettering | |
each session This introduces the new PAM environment variable XDG_SESSION_CLASS. If not set, defaults to "user". This is useful for apps that want to distuingish real user logins from "fake" ones which just exist to show a gdm login screen or a lock screen. | |||
2012-02-14 | update TODO | Kay Sievers | |
2012-02-14 | man: define more precisely the format of /etc/os-release | Lennart Poettering | |
2012-02-14 | man: document CPE field in os-release file | Lennart Poettering | |
2012-02-14 | path-lookup: search for unit files in /lib/systemd/system only on split /usr ↵ | Lennart Poettering | |
systems | |||
2012-02-13 | dbus: update bus addresses to "unixexec:" protocol specifier | Lennart Poettering | |
The new protocol specified that we are settling on is "unixexec:" rather than just "exec:", hence let's update our code accordingly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2012-02-13 | sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ↵ | Lennart Poettering | |
work on objects of the calling process | |||
2012-02-13 | man: we don't support systems without /etc/os-release anymore | Lennart Poettering | |
2012-02-13 | man: it's probably a good idea to wrap the ANSI color in quotes, in order to ↵ | Lennart Poettering | |
allow proper shell parsing of the semicolon | |||
2012-02-13 | Fix broken Git repository URLs | Michael Biebl | |
2012-02-13 | TODO | Lennart Poettering | |
2012-02-13 | configure.ac: fix whitespace | Kay Sievers | |
2012-02-13 | always use /etc/os-release and ignore all distro-specific files | Kay Sievers | |
The text mode welcome message will only show the distro name stored in /etc/os-release and no longer read any distro-specific files. If /etc/os-release does not exist, 'Linux' will be printed. When the source tree is is ./configure'd, only /etc-os-release is read to guess the distro to build for. If /etc/os-release does not exist, --with-distro= needs to be specified. | |||
2012-02-13 | build-sys: simplify ENABLE_MANPAGES | Kay Sievers | |
2012-02-13 | build-sys: do not use split-/usr in distcheck | Kay Sievers | |
2012-02-11 | build-sys: publish man pages also on fdosystemd/v42 | Lennart Poettering | |
2012-02-11 | build-sys: prepare 42 | Lennart Poettering | |
2012-02-11 | TODO | Lennart Poettering | |
2012-02-11 | l10n: Updated Polish translation | Piotr Drąg | |
2012-02-11 | build-sys: Support explicitly specifying --enable-split-usr. | Michał Górny | |
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45875 | |||
2012-02-11 | util: fix handling of empty files in read_one_line_file() | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=45362 | |||
2012-02-11 | logind: introduce CanReboot/CanPowerOff bus calls | Lennart Poettering | |
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. |