summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_entropy.h
Commit message (Collapse)AuthorAgeFilesLines
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-051-5/+7
| | | | | | | Rewrite (and relicense) the header files which are included in all builds of iPXE (including non-Linux builds). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
| | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [rng] Add Linux entropy source using /dev/randomMichael Brown2012-03-181-0/+32
Signed-off-by: Michael Brown <mcb30@ipxe.org>