index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
arc4random
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-11
Update getentropy on Windows to use Cryptography Next Generation (CNG).
bcook
1
-18
/
+9
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
deraadt
2
-8
/
+4
2020-05-17
As done everywhere else, use a local version of MINIMUM() and avoid
deraadt
5
-21
/
+21
2019-07-11
Using pthread_atfork instead of __register_atfork with uClibc on noMMU
inoguchi
1
-2
/
+2
2018-11-20
Saw a mention somewhere a while back that the gotdata() function in
deraadt
5
-144
/
+27
2018-03-13
ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrandom(2)
bcook
1
-4
/
+4
2017-04-29
Switch Linux getrandom() usage to non-blocking mode, continuing to
beck
1
-6
/
+9
2016-09-03
add iOS support for getentropy
bcook
1
-1
/
+12
2016-08-07
Update the link for the getentropy(2) manual to man.openbsd.org/
tb
8
-16
/
+16
2016-06-30
Tighten behavior of _rs_allocate failure for portable arc4random implementations.
bcook
7
-7
/
+14
2016-06-30
Tighten behavior of _rs_allocate on Windows.
bcook
1
-4
/
+7
2016-04-19
fix typo in comment; ok beck
tj
1
-2
/
+2
2016-01-04
Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.
bcook
1
-2
/
+3
2015-09-11
unify files further
deraadt
10
-61
/
+61
2015-08-25
unify versions, so they are easier to diff.
deraadt
4
-9
/
+9
2015-08-25
KNF
deraadt
1
-6
/
+4
2015-06-13
Remove unneeded sys/sysctl.h on linux.
bcook
1
-2
/
+1
2015-04-27
Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.
bcook
1
-2
/
+3
2015-04-27
Support AIX versions without WPAR support.
bcook
1
-1
/
+5
2015-03-30
add initial AIX getentropy/arc4random files. Thanks to Michael Felt.
bcook
2
-0
/
+501
2015-03-22
sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include
bcook
1
-2
/
+1
2015-01-19
Add arc4random/getentropy shims for NetBSD.
bcook
2
-0
/
+150
2015-01-15
back in september I did the large abstraction refactoring to allow these
deraadt
6
-6
/
+12
2015-01-07
mix in more virtual memory and process information
bcook
1
-2
/
+4
2015-01-06
add initial HP-UX getentropy/arc4random support.
bcook
2
-0
/
+496
2014-11-11
correct the failure case for getentropy on win32
bcook
1
-3
/
+3
2014-11-03
Add hooks to override native arc4random_buf on FreeBSD.
bcook
2
-0
/
+149
2014-10-11
include header needed by older linux kernels
bcook
1
-1
/
+2
2014-08-28
preserve errno value on success.
bcook
1
-4
/
+6
2014-08-16
only build the getrandom path if SYS_getrandom is defined.
bcook
1
-3
/
+7
2014-08-16
getrandom(2) support for getentropy_linux
bcook
1
-13
/
+10
2014-08-13
munmap correct object in (extremely unlikely, and effectively terminal)
deraadt
3
-6
/
+6
2014-07-22
better match proposed syscall api
bcook
1
-8
/
+2
2014-07-21
protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook
deraadt
1
-6
/
+6
2014-07-21
Use explicit_bzero() instead of memset() on buffers going out of scope.
guenther
3
-6
/
+9
2014-07-21
cast from void * before math; enh@google
deraadt
1
-2
/
+2
2014-07-20
Move more OS-specific functionality to arc4random.h headers.
bcook
4
-4
/
+37
2014-07-20
initial win32 ARC4_LOCK/UNLOCK implementation.
bcook
1
-1
/
+21
2014-07-20
Demonstrate how new linux getrandom() will be called, at least until
deraadt
1
-1
/
+37
2014-07-19
remove disabled main hook; we use phdr now; ok bcook
deraadt
3
-21
/
+3
2014-07-19
tab love
deraadt
1
-3
/
+3
2014-07-19
Move _ARC4_ATFORK handlers from thread_private.h in portable.
bcook
3
-3
/
+15
2014-07-19
move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modules
bcook
3
-3
/
+22
2014-07-19
fixup typos
bcook
3
-55
/
+54
2014-07-19
Change _rs_allocate so it can combine the two regions (rs and rsx)
deraadt
4
-55
/
+55
2014-07-18
Cleanup portable arc4random fork detection code:
matthew
3
-33
/
+24
2014-07-18
Seperate arc4random's os-dependent parts into static inline functions,
deraadt
4
-0
/
+243
2014-07-16
Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older
kettenis
1
-1
/
+3
2014-07-13
Use dl_iterate_phdr() to iterate over the segments and throw the addresses
deraadt
2
-2
/
+28
2014-07-13
Provide a link to the canonical API specification.
deraadt
4
-4
/
+16
[next]