summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-18kmod-setup: conditionalize kmod autoloading properlyHEADmasterLennart Poettering1-0/+4
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering28-151/+231
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak3-0/+109
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek1-1/+2
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek3-15/+15
2015-05-16udevd: queue - update queue state when events are queued/freedTom Gundersen1-28/+33
2015-05-16udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen1-2/+5
2015-05-16udevd: worker - use loop_write() rather than send()Tom Gundersen1-4/+8
2015-05-16util: loop_write - accept 0-length messageTom Gundersen1-3/+3
2015-05-16udevd: net - fix leak in .link configTom Gundersen1-3/+3
2015-05-15udev-ctrl: make _unref() always return NULLTom Gundersen1-27/+23
2015-05-15tmpfiles: use lstat() instead of stat() when checking whether a file system o...Lennart Poettering1-5/+6
2015-05-15tmpfiles: don't fail if we cannot create a subvolume because a file system is...Lennart Poettering1-6/+11
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering1-3/+2
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering3-11/+21
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt2-1/+26
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez1-1/+1
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering1-3/+3
2015-05-15core: don't consider umask for SocketMode=Davide Bettio1-3/+0
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov1-1/+1
2015-05-15networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 supportLennart Poettering1-0/+5
2015-05-15networkd: don't touch global forwarding settingBenedikt Morbach1-27/+1
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek6-63/+89
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker3-0/+29
2015-05-14test-bus-chat: various modernizationsLennart Poettering1-22/+10
2015-05-14sd-bus: fix memory leak in test-bus-chatCristian Rodríguez1-3/+1
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering2-1/+16
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering1-6/+6
2015-05-13networkd: remove dead initializationThomas Hindoe Paaboel Andersen1-2/+2
2015-05-13core: only set event source name when we create an event sourceLennart Poettering4-24/+36
2015-05-13journal: fix size commentPeter Lemenkov1-1/+1
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering7-23/+109
2015-05-13core: make exec code a bit more readableLennart Poettering1-10/+31
2015-05-13core: fix memory leak in manager_run_generators()Cristian Rodríguez1-1/+1
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras3-3/+30
2015-05-13nspawn: only mount the cgroup root if it's not already mountedIago López Galeiras1-14/+13
2015-05-13Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov4-14/+14
2015-05-13core: never create device depencies for /dev/root mountsLennart Poettering1-0/+6
2015-05-13nspawn: rework custom mount point order, and add support for overlayfsLennart Poettering2-110/+337
2015-05-13modules-load: fix memory leakCristian Rodríguez1-1/+1
2015-05-13shared: Use O_EXCL with O_TMPFILE in open_tmpfileCristian Rodríguez1-1/+1
2015-05-12fsck: add enum with fsck exit codesThomas Hindoe Paaboel Andersen1-4/+16
2015-05-12udevd: manager - move a few global variables into the Manager objectTom Gundersen2-52/+54
2015-05-12udevd: pass a Manager objcet to event handlersTom Gundersen1-134/+193
2015-05-12boot: function parameters are separated by commaKay Sievers1-13/+13
2015-05-12core: drop redundant logging about notification messagesTom Gundersen2-18/+5
2015-05-12udevd: remove stale commentTom Gundersen1-4/+0
2015-05-12udevd: explicitly update queue file before answering to pingTom Gundersen1-20/+20
2015-05-12udevd: explicitly read out uevents we create ourselvesTom Gundersen1-16/+10
2015-05-12udevd: move to sd-event-style event handlersTom Gundersen1-83/+110