summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau...Lennart Poettering2011-04-192-7/+77
* mount: make device timeout configurableLennart Poettering2011-04-161-0/+39
* cryptsetup: do not order crypto DM devices against the cryptsetup serviceLennart Poettering2011-04-161-1/+1
* socket: reuse existing FIFOsLennart Poettering2011-04-161-1/+1
* socket: guarantee order in which sockets are passed to be the one of the conf...Lennart Poettering2011-04-162-8/+7
* systemctl: always consider unit files with no [Install] section but stored in...Lennart Poettering2011-04-162-14/+24
* job: also print status messages when we successfully started a unitLennart Poettering2011-04-161-6/+47
* hostnamed: add reference to SMBIOS specsLennart Poettering2011-04-161-2/+9
* man: runlevel 5 is usually more comprehensive, so use it instead of 3 to dete...Lennart Poettering2011-04-161-1/+1
* polkit: follow the usual syntax for polkit actionsLennart Poettering2011-04-161-2/+2
* hostnamed: introduce systemd-hostnamedLennart Poettering2011-04-1616-16/+1099
* units: wording fixLennart Poettering2011-04-161-1/+1
* units: order quotacheck after remount-rootfsLennart Poettering2011-04-163-3/+3
* hostname: split out hostname validation into util.cLennart Poettering2011-04-163-30/+69
* cryptsetup: simplificationsLennart Poettering2011-04-161-4/+9
* dbus: split out object management code into dbus-common, and simplify itLennart Poettering2011-04-1621-738/+726
* strv: properly override settings in env_append()Lennart Poettering2011-04-161-1/+4
* strv: detect non-assignments in env blocks properly in env_append()Lennart Poettering2011-04-161-2/+10
* strv: handle empty lists in strv_copy() properlyLennart Poettering2011-04-161-3/+4
* util: truncate newline inside of read_one_line_file() alreadyLennart Poettering2011-04-163-15/+6
* util: modernize get_parent_of_pid() a bitLennart Poettering2011-04-161-2/+2
* crypto: let the cryptsetup binary handles its own configurable timeoutsLennart Poettering2011-04-162-1/+2
* logger,initctl: use global exit timeoutLennart Poettering2011-04-163-4/+8
* ask-password: use default timeoutLennart Poettering2011-04-162-2/+4
* manager: drop all pending jobs when isolatingLennart Poettering2011-04-161-2/+16
* manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering2011-04-1611-10/+37
* units: never pull in sysinit from utmp, so that we can shutdown from emergenc...Lennart Poettering2011-04-163-2/+5
* cryptsetup: add trailing \nLennart Poettering2011-04-161-2/+2
* manager: downgrade a few log messagesLennart Poettering2011-04-161-3/+3
* units: require syslog.socket from the logger because we simply fail if we don...Lennart Poettering2011-04-161-0/+1
* logger: adjust socket description to match serviceLennart Poettering2011-04-161-1/+1
* units: set stdout of kmsg syslogd to /dev/nullLennart Poettering2011-04-161-0/+1
* units: add --no-block when starting normal service after shell exitedLennart Poettering2011-04-162-2/+2
* update TODOKay Sievers2011-04-141-9/+17
* ask-password: use kill(PID, 0) before querying a passwordLennart Poettering2011-04-131-0/+7
* ask-password: support passwords without timeoutsLennart Poettering2011-04-135-13/+24
* ask-password: always send final NUL charLennart Poettering2011-04-132-11/+9
* ask-password: properly accept empty passwords from agentLennart Poettering2011-04-131-1/+7
* unit: skip default cgroup setup if we have no hierarchy to work onLennart Poettering2011-04-131-0/+3
* units: isolate emergency.target instead of emergency.service when we fail to ...Lennart Poettering2011-04-131-1/+1
* mount: don't pull in stdio logger for root mount unitLennart Poettering2011-04-131-1/+5
* cgroup: be nice to Ingo MolnarLennart Poettering2011-04-122-3/+8
* pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is setLennart Poettering2011-04-121-10/+11
* pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROLLennart Poettering2011-04-123-7/+37
* socket: try creating a socket under our own identity if we have no perms to c...Lennart Poettering2011-04-121-2/+4
* socket: fix check for SEQPACKETLennart Poettering2011-04-121-1/+1
* execute: don't fail if we cannot fix OOM in a containerLennart Poettering2011-04-122-1/+4
* analyze: fix typoLennart Poettering2011-04-121-1/+1
* unit: fix dump outputLennart Poettering2011-04-101-1/+1
* socket: be a bit more verbose when refusing to start a socket unitLennart Poettering2011-04-101-2/+6