summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-263-37/+21
* unit: add missing deps in unit_dependency_tableMichal Schmidt2012-07-261-6/+8
* unit: make the table of inverse deps symmetricMichal Schmidt2012-07-261-1/+2
* dbus-unit: expose PartOf/ConsistsOf propertiesMichal Schmidt2012-07-261-0/+2
* systemd: added new dependency PartOfMichal Sekletar2012-07-264-1/+17
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-253-12/+12
* main: set PR_SET_CHILD_REAPER for MANAGER_USERAuke Kok2012-07-251-0/+9
* sd-daemon: remove unnecessary memset callsJim Meyering2012-07-232-2/+0
* units: apply default resource limits to socket/mount/swap processes tooLennart Poettering2012-07-206-15/+25
* core: drop KillMode parameter from KillUnit() bus callLennart Poettering2012-07-2010-70/+61
* unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering2012-07-2021-92/+265
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-1950-200/+50
* manager: use a private notify sockets in containers to avoid problems with sh...Lennart Poettering2012-07-191-1/+1
* killall: avoid gcc warning about wait name clashLennart Poettering2012-07-191-2/+2
* service: don't print a warning if we are in autorestart state, and can't star...Lennart Poettering2012-07-181-4/+5
* service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering2012-07-181-4/+10
* unit: don't serialize job state, only unit state across switch-rootLennart Poettering2012-07-185-21/+29
* switch-root: don't wait for processesLennart Poettering2012-07-174-8/+11
* systemd: add --version optionZbigniew Jędrzejewski-Szmek2012-07-171-0/+18
* execute: free syscall filter array after useLennart Poettering2012-07-171-0/+3
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-1710-3/+284
* core: fix name of dbus call parameterLennart Poettering2012-07-161-1/+1
* unit: set default working directory to the user's home directory when running...Lennart Poettering2012-07-166-0/+31
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-162-3/+28
* unit: printf specifiers %u and %h: $USER and $HOME.Auke Kok2012-07-161-0/+46
* Spelling fixes.Ville Skyttä2012-07-163-3/+3
* unit: avoid re-definition of enum for older gcc versionsKay Sievers2012-07-151-1/+0
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-138-27/+30
* shutdown: add missing includeLennart Poettering2012-07-131-0/+1
* main: only reopen /dev/console if we switch-root to a custom initHarald Hoyer2012-07-131-3/+3
* container: when shutting down in a container don't detach loop devicesLennart Poettering2012-07-131-0/+1
* core: go on a killing spree when transitioning from initrd to main systemLennart Poettering2012-07-134-187/+216
* util: rename join() to strjoin()Lennart Poettering2012-07-137-18/+18
* selinux: turn of libselinux' internal loggingLennart Poettering2012-07-101-0/+9
* switch-root: reopen /dev/console before we switch rootLennart Poettering2012-07-102-21/+13
* mount: fix for complex automountsMalte Starostik2012-07-101-2/+4
* unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-102-24/+0
* unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering2012-07-1011-12/+0
* unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering2012-07-103-26/+1
* unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-101-15/+1
* MeeGo: Remove build support for MeeGo distribution.Auke Kok2012-07-092-4/+4
* service: flush the start counter in "systemctl reset-failed"Lennart Poettering2012-07-041-0/+2
* mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering2012-07-032-5/+5
* load-fragment: a few modernizationsLennart Poettering2012-07-031-20/+31
* core: mention if we are run from an initial RAM diskLennart Poettering2012-07-022-1/+4
* manager: turn notify socket into abstract namespace socket againLennart Poettering2012-07-021-21/+12
* manager: serialize/deserialize job counters across reexec/reloadLennart Poettering2012-06-291-0/+16
* remount-fs: also remount /usr according to fstabLennart Poettering2012-06-291-1/+3
* mount: load only if we there's mountinfo or fragmentMichal Schmidt2012-06-291-1/+13
* mount: split adding of extras from mount_load()Michal Schmidt2012-06-291-41/+69