The imagined use is for early boot consumers of random to be able to make
decisions based on whether random is available yet or not. One such
consumer seems to be __stack_chk_init(), which runs immediately after random
is initialized. A follow-up patch will attempt to address that.
Details
Details
- Reviewers
markm delphij jmg - Group Reviewers
O3: Kernel Random Numbers Generator manpages - Commits
- rS346282: random(4): Add is_random_seeded(9) KPI
If expediency is possible, I would appreciate it.
Tinderbox seems happy with the functional changes.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable