summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include missing <sys/param.h>Sebastian Huber2017-06-072-0/+2
* rpc: Remove superfluous includesSebastian Huber2017-06-072-2/+0
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-0719-15/+21
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-074-34/+11
* Do not use deprecated <sys/termios.h>Sebastian Huber2017-06-071-1/+1
* Test for POSIX headers from Newlib 20170522Sebastian Huber2017-06-075-99/+110
* Provide kernel space headers used by NewlibSebastian Huber2017-06-074-0/+39
* network: Do not use MSIZESebastian Huber2017-06-074-12/+13
* network: Include missing <inttypes.h>Sebastian Huber2017-06-072-0/+2
* build-system: Fix the targets support for the parallel build.Chris Johns2017-05-261-1/+1
* build-system: Parallel build all subdirs.Chris Johns2017-05-245-55/+99
* cpukit/libxz: Fix the include path to remove the make warnings.Chris Johns2017-05-242-12/+6
* arm: Fix profiling support of Thumb-1 targetsSebastian Huber2017-05-231-1/+3
* posix: clarify expression with parenthesesGedare Bloom2017-05-161-1/+1
* confdefs.h: Add SMP enabled field to configurationSebastian Huber2017-05-162-1/+12
* confdefs.h: Fix compile error in non-SMP cfgSebastian Huber2017-05-161-1/+1
* confdefs.h: Use SMP scheduler only if necessarySebastian Huber2017-05-121-1/+1
* confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber2017-05-111-2/+6
* posix/mman: add mmap support for shm objectsGedare Bloom2017-05-0513-94/+376
* posix: Add mmap/unmap support for mapping files.Chris Johns2017-05-055-36/+319
* posix/shm: replace threadq with mutex (allocator lock)Gedare Bloom2017-05-052-28/+5
* posix/mman: update atime on shared memory read callGedare Bloom2017-05-052-0/+10
* 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
* 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 som...Joel Sherrill2017-04-241-2/+3
* ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 bit ar...Joel Sherrill2017-04-241-7/+8
* 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
* libmisc/monitor: Correctly print unlimited configuration table entries.Chris Johns2017-04-191-12/+22