- Jul 18, 2016
-
-
Gregory Nutt authored
-
Ken Pettit authored
-
- Jul 17, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Alessio authored
This change provides an option to add /dev/urandom to all architectures. The pseudo-random algorithm I choose strikes an arguably-good balance between being "random" and small/fast enough for 8/16 bit MCUs. It’s the well-documented xorshift128 algorithm. It has an internal state of 128 bits that can be [re-]seeded with a write.
-
- Jul 16, 2016
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
- Jul 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
PTY: Add some encode to reduce the likely of misinterpreting the return value of the file open() method
-
Gregory Nutt authored
EXEEXT only needs to be appended once
-
Heath Petersen authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PTY: Add ioctls to support locking and unlocking of the slave. LIBC: Add implementation of unlockpt()
-
Gregory Nutt authored
PTY: Added PTY IOCTL command definitions. Add support for TIOCGPTN. LIB: Implement ptsname() and ptsname_r()
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct some Make.defs problems for qemu-486 config
-
Gregory Nutt authored
Fix a bug of tiva i2c ports configuration
-