summaryrefslogtreecommitdiff
path: root/contrib/binreplay.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-3/+4
* Adds missing includes to contrib/ programs.Fred Wright2016-09-221-1/+2
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+5
* Remove unused rate parameter.Eric S. Raymond2013-09-171-30/+6
* Portavility cleanup for contrib code.Eric S. Raymond2011-07-051-1/+1
* Warning cleanups.Eric S. Raymond2011-01-131-1/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* make this compile on (at least debian) linux. from bzedChris Kuethe2008-12-311-2/+9
* usage: binreplay [-d <device>] [-r <data_rate>] [-s <port_speed>] <file>Chris Kuethe2007-07-011-41/+108
* Add a pair of simpleminded utilities for capturing and replaying data on a pty. Chris Kuethe2007-01-151-0/+93