Skip to content
  1. Mar 30, 2017
    • Sebastien Lorquet's avatar
      Merge branch 'master' into radio · 49ec42f4
      Sebastien Lorquet authored
      49ec42f4
    • Sebastien Lorquet's avatar
      Define RX bandwidth · 9f39aea9
      Sebastien Lorquet authored
      9f39aea9
    • Gregory Nutt's avatar
      Update README and comments · 0ded0f58
      Gregory Nutt authored
      0ded0f58
    • Jussi Kivilinna's avatar
      Add entropy pool and strong random number generator · dffb8a67
      Jussi Kivilinna authored
      Entropy pool gathers environmental noise from device drivers, user-space, etc., and returns good random numbers, suitable for cryptographic use. Based on entropy pool design from *BSDs and uses BLAKE2Xs algorithm for CSPRNG output.
      
      Patch also adds /dev/urandom support for using entropy pool RNG and new 'getrandom' system call for getting randomness without file-descriptor usage (thus avoiding file-descriptor exhaustion attacks). The 'getrandom' interface is similar as 'getentropy' and 'getrandom' available on OpenBSD and Linux respectively.
      dffb8a67
    • Juha Niskanen's avatar
      net/local: connect: Fix warning with gcc-arm-none-eabi-5-2016q1. Using... · 21545ab6
      Juha Niskanen authored
      net/local: connect: Fix warning with gcc-arm-none-eabi-5-2016q1.  Using compiler from gcc-arm-none-eabi-5-2016q1 toolchain:
      
        gcc version 5.3.1 20160307 (release) [ARM/embedded-5-branch revision 234589] (GNU Tools for ARM Embedded Processors)
      
      gives error:
      
        local/local_connect.c:188:7: error: '_local_semtake' is static but used in inline function 'local_stream_connect' which is not static [-Werror]
      
      this is due to compiler enforcing ISO/IEC 9899:1999 6.7.4.3:  "An inline definition of a function with external linkage shall not contain a definition of a modifiable object with static storage duration, and shall not contain a reference to an identifier with internal linkage."
      
      Fix by making inlined caller to have internal linkage as well.
      21545ab6
    • Sebastien Lorquet's avatar
      Merge branch 'master' into radio · 404a5a36
      Sebastien Lorquet authored
      404a5a36
    • Gregory Nutt's avatar
      6loWPAN: Repartition some logic · 2e48af78
      Gregory Nutt authored
      2e48af78
  2. Mar 29, 2017
  3. Mar 28, 2017