summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-28systemctl: refuse --host with catZbigniew Jędrzejewski-Szmek
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering
2015-01-29Revert "journal: do not check for number of files"Lennart Poettering
2015-01-29core: make setting the shutdown watchdog configuration via dbus workMaxim Mikityanskiy
2015-01-28networkd: tunnel - call tunnel modes ipip6, not ip4ipv6 to match ip(8)Tom Gundersen
2015-01-28logind: handle closing sessions over daemon restartsMartin Pitt
2015-01-28util: add comment explaining hostname_is_valid()Lennart Poettering
2015-01-28sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering
2015-01-28core/mount: add dependencies to dynamically mounted mounts tooMartin Pitt
2015-01-28sysv-generator: no need to check for identical symlinks source and target twiceLennart Poettering
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-28test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering
2015-01-28list: properly skip over first item in LIST_FOREACH_OTHERSLennart Poettering
2015-01-28manager: fix minor typoLennart Poettering
2015-01-28sysv-generator: Re-fix .sh suffix handlingMartin Pitt
2015-01-27notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek
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