1. Jun 07, 2024
  2. Jun 05, 2024
    • Antony Pavlov's avatar
      fix compiler warnings · aee91cec
      Antony Pavlov authored
      
      
      Fixes:
      
      xfuncs.c:22:9: warning: implicit declaration of function ‘printf’
      xfuncs.c:41:1: warning: data definition has no type or storage class
         41 | EXPORT_SYMBOL(xmalloc);
            | ^~~~~~~~~~~~~
      xfuncs.c:46:9: warning: implicit declaration of function ‘memset’
      xfuncs.c:49:1: warning: data definition has no type or storage class
         49 | EXPORT_SYMBOL(xzalloc);
            | ^~~~~~~~~~~~~
      libbb.c:18:16: warning: implicit declaration of function ‘strncpy’
      
      Signed-off-by: default avatarAntony Pavlov <antonynpavlov@gmail.com>
      aee91cec
  3. Jun 04, 2024
  4. May 28, 2018
  5. May 25, 2018
  6. May 22, 2018
  7. May 20, 2018
  8. May 07, 2018
  9. Jan 21, 2018
  10. Jan 07, 2018