summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=678555
2011-04-20socket: log more information about invalid poll eventsLennart Poettering
2011-04-20MeeGo supportChris E Ferron
This commit consists of the initial work to include MeeGo as a ported distribution for systemd. The majority of the changes are small configuration additions to auto tools, so that MeeGo is identified as a valid distribution option. Some small deviations will be noticed between the configuration of MeeGo and other distributions. As MeeGo is a distribution striving for compliancy to support its near embedded attributes and target users, there is less user configuration options available by default. Most services will be enabled by systemd as part of the distribution requirements, and as such most links and service files will be pre-setup for the MeeGo distribution. As much of this is going to be done within the MeeGo distribution packaging this is still noteworthy to mention, as it explains why in systemd you will observe configuration differences where the MeeGo distribution removes all links in the pkgsysconfdir for instance. MeeGo will be user configurable if there is desire, but most services will be enabled by the distribution as designated by the MeeGo compliancy standards. Other changes are in source to add such areas as meego-release defined in utils, and hostname in hostname-setup, defining vconsole-setup, localizations and rescue additions as needed. As this is all ground work, MeeGo will continue to strive for complete compatibility.
2011-04-20mount,crypto: rework meaning of noauto/nofailLennart Poettering
2011-04-19manager: when running in test mode, do not write generated unit files to ↵Lennart Poettering
/run/systemd/generator
2011-04-19mount: properly parse timeouts options in the middle of the stringLennart Poettering
2011-04-19hostnamed: improve error loggingLennart Poettering
2011-04-19execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by ↵Lennart Poettering
default. Get that temporarily when dropping capabilities for good
2011-04-16mount: make device timeout configurableLennart Poettering
2011-04-16cryptsetup: do not order crypto DM devices against the cryptsetup serviceLennart Poettering
2011-04-16socket: reuse existing FIFOsLennart Poettering
2011-04-16socket: guarantee order in which sockets are passed to be the one of the ↵Lennart Poettering
configuration file
2011-04-16systemctl: always consider unit files with no [Install] section but stored ↵Lennart Poettering
in /lib enabled
2011-04-16job: also print status messages when we successfully started a unitLennart Poettering
2011-04-16hostnamed: add reference to SMBIOS specsLennart Poettering
2011-04-16polkit: follow the usual syntax for polkit actionsLennart Poettering
2011-04-16hostnamed: introduce systemd-hostnamedLennart Poettering
http://www.freedesktop.org/wiki/Software/systemd/hostnamed
2011-04-16hostname: split out hostname validation into util.cLennart Poettering
2011-04-16cryptsetup: simplificationsLennart Poettering
2011-04-16dbus: split out object management code into dbus-common, and simplify itLennart Poettering
2011-04-16strv: properly override settings in env_append()Lennart Poettering
2011-04-16strv: detect non-assignments in env blocks properly in env_append()Lennart Poettering
2011-04-16strv: handle empty lists in strv_copy() properlyLennart Poettering
2011-04-16util: truncate newline inside of read_one_line_file() alreadyLennart Poettering
2011-04-16util: modernize get_parent_of_pid() a bitLennart Poettering
2011-04-16crypto: let the cryptsetup binary handles its own configurable timeoutsLennart Poettering
2011-04-16logger,initctl: use global exit timeoutLennart Poettering
2011-04-16ask-password: use default timeoutLennart Poettering
2011-04-16manager: drop all pending jobs when isolatingLennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵Lennart Poettering
around when isolating
2011-04-16cryptsetup: add trailing \nLennart Poettering
2011-04-16manager: downgrade a few log messagesLennart Poettering
2011-04-13ask-password: use kill(PID, 0) before querying a passwordLennart Poettering
2011-04-13ask-password: support passwords without timeoutsLennart Poettering
2011-04-13ask-password: always send final NUL charLennart Poettering
2011-04-13ask-password: properly accept empty passwords from agentLennart Poettering
2011-04-13unit: skip default cgroup setup if we have no hierarchy to work onLennart Poettering
2011-04-13mount: don't pull in stdio logger for root mount unitLennart Poettering
2011-04-12cgroup: be nice to Ingo MolnarLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=628004
2011-04-12pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is setLennart Poettering
2011-04-12pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROLLennart Poettering
2011-04-12socket: try creating a socket under our own identity if we have no perms to ↵Lennart Poettering
consult the selinux database
2011-04-12socket: fix check for SEQPACKETLennart Poettering
2011-04-12execute: don't fail if we cannot fix OOM in a containerLennart Poettering
2011-04-12analyze: fix typoLennart Poettering
2011-04-10unit: fix dump outputLennart Poettering
2011-04-10socket: be a bit more verbose when refusing to start a socket unitLennart Poettering
2011-04-10socket: support netlink socketsLennart Poettering
2011-04-10path: optionally, create watched directories in .path unitsLennart Poettering
2011-04-10tmpfiles: don't warn if two identical lines are configuredLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=690253