summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
| | | | | | Use de-facto standard BYTE_ORDER instead. Close #2803.
* Use <sys/endian.h>Sebastian Huber2017-01-244-39/+17
| | | | Update #2803.
* Provide <endian.h> for glibc compatibilitySebastian Huber2017-01-243-0/+6
| | | | Update #2803.
* bsp/lpc32xx: Fix interrupt controller suppportKevin Kirspel2017-01-241-10/+14
| | | | | | Enable/Disable vector routines now check for a valid vector. Without these guards, the Enable/Disable vector routines will not work with the interrupt server.
* nfsclient: Fix suspicious conditionSebastian Huber2017-01-231-1/+2
| | | | Close #2700.
* sys/endian.h: Document FreeBSD originSebastian Huber2017-01-231-1/+1
|
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
| | | | Update #2239.
* bsp/beatnik: Remove superfluous checkSebastian Huber2017-01-201-1/+1
| | | | Close #2874.
* raspberrypi: fix math inside of sizeofGedare Bloom2017-01-191-1/+1
| | | | | | | Move the subtraction of 1 for terminator outside of sizeof operator. Closes #2731.
* raspberrypi: use signed int for return variableGedare Bloom2017-01-191-1/+1
| | | | Closes #2873.
* smdk2410: delete unused variablesGedare Bloom2017-01-191-8/+1
| | | | Closes #2868.
* 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
| | | | Closes #2867.
* 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
| | | | closes #2795
* sptests: EDF scheduler overrun handlingKuan-Hsun Chen2017-01-138-1/+316
| | | | Update #2795.
* sptests: rate monotonic scheduler overrun handlingKuan-Hsun Chen2017-01-138-0/+349
| | | | Update #2795.
* Enhancement of the RMS manager for the overrun handling.Kuan-Hsun Chen2017-01-134-9/+176
| | | | | | | | | | | | | | | Three additional functions: rtems_rate_monotonic_postponed_job_count, _Rate_monotonic_Renew_deadline, and _Rate_monotonic_Release_postponed_job. Four refined functions: _Rate_monotonic_Activate, _Rate_monotonic_Block_while_expired, rtems_rate_monotonic_period, _Rate_monotonic_Timeout. Rate_monotonic_Control contains one counter for counting the postponed jobs and one for recording the recent deadline. Update #2795.
* posix: shared memory supportGedare Bloom2017-01-1325-10/+1196
| | | | | | | | | Add POSIX shared memory manager (Shm). Includes a hook-based approach for the backing memory storage that defaults to the Workspace, and a test is provided using the heap. A test is also provided for the basic use of mmap'ing a shared memory object. This test currently fails at the mmap stage due to no support for mmap.
* 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
| | | | This is provided by Newlib itself.
* 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
| | | | | | Add pthread_getname_np() and pthread_setname_np(). Update #2858.
* score: Add _Thread_Set_name()Sebastian Huber2017-01-135-0/+53
| | | | | | Add configuration option CONFIGURE_MAXIMUM_THREAD_NAME_SIZE. Update #2858.
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-137-37/+82
| | | | Update #2858.
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-137-21/+46
| | | | Update #2858.
* score: Add and use _Objects_Name_to_string()Sebastian Huber2017-01-132-27/+79
| | | | Update #2858.
* configure: Add RTEMS_TOOL_CHAIN_ERRORSebastian Huber2017-01-131-14/+13
| | | | | Stop the build with a common error message in case the tool chain is seriously out of date.
* GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier2017-01-121-1/+1
| | | | closes #2796.
* cpuuse: Call printer only onceSebastian Huber2017-01-121-14/+7
|