summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/random.h
AgeCommit message (Expand)Author
2024-08-31LinuxKPI: add get_random_u8()Bjoern A. Zeeb
2024-04-08LinuxKPI: Add get_random_u32_below functionVladimir Kondratyev
2023-12-24LinuxKPI: Add get_random_u64() functionVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07LinuxKPI: implement get_random_u32_inclusive()Bjoern A. Zeeb
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: add prandom_u32() as used by wireless drivers.Bjoern A. Zeeb
2021-01-09linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan
2020-05-23linuxkpi: Add prandom_u32_maxEmmanuel Vadot
2019-05-15LinuxKPI: Add get_random_u32 function.Johannes Lundberg
2019-04-04Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer
2017-10-04Add get_random_{int,long} to the LinuxKPI.Mark Johnston
2016-06-07Fallback to arc4rand() in the LinuxKPI when read_random() returnsHans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky