History log of /freebsd-current/tools/regression/pthread/cv_cancel1/cv_cancel1.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 7bfe5e45 31-Mar-2022 Ed Maste <emaste@FreeBSD.org>

Apply some style(9) to pthread tests

Reported by: kib
Fixes: ef135466f81b ("Clean up warnings in pthread tests")
Sponsored by: The FreeBSD Foundation


# ef135466 16-Feb-2022 Ed Maste <emaste@FreeBSD.org>

Clean up warnings in pthread tests

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


# 4b30cabd 16-Jul-2013 Kevin Lo <kevlo@FreeBSD.org>

Add missing header needed by sleep(3).


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 56073c9e 05-Dec-2006 David Xu <davidxu@FreeBSD.org>

initialize mutex and cv.


# a3f452e8 04-Dec-2006 David Xu <davidxu@FreeBSD.org>

Fix spelling.


# e986eeec 04-Dec-2006 David Xu <davidxu@FreeBSD.org>

Add a test for pthread's cv and cancellation.