summaryrefslogtreecommitdiff
path: root/apps/examples/ostest
Commit message (Expand)AuthorAgeFilesLines
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-10/+5
* More trailing whilespace removalGregory Nutt2014-04-136-13/+13
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-3/+3
* apps/examples/ostest: Spelling fix from Richard CochranGregory Nutt2014-01-231-1/+1
* Add Z16F NSH configurationGregory Nutt2014-01-011-1/+1
* Add FPU configuration options for the OS testGregory Nutt2013-09-181-1/+30
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-122-8/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-15/+12
* Cancel test needs to wait for the thread to set non-cancelable mode at one pointGregory Nutt2013-04-181-1/+11
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+15
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-12/+17
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-262-21/+68
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-091-9/+84
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-084-6/+11
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-4/+0
* Changed needed to fix issues with task_restart()patacongo2013-02-065-7/+214
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-063-35/+105
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-9/+34
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-251-9/+9
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-134-18/+305
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+6
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+58
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-6/+0
* Disable the vfork() OS test... it failspatacongo2013-01-071-0/+10
* Add ostest vfork test (does not work yet)patacongo2013-01-074-0/+115
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-241-1/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-4/+5
* 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/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix apps/netutils/webclient build problempatacongo2012-11-061-2/+0
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-052-91/+94
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-1313-13/+13
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-132-2/+2
* LPC17xx Kconfig looks goodpatacongo2012-09-051-0/+29
* Add configurable application entry pointpatacongo2012-08-301-20/+12
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-2/+10
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-2/+12
* update Kconfig filespatacongo2012-04-131-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-222-12/+32