summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-08-15main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering
2014-08-15main: minor code modernization for initializing the consoleLennart Poettering
2014-08-15macro: add CONST_MAX() macroDavid Herrmann
2014-08-15macro: const'ify MIN/MAX/... macrosDavid Herrmann
2014-08-15util: make is_localhost() check for 'localdomain' too, so that we can use it ...Lennart Poettering
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-15cgroup: never try to create files in cgroupfs, only open them for writingLennart Poettering
2014-08-15core: Refuse mount on symlinkTimofey Titovets
2014-08-14core: move status line ellipsation to 50% of the lineLennart Poettering
2014-08-13util: allow strappenda to take any number of argsDave Reisner
2014-08-14timer: order OnCalendar units after timer-sync.target if DefaultDependencies=noTobias Geerinckx-Rice
2014-08-13resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering
2014-08-12timesyncd: move the generic sockaddr_equal() call to socket-util.hLennart Poettering
2014-08-12networkd: expose a global list of DNS and NTP servers in the state fileLennart Poettering
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering
2014-08-11util: avoid considering dpkg temporary files relevant for anythingLennart Poettering
2014-08-11resolved: properly pass aborted transaction result back to clientsLennart Poettering
2014-08-08Added arch tuple for PPC64LEHarald Hoyer
2014-08-08udev: link_setup - respect kernel name assign policyTom Gundersen
2014-08-03util.h: fix typoZbigniew Jędrzejewski-Szmek
2014-08-03tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek
2014-08-03Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek
2014-08-03util.h: include missing.h, for struct file_handleSimon McVittie
2014-08-01missing: add missing bonding definitionsLennart Poettering
2014-08-01resolved: read the system /etc/resolv.conf unless we wrote it ourselvesLennart Poettering
2014-07-31resolved: implement LLMNR uniqueness verificationLennart Poettering
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-07-31core/load-fragment.c: correct argument sign and split up long linesZbigniew Jędrzejewski-Szmek
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-30resolved: when answer A or AAAA questions, order responses by whether address...Lennart Poettering
2014-07-29resolved: when resolving an address PTR record via llmnr, make a tcp connecti...Lennart Poettering
2014-07-29resolve: add llmnr responder side for UDP and TCPLennart Poettering
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-27parse_boolean: require exact matchesAnsgar Burchardt
2014-07-27core: only set the kernel's timezone when the RTC runs in local timeKay Sievers
2014-07-26Add utility function to append root to pathZbigniew Jędrzejewski-Szmek
2014-07-26Always check asprintf return codeKarel Zak
2014-07-24time-util: add clock_boottime_or_monotonicTom Gundersen
2014-07-21Merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek
2014-07-21Add IFLA_VTI defines to missing.hJean-André Santoni
2014-07-21sysusers: fix selinux context of backup filesZbigniew Jędrzejewski-Szmek
2014-07-20systemd-verify: check man pagesZbigniew Jędrzejewski-Szmek
2014-07-20path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek
2014-07-20Add quotes to warning messageZbigniew Jędrzejewski-Szmek
2014-07-19core: remove systemd_running_as lookup functionsZbigniew Jędrzejewski-Szmek
2014-07-19barrier: suppress false-positive warningDavid Herrmann