diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2008-01-01 00:43:40 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2008-01-01 00:43:40 +0000 |
commit | 0c67ab8bf7edbef019be3f16d6fecf3415f936b8 (patch) | |
tree | 0962e1797400e9c942f430c5e9f445d72fb5452b /distrib/sets/lists/misc | |
parent | a2bf00b0dbd8e50cb2c798d07003e3a20aa2d32c (diff) |
- make arc4random*() functions thread safe. Use a custom spinlock function
instead of the generic pthread macros since free(3) uses __arc4_getbyte()
when freeing small sized allocations and the generic pthread macros call
malloc(3).
- eliminate passing pointers to a static variable with global scope (rs)
for additional code clarity and reduction.
- shlib minor bumps for libc and libpthread due to new functions.
From andreas@ with some bits from me. okay tedu@ marc@ w/some spot
checking from millert@
Diffstat (limited to 'distrib/sets/lists/misc')
0 files changed, 0 insertions, 0 deletions