summaryrefslogtreecommitdiffstats
path: root/src/random-seed (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16systemctl: emit warning if start is used with globsZbigniew Jędrzejewski-Szmek2-20/+42
2019-10-16core/load-fragment: remove unnecessary intializationZbigniew Jędrzejewski-Szmek1-1/+1
2019-10-16core/load-fragment: constify Unit* arguments where possibleZbigniew Jędrzejewski-Szmek1-31/+31
2019-10-16core: mark unit_*_printf() functions as taking a const Unit*Zbigniew Jędrzejewski-Szmek2-5/+4
2019-10-16Add Acer Switch SW312-31 to sensor hwdbRoadrunnerWMC1-0/+3
2019-10-16logind: make session_prepare_vt() staticFranck Bui2-2/+1
2019-10-15shared/dropin: support -.service.d/ top level drop-in for service unitsAnita Zhang7-3/+70
2019-10-14test-network: disable IPv6AcceptRA= to speed up testsYu Watanabe2-0/+2
2019-10-14network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani11-2/+201
2019-10-14udev: introduce CONST key nameJan Synacek2-0/+46
2019-10-14test-network: add a test case for nexthopYu Watanabe3-1/+43
2019-10-14network: update comment as DHCP is deprecated nowYu Watanabe1-2/+2
2019-10-14network: introduce ip nexthop routingSusant Sahani21-9/+993
2019-10-14network: ndisc: do not drop all prefixes when a prefix matches a blacklistYu Watanabe1-44/+19
2019-10-13systemctl: fix memleak caused by wrong cleanup funcYu Watanabe1-1/+1
2019-10-12udev: fix memleak caused by wrong cleanup functionYu Watanabe1-1/+1
2019-10-11udev: do not hardcode program nameDavid Tardon2-4/+6
2019-10-11udev/fido_id: fix program name in usage outputDavid Tardon1-1/+1
2019-10-11core: pass around pointer, not structZbigniew Jędrzejewski-Szmek1-4/+4
2019-10-11shared/bus-unit-util: remove some empty linesZbigniew Jędrzejewski-Szmek1-72/+9
2019-10-11core: adjust load functions for other unit types to be more like serviceZbigniew Jędrzejewski-Szmek9-117/+117
2019-10-11core: simplify unit_load() a bitZbigniew Jędrzejewski-Szmek1-9/+4
2019-10-11core/service: use common implementation of unit_load_fragment_and_dropin()Zbigniew Jędrzejewski-Szmek1-24/+7
2019-10-11core: turn unit_load_fragment_and_dropin_optional() into a flagZbigniew Jędrzejewski-Szmek12-42/+21
2019-10-10parse_hwdb: fix compatibility with pyparsing 2.4.*Zbigniew Jędrzejewski-Szmek1-2/+3
2019-10-10parse_hwdb: process files in orderZbigniew Jędrzejewski-Szmek1-1/+1
2019-10-10parse_hwdb: bail with an error if no matches or groups are detectedZbigniew Jędrzejewski-Szmek1-4/+6
2019-10-10Rename udev's hwdb/ to hwdb.d/Zbigniew Jędrzejewski-Szmek38-9/+9
2019-10-10Rename udev's rules/ to rules.d/Zbigniew Jędrzejewski-Szmek27-2/+1
2019-10-10test: Pass personality test even when i686 userland runs on x86_64 kernelBalint Reczey1-1/+1
2019-10-09hwdb: Update Primebook C11B sensor entry to also work with older BIOS versionsHans de Goede1-0/+2
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek11-23/+46
2019-10-08networkctl: add missing dots in --helpZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek23-1793/+1799
2019-10-08test/TEST-31-DEVICE-ENUMERATION: do not use -x to avoid grep loopZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-08test: add function to reduce copied setup boilerplateZbigniew Jędrzejewski-Szmek34-252/+46
2019-10-08test: drop redirection to tty in integration testsZbigniew Jędrzejewski-Szmek21-51/+0
2019-10-07basic/set: const-ify set_first()Anita Zhang1-2/+2
2019-10-07core: disallow using '-.service' as a service nameAnita Zhang5-0/+55
2019-10-07trivial: rename chromeos to chromiumosTim Teichmann6-7/+7
2019-10-06docs: fix inadvertent change in uid rangeZbigniew Jędrzejewski-Szmek1-1/+1
2019-10-05trivial: update tools/chromeos/gen_autosuspend_rules.pyMario Limonciello1-1/+3
2019-10-05Add missing license file and information for tools/chromeos/gen_autosuspend_r...Tim Teichmann2-0/+28
2019-10-05tty-ask-pwd-agent: move ask_password_plymouth() in ask-password-api.cFranck Bui3-181/+182
2019-10-05tty-ask-pwd-agent: small cleanup in process_one_password_file()Franck Bui1-44/+64
2019-10-05tty-ask-pwd-agent: add a FIXMEFranck Bui1-0/+3
2019-10-05tty-ask-pwd-agent: share the same init code for --query and --watchFranck Bui1-22/+25
2019-10-05tty-ask-pwd-agent: treat SIGINT as a request to exit immediatelyFranck Bui1-1/+1
2019-10-05tty-ask-pwd-agent: give the possiblity to skip a password promptFranck Bui2-3/+23
2019-10-05tty-ask-pwd-agent: minor simplification by using FOREACH_DIRENT instead of FO...Franck Bui1-4/+1