summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian-units' into debianTollef Fog Heen2012-03-071-1/+1
|\
| * Setup systemd-journald to not read from /proc/kmsg (ImportKernel=no).Michael Biebl2012-02-271-1/+1
* | journal: make sure to refresh window position and pointer after we linked up ...Lennart Poettering2012-03-071-7/+16
|/
* namespace: temporaily reset umask when creating private /tmpLennart Poettering2012-02-151-0/+8
* login: introduce sd_session_get_display()Lennart Poettering2012-02-154-1/+13
* timedate: don't fail if NTP is not installedLennart Poettering2012-02-151-0/+8
* login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering2012-02-144-28/+38
* login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering2012-02-146-5/+76
* path-lookup: search for unit files in /lib/systemd/system only on split /usr ...Lennart Poettering2012-02-141-0/+2
* dbus: update bus addresses to "unixexec:" protocol specifierLennart Poettering2012-02-131-4/+5
* sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ...Lennart Poettering2012-02-132-37/+77
* Fix broken Git repository URLsMichael Biebl2012-02-132-4/+4
* always use /etc/os-release and ignore all distro-specific filesKay Sievers2012-02-131-133/+0
* 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