summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-055-36/+319
| | | | | | | This version of mmap comes from early work done on the RTL code base circa 2012. Update #2859.
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-052-28/+5
| | | | Closes #2957.
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-052-0/+10
| | | | Update #2859.
* cpukit: Fix __RTEMS_REVISION__ defineSebastian Huber2017-05-041-1/+1
|
* leon, l4stat: Initial driver commitJavier Jalle2017-05-021-0/+4
|
* leon, memscrub: add GR740 memory scrubber driverJavier Jalle2017-05-021-0/+4
|
* leon, griommu: add GR740 IOMMU driverJavier Jalle2017-05-021-0/+4
| | | | | The driver is limited to the access protection bit-vector. It currently does not support the IOMMU page-table functionality.
* leon, l2cache: add GR740 L2-Cache driverJavier Jalle2017-05-021-0/+4
|
* drvmgr: ability to configure IRQ affinityDaniel Hellstrom2017-05-022-0/+33
|
* leon, GR-CPCI-GR740: Added peripheral PCI driverJavier Jalle2017-05-023-0/+6
|
* shell: Fix format specifiersSebastian Huber2017-05-021-3/+3
|
* rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill2017-04-281-0/+3
|
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-271-28/+24
|
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-261-22/+19
|
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-2/+5
|
* score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
|
* score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+4
|
* libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+3
|
* posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill2017-04-251-0/+3
|
* moxie/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+1
|
* epiphany/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
|
* rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill2017-04-251-0/+3
|
* epiphany/cpu.c: Fix typo to eliminate warningJoel Sherrill2017-04-251-2/+2
|
* xz/xz_config.h: Address unable to inline warningJoel Sherrill2017-04-241-0/+5
|
* libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on ↵Joel Sherrill2017-04-241-2/+3
| | | | some architectures
* ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 bit ↵Joel Sherrill2017-04-241-7/+8
| | | | architectures
* epiphany/cpu.c: Fix not a prototype warningJoel Sherrill2017-04-241-2/+2
|
* rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill2017-04-231-3/+7
|
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-222-0/+36
|
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
| | | | Closes #2976.
* libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns2017-04-191-12/+22
| | | | Closes #2997.
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-182-20/+76
| | | | | | | This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983.
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-189-59/+90
| | | | | | | | Provide extentions to <inttpes.h> PRIxxx constants for more POSIX types. Start with existing definitions found in RTEMS Project owned code in cpukit/. updates #2983.
* libdebugger: Work around assert when using _Thread_Executing.Chris Johns2017-04-152-2/+8
| | | | | | | Using _Thread_Executing with RTEMS_DEBUG results in an `assert` if the server accesses invalid memory. Updates #2993.
* cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
|
* Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel2017-04-101-1/+4
| | | | updates #2897.
* libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell2017-04-071-9/+12
|
* xz_config.h: Define XZ_USE_CRC64Joel Sherrill2017-04-061-1/+1
| | | | close #2909.
* SMP: Simplify SMP multicast actionsSebastian Huber2017-04-054-63/+85
|
* sys/event.h: Update to FreeBSD head 2017-02-13Sebastian Huber2017-04-041-7/+9
|
* bsps: Fix baud settingsSebastian Huber2017-04-032-5/+3
| | | | Update #2897.
* configure: Remove defunct configure stuffSebastian Huber2017-04-031-2/+0
|
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-315-36/+166
| | | | | | | | | | | | | The ARM C++ exception ABI uses an address ordered index table to locate the correct frame data and this requires the EXIDX sections are loaded in the order the order the matching text is loaded. The EXIDX sections set the SHF_LINK_ORDER flag and link field. This patch adds support to load those flagged sections in the linked-to section order. Updates #2955. Closes #2959
* arm: Optimize context switchSebastian Huber2017-03-283-78/+55
| | | | | | | | | Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE. In this case the interrupts are always enabled during a context switch even after interrupt processing (see #2751). Remove the CPSR from the context control since it contains only volatile bits. Close #2954.
* posix: Fix pthread_detach() internal lock acquireSebastian Huber2017-03-281-1/+1
|
* rtems: Fix error return pathSebastian Huber2017-03-281-0/+1
|
* cpukit: Fix Makefile.am and update preinstall.amSebastian Huber2017-03-272-18/+20
| | | | Update #2897.
* termios: Avoid invalid memory accessSebastian Huber2017-03-271-1/+3
| | | | Update #2897.
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-2226-293/+658
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* dosfs: Fix file name searchSebastian Huber2017-03-161-17/+7
| | | | | | | Do not use our long file name entry count to optimize the file name search. The Unicode comparison must be taken into account. Update #2939.