summaryrefslogtreecommitdiff
path: root/nuttx/sched/clock
Commit message (Expand)AuthorAgeFilesLines
* When an RTC is used, clock_systimespec() must subtract the basetime from the ...Gregory Nutt2015-02-252-4/+44
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-134-8/+3
* Fix a problem in clock_systimer64 that occurs when (1) the 64-bit system time...Gregory Nutt2015-02-131-4/+3
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-122-114/+1
* Eliminates a warning. From Macs NGregory Nutt2015-02-031-0/+4
* clock_systimespec(): Fixes for compilation errors in certain configurations....Gregory Nutt2015-01-301-1/+2
* 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