summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-28udevd: check correct return value of fcntl() (#4758)Daniel Wagner
2016-11-27device: Avoid calling unit_free(NULL) in device setup logic (#4748)Dave Reisner
2016-11-27Merge pull request #4736 from dobyrch/calendar-cleanupDjalal Harouni
2016-11-25calendarspec: refactor format_chain()Douglas Christman
2016-11-25fix journald startup problem when code is compiled with -DNDEBUG (#4735)Waldemar Brodkorb
2016-11-24calendarspec: rename "eom" to "end_of_month"Douglas Christman
2016-11-24calendarspec: make specifications with ranges reversibleDouglas Christman
2016-11-24calendarspec: allow whole second rangesDouglas Christman
2016-11-24calendarspec: make specifications with seconds wildcard reversibleDouglas Christman
2016-11-24calendarspec: reject strings with spurious spaces and signsDouglas Christman
2016-11-24calendarspec: reject open weekday rangesDouglas Christman
2016-11-24calendarspec: reject strings that only contain a timezoneDouglas Christman
2016-11-24calendarspec: always interpret a missing time as 00:00:00Douglas Christman
2016-11-24core: make sure initrd-switch-root command survives PID1's killing spree (#4730)Franck Bui
2016-11-24Merge pull request #4710 from martinpitt/networkd-dbusLennart Poettering
2016-11-23networkd: handle MTU field in IPv6 RA (#4719)Susant Sahani
2016-11-23Merge pull request #4703 from dobyrch/calendar-offsetLennart Poettering
2016-11-23hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)Michael Biebl
2016-11-23calendarspec: add support for scheduling timers at the end of the monthDouglas Christman
2016-11-23calendarspec: add upper bound on yearDouglas Christman
2016-11-23networkd: set DHCP-acquired timezone and hostname after connecting to D-BusMartin Pitt
2016-11-23Merge pull request #4259 from joukewitteveen/notifyLennart Poettering
2016-11-23networkd: fix size of MTUBytes so that it does not overwrites ARP (#4707)Susant Sahani
2016-11-23networkd: allow networkd to set the timezone in timedatedMartin Pitt
2016-11-23networkd: move setting hostname and timezone to ManagerMartin Pitt
2016-11-22Merge pull request #4692 from poettering/networkd-dhcpZbigniew Jędrzejewski-Szmek
2016-11-22service: fix main processes exit behavior for type notify servicesJouke Witteveen
2016-11-22service: introduce protocol error typeJouke Witteveen
2016-11-22nspawn: don't require chown() if userns is not onLennart Poettering
2016-11-22nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering
2016-11-22nspawn: remove temporary root directory on exitLennart Poettering
2016-11-22nspawn: try to wait for the container PID 1 to exit, before we exitLennart Poettering
2016-11-22nspawn: add ability to run nspawn without container locks appliedLennart Poettering
2016-11-22shared: make sure image_path_lock() return parameters are always initialized ...Lennart Poettering
2016-11-22nspawn: support ephemeral boots from imagesLennart Poettering
2016-11-21seccomp: add @filesystem syscall group (#4537)Lennart Poettering
2016-11-21sd-event: fix sd_event_source_get_priority() (#4712)Martin Ejdestig
2016-11-21sd-dhcp-client: use free_and_strdupZbigniew Jędrzejewski-Szmek
2016-11-21dhcp4: filter bogus DNS/NTP server addresses silentlyLennart Poettering
2016-11-21networkd: do not automatically propagate bogus DNS/NTP serversLennart Poettering
2016-11-21networkd: rename link_push_dns_to_dhcp_server() → link_push_uplink_dns_to_d...Lennart Poettering
2016-11-21networkd: store DNS servers configured per-network as parsed addressesLennart Poettering
2016-11-21networkd: minor word extraction fixesLennart Poettering
2016-11-21networkd: reorder fields in Network struct a bitLennart Poettering
2016-11-21networkd: validate NTP server strings configured in .network filesLennart Poettering
2016-11-21shared: add new API to validate a string as hostname or IP addressLennart Poettering
2016-11-21basic: make sure in_addr_from_string() can take NULL argumentsLennart Poettering
2016-11-21basic: add explicit ipv4-specific in_addr classification callsLennart Poettering
2016-11-21networkd: rework how we set the hostname on the dhcp4 clientLennart Poettering
2016-11-21sd-dhcp: permit unsetting the hostname againLennart Poettering