aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer
Commit message (Expand)AuthorAgeFilesLines
* Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-0/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-295-13/+0
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-172-1/+17
* Split up util.h into 3 fileslloyd2009-09-174-3/+5
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-252-0/+2
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Minor hackery to deal with win32 library dependencieslloyd2009-07-021-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3010-58/+78
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-272-16/+5
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-251-0/+4
* Avoid a potential 32-bit overflow in Timer::combine_timers by promotinglloyd2008-11-211-2/+4
* Make Timer a pure virtual interface and add a new subclass ANSI_Clock_Timerlloyd2008-11-212-31/+40
* Add an implementation of name() to Timer. This allows it to belloyd2008-11-121-0/+2
* Mention an idea for wall clock sync in Hardware_Timerlloyd2008-11-111-0/+6
* Move utils/{timer,mutex} to toplevellloyd2008-11-1115-0/+442