History log of /freebsd-10.1-release/usr.sbin/spray/spray.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 227261 06-Nov-2011 ed

Mark global functions and/or variables in spray(8) static where possible.

This allows compilers and static analyzers to do more thorough analysis.


# 100121 15-Jul-2002 alfred

do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead
pass an empty string.

Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr>


# 95658 28-Apr-2002 des

Spell void * as void * rather than caddr_t. This is complicated by the
fact that caddr_t is often misspelled as char *.

Sponsored by: DARPA, NAI Labs


# 78780 25-Jun-2001 dd

ANSIize, staticize, and unsignedize; set WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>


# 78722 24-Jun-2001 dd

Include missing header files.


# 61027 28-May-2000 charnier

Convert to errx()


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 30598 20-Oct-1997 charnier

Fix usage in man page. Remove progname.


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 13243 05-Jan-1996 graichen

This commit was generated by cvs2svn to compensate for changes in r13242,
which included commits to RCS files with non-trunk default branches.


# 13242 05-Jan-1996 graichen

Obtained from: NetBSD
imported the spray command from NetBSD - it can be used for network
analysis (see the man-page)