History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/tst.args.c
Revision Date Author Comments
# 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


# 5ee81b26 20-Mar-2019 Mark Johnston <markj@FreeBSD.org>

Ensure that we use a 64-bit value for the last mmap() argument.

When using __syscall(2), the offset argument is passed on the stack on
amd64. Previously only 32 bits were written, so the upper 32 bits were
garbage and could cause the test to fail.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation


# 4ed6321f 18-Mar-2018 Mark Johnston <markj@FreeBSD.org>

Use __syscall(2) rather than syscall(2) in syscall/tst.args.c.

Some of mmap(2)'s arguments are 64 bits wide.

MFC after: 3 days


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

Include required headers in DTrace test programs.

MFC after: 1 week


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