summaryrefslogtreecommitdiff
path: root/nuttx/sched/clock
Commit message (Expand)AuthorAgeFilesLines
* alling mq_timedreceived with immediate timeout was getting stuck and notGregory Nutt2014-11-191-2/+39
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-3/+3
* Update TODO list + cosmetic changes to clock_systimer.cGregory Nutt2014-10-031-3/+5
* Fix build error with CONFIG_SYSTEM_TIME64Gregory Nutt2014-10-032-0/+2
* clock_gettime.c: Fix a cornercase bug in clock_gettime()Gregory Nutt2014-09-101-1/+1
* Fixes to clock bias logic. Remove vestiges of g_tickbias; apply bias instead...Gregory Nutt2014-09-103-19/+23
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-301-1/+1
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-301-4/+3
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-1/+1
* In some configurations, g_system_tmer must be extern'ed as a private variableGregory Nutt2014-08-281-3/+14
* Don't do 64-bit calculations if accuracy not achievable; Fix compile error in...Gregory Nutt2014-08-151-34/+35
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-154-79/+176
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-0812-0/+1608