summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libc_compat/random
Commit message (Collapse)AuthorAgeFilesLines
* fixed syscall numbers for different platformsvvvv2023-11-111-1/+13
| | | | | | https://github.com/torvalds/linux/blob/29dcea88779c856c7dc92040a0c01233263101d4/include/uapi/asm-generic/unistd.h#L707 https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html
* Use ADDINCL GLOBAL for the sake of simplicity and predictabilitythegeorg2023-10-171-1/+3
|
* Provide getrandom for Android toothegeorg2023-09-041-0/+4
|
* Properly unpoison data generated by getrandom syscallthegeorg2023-09-011-0/+11
|
* Provide getrandom() and getentropy() by the means of contrib/libs/libc_compatthegeorg2022-07-273-0/+59