This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 594ae1e boards: rv-virt: Fix stack corruption for rv64 configs add c8ea7a9 libc: Implement getrandom on top of "/dev/[u]random" add 0bd93a2 libc/uuid: Call getrandom instaed arc4random_buf add de0dd2f libc: implement getentropy function No new revisions were added by this update. Summary of changes: include/{nuttx/lib/xorshift128.h => sys/random.h} | 80 +++++++++------------- include/unistd.h | 2 + libs/libc/misc/Make.defs | 2 +- .../lib_ttynamer.c => misc/lib_getrandom.c} | 72 ++++++++++--------- libs/libc/unistd/Make.defs | 2 +- .../libc/unistd/lib_getentropy.c | 57 ++++++++------- libs/libc/uuid/lib_uuid_create.c | 53 +++++++++++--- 7 files changed, 153 insertions(+), 115 deletions(-) copy include/{nuttx/lib/xorshift128.h => sys/random.h} (55%) copy libs/libc/{termios/lib_ttynamer.c => misc/lib_getrandom.c} (54%) copy net/netdev/netdev_findbyname.c => libs/libc/unistd/lib_getentropy.c (62%)