summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* hdrvcomm: Make functions hdrvc_sendmsg and hdrvc_recvmsg static.Ralf Baechle2017-02-061-2/+2
* netromd: Fix warning by moving declaration of variable `compliant'.Ralf Baechle2017-02-062-2/+1
* nrattach: Make several functions and variables static.Ralf Baechle2017-02-061-5/+5
* nrparms: Make several functions and variables static.Ralf Baechle2017-02-061-4/+7
* rsattach: Make several functions and variables static.Ralf Baechle2017-02-061-5/+5
* rsdwnlnk: Make alarm_handler() static.Ralf Baechle2017-02-061-1/+1
* rsmemsiz: Mark several functions static.Ralf Baechle2017-02-061-3/+6
* rsparms: Make several functions and variables static.Ralf Baechle2017-02-061-3/+4
* rsuplnk: Make function alarm_handler static.Ralf Baechle2017-02-061-1/+1
* ax25_call: Make function alarm_handler static.Ralf Baechle2017-02-061-1/+1
* ttylinkd: Make several variables and functions static.Ralf Baechle2017-02-061-17/+18
* netrom_call: Make alarm_handler() a static function.Ralf Baechle2017-02-061-1/+1
* rose_call: Make alarm_handler a static function.Ralf Baechle2017-02-061-1/+1
* tcp_call: Make alarm_handler() a static function.Ralf Baechle2017-02-061-1/+1
* dmascc: Mark usage() function static.Ralf Baechle2017-02-061-1/+1
* yamdrv: Mark functions static and delete unused function.Ralf Baechle2017-02-061-15/+2
* netromt: Use symbolic pathnames from pathnames.h.Ralf Baechle2017-02-061-2/+2
* rsmemsiz: Move /proc filename defines to pathnames.h.Ralf Baechle2017-02-062-9/+11
* Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.Ralf Baechle2017-02-069-38/+0
* hdlcutil: Remove undocumented user mode.Ralf Baechle2017-02-061-204/+168
* hdlcutil: Remove HDRVC_KERNEL ifdefery.Ralf Baechle2017-01-274-56/+0
* rsparms: Fix signedness warning.Ralf Baechle2017-01-261-1/+1
* rip98d: Fix warning.Ralf Baechle2017-01-261-1/+2
* axspawn: Sort out pointer signedness mess.Ralf Baechle2017-01-261-3/+4
* mcsh: Fix warning about format string.Ralf Baechle2017-01-261-2/+2
* yamcfg: Fix warning about format string.Ralf Baechle2017-01-261-1/+1
* Use the right way to get the required feature set from glibc.Ralf Baechle2017-01-2618-14/+25
* sethdlc: Fix missleading indentation.Ralf Baechle2017-01-261-8/+7
* 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
* Don't fail when trying to remove a non-existing scm-version.h.tmp file.Ralf Baechle2017-01-261-1/+1
* Add a git suffix to the version number used by all programs.Ralf Baechle2017-01-2430-36/+67
* Provide scm version define.Ralf Baechle2017-01-234-0/+104