summaryrefslogtreecommitdiffstats
path: root/ax25mond
Commit message (Collapse)AuthorAgeFilesLines
* Remove all generated files.Ralf Baechle2009-06-191-568/+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 type of length argument to sockset syscalls.Ralf Baechle2009-06-141-2/+2
| | | | | | | | Various socket syscalls receive a length argument that should be a socklen_t rsp. a ptr to a socklen_t but instead int rsp. ptr to int were being passed. While in theory this was a bug it's harmless as dangerously large values would not be used but the issue manifested itself in a significant number of compilation warnings.
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-141-1/+1
|
* initial checkin.Thomas Osterried2009-06-061-0/+568
| | | | We had a Makefile.in everywhere but not here.
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-16/+15
| | | | pointless comments.
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-221-0/+2
|
* changed fd_set variables around so no clashax25-apps-0.0.6Craig Small2002-03-041-1/+1
|
* Fixed ax25ipd conf file bug, small cosmetic changesTerry Dawson VK2KTJ2001-09-221-2/+2
|
* updated libtool, uniformly indented source, corrected small ax25mond ↵Terry Dawson VK2KTJ2001-09-121-286/+328
| | | | Makefile bug
* Initial revisionax25-apps-0.0.5p2Craig Small2001-04-106-0/+459