History log of /freebsd-current/cddl/contrib/opensolaris/cmd/plockstat/plockstat.c
Revision Date Author Comments
# e3c6864e 01-Dec-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Fix the build for non-amd64.


# bc96366c 17-Jan-2015 Steven Hartland <smh@FreeBSD.org>

Mechanically convert cddl sun #ifdef's to illumos

Since the upstream for cddl code is now illumos not sun, mechanically
convert all sun #ifdef's to illumos #ifdef's which have been used in all
newer code for some time.

Also do a manual pass to correct the use if #ifdef comments as per style(9)
as well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos.

MFC after: 1 month
Sponsored by: Multiplay


# 59d74a35 19-Nov-2013 Justin Hibbits <jhibbits@FreeBSD.org>

Use 'int' to store the return value of getopt(), rather than char.

On some architectures (powerpc), char is unsigned by default, which means
comparisons against -1 always fail, so the programs get stuck in an
infinite loop.

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.


# 6544c919 21-Aug-2010 Rui Paulo <rpaulo@FreeBSD.org>

Port plockstat to FreeBSD. This will be connected to the build later.

Sponsored by: The FreeBSD Foundation