| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [rng] Use fixed-point calculations for min-entropy quantities | Michael Brown | 2018-03-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | We currently perform various min-entropy calculations using build-time floating-point arithmetic. No floating-point code ends up in the final binary, since the results are eventually converted to integers and asserted to be compile-time constants. Though this mechanism is undoubtedly cute, it inhibits us from using "-mno-sse" to prevent the use of SSE registers by the compiler. Fix by using fixed-point arithmetic instead. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [linux] Rewrite headers included in all builds | Michael Brown | 2015-03-05 | 1 | -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_UBDL | Michael Brown | 2015-03-02 | 1 | -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/random | Michael Brown | 2012-03-18 | 1 | -0/+32 |
| Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||
