Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for multiport tncs like the KPC-9612 (use of only the second | Thomas Osterried | 2010-04-13 | 2 | -12/+43 |
| | | | | port). Example: This is done by "mkiss /dev/ttyUSB0 none /dev/ptmx | ||||
* | Added help for arguments n* /dev/ptmx | Thomas Osterried | 2010-03-31 | 2 | -1/+2 |
| | |||||
* | Fix parallel installation bugs. | Ralf Baechle | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | install-exec-local hooks may be run in parallel. This may result in the attempted installation of files into directories before they have been created. Fixed by using install-exec-hook instead. Reported and axgetput-only patch by Thomas Beierlein <tb@forth-ev.de>. | ||||
* | Remove use of backwards compatibility header name. | Ralf Baechle | 2009-06-21 | 2 | -16/+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. | ||||
* | Ignore a few more generated files. | Ralf Baechle | 2009-06-19 | 1 | -0/+1 |
| | |||||
* | Remove all generated files. | Ralf Baechle | 2009-06-19 | 1 | -507/+0 |
| | | | | | | | | | | | | | | Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed. | ||||
* | Fix build error caused by variable definition after statement. | Ralf Baechle | 2009-06-06 | 1 | -2/+1 |
| | |||||
* | Unix98 support. | Thomas Osterried | 2009-01-20 | 2 | -5/+5 |
| | | | | Thanks to dk2crn. | ||||
* | Unix98 PTY support for mkiss and m6pack. | Thomas Osterried | 2009-01-20 | 2 | -18/+86 |
| | |||||
* | Support for Unix98-pty's. Thanks to Christoph <dk2crn>. | Thomas Osterried | 2009-01-15 | 2 | -19/+63 |
| | | | | | Syslog logging. Bugfixes: buffer-length assurances; do never change char *foo = "bar". | ||||
* | kissnetd now supports unix98 pty's (new option: -p num). | Thomas Osterried | 2009-01-09 | 2 | -45/+171 |
| | | | | | | | | | The num devices are written to stdout and could easily used in startp scripts. Introduced PATH_MAX for the pty name. Kiss header for crc smack and rmnc are now supported. write return code is now honoured. Thanks to dk2crn for contriution. | ||||
* | #include <string.h> in order to make the compiler happy | Thomas Osterried | 2008-10-22 | 1 | -0/+1 |
| | |||||
* | 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 | 2 | -14/+48 |
| | | | | Thanks to Christoph Rueckert <dk2crn>. | ||||
* | changed mail addresses | Thomas Osterried | 2008-04-27 | 3 | -4/+4 |
| | |||||
* | consistent names (tty instead of ttyinterface) | Thomas Osterried | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 1 | -1/+0 |
| | | | | pointless comments. | ||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 1 | -286/+374 |
| | |||||
* | commenting out startiface() was not really wise. | Thomas Osterried | 2005-12-10 | 1 | -2/+0 |
| | |||||
* | - include ctype.h -> made compiler happy | Thomas Osterried | 2005-12-10 | 1 | -2/+3 |
| | | | | - minor fix | ||||
* | - IP Address not mandatory anymore | Thomas Osterried | 2005-11-28 | 2 | -9/+29 |
| | | | | - New -b option. IFF_BROADCAST disabled by default now. | ||||
* | - kissparms: new option "-c" and "-X" | Thomas Osterried | 2005-10-30 | 2 | -5/+40 |
| | |||||
* | added netinet/in.h for htons prototype | Michael Taylor | 2004-12-12 | 1 | -0/+1 |
| | |||||
* | replace asm/byteorder.h with public header endian.h | Michael Taylor | 2004-12-12 | 1 | -1/+2 |
| | |||||
* | Removed Makefiles | Craig Small | 2003-02-22 | 1 | -419/+0 |
| | |||||
* | test | Craig Small | 2003-02-22 | 2 | -6/+6 |
| | |||||
* | changed syserrlist to strerrno | Craig Small | 2003-02-22 | 1 | -0/+1 |
| | |||||
* | Changed sys_errlist[] to strerror() | Michael Taylor | 2002-12-26 | 1 | -2/+2 |
| | |||||
* | used PF_PACKET for SOCK_PACKET sockets, added time.h to axspawn.c | Michael Taylor | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | added remaining sys/time.h includes for ppc | Craig Small | 2002-06-19 | 1 | -0/+7 |
| | |||||
* | removed some stuff that shouldnt be there | Craig Small | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | Tomi patch for mkiss pid problem | Craig Small | 2001-08-27 | 2 | -51/+80 |
| | |||||
* | last checking for 0.0.8ax25-tools-0.0.8 | Craig Small | 2001-05-16 | 1 | -18/+55 |
| | |||||
* | synced to klaus code | Craig Small | 2001-05-10 | 2 | -1/+421 |
| | |||||
* | Import ax25-tools 0.0.6 from tarballax25-tools-0.0.6 | Ralf Baechle | 2001-04-11 | 1 | -0/+6 |
| | |||||
* | Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4 | Ralf Baechle | 1999-08-10 | 6 | -13/+37 |
| | |||||
* | Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3 | Ralf Baechle | 1999-07-08 | 9 | -124/+296 |
| | |||||
* | Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2 | Ralf Baechle | 1999-06-07 | 9 | -5/+289 |
| | |||||
* | Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1 | Ralf Baechle | 1999-04-21 | 7 | -0/+2297 |