|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
c3ae84bc |
| 07-Sep-2023 |
Dag-Erling Smørgrav <[email protected]> |
include: Implement N2867.
This adds macros for checked addition, subtraction, and multiplication with semantics similar to the builtins gcc and clang have had for years.
Reviewed by: kib, emaste Di
include: Implement N2867.
This adds macros for checked addition, subtraction, and multiplication with semantics similar to the builtins gcc and clang have had for years.
Reviewed by: kib, emaste Differential Revision: https://reviews.freebsd.org/D41734
(cherry picked from commit e6615b10347caf67f5bc12c9a8e30b8ddd9860ae)
include: Add tests for N2867.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41735
(cherry picked from commit 4fbb9c43aa44d9145151bb5f77d302ba01fb7551)
less: We have <stdckdint.h> now.
Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D41736
(cherry picked from commit cb8dd292c7ec53391dfa25847858dd7ef895f94e)
Approved by: re (gjb)
show more ...
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0 |
|
| #
8161b823 |
| 01-Jan-2023 |
Alexander V. Chernikov <[email protected]> |
testing: add python test examples
Simplify the adoption of python tests by proving some examples, utilising commonly-used patterns.
Differential Revision: https://reviews.freebsd.org/D37902 Review
testing: add python test examples
Simplify the adoption of python tests by proving some examples, utilising commonly-used patterns.
Differential Revision: https://reviews.freebsd.org/D37902 Reviewed by: asomers MFC after: 2 weeks
show more ...
|
|
Revision tags: release/12.4.0 |
|
| #
924226fb |
| 26-Jun-2022 |
Alexander V. Chernikov <[email protected]> |
testing: move atf-pytest-wrapper to /usr/libexec
Move pytest wrapper to the collection of the other atf wrappers in libexec. It solves the problem of combining bits & pieces from bsd.test.mk and b
testing: move atf-pytest-wrapper to /usr/libexec
Move pytest wrapper to the collection of the other atf wrappers in libexec. It solves the problem of combining bits & pieces from bsd.test.mk and bgs.prog.mk to address "test binary, but not the suite binary".
Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D35604 MFC after: 2 weeks
show more ...
|
| #
8eb2bee6 |
| 25-Jun-2022 |
Alexander V. Chernikov <[email protected]> |
testing: Add basic atf support to pytest.
Implementation consists of the pytest plugin implementing ATF format and a simple C++ wrapper, which reorders the provided arguments from ATF format to the
testing: Add basic atf support to pytest.
Implementation consists of the pytest plugin implementing ATF format and a simple C++ wrapper, which reorders the provided arguments from ATF format to the format understandable by pytest. Each test has this wrapper specified after the shebang. When kyua executes the test, wrapper calls pytest, which loads atf plugin, does the work and returns the result. Additionally, a separate python "package", `/usr/tests/atf_python` has been added to collect code that may be useful across different tests.
Current limitations: * Opaque metadata passing via X-Name properties. Require some fixtures to write * `-s srcdir` parameter passed by the runner is ignored. * No `atf-c-api(3)` or similar - relying on pytest framework & existing python libraries * No support for `atf_tc_<get|has>_config_var()` & `atf_tc_set_md_var()`. Can be probably implemented with env variables & autoload fixtures
Differential Revision: https://reviews.freebsd.org/D31084 Reviewed by: kp, ngie
show more ...
|
|
Revision tags: release/13.1.0 |
|
| #
64e33c5c |
| 18-Jan-2022 |
Cy Schubert <[email protected]> |
Revert "wpa: Import wpa 2.10."
This reverts commit 5eb81a4b4028113e3c319f21a1db6b67613ec7ab, reversing changes made to c6806434e79079f4f9419c3ba4fec37efcaa1635 and this reverts commit 679ff6112361d2
Revert "wpa: Import wpa 2.10."
This reverts commit 5eb81a4b4028113e3c319f21a1db6b67613ec7ab, reversing changes made to c6806434e79079f4f9419c3ba4fec37efcaa1635 and this reverts commit 679ff6112361d2660f4e0c3cda71198a5e773a25.
What happend is git rebase --rebase-merges doesn't do what is expected.
show more ...
|
|
Revision tags: release/12.3.0, release/13.0.0 |
|
| #
f8262d7d |
| 19-Mar-2021 |
Philip Paeps <[email protected]> |
Import wpa_supplicant/hostapd commit 9d9b42306541
Start tracking upstream development of hostapd and wpa_supplicant more closely. The last upstream release is from August 2019. Keeping up with ups
Import wpa_supplicant/hostapd commit 9d9b42306541
Start tracking upstream development of hostapd and wpa_supplicant more closely. The last upstream release is from August 2019. Keeping up with upstream development will make importing releases less exciting.
Discussed with: cy Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
|
Revision tags: release/12.2.0, release/11.4.0 |
|
| #
af6fbe51 |
| 23-Jan-2020 |
Ed Maste <[email protected]> |
Tag /usr/tests/local symlink with package=tests
As with the rest of /usr/tests, so that it is handled correctly on pkgbase-installed/updated systems.
Sponsored by: The FreeBSD Foundation
|
| #
ea684039 |
| 06-Nov-2019 |
Conrad Meyer <[email protected]> |
Import Zstd 1.4.4
|
|
Revision tags: release/12.1.0 |
|
| #
fa94c738 |
| 08-Aug-2019 |
Conrad Meyer <[email protected]> |
import zstd 1.4.1
|
|
Revision tags: release/11.3.0 |
|
| #
3f774a5e |
| 19-Apr-2019 |
Conrad Meyer <[email protected]> |
import zstd 1.4.0
|
| #
af73257b |
| 29-Dec-2018 |
Conrad Meyer <[email protected]> |
import zstd 1.3.8
|
|
Revision tags: release/12.0.0 |
|
| #
706cfae4 |
| 22-Oct-2018 |
Conrad Meyer <[email protected]> |
import zstd 1.3.7
|
| #
42239e68 |
| 22-Oct-2018 |
Conrad Meyer <[email protected]> |
import zstd 1.3.4
|
| #
1767cc49 |
| 22-Oct-2018 |
Conrad Meyer <[email protected]> |
import zstd 1.3.3
|
|
Revision tags: release/11.2.0 |
|
| #
653667f9 |
| 09-Nov-2017 |
Baptiste Daroussin <[email protected]> |
import zstd 1.3.2
|
| #
5e1d4ad0 |
| 31-Oct-2017 |
Enji Cooper <[email protected]> |
Start adding in simple wrapper around lgov/genhtml called gather_coverage
It will be installed to /usr/tests/tools for the time being
Based loosely on make snippet seen in https://github.com/yaneur
Start adding in simple wrapper around lgov/genhtml called gather_coverage
It will be installed to /usr/tests/tools for the time being
Based loosely on make snippet seen in https://github.com/yaneurabeya/scratch/blob/master/demos/freebsd/runtime-coverage/Makefile . The real difference is that one needs to run a binary with coverage compiled in before running this script, so it can hoover up the .gcda's.
show more ...
|
|
Revision tags: release/10.4.0 |
|
| #
902c8ce7 |
| 22-Aug-2017 |
Baptiste Daroussin <[email protected]> |
Import zstd 1.3.1
|
| #
47606b86 |
| 02-Aug-2017 |
Enji Cooper <[email protected]> |
Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bs
Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bsd.prog.mk.
Add reachover Makefile.inc's which get the default value from Makefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0).
show more ...
|
|
Revision tags: release/11.1.0 |
|
| #
affe9eaf |
| 14-Jul-2017 |
Baptiste Daroussin <[email protected]> |
Import zstd 1.3.0
|
| #
ffcbc2d7 |
| 06-May-2017 |
Baptiste Daroussin <[email protected]> |
Import Zstandard 1.2.0 Among changes: threading support is now default and supports freebsd
|
| #
a19eddc3 |
| 15-Apr-2017 |
Baptiste Daroussin <[email protected]> |
Import zstd 1.1.4
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
430f7286 |
| 04-May-2016 |
Enji Cooper <[email protected]> |
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed after r298107
Summary of changes:
- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that na
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed after r298107
Summary of changes:
- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup)
Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info.
MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
show more ...
|
| #
49dae58b |
| 29-Apr-2016 |
Glen Barber <[email protected]> |
Fix including Kyuafile in packaged base system.
Fix a related typo while here.
Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses
Fix including Kyuafile in packaged base system.
Fix a related typo while here.
Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests.
PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
show more ...
|
|
Revision tags: release/10.3.0 |
|
| #
1f4bcc45 |
| 03-Feb-2016 |
Glen Barber <[email protected]> |
More 'tests' packaging fixes.
Sponsored by: The FreeBSD Foundation
|