summaryrefslogtreecommitdiffstats
path: root/ax25
Commit message (Expand)AuthorAgeFilesLines
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-3112-87/+181
* axwrapper: Compute nfds argument of select() instead of using a constant.Ralf Baechle2017-07-261-1/+10
* axwrapper: Remove unused code resulting in warning.Ralf Baechle2017-07-261-7/+0
* axwrapper: Handle EINTR error return from select().Ralf Baechle2017-07-261-0/+3
* axwrapper: Delete FILES section from man page.Ralf Baechle2017-07-261-1/+0
* ax25: Delete useless casts of malloc's return value.Ralf Baechle2017-02-062-17/+17
* axgetput: Don't check for negative return from strlen.Ralf Baechle2017-02-061-1/+1
* mheard: Drop unsatisfiable conditions.Ralf Baechle2017-02-061-2/+2
* ax25d: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-2/+2
* axwrapper: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-1/+1
* axgetput: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-2/+2
* axspawn: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-6/+6
* axgetput: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-11/+12
* axspawn: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-7/+7
* mheard: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-5/+5
* axgetput: Make function calc_crc static.Ralf Baechle2017-02-061-1/+1
* axgetput: Include util.h into utilc for the prototypes.Ralf Baechle2017-02-061-0/+1
* axgetput: Make do_version static.Ralf Baechle2017-02-061-1/+1
* axgetput: Move definition of several array from a .h to a .c file.Ralf Baechle2017-02-062-3/+7
* ax25d: Reorder code to avoid the need for forward declarations.Ralf Baechle2017-02-061-461/+454
* ax25d: Make several functions static.Ralf Baechle2017-02-061-4/+7
* axparms: Make several functions static.Ralf Baechle2017-02-061-9/+9
* axspawn: Remove unused function Xtoupper().Ralf Baechle2017-02-061-9/+0
* axspawn: Sort out homebrew declaration of forkpty(3).Ralf Baechle2017-02-061-9/+1
* axspawn: Make many functions and variables static.Ralf Baechle2017-02-061-42/+38
* axspawn: Move calc_md5_pw to eleminate need for declaration and make static.Ralf Baechle2017-02-061-30/+29
* axspawn: Make several functions and variables static.Ralf Baechle2017-02-061-11/+8
* axwrapper: Mark functions sigchld_handler and convert_{cr_lf,lf_cr} static.Ralf Baechle2017-02-061-3/+3
* bpqparms: Fix excessive indentation in usage().Ralf Baechle2017-02-061-4/+4
* bpqparms: Make functions usage and get_hwaddr static.Ralf Baechle2017-02-061-2/+2
* Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.Ralf Baechle2017-02-063-14/+0
* axspawn: Sort out pointer signedness mess.Ralf Baechle2017-01-261-3/+4
* Use the right way to get the required feature set from glibc.Ralf Baechle2017-01-262-1/+4
* beacon: Fix confusing indentation.Ralf Baechle2017-01-261-1/+4
* beacon: Fix confusing indentation.Ralf Baechle2017-01-261-1/+4
* axspawn: Fix missleading indentation.Ralf Baechle2017-01-261-1/+1
* Add a git suffix to the version number used by all programs.Ralf Baechle2017-01-249-10/+20
* mheardd: Delete duplicate inclusion of <config.h>.Ralf Baechle2017-01-231-1/+0
* axparms: Fix name of bpqether proc file in man page.Ralf Baechle2017-01-191-1/+1
* Makefile.am: axwapper.8 was not in the list of the man pages to be installed.Thomas Osterried2016-11-161-2/+2
* got rid of ctime() and using localtime()/strftime().Thomas Osterried2016-07-181-29/+21
* fix for segfault issue:Thomas Osterried2016-07-181-22/+60
* beacon with new option -H: -> beacon intervals relative to the hour.Thomas Osterried2016-07-042-8/+33
* beacon: new option -f: do not fork.Thomas Osterried2016-07-042-5/+14
* added "-d a" option to mheard:Thomas Osterried2016-07-041-2/+5
* added "-d a" option to mheard:Thomas Osterried2016-07-041-8/+63
* Fixed regression in axgetput (bget/bput crc was calculated wrong)Thomas Osterried2016-02-121-27/+27
* Fix spelling of "subsequent".Ralf Baechle2015-07-161-1/+1
* Remove all references to axassociate(8) and axsetcall(8).Ralf Baechle2015-07-162-9/+3
* axparms: Accept numeric user ID.Ralf Baechle2015-06-192-7/+22