aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/random.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add get_random_u8()Bjoern A. Zeeb2024-08-311-0/+9
* LinuxKPI: Add get_random_u32_below functionVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add get_random_u64() functionVladimir Kondratyev2023-12-241-0/+9
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: implement get_random_u32_inclusive()Bjoern A. Zeeb2023-08-071-2/+28
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add prandom_u32() as used by wireless drivers.Bjoern A. Zeeb2021-05-251-0/+9
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* linuxkpi: Add prandom_u32_maxEmmanuel Vadot2020-05-231-0/+6
* LinuxKPI: Add get_random_u32 function.Johannes Lundberg2019-05-151-0/+2
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-2/+1
* Add get_random_{int,long} to the LinuxKPI.Mark Johnston2017-10-041-2/+22
* Fallback to arc4rand() in the LinuxKPI when read_random() returnsHans Petter Selasky2016-06-071-2/+4
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+42