Revision tags: release/14.0.0 |
|
#
95ee2897 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
353d02e9 |
| 23-May-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
libkern: Add arc4random_uniform
This variant get a random number up to the limit passed as the argument. This is simply a copy of the libc version.
Sponsored-by: The FreeBSD Foundation Reviewed by:
libkern: Add arc4random_uniform
This variant get a random number up to the limit passed as the argument. This is simply a copy of the libc version.
Sponsored-by: The FreeBSD Foundation Reviewed by: cem, hselasky (previous version) Differential Revision: https://reviews.freebsd.org/D24962
show more ...
|
Revision tags: release/12.1.0, release/11.3.0 |
|
#
7deb4b19 |
| 19-Apr-2019 |
Conrad Meyer <cem@FreeBSD.org> |
libkern: Bring in arc4random_uniform(9) from libc
It is a useful arc4random wrapper in the kernel for much the same reasons as in userspace. Move the source to libkern (because kernel build is rest
libkern: Bring in arc4random_uniform(9) from libc
It is a useful arc4random wrapper in the kernel for much the same reasons as in userspace. Move the source to libkern (because kernel build is restricted to sys/, but userspace can include any file it likes) and build kernel and libc versions from the same source file.
Copy the documentation from arc4random_uniform(3) to the section 9 page.
While here, add missing arc4random_buf(9) symlink.
Sponsored by: Dell EMC Isilon
show more ...
|