summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v208' into fuddlebaserock/ps/update-linux-v3.12-systemd-v208Paul Sherwood2013-11-17353-10645/+25345
|\
| * cgroup: there's no point in labelling cgroupfs dirs, so let's not do thatv208Lennart Poettering2013-10-022-80/+41
| * hashmap: randomize hash functions a bitLennart Poettering2013-10-013-40/+84
| * logind: remove fbdev session-device supportDavid Herrmann2013-10-012-17/+2
| * logind: send PropertyChanged during deactivationDavid Herrmann2013-10-011-1/+3
| * logind: check whether first drmSetMaster succeededDavid Herrmann2013-10-011-7/+23
| * logind: fix session-device dbus notifyDavid Herrmann2013-10-011-4/+8
| * kernel-install: add compat with 'installkernel'Tom Gundersen2013-10-011-3/+9
| * core: whenever a new PID is passed to us, make sure we watch itLennart Poettering2013-10-011-6/+15
| * util.c: ignore pollfd.revent for loop_read/loop_writeChen Jie2013-10-011-4/+8
| * systemctl: remove legacy upstart compatibilityCristian Rodríguez2013-10-011-93/+0
| * smack-setup: fix path to Smack/CIPSO mappingsPatrick McCarty2013-10-011-1/+1
| * hashmap: size hashmap bucket array dynamicallyLennart Poettering2013-10-013-38/+143
| * local: fix memory leak when putting together locale settingsLennart Poettering2013-10-014-21/+30
| * main: don't free fds array twiceLennart Poettering2013-10-011-0/+1
| * logs-show.c: show all messages for a sliceZbigniew Jędrzejewski-Szmek2013-10-011-0/+22
| * set IgnoreOnIsolate=true for systemd-cryptsetup@.serviceAndrey Borzenkov2013-09-291-0/+1
| * Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek2013-09-292-53/+36
| * kernel-install: avoid using 'cp --preserve'Tom Gundersen2013-09-271-1/+3
| * Do not use unitialized variable and remove duplicated lineZbigniew Jędrzejewski-Szmek2013-09-272-3/+2
| * swap: properly expose timeout property on the busLennart Poettering2013-09-271-0/+1
| * dbus: fix introspection for TimerSlackNSecLennart Poettering2013-09-271-1/+1
| * systemctl: make sure set-property mangles unit namesLennart Poettering2013-09-271-2/+7
| * core: drop some out-of-date references to cgroup settingsLennart Poettering2013-09-263-30/+1
| * logind: never consider a closing session relevant for PK checksLennart Poettering2013-09-261-0/+1
| * main: set umask before creating any filesMike Gilbert2013-09-261-5/+5
| * logind: if a user is sitting in front of the computer and can shutdown the ma...Lennart Poettering2013-09-261-1/+1
| * core: rework how we match mount units against each otherLennart Poettering2013-09-2617-395/+309
| * unit-name: when escaping a path consider the empty path identical to the root...Lennart Poettering2013-09-261-1/+1
| * util: properly handle the root dir in PATH_FOREACH_PREFIXLennart Poettering2013-09-262-5/+38
| * cgroup: when referencing cgroup controller trees allow omission of the pathLennart Poettering2013-09-262-13/+24
| * Move part of logind.c into a separate fileZbigniew Jędrzejewski-Szmek2013-09-262-484/+514
| * Move functions around to fix underlinking in test-machine-tablesZbigniew Jędrzejewski-Szmek2013-09-262-46/+46
| * journald: accept EPOLLERR from /dev/kmsgZbigniew Jędrzejewski-Szmek2013-09-261-5/+15
| * test-hashmap: fix access to uninitialized memoryZbigniew Jędrzejewski-Szmek2013-09-261-3/+5
| * execute.c: little modernizationZbigniew Jędrzejewski-Szmek2013-09-261-9/+18
| * util: add macro for iterating through all prefixes of a pathLennart Poettering2013-09-253-22/+34
| * cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering2013-09-259-70/+118
| * logind: return -EINVAL when PID is wrongLukas Nykryn2013-09-241-2/+6
| * support acpi firmware performance data (FPDT)Kay Sievers2013-09-2411-92/+380
| * shared: device-nodes - add include guardKay Sievers2013-09-243-2/+5
| * cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...Lennart Poettering2013-09-231-1/+5
| * Fix obsolete references to systemd-random-seed-load.serviceEelco Dolstra2013-09-231-1/+1
| * logind: put correct user object paths in introspection dataMantas Mikulėnas2013-09-201-1/+1
| * systemctl: Avoid ellipsizing when piping outputDave Reisner2013-09-191-2/+8
| * Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek2013-09-193-20/+62
| * fix grammatical errorDave Reisner2013-09-191-1/+1
| * nspawn: be less liberal about creating bind mount destinationsDave Reisner2013-09-191-1/+28
| * test-utf8: add more tests for public functionsDave Reisner2013-09-191-0/+34
| * device-nodes: move device node specific code to own fileDave Reisner2013-09-198-79/+158