summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-27tmpfiles: fix help textZbigniew Jędrzejewski-Szmek
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-28sysv-generator: there's really no need to invoke fstatat() multiple times on ...Lennart 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-28list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering
2015-01-28swap: properly specify errno when loggingLennart Poettering
2015-01-27sysv-generator: use is_symlink() utility call where appropriateLennart Poettering
2015-01-27sysv-generator: minor simplificationsLennart Poettering
2015-01-27logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERMChristian Seiler
2015-01-27logind: remove per-user runtime dir again if setup failsChristian Seiler
2015-01-27networkd-dhcp6: Assign DHCPv6 addresses and prefix lengthsPatrik Flykt
2015-01-27sd-icmp6-nd: Add support for fetching the latest expired prefixPatrik Flykt
2015-01-27test-icmp6-nd: Add test cases for prefixesPatrik Flykt
2015-01-27sd-icmp6-nd: Parse ICMPv6 prefix informationPatrik Flykt
2015-01-27test-icmp6-rs: Add trivial test case for an MTU that is not presentPatrik Flykt
2015-01-27sd-icmp6-nd: Add helper function to get the IPv6 link MTUPatrik Flykt
2015-01-27sd-icmp6-nd: Add link and prefix structures for ICMPv6Patrik Flykt
2015-01-27sd-icmp6-nd: Update Router Advertisement handlingPatrik Flykt
2015-01-27sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt
2015-01-26build-sys: unbundle unifontZbigniew Jędrzejewski-Szmek
2015-01-27timesyncd: set RLIMIT_NPROC to 2Lennart Poettering
2015-01-27core: explain why failing to set up the crash handler is not a real problemLennart Poettering
2015-01-27system-update-generator: accept a dangling symlinkZbigniew Jędrzejewski-Szmek
2015-01-27missing: define correct syscall numbers for memfd_create() and getrandom() on...Michael Olbrich
2015-01-26sd-bus: change serialization of kdbus messages to qualify in their entirety a...Lennart Poettering
2015-01-26bus-dump: fix two minor memory leaksLennart Poettering
2015-01-26sd-bus: reuse the KDBUS_CMD_FREE wrapper wherever appropriateLennart Poettering
2015-01-26treewide: fix multiple typosTorstein Husebø
2015-01-26tmpfiles: use casts instead of warning suppressionZbigniew Jędrzejewski-Szmek
2015-01-26libudev: private - drop some functions from the internal APITom Gundersen
2015-01-26libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen
2015-01-26udev: event - minor nitTom Gundersen
2015-01-26udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-26udev: event - move renaming of udev_device to libudevTom Gundersen
2015-01-24tmpfiles: do not bump access times of directories we are cleaning upZbigniew Jędrzejewski-Szmek
2015-01-24tmpfiles: add debug statements for all actionsZbigniew Jędrzejewski-Szmek
2015-01-24machinectl: fix typoZbigniew Jędrzejewski-Szmek
2015-01-23mount-setup: Do not bother with /proc/bus/usbCristian Rodríguez
2015-01-23resolved: when rereading /etc/resolv.conf, always start using first DNS serve...Lennart Poettering
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek
2015-01-23build-sys: fix build on compilers without static_assertZbigniew Jędrzejewski-Szmek
2015-01-23systemctl: bugfix for systemctl reboot command with argumentSangjung Woo
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-23tmpfiles: minor simplificationZbigniew Jędrzejewski-Szmek
2015-01-23sd-bus: fix typoLennart Poettering
2015-01-23core: add a property that shows the current memory usage of a unitLennart Poettering
2015-01-22cgroup-show: remove duplicated checkZbigniew Jędrzejewski-Szmek