summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libchip/serial: Fix warningSebastian Huber2015-03-051-2/+1
* bsps: Fix warningSebastian Huber2015-03-051-2/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* IMFS: Include missing header fileSebastian Huber2015-03-051-0/+1
* IMFS: Fix warningSebastian Huber2015-03-051-1/+1
* libblock: Fix warningSebastian Huber2015-03-051-2/+1
* score: C/C++ compatibility macros for ISR locksSebastian Huber2015-03-052-4/+96
* Filesystem: Delete unused null_op_fsmount_me()Sebastian Huber2015-03-051-8/+0
* tests: Refactor parallel test executionAlexander Krutwig2015-03-054-147/+409
* score: DocumentationAlexander Krutwig2015-03-051-0/+13
* Move test support from sapi to libmisc/testsupportSebastian Huber2015-03-059-7/+14
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-0519-333/+0
* score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary2015-03-043-2/+19
* capture01: Update screen fileJoel Sherrill2015-03-041-30/+33
* Add simple test for scandir() on all file systems testedJoel Sherrill2015-03-0414-0/+255
* psxtests/psxclock01: use clock() and CLOCKS_PER_SECGedare Bloom2015-03-046-1/+95
* libcsupport: scale times() call to microsecondsGedare Bloom2015-03-041-6/+7
* score: ISR lock C/C++ compatiblity issueSebastian Huber2015-03-042-67/+65
* score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber2015-03-042-5/+8
* score: Inline _Thread_Disable_dispatch() for SMPSebastian Huber2015-03-041-2/+1
* score: Add parameter to Giant acquire/releaseSebastian Huber2015-03-043-10/+18
* smptests/smpcapture01: Avoid livelock conditionSebastian Huber2015-03-042-41/+54
* smptests: Do not use Giant directlySebastian Huber2015-03-042-6/+6
* xdr_float.c: Fix typoJoel Sherrill2015-03-031-1/+1
* or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary2015-03-031-1/+0
* librpc: Include or1knd part of the recongnized CPUs at xdr_float.cHesham ALMatary2015-03-031-1/+1
* mips BSPs: Remove .global for unprovided symbolJoel Sherrill2015-03-034-4/+0
* score: Enable SMP barriers for all configurationsSebastian Huber2015-03-022-6/+1
* ARM: Add BSP_START_NEEDS_REGISTER_INITIALIZATIONMartin Galvan2015-02-274-0/+139
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8
* psxtests/psx05: Adjust test caseSebastian Huber2015-02-261-2/+2
* sptests/sp76: Check that the right task executesSebastian Huber2015-02-261-8/+11
* posix: fix error return code for pthread_mutex_trylockGedare Bloom2015-02-252-3/+6
* Panic on RTEMS_FAST_MUTEX network semaphore claim/release.Chris Johns2015-02-241-1/+8
* sparc64: fix copyright notices.Gedare Bloom2015-02-239-46/+15
* rpc: misaligned pointer dereference in clnt_udp.c line 363Jeffrey Hill2015-02-231-3/+3
* rpc: misaligned address exception in get_myaddress.cJeffrey Hill2015-02-231-15/+38
* rtems-bin2c: Fix Windows buildSebastian Huber2015-02-231-1/+1
* networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann2015-02-231-11/+12
* Use counted strnlen in bin2c. Closes #2238.Gedare Bloom2015-02-231-1/+1
* psxtests: add string param to printf. closes #2241Gedare Bloom2015-02-232-2/+2
* ARM: Support VFP-D16Martin Galvan2015-02-201-3/+5
* IMFS: Fix copy on write for linfilesSebastian Huber2015-02-203-5/+70
* Don't fail to create passwd and group files if /etc already existsNick Withers2015-02-201-5/+4
* doc: Note that rename() is only partially implemented.Nick Withers2015-02-193-2/+3
* bfin: do not reset dispatch neededGedare Bloom2015-02-191-2/+0
* sptests: Add missing test extensionSebastian Huber2015-02-193-0/+6
* score: Make <rtems/score/atomic.h> availableSebastian Huber2015-02-1912-413/+909
* IMFS: Silence warningSebastian Huber2015-02-181-1/+1
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2015-02-171-11/+13