summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-2/+2
* Add support for multiple work queuespatacongo2012-09-049-128/+324
* Fix workqueue assertion; STM32 power managementpatacongo2012-09-021-3/+9
* Add configurable application entry pointpatacongo2012-08-302-8/+10
* Add perror()patacongo2012-08-281-2/+3
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-282-87/+225
* More patches/bugfixes from Katepatacongo2012-08-261-2/+2
* waitpid(): Move some logic inside of a critical sectionpatacongo2012-08-261-1/+2
* Fix some list handling associated with priority inheritancepatacongo2012-08-262-62/+71
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-1/+1
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-0/+88
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+78
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-013-73/+266
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-281-1/+1
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-14197-1582/+1716
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-063-3/+3
* Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I...patacongo2012-05-303-29/+231
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-173-11/+20
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-151-1/+1
* Add task switching instrumentation for missing case. Contributed by Petri Tan...patacongo2012-05-141-12/+18
* Fix some warnings and fix some simulator buildspatacongo2012-05-025-23/+10
* Configuration for Sparkfun UBW32 boardpatacongo2012-04-261-3/+5
* Fix instrumenation in task_delete(); fix prctl parameter orderpatacongo2012-04-262-3/+29
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-262-1/+139
* Rename some USB device filespatacongo2012-04-232-4/+7
* Fix atexit() function being called twicepatacongo2012-04-232-0/+36
* Fix sched_setscheduler() return valuepatacongo2012-04-182-5/+6
* Kconfig updatepatacongo2012-04-131-1/+1
* Kconfig updatepatacongo2012-04-121-2/+1
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-174/+134
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+356
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+1
* NFS updatepatacongo2012-03-281-1/+1
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-238-16/+25
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-221-11/+70
* Move file-system header files to include/nuttx/fspatacongo2012-03-2110-10/+10
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-192-4/+13
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-036-16/+16
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-241-22/+22
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-316-47/+210
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-315-10/+11
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-2/+2
* Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo2012-01-041-4/+18
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-266-16/+18
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-141-2/+23
* Fix banding on the R61580 LCDpatacongo2011-12-051-11/+11
* mq_notify() was not setting errno on failurespatacongo2011-12-041-34/+74