History log of /freebsd-current/tools/test/stress2/tools/flip.c
Revision Date Author Comments
# 568be71d 24-May-2024 Mark Johnston <markj@FreeBSD.org>

stress2: Use the proper type for the getopt(3) return value

On arm platforms "char" is typically unsigned, in which case the test
"(c = getopt(...)) != -1" does not behave as desired.

Reviewed by: pho
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D45365


# 273a89bb 27-May-2023 Peter Holm <pho@FreeBSD.org>

stress2: Tune to get more slightly broken file systems


# ca0088ae 22-May-2023 Peter Holm <pho@FreeBSD.org>

stress2: Occasionally modify 8 bits


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix


# ee10c61d 06-Mar-2023 Peter Holm <pho@FreeBSD.org>

stress2: Fix a off-by-one error. Added check for argument file type


# 171e56c1 24-Nov-2021 Peter Holm <pho@FreeBSD.org>

stress2: Added an option to set the file size. Added missing error checks


# 8a272653 03-Mar-2021 Peter Holm <pho@FreeBSD.org>

stress2: Initial import

Discussed with: kib