summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bsps/powerpc: PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2017-09-197-230/+117
* score: Include missing <limits.h>Sebastian Huber2017-09-191-0/+2
* Add "\n" to "\r\n" translation to rtems_putc()Sebastian Huber2017-09-191-1/+5
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-1840-176/+81
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-153-4/+34
* posix: Allow PTHREAD_PROCESS_SHARED for barriersSebastian Huber2017-09-153-8/+26
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-154-11/+25
* libio: Remove rtems_libio_t::driverSebastian Huber2017-09-151-1/+0
* libio: Use FIFO for iop free listSebastian Huber2017-09-156-21/+63
* libio: Add hold/drop iop referenceSebastian Huber2017-09-1531-44/+890
* libio: Unify readv() and writev()Sebastian Huber2017-09-153-26/+50
* libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber2017-09-1516-83/+63
* 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-153-3/+13
* 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-154-15/+23
* 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
* fstests/fsimfsgeneric01: Fix test assertSebastian Huber2017-09-141-2/+1
* bsp/mrm332: Remove dead codeSebastian Huber2017-09-141-2/+0
* libio: Remove special-case reference countSebastian Huber2017-09-146-112/+27
* posix: Ignore pshared for semaphoresSebastian Huber2017-09-126-16/+9
* serdbg: Fix warningSebastian Huber2017-09-121-1/+0
* bsp/qoriq: Virtual interrupt controller supportSebastian Huber2017-09-121-5/+81
* bsp/qoriq: Add byte channel console driverSebastian Huber2017-09-121-1/+116
* bsp/qoriq: Port ePAPR hcall interface to RTEMSSebastian Huber2017-09-125-16/+70
* bsp/qoriq: Import ePAPR hcalls from Linux 4.12Sebastian Huber2017-09-123-0/+1328
* bsp/qoriq: Boot page translationSebastian Huber2017-09-121-0/+2
* bsp/qoriq: Do not touch MMU as hypervisor guestSebastian Huber2017-09-121-2/+12
* bsp/qoriq: Add QORIQ_IS_HYPERVISOR_GUESTSebastian Huber2017-09-122-3/+12
* bsp/qoriq: Remove console stuff from bsp_start()Sebastian Huber2017-09-122-23/+11
* Simplify and unify BSP_output_charSebastian Huber2017-09-1245-144/+15
* 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
* bsp/atsam: Fix MPU sections.Christian Mauderer2017-09-073-4/+92
* 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-064-12/+38
* Fix integer overflow problems in times()Sebastian Huber2017-09-061-34/+16
* drvmgr: clean up info_drv printDaniel Hellstrom2017-08-291-13/+4
* leon,ambapp_bus: make unreferenced global function staticDaniel Hellstrom2017-08-292-51/+69