summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-15libio: Add rtems_libio_iop_is_append()Sebastian Huber6-7/+17
2017-09-15libio: Add rtems_libio_iop_is_writeable()Sebastian Huber3-3/+13
2017-09-15libio: Add rtems_libio_iop_is_readable()Sebastian Huber2-1/+11
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber4-3/+13
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber4-7/+12
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber6-15/+42
2017-09-15libio: Add iop set/clear flagsSebastian Huber9-15/+56
2017-09-15libio: rtems_libio_check_permissions_with_error()Sebastian Huber5-7/+7
2017-09-15libio: Remove rtems_libio_check_permissions()Sebastian Huber2-11/+1
2017-09-15libio: Do simple parameter checks earlySebastian Huber3-12/+14
2017-09-14libio: Avoid direct use of rtems_libio_iopsSebastian Huber3-3/+3
2017-09-14libio: Simplify rtems_libio_iop()Sebastian Huber2-8/+14
2017-09-14libio: Remove LIBIO_FLAGS_CREATESebastian Huber3-8/+0
2017-09-14libio: Remove special-case reference countSebastian Huber6-112/+27
2017-09-12posix: Ignore pshared for semaphoresSebastian Huber5-11/+0
2017-09-12serdbg: Fix warningSebastian Huber1-1/+0
2017-09-12Simplify and unify BSP_output_charSebastian Huber3-7/+9
2017-09-12posix: Use mutex object itself for condvarSebastian Huber3-6/+6
2017-09-11i2c: TMP112 correct the function name to set the config.Chris Johns1-1/+1
2017-09-07Implement clock()Sebastian Huber2-0/+34
2017-09-06dosfs: Fix fat_file_update()Sebastian Huber1-5/+3
2017-09-06dosfs: Fix find name next entry preparationSebastian Huber1-25/+50
2017-09-06dosfs: Fix msdos_dir_read()Sebastian Huber1-27/+28
2017-09-06dosfs: Support a cluster size of 64KiBSebastian Huber3-12/+10
2017-09-06Fix integer overflow problems in times()Sebastian Huber1-34/+16
2017-08-29drvmgr: clean up info_drv printDaniel Hellstrom1-13/+4
2017-08-25score: Remove <string.h> include from basedefs.hSebastian Huber1-7/+0
2017-08-25score: Remove <limits.h> include from basedefs.hSebastian Huber1-7/+0
2017-08-25network: Include missing header fileSebastian Huber1-0/+1
2017-08-25libpci: Use calloc()Sebastian Huber1-2/+1
2017-08-25Include missing <limits.h>Sebastian Huber6-0/+7
2017-08-25Include missing <string.h>Sebastian Huber27-0/+30
2017-08-24libmisc/rtems-fdt: Add libmisc/rtems-fdt to the cpukit wrapup.Chris Johns1-0/+1
2017-08-22powerpc: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORESebastian Huber1-0/+5
2017-08-22powerpc: Add 64-bit context/interrupt supportSebastian Huber6-187/+263
2017-08-22powerpc: 64-bit _CPU_Context_Initialize() supportSebastian Huber1-2/+2
2017-08-22powerpc: 64-bit support for CPU_SIZEOF_POINTERSebastian Huber1-0/+4
2017-08-22powerpc: ppc_interrupt_get_disable_mask()Sebastian Huber1-1/+1
2017-08-22powerpc: Add register definesSebastian Huber1-0/+16
2017-08-22heap: Fix integer typesSebastian Huber3-10/+10
2017-08-22dev/i2c: Fix integer typeSebastian Huber1-1/+1
2017-08-22score: Fix format specifierSebastian Huber1-1/+1
2017-08-22confdefs: Fix POSIX keys configurationSebastian Huber1-1/+2
2017-08-20libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc.Chris Johns7-0/+2510
2017-08-20dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, AD...Chris Johns10-0/+1527
2017-08-16dev/i2c: Add Xilinx AXI I2C driver.Chris Johns4-0/+1035
2017-08-16libdebugger/i386 Fix i386 backend after changes.Chris Johns1-1/+16
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns15-313/+466
2017-08-14libmisc/shell: Make some internal shell functions public.Chris Johns3-19/+35
2017-08-10arm: Use ARM code on Thumb 1 targetsSebastian Huber1-1/+1