Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Releases: gltile-two-electric-boogaloo/uwurandom-in-userspace

sixth release

22 May 23:39
4db559a
Compare
Choose a tag to compare

uwurandom-in-userspace now supports these platforms:

  • Windows x86_64 and x86
  • Linux x86

fifth release

21 May 12:55
73d255e
Compare
Choose a tag to compare

Improve performance: throughput is about doubled compared to last release!

Old (v4):

./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [30.3MiB/s] ...

New (v5):

./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [63.6MiB/s] ...

fourth release

20 May 13:51
6ebd1af
Compare
Choose a tag to compare

Fixed case where stdout is not a pipe

third release

20 May 12:50
80b1d38
Compare
Choose a tag to compare

Fix case where /proc/sys/fs/pipe-max-size is not readable

second release

20 May 12:27
dc62242
Compare
Choose a tag to compare

Support aarch64, armv7

first release

20 May 12:21
8c6bafa
Compare
Choose a tag to compare
v1

fix action (again)