summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* atexit: Fix reference to undefined variable in certain configurations. From ...Gregory Nutt2015-04-141-5/+4
* Make some file section headers more consistent with standardGregory Nutt2015-04-0893-93/+93
* sched: Do not use uninitialized boolean in waitpid(). From Juha NiskanenGregory Nutt2015-03-121-1/+1
* Fix a case in mq_timedsend() where the return errno value was being overwrittenGregory Nutt2015-03-102-3/+12
* Reorder some operations to minimize a race conditionGregory Nutt2015-03-102-41/+65
* mq_timedsend(): Do check for time errors if the message queue is not full. ...Gregory Nutt2015-03-103-74/+84
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-0/+1
* Fix places where the errno value was being overwritten by subsequent actions ...Gregory Nutt2015-02-251-10/+23
* When an RTC is used, clock_systimespec() must subtract the basetime from the ...Gregory Nutt2015-02-252-4/+44
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-203-5/+5
* Networking: Divide net_intiialize() into net_setup() and net_initialize() to ...Gregory Nutt2015-02-141-3/+15
* Update ChangeLogGregory Nutt2015-02-131-1/+3
* Back out commit d998cbdfa6c10dbd8074dd43c39c23a006505987Gregory Nutt2015-02-131-6/+6
* Move the initialization of the networking subsystem to AFTER up_initialize is...Gregory Nutt2015-02-131-6/+6
* 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
* Convert the 64-bit usec limit to a 32-bit tick limitGregory Nutt2015-02-032-8/+9
* Eliminates a warning. From Macs NGregory Nutt2015-02-031-0/+4
* On my platform I have just 16-bit timer clocked at 32kHz. As result oneshot t...Gregory Nutt2015-02-032-5/+35
* clock_systimespec(): Fixes for compilation errors in certain configurations....Gregory Nutt2015-01-301-1/+2
* Fix backward calculation in the work queue timing. From Liio Chen via the PX...Gregory Nutt2015-01-271-5/+13
* Semaphores: sem_waitirq.c must be built when signals are disabled. That is ...Gregory Nutt2014-12-283-14/+13
* Semahores: Remove a warning with SIGNALS are disabledGregory Nutt2014-12-281-2/+0
* strncpy will not copy the terminating \0 into the destination if the source i...Gregory Nutt2014-12-175-4/+10
* Sempahores: Add logic to clean up after task_delete() or pthread_cancel() if...Gregory Nutt2014-12-137-22/+304
* Costmetic change to a commentGregory Nutt2014-12-131-1/+1
* In message queue created return ENOSPC error if size exceeds the configured s...Gregory Nutt2014-12-062-14/+20
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, an...Gregory Nutt2014-12-057-27/+26
* Fix more issues detected by cppcheckGregory Nutt2014-11-251-5/+3
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-254-5/+6
* Cosmetic chnages to commentsGregory Nutt2014-11-201-0/+6
* alling mq_timedreceived with immediate timeout was getting stuck and notGregory Nutt2014-11-191-2/+39
* Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-141-1/+5
* Fix some compile errors introduce in last commitsGregory Nutt2014-11-131-1/+1
* task_create: Don't even try if the accumulated size of the argument list is ...Gregory Nutt2014-11-131-1/+8
* vfork no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-122-18/+51
* task_start() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-0/+5
* task_setup() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+19
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-7/+0
* Fix an important bug in the watchdog creation logicGregory Nutt2014-11-101-1/+1
* Fix incorrect commentGregory Nutt2014-11-071-3/+1
* More fixes to tickless operation, alarm/mode code. From Brandon WarhurstGregory Nutt2014-10-231-1/+7
* Fixes to tickless operation code. From Brandon WarhurstGregory Nutt2014-10-231-5/+5
* Default for CONFIG_SCHED_HPWORK should be noGregory Nutt2014-10-141-1/+1
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-5/+5
* Missing workqueue logicGregory Nutt2014-10-121-0/+3
* Fix one missed name change from last big commitGregory Nutt2014-10-121-3/+3
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-7/+7
* Eliminate warningsGregory Nutt2014-10-111-1/+1