summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-2/+3
* Correct round-to-ticks logic in sigtimedwait()patacongo2012-12-241-3/+19
* Rename namedapp as simply builtinpatacongo2012-12-231-2/+2
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-164-5/+24
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-114-24/+55
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-9/+1
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-6/+6
* Fix backward conditional compilation in work_queue.cpatacongo2012-11-271-3/+3
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-0/+1
* Update for ez80 Windows native build (still does not work)patacongo2012-11-213-4/+4
* Implement pause()patacongo2012-11-212-1/+111
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-2/+2
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-4/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fixes for warnings from Freddie Chopinpatacongo2012-11-012-4/+2
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-014-8/+28
* Documentation updatepatacongo2012-10-301-0/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+1
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-131-1/+1
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-0/+1
* Remove several unused configuration valuespatacongo2012-09-081-5/+0
* Add LPC31 Kconfigpatacongo2012-09-061-14/+0
* 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