summaryrefslogtreecommitdiffstats
path: root/ax25
Commit message (Expand)AuthorAgeFilesLines
* rxecho: rip out support for PF_INET, SOCK_PACKET sockets.Ralf Baechle2021-07-271-59/+0
* ax25.4: Remove recommendation for PF_INET, SOCK_PACKET sockets.Ralf Baechle2021-07-271-8/+1
* ax25.4: Use .B nroff highliting as is common practice for man pages.Ralf Baechle2021-07-271-17/+38
* treewide: Update all references to the FSF's address.Ralf Baechle2019-04-113-3/+6
* axspawn: Fix transformation by bad cleanupRalf Baechle2019-03-281-3/+2
* Man pages: Update with date from last non-trivial change.Ralf Baechle2019-03-2813-13/+13
* axgetput: Rename README file to README.axgetput.Ralf Baechle2019-03-282-1/+1
* ax25getput: Distribute TIPS.txt.Ralf Baechle2019-03-201-0/+1
* axgetput: Delete duplicate inclusion of <sys/types.h>Ralf Baechle2017-08-081-1/+0
* ax25.4: Fix reference to non-existing man page.Ralf Baechle2017-08-031-2/+2
* Delete more assignments in if conditions.Ralf Baechle2017-08-034-32/+63
* treewide: Remove casts of a type to the same type.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from memset pointer argument.Ralf Baechle2017-08-032-5/+5
* 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