summaryrefslogtreecommitdiffstats
path: root/man/modules-load.d.xml (unfollow)
Commit message (Expand)AuthorFilesLines
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-13test: avoid double-fsck'ing of the rootfs on ArchFrantisek Sumsal1-0/+2
2019-03-13man: clarify that sd_journal_seek_head() seeks *before* the first entryLennart Poettering1-36/+28
2019-03-13networkd: Add bridge port capabilitiesTobias Jungel8-0/+62
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-13test: don't overwrite TESTDIR if already setFrantisek Sumsal1-2/+7
2019-03-13cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe3-0/+40
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-13man: update wait-online and RequiredForOnline= settingYu Watanabe2-12/+50
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
2019-03-13hashmap: add hashmap_free_free_keyp and friendYu Watanabe1-0/+2
2019-03-13network: introduce 'degraded-carrier' operstate to order all statesYu Watanabe6-18/+24
2019-03-13network: move LinkOperationalState and relevant functions to network-util.[ch]Yu Watanabe4-27/+31
2019-03-13test-network: wait more and fix wrong operational stateYu Watanabe1-2/+2
2019-03-13test-network: add test for WireGuard.PrivateKeyFile=Yu Watanabe4-2/+17
2019-03-13wireguard: add PrivateKeyFile= optionYu Watanabe5-2/+100
2019-03-13wireguard: check whether PrivateKey= and PublicKey= are setYu Watanabe1-1/+21
2019-03-13wireguard: drop unused arguments and rename parse_wireguard_key()Yu Watanabe1-19/+19
2019-03-13wireguard: do not log wireguard keyYu Watanabe1-3/+4
2019-03-13wireguard: reuse sd_event_source objectYu Watanabe2-17/+9
2019-03-13wireguard: use NetworkConfigSection to manage [WireGuardPeer] sectionsYu Watanabe2-164/+225
2019-03-13test-network: add tests for invalid Address sectionsYu Watanabe2-0/+20
2019-03-13test: make network_verify() public and use it in test-networkd-confYu Watanabe3-4/+9
2019-03-13network: drop sections contain invalid settings in network_verify()Yu Watanabe18-73/+149
2019-03-13network: make all xxx_new_static() staticYu Watanabe10-11/+6
2019-03-13network: add IPv4LL route right after .network file is parsedYu Watanabe3-22/+34
2019-03-13network: move NetworkConfigSection and related functions to networkd-util.[ch]Yu Watanabe4-46/+47
2019-03-13network: use ltype to determine netdev kind in config_parse_stacked_netdev()Yu Watanabe2-27/+10
2019-03-13test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe3-0/+15
2019-03-13core/namespace: logs mount mode when the entry is droppedYu Watanabe1-2/+23
2019-03-13core/namespace: introduce new mount mode READWRITE_IMPLICITYu Watanabe1-30/+32
2019-03-12update TODOLennart Poettering1-0/+3
2019-03-12login: drop redundant newlineLennart Poettering1-1/+0
2019-03-12user-util: extra paranoia, make sure $SHELL can't be fucked with in suid prog...Lennart Poettering1-2/+2
2019-03-12execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already...Lennart Poettering1-6/+0
2019-03-12execute: simplify paths we set as HOME/SHELL for invoked programsLennart Poettering1-0/+4
2019-03-12user-util: simplify paths retrieved from $HOME and $SHELLLennart Poettering1-4/+4
2019-03-12user-util: be more strict when reading $HOME and $SHELLLennart Poettering1-4/+6
2019-03-12user-util: paranoia — add overflow check on ERANGE loopLennart Poettering1-0/+6
2019-03-12user-util: use SYNTHETIC_ERRNO() where we canLennart Poettering1-28/+18
2019-03-12path-util: minimize variable scopeLennart Poettering1-1/+3
2019-03-12path-util: check validity before normalization in path_simplify_and_warn()Lennart Poettering1-6/+6