summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
* Use <sys/endian.h>Sebastian Huber2017-01-244-39/+17
* Provide <endian.h> for glibc compatibilitySebastian Huber2017-01-243-0/+6
* bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel2017-01-241-10/+14
* nfsclient: Fix suspicious conditionSebastian Huber2017-01-231-1/+2
* sys/endian.h: Document FreeBSD originSebastian Huber2017-01-231-1/+1
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
* bsp/beatnik: Remove superfluous checkSebastian Huber2017-01-201-1/+1
* raspberrypi: fix math inside of sizeofGedare Bloom2017-01-191-1/+1
* raspberrypi: use signed int for return variableGedare Bloom2017-01-191-1/+1
* smdk2410: delete unused variablesGedare Bloom2017-01-191-8/+1
* JFFS2: Fix typoSebastian Huber2017-01-191-1/+1
* m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
* m68k/mcf52235/*/mc52235-testsuite.tcfg: Add cdtestJoel Sherrill2017-01-171-0/+1
* arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05Joel Sherrill2017-01-171-0/+1
* powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-176-0/+6
* m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* m68k/mrm332/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* m68k/mcf52235/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
* arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
* arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-171-0/+1
* arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
* arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-173-0/+3
* rtems-test-check: Fix to properly process excludesStavros Passas2017-01-171-1/+5
* powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill2017-01-165-0/+10
* atsam: Fix SC16IS752 documentationSebastian Huber2017-01-161-1/+2
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-134-15/+20
* sptests: EDF scheduler overrun handlingKuan-Hsun Chen2017-01-138-1/+316
* sptests: rate monotonic scheduler overrun handlingKuan-Hsun Chen2017-01-138-0/+349
* Enhancement of the RMS manager for the overrun handling.Kuan-Hsun Chen2017-01-134-9/+176
* posix: shared memory supportGedare Bloom2017-01-1325-10/+1196
* posix: fix typo in mmap argumentsGedare Bloom2017-01-131-2/+2
* posix: add stub implementations for mman functionsGedare Bloom2017-01-139-0/+222
* posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom2017-01-1316-195/+323
* configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_*Sebastian Huber2017-01-131-6/+0
* configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__Sebastian Huber2017-01-132-17/+0
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-139-30/+0
* configure: Remove envlock supportSebastian Huber2017-01-133-124/+1
* configure: Remove SIZEOF_PTHREAD_SPINLOCK_TSebastian Huber2017-01-136-65/+2
* configure: Remove HAVE_THREADS_H supportSebastian Huber2017-01-134-11/+1
* configure: Remove HAVE_SEMAPHORE_H supportSebastian Huber2017-01-134-170/+1
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-139-0/+218
* score: Add _Thread_Set_name()Sebastian Huber2017-01-135-0/+53
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-137-37/+82
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-137-21/+46
* score: Add and use _Objects_Name_to_string()Sebastian Huber2017-01-132-27/+79
* configure: Add RTEMS_TOOL_CHAIN_ERRORSebastian Huber2017-01-131-14/+13
* GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier2017-01-121-1/+1
* cpuuse: Call printer only onceSebastian Huber2017-01-121-14/+7