Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat consistently. Strictly whitespace changes only. | Ralf Baechle | 2013-06-17 | 1 | -25/+25 |
| | | | | | | | Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Use tabs for indentation, not spaces. | Ralf Baechle | 2013-06-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Remove useless initializations to 0 or NULL. | Ralf Baechle | 2013-06-17 | 1 | -8/+8 |
| | | | | | | | They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | Nuke trailing whitespace. | Ralf Baechle | 2013-06-17 | 1 | -16/+16 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||||
* | kissattach and it's sisters are parsing axports on their own. | Thomas Osterried | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | they handled lines starting with '#' correctly, but complain (and refuse to work) if the lines are empty (-- this is in contrast to programs like call which use libax25 and work with empty lines). this small patch fixes this issue. | ||||
* | Remove use of backwards compatibility header name. | Ralf Baechle | 2009-06-21 | 1 | -8/+0 |
| | | | | | | Glibc as old as 2.2 provides working headers under the right name and if not libax25 would install headers under the right name so this has become redundant and ugly. | ||||
* | fflush stdout and stderr before close. just to be sure | Thomas Osterried | 2008-10-10 | 1 | -0/+2 |
| | |||||
* | forked child now closes stdin, stdout, stderr. | Thomas Osterried | 2008-10-01 | 1 | -0/+4 |
| | | | | | Now it does not block on PTY=$(./kissattach /dev/ptmx ax4 2>&1|tail -1) | ||||
* | kissattach now supports Unix98 pseudo terminals (/dev/ptmx). | Thomas Osterried | 2008-09-26 | 1 | -9/+37 |
| | | | | Thanks to Christoph Rueckert <dk2crn>. | ||||
* | consistent names (tty instead of ttyinterface) | Thomas Osterried | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | commenting out startiface() was not really wise. | Thomas Osterried | 2005-12-10 | 1 | -2/+0 |
| | |||||
* | - IP Address not mandatory anymore | Thomas Osterried | 2005-11-28 | 1 | -4/+19 |
| | | | | - New -b option. IFF_BROADCAST disabled by default now. | ||||
* | Tomi patch for mkiss pid problem | Craig Small | 2001-08-27 | 1 | -38/+50 |
| | |||||
* | Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4 | Ralf Baechle | 1999-08-10 | 1 | -5/+16 |
| | |||||
* | Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3 | Ralf Baechle | 1999-07-08 | 1 | -27/+59 |
| | |||||
* | Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2 | Ralf Baechle | 1999-06-07 | 1 | -2/+10 |
| | |||||
* | Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1 | Ralf Baechle | 1999-04-21 | 1 | -0/+289 |