Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark global functions and/or variables in spray(8) static where possible. | ed | 2011-11-06 | 1 | -4/+4 |
| | | | | This allows compilers and static analyzers to do more thorough analysis. | ||||
* | do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead | alfred | 2002-07-15 | 1 | -3/+3 |
| | | | | | | pass an empty string. Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr> | ||||
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 1 | -4/+7 |
| | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs | ||||
* | ANSIize, staticize, and unsignedize; set WARNS=2. | dd | 2001-06-25 | 1 | -14/+10 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files. | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | Convert to errx() | charnier | 2000-05-28 | 1 | -12/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix usage in man page. Remove progname. | charnier | 1997-10-20 | 1 | -10/+12 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Obtained from: NetBSD | graichen | 1996-01-05 | 1 | -0/+224 |
imported the spray command from NetBSD - it can be used for network analysis (see the man-page) |