summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-07network: Include missing <inttypes.h>Sebastian Huber2-0/+2
2017-05-26build-system: Fix the targets support for the parallel build.Chris Johns1-1/+1
2017-05-24build-system: Parallel build all subdirs.Chris Johns5-55/+99
2017-05-24cpukit/libxz: Fix the include path to remove the make warnings.Chris Johns2-12/+6
2017-05-23arm: Fix profiling support of Thumb-1 targetsSebastian Huber1-1/+3
2017-05-16posix: clarify expression with parenthesesGedare Bloom1-1/+1
2017-05-16confdefs.h: Add SMP enabled field to configurationSebastian Huber2-1/+12
2017-05-16confdefs.h: Fix compile error in non-SMP cfgSebastian Huber1-1/+1
2017-05-12confdefs.h: Use SMP scheduler only if necessarySebastian Huber1-1/+1
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-2/+6
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom13-94/+376
2017-05-05posix: Add mmap/unmap support for mapping files.Chris Johns5-36/+319
2017-05-05posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2-28/+5
2017-05-05posix/mman: update atime on shared memory read callGedare Bloom2-0/+10
2017-05-04cpukit: Fix __RTEMS_REVISION__ defineSebastian Huber1-1/+1
2017-05-02leon, l4stat: Initial driver commitJavier Jalle1-0/+4
2017-05-02leon, memscrub: add GR740 memory scrubber driverJavier Jalle1-0/+4
2017-05-02leon, griommu: add GR740 IOMMU driverJavier Jalle1-0/+4
2017-05-02leon, l2cache: add GR740 L2-Cache driverJavier Jalle1-0/+4
2017-05-02drvmgr: ability to configure IRQ affinityDaniel Hellstrom2-0/+33
2017-05-02leon, GR-CPCI-GR740: Added peripheral PCI driverJavier Jalle3-0/+6
2017-05-02shell: Fix format specifiersSebastian Huber1-3/+3
2017-04-28rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill1-0/+3
2017-04-27posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-28/+24
2017-04-26posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-22/+19
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-2/+5
2017-04-25score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+3
2017-04-25score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warningJoel Sherrill1-2/+4
2017-04-25libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill1-2/+3
2017-04-25posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill1-0/+3
2017-04-25moxie/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+1
2017-04-25epiphany/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+3
2017-04-25rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill1-0/+3
2017-04-25epiphany/cpu.c: Fix typo to eliminate warningJoel Sherrill1-2/+2
2017-04-24xz/xz_config.h: Address unable to inline warningJoel Sherrill1-0/+5
2017-04-24libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill1-2/+3
2017-04-24ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 bit ar...Joel Sherrill1-7/+8
2017-04-24epiphany/cpu.c: Fix not a prototype warningJoel Sherrill1-2/+2
2017-04-23rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill1-3/+7
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2-0/+36
2017-04-19libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns1-14/+21
2017-04-19libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns1-12/+22
2017-04-18Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2-20/+76
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill9-59/+90
2017-04-15libdebugger: Work around assert when using _Thread_Executing.Chris Johns2-2/+8
2017-04-14cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+2
2017-04-10Updating default termios initialization for dedicated input/output baud ratesKevin Kirspel1-1/+4
2017-04-07libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell1-9/+12
2017-04-06xz_config.h: Define XZ_USE_CRC64Joel Sherrill1-1/+1
2017-04-05SMP: Simplify SMP multicast actionsSebastian Huber4-63/+85