summaryrefslogtreecommitdiffstats
path: root/src/core/random.c
Commit message (Collapse)AuthorAgeFilesLines
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
| | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Dead code removal.Michael Brown2007-07-141-1/+1
| | | | Kill off use of etherboot.h outside drivers/net.
* Warnings purge of src/coreMarty Connor2007-07-021-0/+1
|
* Split random number generation out into core/random.c, and create theMichael Brown2007-01-191-0/+38
correct prototypes for srandom(), rand() and srand().