summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2012-07-17systemd: add --version optionZbigniew Jędrzejewski-Szmek
2012-07-17execute: free syscall filter array after useLennart Poettering
2012-07-17execute: support syscall filtering using seccomp filtersLennart Poettering
2012-07-16core: fix name of dbus call parameterLennart Poettering
2012-07-16unit: set default working directory to the user's home directory when running...Lennart Poettering
2012-07-16unit: introduce %s specifier for the user shellLennart Poettering
2012-07-16unit: printf specifiers %u and %h: $USER and $HOME.Auke Kok
2012-07-16Spelling fixes.Ville Skyttä
2012-07-15unit: avoid re-definition of enum for older gcc versionsKay Sievers
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-07-13shutdown: add missing includeLennart Poettering
2012-07-13main: only reopen /dev/console if we switch-root to a custom initHarald Hoyer
2012-07-13container: when shutting down in a container don't detach loop devicesLennart Poettering
2012-07-13core: go on a killing spree when transitioning from initrd to main systemLennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10selinux: turn of libselinux' internal loggingLennart Poettering
2012-07-10switch-root: reopen /dev/console before we switch rootLennart Poettering
2012-07-10mount: fix for complex automountsMalte Starostik
2012-07-10unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-07-10unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering
2012-07-10unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-07-09MeeGo: Remove build support for MeeGo distribution.Auke Kok
2012-07-04service: flush the start counter in "systemctl reset-failed"Lennart Poettering
2012-07-03mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering
2012-07-03load-fragment: a few modernizationsLennart Poettering
2012-07-02core: mention if we are run from an initial RAM diskLennart Poettering
2012-07-02manager: turn notify socket into abstract namespace socket againLennart Poettering
2012-06-29manager: serialize/deserialize job counters across reexec/reloadLennart Poettering
2012-06-29remount-fs: also remount /usr according to fstabLennart Poettering
2012-06-29mount: load only if we there's mountinfo or fragmentMichal Schmidt
2012-06-29mount: split adding of extras from mount_load()Michal Schmidt
2012-06-28main: print detected virtualiaztion at bootLennart Poettering
2012-06-28modules-load: use correct va_list logging functionMichal Schmidt
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-06-26service: pass via FAILED/DEAD before going to AUTO_RESTARTMichal Schmidt
2012-06-26service: fix incorrect argumentMichal Schmidt
2012-06-26bus: drop HaveWatchdog optionLennart Poettering