summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-156-7/+17
* libio: Add rtems_libio_iop_is_writeable()Sebastian Huber2017-09-153-3/+13
* libio: Add rtems_libio_iop_is_readable()Sebastian Huber2017-09-152-1/+11
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-154-3/+13
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-154-7/+12
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-156-15/+42
* libio: Add iop set/clear flagsSebastian Huber2017-09-159-15/+56
* libio: rtems_libio_check_permissions_with_error()Sebastian Huber2017-09-155-7/+7
* libio: Remove rtems_libio_check_permissions()Sebastian Huber2017-09-152-11/+1
* libio: Do simple parameter checks earlySebastian Huber2017-09-153-12/+14
* libio: Avoid direct use of rtems_libio_iopsSebastian Huber2017-09-143-3/+3
* libio: Simplify rtems_libio_iop()Sebastian Huber2017-09-142-8/+14
* libio: Remove LIBIO_FLAGS_CREATESebastian Huber2017-09-143-8/+0
* libio: Remove special-case reference countSebastian Huber2017-09-146-112/+27
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-125-11/+0
* serdbg: Fix warningSebastian Huber2017-09-121-1/+0
* Simplify and unify BSP_output_charSebastian Huber2017-09-123-7/+9
* posix: Use mutex object itself for condvarSebastian Huber2017-09-123-6/+6
* i2c: TMP112 correct the function name to set the config.Chris Johns2017-09-111-1/+1
* Implement clock()Sebastian Huber2017-09-072-0/+34
* dosfs: Fix fat_file_update()Sebastian Huber2017-09-061-5/+3
* dosfs: Fix find name next entry preparationSebastian Huber2017-09-061-25/+50
* dosfs: Fix msdos_dir_read()Sebastian Huber2017-09-061-27/+28
* dosfs: Support a cluster size of 64KiBSebastian Huber2017-09-063-12/+10
* Fix integer overflow problems in times()Sebastian Huber2017-09-061-34/+16
* drvmgr: clean up info_drv printDaniel Hellstrom2017-08-291-13/+4
* score: Remove <string.h> include from basedefs.hSebastian Huber2017-08-251-7/+0
* score: Remove <limits.h> include from basedefs.hSebastian Huber2017-08-251-7/+0
* network: Include missing header fileSebastian Huber2017-08-251-0/+1
* libpci: Use calloc()Sebastian Huber2017-08-251-2/+1
* Include missing <limits.h>Sebastian Huber2017-08-256-0/+7
* Include missing <string.h>Sebastian Huber2017-08-2527-0/+30
* libmisc/rtems-fdt: Add libmisc/rtems-fdt to the cpukit wrapup.Chris Johns2017-08-241-0/+1
* powerpc: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORESebastian Huber2017-08-221-0/+5
* powerpc: Add 64-bit context/interrupt supportSebastian Huber2017-08-226-187/+263
* powerpc: 64-bit _CPU_Context_Initialize() supportSebastian Huber2017-08-221-2/+2
* powerpc: 64-bit support for CPU_SIZEOF_POINTERSebastian Huber2017-08-221-0/+4
* powerpc: ppc_interrupt_get_disable_mask()Sebastian Huber2017-08-221-1/+1
* powerpc: Add register definesSebastian Huber2017-08-221-0/+16
* heap: Fix integer typesSebastian Huber2017-08-223-10/+10
* dev/i2c: Fix integer typeSebastian Huber2017-08-221-1/+1
* score: Fix format specifierSebastian Huber2017-08-221-1/+1
* confdefs: Fix POSIX keys configurationSebastian Huber2017-08-221-1/+2
* libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc.Chris Johns2017-08-207-0/+2510
* dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, AD...Chris Johns2017-08-2010-0/+1527
* dev/i2c: Add Xilinx AXI I2C driver.Chris Johns2017-08-164-0/+1035
* libdebugger/i386 Fix i386 backend after changes.Chris Johns2017-08-161-1/+16
* libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns2017-08-1515-313/+466
* libmisc/shell: Make some internal shell functions public.Chris Johns2017-08-143-19/+35
* arm: Use ARM code on Thumb 1 targetsSebastian Huber2017-08-101-1/+1