summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21man: make /etc/nsswitch.conf documentation for nss-resolve match exampleLennart Poettering
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
2016-11-21Merge pull request #4701 from martinpitt/networkd-polkitLennart Poettering
2016-11-21tests: check transient hostname with and without static hostnameMartin Pitt
2016-11-20Merge pull request #4691 from keszybz/test-suite-fixesEvgeny Vereshchagin
2016-11-20hostnamed: allow networkd to set the transient hostnameMartin Pitt
2016-11-20test: clean up "dummy0" interface after each test case in networkd-test.pyMartin Pitt
2016-11-19test-functions: also add qemu define for ppc64Zbigniew Jędrzejewski-Szmek
2016-11-19hwdb: keyboard: Ignore brightness hotkey presses on MSI VR420 (model MS-1422)...Hans de Goede
2016-11-18Merge pull request #4395 from s-urbaniak/rw-supportLennart Poettering
2016-11-18Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering
2016-11-18tests/TEST-13-NSPAWN-SMOKE: add SYSTEMD_NSPAWN_API_VFS_WRITABLEEvgeny Vereshchagin
2016-11-18nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak
2016-11-17test-ipcrm: skip test if nfsnobody is missingZbigniew Jędrzejewski-Szmek
2016-11-17basic/process-util: we need to take the shorter of two stringsZbigniew Jędrzejewski-Szmek
2016-11-17test-process-util: bind mount fails under selinux, skip testZbigniew Jędrzejewski-Szmek
2016-11-17Merge pull request #4671 from poettering/namespace-bindZbigniew Jędrzejewski-Szmek
2016-11-17basic/env-uil: fix assertion failure in strv_env_replace (#4688)Zbigniew Jędrzejewski-Szmek
2016-11-17core: in confirm spawn, suggest 'f' when user selects 'n' choiceFranck Bui
2016-11-17core: confirm_spawn: always accept units with same_pgrp set for nowFranck Bui
2016-11-17core: include the unit name when notifying that a confirmation question timed...Franck Bui
2016-11-17core: add 'c' in confirmation_spawn to resume the boot processFranck Bui
2016-11-17core: add 'j' in confirmation_spawn to list the jobs that are in progressFranck Bui
2016-11-17core: add 'D' in confirmat spawn to show a full dump of the unit to spawnFranck Bui
2016-11-17core: add 'i' in confirm spawn to give a short summary of the unit to spawnFranck Bui
2016-11-17core: rework the confirmation spawn promptFranck Bui
2016-11-17core: limit the length of the confirmation questionFranck Bui
2016-11-17core: reprint the question every 2 sec in ask_char()Franck Bui
2016-11-17core: in confirm_spawn, the meaning of 'n' and 's' choices are confusingFranck Bui
2016-11-17core: rework ask_for_confirmation()Franck Bui
2016-11-17core: allow to redirect confirmation messages to a different consoleFranck Bui