summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: bump releasev36Lennart Poettering2011-09-232-2/+2
* readahead: opt out of bridge logging for readahead in order not to delay thin...Lennart Poettering2011-09-232-0/+2
* service: fix up std output/error before we add dependencies to the bridge socketLennart Poettering2011-09-231-2/+2
* virt: add missing header inclusionLennart Poettering2011-09-235-0/+5
* condition: optionally test against type of virtualization (vm vs. container)Lennart Poettering2011-09-232-9/+26
* util: move virtualization detection into its own files, and extend return codesLennart Poettering2011-09-2312-275/+362
* analyze: report startup time in plot mode as wellKoen Kooi2011-09-231-0/+12
* analyze: always draw 1s marker for scaleKoen Kooi2011-09-231-2/+2
* unit: fix complementing of requirement deps with After deps for targetsMichal Schmidt2011-09-231-1/+1
* util: don't fail if no id was passed to detect_container()Lennart Poettering2011-09-231-3/+9
* util: detect systemd-nspawn without relying on ns cgroup treeLennart Poettering2011-09-233-11/+62
* nspawn: set env var container=systemd-nspawn, following the scheme lxc introd...Lennart Poettering2011-09-231-4/+5
* loginctl: fix typoLennart Poettering2011-09-231-1/+1
* llvm-analyze: change a few things to make llvm-analyze show fewer false posit...Lennart Poettering2011-09-234-6/+13
* llvm-analyze: fix some bugs found by llvm-analyzeLennart Poettering2011-09-233-20/+30
* util: improve signal_to_string, signal_from_stringMichal Schmidt2011-09-234-9/+48
* manager: fix job mode for SIGRTMIN+1, +2Michal Schmidt2011-09-231-2/+3
* condition: fix reversed tests if path does not exist at allMichal Schmidt2011-09-231-3/+3
* coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering2011-09-238-55/+42
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-09-2315-13/+36
* units: fix rescue.service race with plymouthMichal Schmidt2011-09-221-1/+1
* man: document that PathChanged= does not care for simple writes but only for ...Lennart Poettering2011-09-221-1/+5
* unit: don't recheck conditions when a unit is already starting but unit_start...Lennart Poettering2011-09-221-6/+10
* man: document pkg-config line for sd-daemonLennart Poettering2011-09-221-1/+7
* man: document that sd-daemon.[ch] is now available as shared libraryLennart Poettering2011-09-226-55/+85
* service: warn if a service fails to write its PID fileMichal Schmidt2011-09-221-6/+10
* update TODOLennart Poettering2011-09-221-4/+2
* selinux: reopen log when loading the SELinux policy failsLennart Poettering2011-09-221-2/+4
* service: if StandardInput=socket and StandardOutput=inherit imply socket for ...Lennart Poettering2011-09-222-9/+24
* udev: asynchronously mount fuse/confifgs as soon as the kmods are loadedLennart Poettering2011-09-221-0/+9
* units: introduce unit file for FUSE fsLennart Poettering2011-09-223-0/+25
* units: In MeeGo there was more than one ExecStart lines present that caused s...Marko Saukko2011-09-211-2/+2
* mount: pull in quota tools from fstab lines with 'quota' option, tooLennart Poettering2011-09-212-1/+6
* job: after converting a job from restart to start readd it to run queueLennart Poettering2011-09-211-1/+4
* update TODOKay Sievers2011-09-211-1/+13
* units: we don't need to check whether /sys/kernel/security is already mounted...Lennart Poettering2011-09-211-1/+0
* update TODOLennart Poettering2011-09-211-0/+2
* units: drop automount unit for /dev/hugepagesLennart Poettering2011-09-214-28/+4
* units: drop automount unit for /dev/mqueueLennart Poettering2011-09-214-20/+6
* units: drop automount unit for /sys/kernel/securityLennart Poettering2011-09-213-19/+5
* units: drop automount unit for /sys/kernel/debugLennart Poettering2011-09-215-22/+9
* units: drop /sys/kernel/config automount unitLennart Poettering2011-09-214-19/+15
* modules-load: filter out double modulesLennart Poettering2011-09-211-0/+1
* service: minor change in service_load_pid_file return valueMichal Schmidt2011-09-211-2/+2
* condition: add ConditionPathIsSymbolicLinkMichal Schmidt2011-09-216-3/+23
* condition: always follow symlinks for condition checks, to mimic testLennart Poettering2011-09-212-7/+7
* service: handle forking services that move to a new PIDMichal Schmidt2011-09-211-3/+15
* units: don't initialize automount point for securityfs if the initrd already ...Lennart Poettering2011-09-211-0/+1
* unit: introduce ConditionPathIsMountPoint=Lennart Poettering2011-09-216-19/+45
* man: document which condition tests follow symlinksMichal Schmidt2011-09-201-17/+16