summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18smp: Fix timeout for MrsP semaphoresSebastian Huber2-32/+93
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber86-134/+0
2014-12-15Enable WebSocket support in the Mongoose HTTP serverNick Withers3-13/+204
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber1-15/+29
2014-12-12posix: Delete key/value if value is set to NULLSebastian Huber1-0/+19
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers2-4/+8
2014-12-08libtests/complex: Avoid multiple definitionsSebastian Huber1-1/+1
2014-12-05Update bug report URLSebastian Huber13-13/+13
2014-12-05libmisc: More useful default configurationSebastian Huber6-0/+93
2014-12-03sptests: Add get_one_tick_busy_value()Sebastian Huber1-29/+38
2014-12-03libtests: Omit libdl tests if no RTEMS toolsSebastian Huber1-7/+8
2014-12-02DEVFS04: make test work on LEON3-FT GR712RCDaniel Hellstrom1-1/+1
2014-12-02spcpuset01: fix test commentsDaniel Hellstrom3-70/+70
2014-12-01libtests/complex,math: Prevent optimizationsSebastian Huber2-81/+195
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber7-105/+1
2014-11-27smptests/smpmrsp01: Use busy waitsSebastian Huber1-18/+20
2014-11-27smp: Fix scheduler helping protocolSebastian Huber2-32/+206
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber3-0/+51
2014-11-25smp09: Resolve missing prototype warning.Jennifer Averett1-0/+8
2014-11-25smp07: Resolve missing prototype warning.Jennifer Averett1-1/+9
2014-11-25smp05: Resolve missing prototype warning.Jennifer Averett1-0/+9
2014-11-25smp02: Resolve unused method warnings.Jennifer Averett1-7/+1
2014-11-25smp03: Remove set but not used warning.Jennifer Averett1-0/+4
2014-11-25smpschedsem01: Remove unused variable warning.Jennifer Averett1-1/+0
2014-11-25smpschedaffinity02: Remove unused prototype.Jennifer Averett1-1/+0
2014-11-25rtems: Move rtems_cache_aligned_malloc()Sebastian Huber3-0/+33
2014-11-25sptest/spcache01: New test casesSebastian Huber1-0/+4
2014-11-24smpcapture01: New test.Jennifer Averett6-0/+389
2014-11-24capture01: Use capture engine print methods.Jennifer Averett1-237/+13
2014-11-24testsuites/.../tmacros.h: Add parentheses to fix warningJoel Sherrill1-2/+2
2014-11-24smp: Fix scheduler helping protocolLuca Bonato2-0/+191
2014-11-23termio05: Remove unreferenced filesJoel Sherrill2-335/+0
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber5-20/+16
2014-11-20smpschedaffinity05: Change semaphore attributes.Jennifer Averett1-6/+4
2014-11-20smpschedaffinity04: Change semaphore attributes.Jennifer Averett1-5/+3
2014-11-20smpschedaffinity02: Change semaphore attributes.Jennifer Averett1-5/+4
2014-11-20libtests/malloctest/init.c: Fix warningJoel Sherrill2-19/+37
2014-11-20dl01,dl02: Avoid non-runnable $(EXEEXT) filesSebastian Huber2-2/+14
2014-11-20Ensure security of default user environmentSebastian Huber6-0/+214
2014-11-20shell: Do chroot() after successful loginSebastian Huber2-2/+44
2014-11-20shell: Get supplementary group IDs in login checkSebastian Huber1-0/+13
2014-11-20Add supplementary groups to user environmentSebastian Huber1-0/+171
2014-11-20samples/fileio: Use unlimited objectsSebastian Huber1-8/+1
2014-11-20samples/fileio: Fix warningSebastian Huber1-0/+2
2014-11-20libcsupport: Implement getgroups()Sebastian Huber4-8/+103
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber2-0/+4
2014-11-20shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber7-4/+188
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2-106/+30
2014-11-20libcsupport: Avoid TOCTOU and format errorsSebastian Huber6-0/+178
2014-11-20Add crypt_r(), etc.Sebastian Huber6-0/+374