summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-01-28core/mount: add dependencies to dynamically mounted mounts tooMartin Pitt
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-28manager: fix minor typoLennart Poettering
2015-01-28manager: when we immediately reboot due to 7x C-A-D within 2s, mention this o...Lennart Poettering
2015-01-28core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediatelyLennart Poettering
2015-01-28core: if two start jobs for the same swap device node are queued, only dispat...Lennart Poettering
2015-01-28swap: simplify a few things by making use of new LIST_FOREACH_OTHERS macroLennart Poettering
2015-01-28swap: properly specify errno when loggingLennart Poettering
2015-01-27core: explain why failing to set up the crash handler is not a real problemLennart Poettering
2015-01-26treewide: fix multiple typosTorstein Husebø
2015-01-23mount-setup: Do not bother with /proc/bus/usbCristian Rodríguez
2015-01-23core,shutdown: don't bother with unmounting any mounts below /sys, /proc, /de...Lennart Poettering
2015-01-23mount-setup: /selinux, /cgroup, /dev/cgroup are sooo old, don't bother with t...Lennart Poettering
2015-01-23core: add a property that shows the current memory usage of a unitLennart Poettering
2015-01-23importd: when listing transfers, show progress percentageLennart Poettering
2015-01-23core: zero size notify messages are OKLennart Poettering
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-19cgroup: fix typoDaniel Mack
2015-01-18core: write kdbus.attach_flags_mask only on real bootDavid Herrmann
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann
2015-01-17remove unneeded libgen.h includesCristian Rodríguez
2015-01-13core: Fix EACCES check for OOM adjustmentsMartin Pitt
2015-01-12core/mount: remove "fail" againZbigniew Jędrzejewski-Szmek
2015-01-12sd-bus: sync kdbus.h (API break)Daniel Mack
2015-01-12core/mount: use isempty() to check for empty stringsDaniel Mack
2015-01-11core/load-fragment: avoid allocating 0 bytes when given an invalid commandZbigniew Jędrzejewski-Szmek
2015-01-11core/mount: filter out noauto,auto,nofail,fail optionsZbigniew Jędrzejewski-Szmek
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-09core: modernize execution code a bitLennart Poettering
2015-01-08core: check both EPERM and EACCES for OOM adjustmentsLennart Poettering
2015-01-08core: make EPERM errors when applying OOM adjustment for forked processes non...Lennart Poettering
2015-01-07service: automatically create After= dependency from services to their .busna...Lennart Poettering
2015-01-07conf-parse: don't accept invalid bus names as BusName= arguments in service u...Lennart Poettering
2015-01-07core: implement serialization/deserialization of fd store elementsLennart Poettering
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering
2015-01-05cgroup: memory limits on / are not supportedZbigniew Jędrzejewski-Szmek
2015-01-05cgroup: fix error messageZbigniew Jędrzejewski-Szmek
2015-01-05journal: call connect() with dropped privilegesZbigniew Jędrzejewski-Szmek
2015-01-05core: rework counting of running jobsLennart Poettering
2015-01-05core: fix typo in log messageMichael Biebl
2015-01-05nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering
2015-01-05cgroup: downgrade log messages when we cannot write to cgroup trees that are ...Lennart Poettering
2015-01-01mount: do not use -n when running in --user modeZbigniew Jędrzejewski-Szmek
2015-01-01Type of mount(2) flags is unsigned longTopi Miettinen
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-29core: loopback - correctly fail the loopback_check if somehow the rtnl calls ...Tom Gundersen