History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.weak2.c
Revision Date Author Comments
# c14e17a4 10-Jan-2021 Ryan Libby <rlibby@FreeBSD.org>

dtrace tests: fix prototypes for gcc build

- quiet -Wstrict-prototypes
- provide prototypes for weak aliases

Reviewed by: markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D28036


# c6989859 19-Sep-2020 Mark Johnston <markj@FreeBSD.org>

Address compiler warnings in C code used by the DTrace test suite.

Reported by: Jenkins
MFC after: 1 week


# 6e9584fd 29-Jan-2015 Mark Johnston <markj@FreeBSD.org>

Include required headers in DTrace test programs.

MFC after: 1 week


# dab6e142 16-Sep-2014 Mark Johnston <markj@FreeBSD.org>

Implement a workaround to allow this test program to be compiled with clang.
It seems that if a pragma is used to define a weak alias for a local
function, the pragma must appear after the function is defined.

PR: 193056
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division


# 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.