aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3Dimitry Andric2022-05-141-297/+369
| | | | | | | | This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-14-init-10223-g401b76fdf2b3. PR: 261742 MFC after: 2 weeks
* stress2: Added a test scenarioPeter Holm2022-05-082-0/+56
|
* mfc-candidates.sh: Set default target branch for portsJoseph Mingrone2022-05-041-13/+26
| | | | | | Approved by: emaste, jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35096
* Remove stray .Pp from WITH_LOADER_EFI_SECUREBOOT descriptionEd Maste2022-05-021-1/+0
| | | | | | MFC after: 3 days Fixes: 13ea0450a9c8 ("Extend libsecureboot(old libve) to...") Sponsored by: The FreeBSD Foundation
* Update UNIFIED_OBJDIR descriptionsEd Maste2022-05-022-2/+4
| | | | | | | | | | | src.conf(5) previously stated they would be removed before FreeBSD 12.0, but that did not happen. Change it to "a future version of FreeBSD." Also pick up LOADER_KBOOT change (enabled on x86) in src.conf regen. Reported by: jhb MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptionsEd Maste2022-04-302-2/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Update WITH_PROFILE description as it is yet removedEd Maste2022-04-301-2/+2
| | | | | | | | | | | GCC still wants to link against (for example) libc_p.a when -pg is in use, and it's unclear when and how this will be addressed. Change the WITH_PROFILE option description to claim that it may be removed from an unspecified future version of FreeBSD, rather than FreeBSD 14. Reported by: Steve Kargl MFC after: 1 week Sponsored by: The FreeBSD Foundation
* stress2: Fixed cleanup path errorPeter Holm2022-04-2919-19/+19
|
* Add a tool to find MFC candidatesEd Maste2022-04-281-0/+163
| | | | | | | | | | | | | | | | | | | | usage: mfc-candidates.sh [-ah] [-f from_branch] [-t to_branch] [-u user] [-X exclude_file] [path ...] This tool compares git commit hashes that are in from_branch and not in to_branch with hashes listed in "cherry picked from" lines, finding commits that may be MFC candidates. By default it searches for commits by ${USER} but that can be overridden with -u for a specific user or -a for all. gonzo@'s MFC tracker is a web application that presents this sort of information in a more convenient way, and unlike this script it tracks "MFC After" status and timing. However, it is sometimes useful to be able to perform an offline search against a local repo. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34208
* stress2: Added a regression testPeter Holm2022-04-281-0/+108
|
* stress2: Added a syzkaller reproducerPeter Holm2022-04-222-0/+196
|
* locales: Update to CLDR 41.0 and Unicode 14.0Baptiste Daroussin2022-04-212-25/+844
| | | | Relnotes: yes
* Added a test to the exclude listPeter Holm2022-04-161-0/+1
|
* stress2: Added a regression testPeter Holm2022-04-161-0/+77
|
* stress2: Permanently disable disruptive testsPeter Holm2022-04-143-0/+9
|
* nanobsd: update ssh config files after 1323ec571215Ed Maste2022-04-132-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* stress2: Fix cleanup after test runPeter Holm2022-04-135-5/+9
|
* stress2: Added commentPeter Holm2022-04-131-0/+2
|
* stress2: Remove working tests from the exclude listPeter Holm2022-04-131-18/+1
|
* stress2: Add new write(2) test. Remove sctp.sh after problem fixedPeter Holm2022-04-061-1/+1
|
* stress2: Added a write(2) fuzz test scenarioPeter Holm2022-04-061-0/+41
|
* stress2: Added a syzkaller reproducerPeter Holm2022-04-052-0/+170
|
* stress2: Added a test to the exclude filePeter Holm2022-04-031-0/+1
|
* Apply some style(9) to pthread testsEd Maste2022-04-012-2/+3
| | | | | | Reported by: kib Fixes: ef135466f81b ("Clean up warnings in pthread tests") Sponsored by: The FreeBSD Foundation
* pkgbase: Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
| | | | | | - s/begining/beginning/ MFC after: 3 days
* stress2: Enable four quota tests, which now seems to run without issuesPeter Holm2022-03-281-4/+0
|
* depend-cleanup.sh: Handle libc bcmp.c moving back to bcmp.S on amd64Mateusz Guzik2022-03-261-2/+2
|
* depend-cleanup.sh: Handle libc bcmp.S moving to bcmp.c on amd64.John Baldwin2022-03-251-0/+5
| | | | | | Reviewed by: emaste Fixes: 5fc3cc2713eff8cd ("amd64: make bcmp in libc just call memcmp") Differential Revision: https://reviews.freebsd.org/D34676
* test-includes: improve portabilityBrooks Davis2022-03-221-1/+1
| | | | | | | | | | | FreeBSD's shell permits [^bar] to match characters not in [bar] like common regular expressions. This is non-portable and '!' should be used in place of '^' for portability. Reported by: Nathaniel Wesley Filardo Issue: https://github.com/CTSRD-CHERI/cheribsd/issues/1321 Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D34597
* stress2: Limit console warningsPeter Holm2022-03-182-2/+2
|
* stress2: Remove the memory disk after the fsck, not beforePeter Holm2022-03-181-1/+2
|
* tools/tools/README: Remove tinybsd entryMateusz Piotrowski2022-03-151-1/+0
| | | | Fixes: 0c7a642ae8f5 tinybsd: Remove
* stress2: A unmount of a unionfs file system may return EBUSY.Peter Holm2022-03-151-1/+4
|
* stress2: A unmount of a unionfs file system may return EBUSY.Peter Holm2022-03-154-5/+17
|
* usbtest: Fix issue when multiple devices are sharing same USB vendor and ↵Hans Petter Selasky2022-03-135-81/+92
| | | | | | | | | | | product ID. When there are multiple devices sharing the same USB vendor and product ID, the wrong device may be selected. Fix this by also matching the bus and device address, ugen<X>.<Y> . MFC after: 1 week Sponsored by: NVIDIA Networking
* stress2: Fix typo in exclude namesPeter Holm2022-03-081-2/+2
|
* stress2: Exclude a few test.Peter Holm2022-03-081-0/+4
|
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-0/+1
| | | | | | | | | | | | | | | | | Use it instead of the existing ctf.h from OpenSolaris. This makes it easier to use CTF in the core kernel, and to extend the CTF format to support wider type IDs. The imported ctf.h is modified to depend only on _types.h, and also to provide macros which use the "parent" bit of a type ID to refer to types in a parent CTF container. No functional change intended. Reviewed by: Domagoj Stolfa, emaste MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34358
* stress2: Added a new test scenario checing for a long fsck_ffs runtimePeter Holm2022-03-041-0/+114
|
* stress2: Reworked and cleaned up this test scenaio.Peter Holm2022-03-031-31/+25
|
* install-boot.sh: Avoid - in function names for POSIX compatibilityJessica Clarke2022-02-281-9/+9
| | | | | | | | | FreeBSD sh supports this but other common POSIX shells do not; in particular, dash does not, unlike bash and zsh. This allows the script to be used on non-FreeBSD systems for release media building. Reviewed by: emaste, brooks Differential Revision: https://reviews.freebsd.org/D34000
* test-includes: temporarily add back net/pfvar.hWarner Losh2022-02-241-0/+1
| | | | | | | | net/pfvar.h is installed unconditionally, but depends on files that are installed conditionally. Until that can be sorted out, temporarily add this back to badfiles.inc to cope with MK_PF=no failing. Sponsored by: Netflix
* stress2: Added cleanup on errorPeter Holm2022-02-221-0/+2
|
* Clean up warnings in pthread testsEd Maste2022-02-168-29/+29
| | | | | | | | | | I intend to move these into lib/libthr/tests/ and connect to kyua. This is a first step to address warnings emitted when building using standard make infrastructure. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34306
* stress2: Finish work on two gunion(8) test scenariosPeter Holm2022-02-162-6/+6
|
* git-arc: Fix review title matchingMark Johnston2022-02-141-8/+25
| | | | | | | | Properly handle the case where the title of one commit is a suffix or prefix of the title of a second commit, and one wishes to create reviews for both. Reported by: chuck
* stress2: Add a fsck_ffs regression test scenarioPeter Holm2022-02-131-0/+65
|
* stress2: Added a tool to zero out a superblock check hash.Kirk McKusick2022-02-131-0/+75
|
* stress2: Added a regression testPeter Holm2022-02-111-0/+74
| | | | PR: 261707
* nanobsd: Recursively copy fat partitionJose Luis Duran2022-02-101-1/+1
| | | | | | | We have a directory structure for the FAT partition now with EFI and DTC overlays, so we need to recursively copy it. Differential Revision: https://reviews.freebsd.org/D34241