summaryrefslogtreecommitdiffstats
path: root/call/call.1
Commit message (Collapse)AuthorAgeFilesLines
* fix: on read through closed pipe, call did endless select(),Thomas Osterried2009-08-241-1/+7
| | | | | | | | read() = 0, wht consumed 100% CPU power. New options: -W: waits after EOF on stdin. Useful for scripting, for waiting for data coming via fd 3 (ax25 connection) -T secs: idle timout after secs seconds.
* - new option -S: be silent. useful for using call in shellscripts.Thomas Osterried2008-07-091-0/+3
| | | | | | - call was not usable as a pipe in scripts because it read 511 bytes, tried to write these 511 bytes (but 256 is max for ax25 I-frames), got -1 EMSGSIZE (Message too long) and terminated.
* - New option "-s <sourcecall>" (like in ax25_call)Thomas Osterried2005-12-281-1/+4
| | | | - usage: new function usage()
* Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1Ralf Baechle1999-06-071-0/+178