summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kissnetd: Fix swapped calloc arguments.Ralf Baechle2017-08-031-1/+1
* treewide: Remove casts of a type to the same type.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from bind() pointer argument.Ralf Baechle2017-08-032-2/+2
* treewide: Remove useless casts of function return value to void.Ralf Baechle2017-08-034-17/+14
* treewide: Remove useless casts from sendto() pointer argument.Ralf Baechle2017-08-031-1/+1
* treewide: Remove useless casts from memset pointer argument.Ralf Baechle2017-08-036-13/+13
* treewide: Remove useless casts from memcpy pointer arguments.Ralf Baechle2017-08-034-13/+18
* rip98d: Perform a crapectomy on hex2intrev().Ralf Baechle2017-08-031-46/+4
* rip98r: Use unsigned int to store IPv4 addresses and masks.Ralf Baechle2017-08-031-2/+2
* rip98d: Replace naive mask2bits and bits2mask implementations.Ralf Baechle2017-08-032-53/+10
* rip98d: Change bits2mask's return value from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* rip98d: Change mask2bits's argument from unsigned long to unsigned int.Ralf Baechle2017-08-012-2/+2
* 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