summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: fix handling of empty files in read_one_line_file()Lennart Poettering2012-02-111-5/+12
* logind: introduce CanReboot/CanPowerOff bus callsLennart Poettering2012-02-117-36/+125
* cgroup: fix inverted conditionMichal Schmidt2012-02-101-1/+1
* logind: make seat device management accessible to normal users/via polkitLennart Poettering2012-02-101-0/+8
* logind: Allow PowerOff/Reboot in default contextBenjamin Franzke2012-02-101-0/+8
* service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering2012-02-091-0/+3
* service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich2012-02-096-6/+89
* install: fix incorrect 'Access denied' message with a non-existent unitMichal Schmidt2012-02-091-1/+1
* systemctl: check for no more work after chkconfigMichal Schmidt2012-02-091-2/+5
* service: ignore SIGPIPE by defaultv41Lennart Poettering2012-02-096-5/+17
* modules-load: resolve aliases before insert modulesDave Reisner2012-02-091-13/+21
* kmod: make GCC shut upLennart Poettering2012-02-092-1/+6
* modules-load: use libkmod rather than modprobeTom Gundersen2012-02-091-37/+33
* kmod-setup: use libkmod rather than modprobeTom Gundersen2012-02-091-28/+40
* ratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabledLennart Poettering2012-02-081-4/+5
* service: set WATCHDOG_USEC environmen variableMichael Olbrich2012-02-081-0/+6
* service: introduce WatchdogSec and hook up the watchdog with the existing fai...Michael Olbrich2012-02-084-2/+50
* systemd: Add systemd.setenv for /proc/cmdline parsing.William Douglas2012-02-081-0/+20
* logind: Terminate bus_login_session_user_propertiesBenjamin Franzke2012-02-071-0/+1
* logind: fix introspection dataLennart Poettering2012-02-071-3/+3
* logind: introduce ActivateSessionOnSeat()Lennart Poettering2012-02-072-0/+43
* ratelimit: fix macro definitionLennart Poettering2012-02-071-1/+1
* main: use a shorter default $PATH if /usr is mergedLennart Poettering2012-02-071-0/+4
* mount: adjust dependencies for remote filesystemsMichal Schmidt2012-02-071-8/+12
* cgroup: when getting cgroup empty notifications, always search up the treeLennart Poettering2012-02-033-8/+55
* path: convert failure field to enumLennart Poettering2012-02-034-12/+53
* swap: replace failure boolean by result enumLennart Poettering2012-02-033-53/+94
* timer: convert failure bool into enumLennart Poettering2012-02-034-12/+46
* automount: convert failure boolean to enumLennart Poettering2012-02-036-18/+54
* mount: replace failure boolean by enumLennart Poettering2012-02-033-74/+124
* socket: replace failure boolean by enumLennart Poettering2012-02-034-78/+122
* service: replace "failure" boolean by enum, and export itLennart Poettering2012-02-034-132/+196
* util: prevent daemon-reload from reaping service processes.Chris Paulson-Ellis2012-02-021-1/+2
* sd-daemon: support for building sd-daemon.c with Bionic (Android)Alvaro Soliverez2012-02-021-0/+4
* manager: tell correctly if the manager is bootingMichal Schmidt2012-02-023-2/+6
* coredump: avoid coredump loops, divert coredump if journald itself is crashingLennart Poettering2012-02-021-11/+84
* exec: include path name of binary we are about to execute when renaming forke...Lennart Poettering2012-02-013-11/+44
* service: add watchdog timestampMichael Olbrich2012-02-014-18/+55
* logind: add GetSessionByPID() bus callLennart Poettering2012-02-012-0/+42
* socket: typo in dump outputMichal Schmidt2012-02-011-1/+1
* logind: if we have to stop a session, kill at least its leaderLennart Poettering2012-01-313-10/+63
* load-fragment: properly parse size values denoted in bytesLennart Poettering2012-01-315-54/+54
* journal: increase compression threshold for objects from 64 to 512Lennart Poettering2012-01-311-1/+1
* login: lock down input devices on extra seatsRay Strode2012-01-311-0/+5
* pkg-config: rootlibexecdir -> systemdutildirKay Sievers2012-01-301-1/+1
* main: don't force text mode in console_setup()Michal Schmidt2012-01-293-7/+13
* logind: make sure we create /var/lib/systemd before using itLennart Poettering2012-01-271-0/+2
* pkg-config: export libexecdir, so that that gdm can use it to find the x serv...Lennart Poettering2012-01-271-0/+1
* socket: if SO_RCVBUFFORCE fails, fall back to SO_RCVBUF, to have at least a l...Lennart Poettering2012-01-271-2/+7
* log: increase socket buffers for logging by defaultLennart Poettering2012-01-274-1/+50