summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-11-20Add SHA256 and SHA512 supportSebastian Huber6-0/+245
2014-11-20Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber1-1/+79
2014-11-20Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber1-1/+150
2014-11-20Add generic EEPROM I2C device driverSebastian Huber1-1/+141
2014-11-20Add I2C driver frameworkSebastian Huber6-0/+320
2014-11-20libtests/top: End test after some time if no inputSebastian Huber1-0/+23
2014-11-06libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns1-1/+1
2014-11-04libtests: Add libdl test dl02.Chris Johns11-1/+413
2014-11-04libtests: Update dl01 documentation.Chris Johns3-1/+40
2014-11-02dl01/dl-load.c: Add missing constJoel Sherrill1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns9-1/+278
2014-10-28top: Add new test.Jennifer Averett9-1/+388
2014-10-27capture01: Remove capture task tracking.Jennifer Averett1-27/+85
2014-10-24smptests/smpfatal03: Wait for end of test msgSebastian Huber1-0/+2
2014-10-24tests/smptests: Normal use of test extensionSebastian Huber2-4/+4
2014-10-23tests/smptests: Use barriers in smpfatal0{12}Sebastian Huber2-4/+18
2014-10-23testsuites: Move include for C++ compatibilitySebastian Huber1-3/+2
2014-10-23Revert "fstests/mdosfs_fstime: Remove test"Sebastian Huber3-0/+35
2014-10-14testsuites: Avoid clock driverSebastian Huber3-3/+3
2014-10-13nsecs/init.c: Use long to avoid overflow on 16-bit targetsJoel Sherrill1-2/+3
2014-10-13score: Rework global constructionSebastian Huber17-2/+310
2014-10-09Eliminate use of /*PAGE and clean up formattingJoel Sherrill2-35/+5
2014-10-09samples/base_sp: Fix printf() warningJoel Sherrill1-2/+3
2014-10-09samples/unlimited: Fix printf() warning and clean upJoel Sherrill5-24/+33
2014-10-08IMFS: Avoid NULL pointer accessSebastian Huber1-0/+11
2014-10-08posix: Add auto initializaton for rwlockSebastian Huber1-0/+37
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber1-19/+33
2014-10-07termios: Separate flow control from normal handlerSebastian Huber1-7/+42
2014-09-30pppd: Fix warningsSebastian Huber1-3/+1
2014-09-19sptests/spintrcritical22: New testSebastian Huber6-0/+176
2014-09-17smptests/smpload01: Report profiling only onceSebastian Huber2-184/+0
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill50-52/+50
2014-09-16sptests/sp07: Minimize thread dispatch latencySebastian Huber11-157/+71
2014-09-16smptests/smpcache01: Remove invalidation of data cache lines from testDaniel Cederman3-33/+33
2014-09-12sptests/spintrcritical_support: Optimize busy loopSebastian Huber1-3/+4
2014-09-12sptests/spintrcritical10: Avoid undefined memorySebastian Huber1-0/+3
2014-09-11tmtests/tmcontext01: Improve cache dirty functionSebastian Huber1-14/+24