summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: add RestrictNetworkInterfaces= BPF program source codeMauricio Vásquez2021-08-183-0/+71
* udev: make RxChannels= or friends also accept "max"Yu Watanabe2021-08-183-141/+81
* tree-wide: fix typoYu Watanabe2021-08-184-8/+8
* fstab-generator: Respect nofail when orderingVladimir Panteleev2021-08-181-1/+2
* Fix typo in dbus property name ("OnSuccesJobMode")Vladimir Panteleev2021-08-181-1/+2
* Merge pull request #20460 from yuwata/udevadm-test-builtin-introduce-actionYu Watanabe2021-08-185-42/+73
|\
| * udevadm: introduce -a|--action option for test-builtin commandYu Watanabe2021-08-181-7/+17
| * udevadm: introduce parse_device_action() helper functionYu Watanabe2021-08-174-23/+31
| * udevadm: introduce find_device_with_action() helper functionYu Watanabe2021-08-173-13/+26
* | udev: Support "max" string for BufferSize options (#20458)Daan De Meyer2021-08-182-14/+28
* | network: do not assume the highest priority when Priority= is unspecifiedYu Watanabe2021-08-182-15/+106
* | Merge pull request #20448 from medhefgo/bootLennart Poettering2021-08-174-107/+100
|\ \ | |/ |/|
| * sd-boot: Draw custom edit cursorJan Janssen2021-08-171-12/+16
| * sd-boot: Add compile-time color supportJan Janssen2021-08-172-13/+23
| * sd-boot: Improve key bindingsJan Janssen2021-08-171-1/+8
| * sd-boot: Render title entries centered and not to entire screen widthJan Janssen2021-08-171-22/+18
| * sd-boot: Introduce print_at helper functionJan Janssen2021-08-173-49/+33
| * sd-boot: Fix marking EFI var default entryJan Janssen2021-08-171-7/+4
| * sd-boot: Allow automatic entries to be defaultJan Janssen2021-08-161-4/+1
| * sd-boot: Improve selection of initial entries to showJan Janssen2021-08-161-17/+15
* | extension-release: search for other files if expected name not foundLuca Boccassi2021-08-172-22/+114
* | xattr-util: add fgetxattrat_fake_malloc variantLuca Boccassi2021-08-173-8/+68
* | env-util: add unsetenv_erase() helperLennart Poettering2021-08-178-18/+77
* | import: drop some now unused functions from import-common.cLennart Poettering2021-08-172-54/+0
* | import-fs: make various options controllable via cmdline/env varLennart Poettering2021-08-171-97/+165
* | pull: add --direct mode + make various eatures optional + explicit checksum v...Lennart Poettering2021-08-179-516/+1111
* | import: add new "--direct" mode + add controls for turning certain features o...Lennart Poettering2021-08-176-200/+543
* | shared: add generic helper tools for installing files/dir treesLennart Poettering2021-08-175-0/+359
* | Merge pull request #20450 from yuwata/ethtool-cleanupsYu Watanabe2021-08-172-5/+15
|\ \
| * | ethtool: make ethtool_set_features() return earlier when nothing is requestedYu Watanabe2021-08-171-3/+13
| * | ethtool: make the size of 'features' array staticYu Watanabe2021-08-172-2/+2
| |/
* | Merge pull request #20443 from yuwata/network-conf-parser-cleanupsYu Watanabe2021-08-176-163/+194
|\ \
| * | network: check validity before copying the input stringYu Watanabe2021-08-161-17/+18
| * | network: rebreak conf parser argumentsYu Watanabe2021-08-166-146/+176
* | | unit: coldplug both job and nop_job if possibleGeass-LL2021-08-171-4/+7
* | | Merge pull request #20442 from yuwata/network-can-introduce-many-settingsYu Watanabe2021-08-1722-764/+1397
|\ \ \
| * | | network: can: allow to specify bit-timing with TimeQuantaNSec= and friendsYu Watanabe2021-08-164-0/+87
| * | | network: SamplePoint= should be specified only when BitRate= is specifiedYu Watanabe2021-08-161-2/+2
| * | | network: can: make Termination= optionally take a raw resistor valueYu Watanabe2021-08-164-7/+54
| * | | network: can: add missing control modesYu Watanabe2021-08-161-0/+4
| * | | network: can: introduce config_parse_can_control_mode()Yu Watanabe2021-08-165-46/+55
| * | | network: can: refuse too large restart sec earlierYu Watanabe2021-08-163-6/+40
| * | | network: can: move functionYu Watanabe2021-08-161-40/+40
| * | | basic/linux: update linux uapi headersYu Watanabe2021-08-1617-663/+1115
| |/ /
* | | network: add address label on dhcpv4Maxime de Roucy2021-08-175-0/+43
* | | network: allow users to forbid passthru MACVLAN from putting its link into pr...Tom Yan2021-08-161-0/+9
| |/ |/|
* | Merge pull request #20438 from medhefgo/bootLennart Poettering2021-08-1615-136/+276
|\ \ | |/ |/|
| * sd-boot: Detect windows boot loader title from BCDJan Janssen2021-08-161-3/+51
| * sd-boot: Add memmem_safe and memory_startswithJan Janssen2021-08-164-16/+38
| * sd-boot: Try harder to detect ourselvesJan Janssen2021-08-162-15/+37