summaryrefslogtreecommitdiffstats
path: root/ax25ipd
Commit message (Expand)AuthorAgeFilesLines
* ax25ipd: Fix warning and potential buffer overflow in bpqether.c.Ralf Baechle2021-07-281-2/+13
* ax25ipd: Include <stdlib.h> for malloc.Ralf Baechle2021-07-281-0/+1
* treewide: Kill assignments in if conditions.Ralf Baechle2017-08-033-8/+16
* ax25ipd: Limit SEE ALSO section of man page to things actually related.Ralf Baechle2017-07-281-3/+0
* ax25ipd: Fix printing of version number.Ralf Baechle2017-07-261-1/+1
* ax25ipd: Fix glibc feature selection macros.Ralf Baechle2017-07-261-0/+2
* ax25ipd: Cleanup header file inclusion.Ralf Baechle2017-07-267-54/+52
* ax25ipd: Replace bzero use with memset.Ralf Baechle2017-07-251-4/+4
* Compress multiple blank lines into single lines.Ralf Baechle2017-07-251-5/+0
* ax25ipd: Remove code for ICMP mode.Ralf Baechle2017-07-251-44/+0
* ax25ipd: Remove USE_SGTTY ifdefery.Ralf Baechle2017-07-251-16/+0
* ax25ipd: USE_TERMIO is always defined.Ralf Baechle2017-07-252-10/+0
* ax25ipd: USE_TERMIOS is never defined.Ralf Baechle2017-07-251-12/+0
* ax25ipd: Get rid of __bsdi__ ifdefery.Ralf Baechle2017-07-251-3/+0
* ax25ipd: Sort out prototype for io_error().Ralf Baechle2017-07-252-158/+162
* ax25ipd: Sort out prototype for term_handler().Ralf Baechle2017-07-252-10/+7
* ax25ipd: Sort out prototypes for int_handler().Ralf Baechle2017-07-252-8/+7
* ax25ipd: Sort out prototypes for usr1_handler().Ralf Baechle2017-07-252-56/+55
* ax25ipd: Sort out prototypes for hupper().Ralf Baechle2017-07-252-10/+6
* ax25ipd: Remoe pointless prototype for main().Ralf Baechle2017-07-251-1/+0
* ax25ipd: Make function greet_world() static.Ralf Baechle2017-07-252-12/+10
* ax25ipd: Make function do_stats() static.Ralf Baechle2017-07-252-2/+1
* ax25ipd: Fix stats.Ralf Baechle2017-07-252-2/+5
* Sort out variable and function declarations.Ralf Baechle2017-01-316-49/+66
* Fix further abuse of 0 as NULL pointer.Ralf Baechle2017-01-311-1/+1
* ax25ipd: Switch version number printed to ax25-apps version.Ralf Baechle2017-01-232-3/+1
* Fix typo Documentatioa -> Documentation.Ralf Baechle2017-01-212-2/+2
* ax25ipd/process.c: Fix signedness compiler warnings.Ralf Baechle2015-06-081-1/+1
* ax25ipd: Fix grammar of bpether log message.Ralf Baechle2015-05-281-1/+2
* ax25ipd: Add support for all Linux-supported bit rates.Ralf Baechle2015-05-282-0/+87
* automake: Replace use of deprecated automake macro INCLUDES.Ralf Baechle2015-05-172-4/+4
* Insert space between `)' and a following `{'.Ralf Baechle2015-05-021-1/+1
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2015-05-023-259/+259
* Remove pointless return statements at the end of void functions.Ralf Baechle2015-05-022-3/+0
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2015-05-022-2/+2
* Remove parenthesis around arguments of return statements.Ralf Baechle2015-05-023-6/+6
* Use tabs for indentation, not spaces.Ralf Baechle2015-05-024-84/+84
* Remove useless initializations to 0 or NULL.Ralf Baechle2015-05-021-4/+4
* Nuke trailing whitespace.Ralf Baechle2015-05-0210-40/+40
* Nuke trailing blank lines.Ralf Baechle2015-05-023-3/+0
* Fix accidental termination of ax25ipd.Thomas Osterried2015-05-021-0/+20
* ax25ipd: Make LOGx() macros bulletproof.Ralf Baechle2013-06-173-4/+23
* Kill a ton of useless casts to char * all over the code.Ralf Baechle2013-06-172-12/+15
* ax25ipd: Remove useless casts of inet_ntoa() return values to char *.Ralf Baechle2013-06-161-4/+4
* ax25ipd: Fix metric butload of type aliasing bugs.Ralf Baechle2013-06-161-7/+8
* Weed out all use of RCS strings.Ralf Baechle2013-06-051-2/+0
* Remove all definitions of docdir from makefiles.Ralf Baechle2013-06-041-1/+0
* Ignore even more generated files.Ralf Baechle2013-06-041-4/+2
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-2/+2
* Remove generated man pages on make distclean.Ralf Baechle2013-06-041-0/+1