summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2012-06-04remove support for deprecated /proc/self/oom_adjKay Sievers2-24/+3
2012-06-01missing: define MS_STRICTATIME if not defined alreadyLennart Poettering1-0/+1
2012-06-01journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...Lennart Poettering2-57/+0
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers8-12/+12
2012-05-31main: allow setting of timer slack for PID 1Lennart Poettering2-0/+7
2012-05-31util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering6-36/+7
2012-05-30shutdown: Don't skip bind mounts on shutdownDaniel Drake1-17/+2
2012-05-30dbus: better don't expose options we better shouldn't exposedLennart Poettering1-5/+0
2012-05-30service: mark compat options as suchLennart Poettering1-15/+0
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering1-0/+5
2012-05-24swap: avoid bad memory accessv183Lennart Poettering1-6/+11
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering6-71/+38
2012-05-24service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVELennart Poettering2-3/+30
2012-05-23man: properly document FsckPassNo= for mount unitsLennart Poettering1-1/+1
2012-05-23manager: rework generator logicLennart Poettering2-77/+134
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering10-56/+49
2012-05-22mount: drop unused functionLennart Poettering1-21/+0
2012-05-22execute: use a much lower idle timeout that default timeLennart Poettering1-1/+3
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering7-318/+124
2012-05-22main: only fall back to /bin/sh in case /sbin/init does not existKay Sievers1-5/+8
2012-05-22switch-root: do not use close old_root_fd after rm_rf_children()Harald Hoyer1-1/+3
2012-05-22main: properly queue default.target after switched rootLennart Poettering1-9/+25
2012-05-22mount: use the same fstab extension option syntax everywhereLennart Poettering1-2/+2
2012-05-22service: fix auto-restart handling in service_start()David Ward1-1/+10
2012-05-22service: fix auto-restart handling in service_stop()David Ward1-4/+3
2012-05-22service: actually delay auto-restart if another job is pendingDavid Ward1-0/+2
2012-05-21main: allow system wide limits for servicesFrederic Crozat4-0/+51
2012-05-21main: rename a few fix to follow general naming styleLennart Poettering1-16/+16
2012-05-21switch-root: move switch_root() call into its own .c fileLennart Poettering3-89/+161
2012-05-21main: do_switch_root() do not recursively remove across device boundariesHarald Hoyer1-1/+8
2012-05-21core/main.c: handle the initrd timestamp differently, if in the initrdHarald Hoyer1-1/+15
2012-05-21core/main.c: do_switch_root(): do not remove the old root if not in initrdHarald Hoyer1-1/+5
2012-05-21core/main.c: add "--switchedroot" parameterHarald Hoyer1-1/+16
2012-05-21manager: only serialize the timestamps for the initramfs if in_initrd()Harald Hoyer1-2/+5
2012-05-21main: corrected do_switch_root()Harald Hoyer1-6/+49
2012-05-21sd-pam: Drop uid so parent signal arrives at child.Auke Kok1-5/+13
2012-05-21main: try a bit harder to find an init process to execute after reexec/switch...Lennart Poettering1-7/+21
2012-05-21service: make the fsck pass no configurableLennart Poettering1-0/+1
2012-05-21cryptsetup: a few simplificationsLennart Poettering1-1/+2
2012-05-21hostname-setup: also consider (Ε„one) an unset hostnameLennart Poettering1-18/+7
2012-05-21unit: introduce RequiredBy= setting in [Install], to complement WantedBy=Lennart Poettering1-0/+1
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering7-3/+47
2012-05-21dbus-unit: always load the unit before handling a message for itMichal Schmidt3-19/+18
2012-05-16switch-root: check for absolute pathsLennart Poettering1-2/+2
2012-05-14namespace: make PrivateTmp= apply to both /tmp and /var/tmpLennart Poettering1-7/+16
2012-05-14core: add extra safety check before switching rootLennart Poettering1-0/+17
2012-05-14job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt1-0/+8
2012-05-14job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt1-1/+1
2012-05-14unit: unit type dependent status messagesMichal Schmidt11-41/+174
2012-05-14unit: print the color status marks on the leftMichal Schmidt1-2/+2