summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-3142-219/+439
* 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
* kissnetd: Fix possible buffer overflow.Ralf Baechle2017-07-261-1/+2
* 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
* netromd: Add cast to fix warning.Ralf Baechle2017-02-061-1/+1
* mkiss: Change type of buffer[] to fix warning.Ralf Baechle2017-02-061-1/+1
* rsdwnlnk: Add cast to silence useless warning.Ralf Baechle2017-02-061-1/+1
* rsmemsiz: Fix warning and add error check to getuptime call.Ralf Baechle2017-02-061-1/+5
* rsuplnk: Add cast to silence useless warning.Ralf Baechle2017-02-061-1/+1
* user_call: Fix warning about void pointer arithmetic.Ralf Baechle2017-02-061-2/+3
* rsmemsiz: Rewrite the last instance of FILE_TO_BUF().Ralf Baechle2017-02-061-28/+25
* rsmemsiz: Delete now unused macro SET_IF_DESIRED.Ralf Baechle2017-02-061-2/+0
* rsmemsiz: Use sysinfo to obtain uptime.Ralf Baechle2017-02-061-9/+9
* rsmemsiz: When parsing /proc/uptime, ignore idle time.Ralf Baechle2017-02-061-6/+5
* rsmemsiz: Use standard libc function to get load average.Ralf Baechle2017-02-061-16/+1
* ttylinkd: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-3/+3
* 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
* mkiss: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-3/+3
* 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
* 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