History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/tst.fds.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


# c537027e 13-Feb-2015 Mark Johnston <markj@FreeBSD.org>

Tweak the fds test program so that it actually compiles. Also use 0 instead
of -1 for the bogus ioctl command so that dmesg doesn't get spammed with
sign extension warnings when the test program runs.

MFC after: 1 week


# d8e3baac 04-Jan-2012 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add missing file permission to open(O_CREAT) call. This doesn't really matter
here, as we open /dev/null for test purposes, but it is useful for consistency
and further grepping for such bugs.


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