summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2012-09-05shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA...Lennart Poettering
2012-09-05shutdown: remove explicit sync() invocationsLennart Poettering
2012-09-03main: jointly mount more controllersLennart Poettering
2012-09-03swap: don't try to shutdown swaps on shutdown in a containerLennart Poettering
2012-09-03swap: refuse start/stop of swaps in containerLennart Poettering
2012-09-03shutdown: don't attempt read-only mounts in a containerLennart Poettering
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-09-03shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering
2012-08-23core: free word later in parse_proc_cmdlineLukas Nykryn
2012-08-23load-fragment: initialize bool invert before useLukas Nykryn
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-22unit: add new ConditionHost= condition typeLennart Poettering
2012-08-21main: fix PR_SET_CHILD_SUBREAPER warning versionLennart Poettering
2012-08-21dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering
2012-08-21dev-setup: allow a path prefix for use in chrootsDave Reisner
2012-08-21core: fix error checking for PR_SET_CHILD_SUBREAPERLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-08-13umount: MS_MGC_VAL is so 90sLennart Poettering
2012-08-13nspawn,namespaces: make sure we recursively bind mount things inLennart Poettering
2012-08-13machine-id: properly mount transient machine ID read-onlyLennart Poettering
2012-08-13namespace: rework namespace supportLennart Poettering
2012-08-12switch-root: remount to MS_PRIVATELennart Poettering
2012-08-10shutdown: recursively mark root as private before pivotDave Reisner
2012-08-08fix a couple of issues found with llvm-analyzeLennart Poettering
2012-08-08systemd: introduced new timeout typesMichal Sekletar
2012-08-06mount-setup: change system mount propagation to shared by defaultLennart Poettering
2012-08-06main: fix typoLennart Poettering
2012-08-06continue work with error messages, log_oom()Shawn Landden
2012-07-31automount: print mount point in debug messageZbigniew Jędrzejewski-Szmek
2012-07-28selinux: avoid inclusion of null_log without selinuxDave Reisner
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-26unit: add missing deps in unit_dependency_tableMichal Schmidt
2012-07-26unit: make the table of inverse deps symmetricMichal Schmidt
2012-07-26dbus-unit: expose PartOf/ConsistsOf propertiesMichal Schmidt
2012-07-26systemd: added new dependency PartOfMichal Sekletar
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-25main: set PR_SET_CHILD_REAPER for MANAGER_USERAuke Kok
2012-07-23sd-daemon: remove unnecessary memset callsJim Meyering
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-19manager: use a private notify sockets in containers to avoid problems with sh...Lennart Poettering
2012-07-19killall: avoid gcc warning about wait name clashLennart Poettering
2012-07-18service: don't print a warning if we are in autorestart state, and can't star...Lennart Poettering
2012-07-18service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering
2012-07-18unit: don't serialize job state, only unit state across switch-rootLennart Poettering
2012-07-17switch-root: don't wait for processesLennart Poettering