summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | growfs: define main function through macroZbigniew Jędrzejewski-Szmek2019-12-051-52/+32
* | | | Merge pull request #14253 from keszybz/cleanupsLennart Poettering2019-12-062-9/+2
|\ \ \ \
| * | | | TODO: remove obsolete entriesZbigniew Jędrzejewski-Szmek2019-12-051-7/+1
| * | | | Fix use of unitialized variable in error pathZbigniew Jędrzejewski-Szmek2019-12-051-2/+1
| | |_|/ | |/| |
* | | | Merge pull request #14167 from cpaelzer/fix-MemoryDenyWriteExecute-x86-s390-b...Lennart Poettering2019-12-062-13/+19
|\ \ \ \
| * | | | seccomp: mmap test results depend on kernel/libseccomp/glibcChristian Ehrhardt2019-12-051-3/+4
| * | | | seccomp: use per arch shmat_syscallChristian Ehrhardt2019-12-051-1/+1
| * | | | seccomp: ensure rules are loaded in seccomp_memory_deny_write_executeChristian Ehrhardt2019-12-051-1/+6
| * | | | seccomp: fix multiplexed system callsChristian Ehrhardt2019-12-051-8/+8
* | | | | Merge pull request #14258 from TimoWilken/patch-1Anita Zhang2019-12-051-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo (duplicate "or")Timo Wilken2019-12-051-1/+1
|/ / / /
* | | | Merge pull request #14209 from poettering/sd-bus-sensitiveZbigniew Jędrzejewski-Szmek2019-12-056-6/+68
|\ \ \ \
| * | | | sd-bus: don't include properties maked as "emit-invalidation" in InterfacesAd...Lennart Poettering2019-12-041-0/+9
| * | | | sd-bus: add new call sd_bus_message_sensitive() and SD_BUS_VTABLE_SENSITIVELennart Poettering2019-12-046-6/+59
* | | | | Merge pull request #14221 from poettering/homed-preparatory-resizefsZbigniew Jędrzejewski-Szmek2019-12-055-0/+176
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | shared: add new wrapper for online fs resizing ioctlsLennart Poettering2019-12-043-0/+129
| * | | | missing: add XFS magicLennart Poettering2019-12-042-0/+47
* | | | | Merge pull request #14229 from yuwata/nspawn-network-interface-14223Yu Watanabe2019-12-052-17/+27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | network: if /sys is rw, then udev should be aroundYu Watanabe2019-12-051-6/+6
| * | | | nspawn: do not fail if udev is not runningYu Watanabe2019-12-051-11/+21
| |/ / /
* | | | Merge pull request #14173 from ssahani/tc-sfqAnita Zhang2019-12-0418-52/+478
|\ \ \ \
| * | | | test-network: add a test case for SFQYu Watanabe2019-12-042-2/+10
| * | | | network: SFQ cannot be configured with netem or TBFYu Watanabe2019-12-041-2/+5
| * | | | network: tc introduce sfq - Stochastic Fairness QueueingSusant Sahani2019-12-048-9/+137
| * | | | test-network: add test case for TBFYu Watanabe2019-12-043-3/+20
| * | | | network: drop unnecessary headersYu Watanabe2019-12-042-5/+0
| * | | | network: make network_emulator_fill_message() take NetworkEmulatorYu Watanabe2019-12-043-16/+14
| * | | | network: rename QDiscs to QDiscYu Watanabe2019-12-047-29/+29
| * | | | network: ignore sections which have both NetworkEmulator and TokenBufferFilte...Yu Watanabe2019-12-043-0/+42
| * | | | networkd tc: introduce tbfSusant Sahani2019-12-049-1/+236
| |/ / /
* | | | Merge pull request #14219 from poettering/homed-preparatory-loopAnita Zhang2019-12-049-43/+305
|\ \ \ \
| * | | | valgrind: temporarily handle that valgrind still doesn't know LOOP_GET_STATUS64Lennart Poettering2019-12-022-5/+33
| * | | | loop-util: if we fail to fully set up a loop device, detach it againLennart Poettering2019-12-021-5/+17
| * | | | loop-util: fill in the loopback number, even a posterioriLennart Poettering2019-12-021-4/+19
| * | | | loop-util: optionally also resize partitionsLennart Poettering2019-12-021-0/+101
| * | | | loop-util: add api for locking the block device with flock()Lennart Poettering2019-12-022-0/+15
| * | | | loop-util: allow refreshing offsetLennart Poettering2019-12-022-3/+17
| * | | | loop-util: allow creating loopback block devices with offset/lengthLennart Poettering2019-12-022-25/+41
| * | | | loop-util: add API to refresh loopback device size and opening existing loopb...Lennart Poettering2019-12-022-0/+53
| * | | | loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-028-13/+21
* | | | | Implement SNI when using DNS-over-TLSGuilhem Lettron2019-12-0412-6/+123
* | | | | Merge pull request #14111 from keszybz/unknown-section-warningLennart Poettering2019-12-0427-49/+112
|\ \ \ \ \
| * | | | | shared/install: warn about unkown sections in unit filesZbigniew Jędrzejewski-Szmek2019-11-251-2/+14
| * | | | | network: warn about unknown sections when parsing .netdev filesZbigniew Jędrzejewski-Szmek2019-11-2523-35/+64
| * | | | | shared/conf-parser: allow sections to be silently ignored with new -Section s...Zbigniew Jędrzejewski-Szmek2019-11-222-5/+28
| * | | | | shared/conf-parser: document what the flags doZbigniew Jędrzejewski-Szmek2019-11-221-3/+3
| * | | | | shared/conf-parser: turn CONFIG_PARSE_REFUSE_BOM flag into a local variableZbigniew Jędrzejewski-Szmek2019-11-222-4/+3
* | | | | | Merge pull request #13953 from SpencerMichaels/systemd-boot-efistub-id-fixZbigniew Jędrzejewski-Szmek2019-12-043-23/+48
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | boot: Deduplicate old-style loader entries.Spencer Michaels2019-11-212-7/+18
| * | | | | boot: Update bootspec.c to match previous changes.Spencer Michaels2019-11-181-10/+8