summaryrefslogtreecommitdiffstats
path: root/units/systemd-journald.socket (unfollow)
Commit message (Expand)AuthorFilesLines
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-15CODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCESS should be usedLennart Poettering1-0/+3
2015-05-15CODING_STYLE: document best practices when initializing structsLennart Poettering1-0/+18
2015-05-15coredump: make sure we vacuum by defaultLennart Poettering2-4/+5
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-15.gitignore: add GNU GLOBAL filesŁukasz Stelmach1-0/+4
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-15CODING_STYLE: document alloca() DONTSLennart Poettering1-1/+11
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov2-5/+1
2015-05-15networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 supportLennart Poettering1-0/+5
2015-05-15man: IPMasquerade only implies IPForward=ipv4Benedikt Morbach1-1/+1
2015-05-15networkd: don't touch global forwarding settingBenedikt Morbach2-30/+2
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek8-72/+114
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-14units: fix typo in systemd-resolved.serviceLennart Poettering1-1/+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 Ledkov6-14/+19
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 Poettering3-110/+383
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
2015-05-12networkd: network_get - allow udev_device to be NULLTom Gundersen2-13/+10
2015-05-12udevd: make udev_ctrl_connection globalTom Gundersen2-21/+25
2015-05-12systemctl: fix check for template unitsThomas Hindoe Paaboel Andersen1-1/+1
2015-05-11update TODOLennart Poettering1-1/+1
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering6-45/+55