summaryrefslogtreecommitdiffstats
path: root/nuttx/sched
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Add perror()patacongo1-2/+3
2012-08-28Add some protection to the priority inheritance logic when sem_post() is call...patacongo2-87/+225
2012-08-26More patches/bugfixes from Katepatacongo1-2/+2
2012-08-26waitpid(): Move some logic inside of a critical sectionpatacongo1-1/+2
2012-08-26Fix some list handling associated with priority inheritancepatacongo2-62/+71
2012-08-17Auto-configuration updates from Richard Cochranpatacongo1-1/+1
2012-08-04Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo1-0/+88
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-0/+78
2012-08-01atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo3-73/+266
2012-07-28Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo1-1/+1
2012-07-14Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo197-1582/+1716
2012-06-06Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo3-3/+3
2012-05-30Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I...patacongo3-29/+231
2012-05-17Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo3-11/+20
2012-05-15Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo1-1/+1
2012-05-14Add task switching instrumentation for missing case. Contributed by Petri Tan...patacongo1-12/+18
2012-05-02Fix some warnings and fix some simulator buildspatacongo5-23/+10
2012-04-26Configuration for Sparkfun UBW32 boardpatacongo1-3/+5
2012-04-26Fix instrumenation in task_delete(); fix prctl parameter orderpatacongo2-3/+29
2012-04-26Add interfaces to support getting/setting of thread/task namespatacongo2-1/+139
2012-04-23Rename some USB device filespatacongo2-4/+7
2012-04-23Fix atexit() function being called twicepatacongo2-0/+36
2012-04-18Fix sched_setscheduler() return valuepatacongo2-5/+6
2012-04-13Kconfig updatepatacongo1-1/+1
2012-04-12Kconfig updatepatacongo1-2/+1
2012-04-11Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo1-174/+134
2012-04-07Updated Kconfig files from Lzyypatacongo1-0/+356
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-31Fix read() return value for the case of permissions problempatacongo1-1/+1
2012-03-28NFS updatepatacongo1-1/+1
2012-03-25Use const storage class on a few declarations to save SRAMpatacongo1-1/+1
2012-03-23Updated comments; starting to implement priority protection but backed everyt...patacongo8-16/+25
2012-03-22Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo1-11/+70
2012-03-21Move file-system header files to include/nuttx/fspatacongo10-10/+10
2012-03-19Minor updates for PIC32 USB device driver bugspatacongo2-4/+13
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo6-16/+16
2012-02-24Add a test to verify that FPU registers are properly saved and restored on co...patacongo1-22/+22
2012-01-31Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo6-47/+210
2012-01-31Numerous cosmetic changes while debugging a telnet driver issuepatacongo5-10/+11
2012-01-04Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo1-2/+2
2012-01-04Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo1-4/+18
2011-12-26Fix an PIC32 error in scheduling of signal handlerspatacongo6-16/+18
2011-12-14Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo1-2/+23
2011-12-05Fix banding on the R61580 LCDpatacongo1-11/+11
2011-12-04mq_notify() was not setting errno on failurespatacongo1-34/+74
2011-11-29Fix handling of NULL pointer in sig_timedwait()patacongo1-4/+10
2011-10-19Fixes for good C++ linkpatacongo1-2/+2
2011-10-03Fix typos that cause compilations errors with CONFIG_RTCpatacongo2-4/+4
2011-10-03Restore CLOCK_ACTIVETIMEpatacongo2-3/+11