summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-14util: split out errno related stuffLennart Poettering20-34/+48
2019-03-14util: split out plymouth related stuffLennart Poettering8-11/+24
2019-03-14Merge pull request #11985 from poettering/clean-dirZbigniew Jędrzejewski-Szmek14-793/+852
2019-03-14Merge pull request #11993 from poettering/resolved-stub-edns-sizeZbigniew Jędrzejewski-Szmek2-20/+23
2019-03-14Re-add uaccess tag for /dev/dri/renderD*Michael Biebl1-0/+4
2019-03-14Merge pull request #11971 from keszybz/kernel-install-directoryLennart Poettering7-55/+125
2019-03-14bootctl: use path_join() to join pathsZbigniew Jędrzejewski-Szmek1-3/+3
2019-03-14network: wait for L2TP tunnel to be created before creating sessionsYu Watanabe1-21/+82
2019-03-14netlink: support NLMSG_ERROR message in genlYu Watanabe1-0/+1
2019-03-14network: automatically pick an address on link when L2TP.Local= is not specifiedYu Watanabe2-6/+102
2019-03-14networkd: Introduce l2tp tunnelSusant Sahani11-22/+758
2019-03-14network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe3-0/+52
2019-03-14network: introduce netdev_get_create_type() helper functionYu Watanabe2-9/+10
2019-03-14network: do not call link_joined() when not all netdevs are configuredYu Watanabe1-3/+2
2019-03-13resolved: if we can't append EDNS OPT RR, then indicate truncation to stub cl...Lennart Poettering1-7/+8
2019-03-13resolved: don't let EDNS0 OPT dgram size affect TCPLennart Poettering1-3/+3
2019-03-13resolved: don't follow cnames if we already noticed truncationLennart Poettering1-10/+12
2019-03-13virt: detect WSL environment as a container (id: wsl)Balint Reczey2-0/+13
2019-03-13bus-unit-procs: use empty_or_root() where appropriateLennart Poettering1-7/+4
2019-03-13bus-unit-util: split out code that shows a unit's process treeLennart Poettering8-408/+429
2019-03-13shared: split out code to wait for jobs to complet into its own source fileLennart Poettering10-339/+358
2019-03-13systemctl: drop unnecessary {}Lennart Poettering1-4/+3
2019-03-13systemctl: use strv_consume() where appropriateLennart Poettering1-4/+2
2019-03-13systemctl: minimize scope of 'p'Lennart Poettering1-2/+8
2019-03-13execute: use path_join() where appropriateLennart Poettering1-3/+3
2019-03-13bus-unit-util: insist on full initializationLennart Poettering1-2/+3
2019-03-13bus-unit-util: never call into log_job_error_with_service_result() if we are ...Lennart Poettering1-1/+3
2019-03-13bus-unit-util: move explanations array to inner scopeLennart Poettering1-14/+14
2019-03-13bus-unit-util: use structure initializationLennart Poettering1-2/+4
2019-03-13bus-unit-util: use free_and_strdup() where we canLennart Poettering1-5/+2
2019-03-13systemctl: refactor code to watch unit ActiveState a bitLennart Poettering1-35/+52
2019-03-13tests: add tests for embedded newlines in /proc/cmdlineLennart Poettering1-5/+13
2019-03-13bootspec: don't log in boot_entries_load_config_auto() about no ESPLennart Poettering3-5/+5
2019-03-13Merge pull request #11986 from poettering/util-splitZbigniew Jędrzejewski-Szmek131-573/+685
2019-03-13networkd: Add bridge port capabilitiesTobias Jungel4-0/+27
2019-03-13login: mark nomodeset fb devices as master-of-seatAdam Jackson1-0/+3
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering39-108/+136
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering82-145/+181
2019-03-13util: split out some stuff into a new file limits-util.[ch]Lennart Poettering12-154/+175
2019-03-13util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering17-166/+193
2019-03-13Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering25-377/+608
2019-03-13Merge pull request #11893 from yuwata/wait-online-take-operstateLennart Poettering18-131/+362
2019-03-13Merge pull request #11283 from yuwata/fix-11276Lennart Poettering2-32/+60
2019-03-13cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe2-0/+20
2019-03-13Merge pull request #11933 from keszybz/coverityLennart Poettering3-24/+53
2019-03-13wait-online: use log_link_debug() or friendsYu Watanabe3-32/+24
2019-03-13network: move log_link_debug() or friends to log-link.hYu Watanabe3-24/+39
2019-03-13wait-online: support $REQUIRED_OPER_STATE_FOR_ONLINE= in state fileYu Watanabe5-70/+216
2019-03-13sd-network: add sd_network_link_get_required_operstate_for_online()Yu Watanabe2-0/+22
2019-03-13network: make RequiredForOnline= also take operational stateYu Watanabe4-1/+50