summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering
2012-05-24swap: avoid bad memory accesssystemd/v183Lennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering
2012-05-24service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVELennart Poettering
2012-05-23man: properly document FsckPassNo= for mount unitsLennart Poettering
2012-05-23manager: rework generator logicLennart Poettering
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering
2012-05-22mount: drop unused functionLennart Poettering
2012-05-22execute: use a much lower idle timeout that default timeLennart Poettering
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering
2012-05-22main: only fall back to /bin/sh in case /sbin/init does not existKay Sievers
2012-05-22switch-root: do not use close old_root_fd after rm_rf_children()Harald Hoyer
2012-05-22main: properly queue default.target after switched rootLennart Poettering
2012-05-22mount: use the same fstab extension option syntax everywhereLennart Poettering
2012-05-22service: fix auto-restart handling in service_start()David Ward
2012-05-22service: fix auto-restart handling in service_stop()David Ward
2012-05-22service: actually delay auto-restart if another job is pendingDavid Ward
2012-05-21main: allow system wide limits for servicesFrederic Crozat
2012-05-21main: rename a few fix to follow general naming styleLennart Poettering
2012-05-21switch-root: move switch_root() call into its own .c fileLennart Poettering
2012-05-21main: do_switch_root() do not recursively remove across device boundariesHarald Hoyer
2012-05-21core/main.c: handle the initrd timestamp differently, if in the initrdHarald Hoyer
2012-05-21core/main.c: do_switch_root(): do not remove the old root if not in initrdHarald Hoyer
2012-05-21core/main.c: add "--switchedroot" parameterHarald Hoyer
2012-05-21manager: only serialize the timestamps for the initramfs if in_initrd()Harald Hoyer
2012-05-21main: corrected do_switch_root()Harald Hoyer
2012-05-21sd-pam: Drop uid so parent signal arrives at child.Auke Kok
2012-05-21main: try a bit harder to find an init process to execute after reexec/switch...Lennart Poettering
2012-05-21service: make the fsck pass no configurableLennart Poettering
2012-05-21cryptsetup: a few simplificationsLennart Poettering
2012-05-21hostname-setup: also consider (Ε„one) an unset hostnameLennart Poettering
2012-05-21unit: introduce RequiredBy= setting in [Install], to complement WantedBy=Lennart Poettering
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering
2012-05-21dbus-unit: always load the unit before handling a message for itMichal Schmidt
2012-05-16switch-root: check for absolute pathsLennart Poettering
2012-05-14namespace: make PrivateTmp= apply to both /tmp and /var/tmpLennart Poettering
2012-05-14core: add extra safety check before switching rootLennart Poettering
2012-05-14job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt
2012-05-14job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-14unit: print the color status marks on the leftMichal Schmidt
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt
2012-05-14job: only jobs on the runqueue can be runMichal Schmidt
2012-05-09dbus-manager: fix tainted stringMichal Schmidt
2012-05-09main: fix uninitialized variableMichal Schmidt
2012-05-09main: fix assertion failure due to use of ELEMENTSOF on a non-arrayMichal Schmidt
2012-05-09manager: introduce SwitchRoot bus call for initrd/main transitionLennart Poettering
2012-05-08main: simplify+unify logic for parsing runtime booleansLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers