Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v244-stable
/
travis-ci
738606e
coverity: replace python with jq
by Evgeny Vereshchagin
· 5 years ago
807f9a1
fuzzit: export the API key instead of using `auth`
by Evgeny Vereshchagin
· 5 years ago
20c9c29
travis: switch to the latest version of the fuzzit CLI
by Evgeny Vereshchagin
· 5 years ago
64d0f70
travis: protect the systemd organization on Fuzzit from forks
by Evgeny Vereshchagin
· 5 years ago
v243.1
d4d74d0
fuzzit: get MSan to track origins
by Evgeny Vereshchagin
· 5 years ago
9cf19c1
fuzzit: collapse a series of commands
by Evgeny Vereshchagin
· 5 years ago
a928500
fuzzit: switch to a new organization
by Evgeny Vereshchagin
· 5 years ago
688b142
fuzzit: unleash MSan on all the fuzzers
by Evgeny Vereshchagin
· 5 years ago
81f3319
fuzzit: ignore library version
by Yu Watanabe
· 5 years ago
b5efca2
Free up some resources on Azure Pipelines
by Evgeny Vereshchagin
· 5 years ago
ee784ff
tests: run TEST-01-BASIC under ASAN+UBSan again
by Evgeny Vereshchagin
· 5 years ago
0772b11
tests: turn on the "object-size" UBSan check on Fuzzit
by Evgeny Vereshchagin
· 5 years ago
03bf413
test: install missing dependencies for CIs
by Frantisek Sumsal
· 5 years ago
28025ba
travis: turn on all default UBSan checks except for pointer-overflow, object-size and float-cast-overflow
by Evgeny Vereshchagin
· 5 years ago
5afed2f
fuzzit: sort UBSan checks alphabetically
by Evgeny Vereshchagin
· 5 years ago
9bd2422
travis: turn on nonnull-attribute on Fuzzit
by Evgeny Vereshchagin
· 5 years ago
f789e0b
travis: add more ASan options
by Evgeny Vereshchagin
· 5 years ago
b5e1f0b
travis: clean up bash variables a bit
by Evgeny Vereshchagin
· 5 years ago
5057d73
travis: use UBSan checks from OSS-Fuzz
by Evgeny Vereshchagin
· 5 years ago
e87e696
travis: turn on UBSan on Fuzzit
by Evgeny Vereshchagin
· 5 years ago
356f607
travis: add 5 more fuzz targets
by Evgeny Vereshchagin
· 5 years ago
53a42e6
Continuous Fuzzing Integration with Fuzzit
by Jeka Pats
· 5 years ago
0813a5e
Merge pull request #12617 from mbiebl/skip-test-bpf-containers
by Evgeny Vereshchagin
· 5 years ago
d7c5b3e
Merge pull request #12510 from keszybz/test-directives
by Yu Watanabe
· 6 years ago
3041250
Merge pull request #12519 from keszybz/man-on-demand
by Yu Watanabe
· 6 years ago
f7ebc1e
travis: use variable to avoid one call
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
9fd1a0b
tests: install perl for CI
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
c6448ee
test: run check-directives.sh as part of the test suite
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
75acb94
travis: set the `container` env variable explicitly
by Frantisek Sumsal
· 6 years ago
f572f79
tests: catch broken fuzz targets as early as possible
by Evgeny Vereshchagin
· 6 years ago
5cef20c
Merge pull request #12515 from evverx/fix-fuzzers-in-local-mode
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
63dc544
tests: make docker-run and helper.py happy by not using colons in filenames
by Evgeny Vereshchagin
· 6 years ago
a0603f8
tests: make fuzzbuzz.sh compatible with Azure Pipelines again
by Evgeny Vereshchagin
· 6 years ago
8c6637b
travis: make sure the fuzzers can be built in "local" mode
by Evgeny Vereshchagin
· 6 years ago
e67d88e
tests: turn on the QEMU part in the Xenial job
by Evgeny Vereshchagin
· 6 years ago
bedae21
tests: set NSPAWN_TIMEOUT and QEMU_TIMEOUT explicitly
by Evgeny Vereshchagin
· 6 years ago
fa8ac5e
tests: make fuzzbuzz.sh compatible with Azure Piplines
by Evgeny Vereshchagin
· 6 years ago
8a243a0
travis: make the ASan+UBSan stage compatible with Azure Pipelines
by Evgeny Vereshchagin
· 6 years ago
0b0673b
meson: default to -Dman=false to make development quicker
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
fcbabd0
travis: make sure that the fuzz targets can be built on OSS-Fuzz
by Evgeny Vereshchagin
· 6 years ago
9337418
travis: make sure the fuzz targets can be built on FuzzBuzz
by Evgeny Vereshchagin
· 6 years ago
5238e95
codespell: fix spelling errors
by Ben Boeckel
· 6 years ago
cc5549c
scripts: use 4 space indentation
by Zbigniew Jędrzejewski-Szmek
· 6 years ago
c5b4b18
travis: use /bin/systemd instead of /usr/bin/systemd
by Evgeny Vereshchagin
· 6 years ago
e298df6
travis: stop using the official upstream-systemd-ci repository
by Evgeny Vereshchagin
· 6 years ago
8605a4b
travis: switch to the "official" systemd-ci repository
by Evgeny Vereshchagin
· 6 years ago
71cf890
travis: also run TEST-01-BASIC with QEMU to cover udevd and so on
by Evgeny Vereshchagin
· 6 years ago
c47bfb1
travis: pass $TRAVIS when running the tests so that they can be skipped properly
by Evgeny Vereshchagin
· 6 years ago
8934737
travis: merge RUN_CLANG into RUN
by Evgeny Vereshchagin
· 6 years ago
9103671
test: don't run TEST-01-BASIC in unprivileged containers on Travis CI
by Evgeny Vereshchagin
· 6 years ago
1766204
travis: add another stage to really run everything under ASan+UBsan
by Evgeny Vereshchagin
· 6 years ago
b635e4e
travis: use xenial instead of trusty
by Evgeny Vereshchagin
· 6 years ago
f413cd0
travis: mount tmpfs on /tmp before running the tests
by Evgeny Vereshchagin
· 6 years ago
ee6776b
travis: use systemd as PID1 in debian containers
by Evgeny Vereshchagin
· 6 years ago
1478aa4
travis: also compile systemd on Debian Testing
by Evgeny Vereshchagin
· 6 years ago
05b36f1
travis: install llvm to get llvm-symbolizer
by Evgeny Vereshchagin
· 6 years ago
b8366c5
travis: also run the tests built with clang under ASan+UBsan
by Evgeny Vereshchagin
· 6 years ago
37cbcd4
travis: also build systemd with clang
by Evgeny Vereshchagin
· 6 years ago
a2ab58d
travis: make sure that *.perf and directives.* files are in sync
by Evgeny Vereshchagin
· 6 years ago
f5f9a58
tests: skip test_exec_ambientcapabilities on Travis CI under ASan
by Evgeny Vereshchagin
· 6 years ago
b6b35f0
travis: make the ASan & UBsan job a little bit stricter
by Evgeny Vereshchagin
· 6 years ago
d419b75
travis: use double the normal timeout in the ASan & UBSan stage
by Evgeny Vereshchagin
· 6 years ago
7970a52
travis: also compile and run unsafe unit tests
by Evgeny Vereshchagin
· 6 years ago
b0395ac
travis: treat warnings as errors while building systemd
by Evgeny Vereshchagin
· 6 years ago
7a30256
tests: keep SYS_PTRACE when running under ASan
by Frantisek Sumsal
· 6 years ago
cdd116b
travis: use 3 times the normal timeout when the tests are run under ASan+UBSan
by Evgeny Vereshchagin
· 6 years ago
9934768
travis.yml: replace test-capability with a script exiting with 77
by Evgeny Vereshchagin
· 6 years ago
6dfe7f4
travis: UBSan should be every C programmer's friend so let's build systemd with it too
by Evgeny Vereshchagin
· 6 years ago
79f6178
travis: move the ASan part into a separate stage
by Evgeny Vereshchagin
· 6 years ago
1667d63
travis: also rebuild everything with ASan
by Evgeny Vereshchagin
· 6 years ago
e4f8f99
travis: install dependencies necessary for running parse-hwdb.py
by Evgeny Vereshchagin
· 6 years ago
7315556
travis: drop the workaround for test-capability
by Frantisek Sumsal
· 6 years ago
eeec5f2
travis: show all commands when building systemd
by Evgeny Vereshchagin
· 6 years ago
b9abc93
travis: build and run fuzzers against crash reproducers
by Evgeny Vereshchagin
· 6 years ago
9608a59
travis: overwrite test-capability with a simple script that is just skipped
by Evgeny Vereshchagin
· 6 years ago
532a92f
travis: workaround for dnf upgrade
by Frantisek Sumsal
· 6 years ago
0d589df
travis: drop the unnecessary /etc/machine-id magic
by Frantisek Sumsal
· 6 years ago
059f319
travis: run Coverity on a more stable Fedora release
by Frantisek Sumsal
· 6 years ago
a9145fc
travis: move Docker setup to a separate script
by Frantisek Sumsal
· 6 years ago
3bbdc2f
travis: rewrite .travis.yml and re-enable Travis CI for Fedora
by Frantisek Sumsal
· 6 years ago
d5a650d
travis: use Fedora 27 as a base image
by Evegeny Vereshchagin
· 6 years ago
707fe95
travis: get python installed while building a docker image
by Evegeny Vereshchagin
· 6 years ago
2777cf4
travis: drop ccache requirement
by Michal Sekletar
· 6 years ago
f0b19a0
travis: DOCKER_REPOSITORY is no longer set. Don't require it.
by Michal Sekletar
· 6 years ago
3f4b547
travis: use Travis CI only for running scheduled Coverity scans
by Michal Sekletar
· 6 years ago
94153a7
Install ccache in container.
by Omer Katz
· 7 years ago
99127d2
Integration of Travis CI and Coverity Scan Analysis (#7691)
by Marek Čermák
· 7 years ago