# # ChangeLog for cpukit/libcsupport in rtems # # Generated by Trac 1.2.1.dev0 # 06/16/24 00:05:05 Mon, 23 Oct 2017 11:30:44 GMT Sebastian Huber [1082798] * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/io.h (added) * cpukit/score/preinstall.am (modified) * cpukit/score/src/ioprintf.c (added) * cpukit/score/src/iovprintf.c (added) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprintk/spprintk.scn (modified) score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() ... Thu, 26 Oct 2017 11:59:06 GMT Sebastian Huber [7bec7f27] * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/printerfprintfputc.c (added) rtems: Add rtems_print_printer_fprintf_putc() Update #3170. Update ... Thu, 26 Oct 2017 11:59:05 GMT Sebastian Huber [f703e7f] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/loopback/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/samples/pppd/init.c (modified) * testsuites/sptests/sp20/init.c (modified) * testsuites/support/src/locked_print.c (modified) tests: Move rtems_test_printer definition Statically initialize it ... Thu, 12 Oct 2017 05:23:51 GMT Sebastian Huber [16db540a] * cpukit/libcsupport/src/__times.c (modified) Use right time format in _times() Update #2740. Close #3179. Wed, 27 Jul 2016 11:08:59 GMT Konstantin Belousov [d310aa7] * cpukit/libcsupport/include/machine/_kernel_time.h (modified) * cpukit/score/include/rtems/score/timecounter.h (modified) * cpukit/score/src/kern_tc.c (modified) timecounter: Merge FreeBSD change r303382 Hide the boottime and ... Wed, 27 Sep 2017 13:08:33 GMT Sebastian Huber [de59c065] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libblock/src/bdbuf.c (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (deleted) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (deleted) * cpukit/posix/src/mutexdestroy.c (modified) * cpukit/posix/src/mutexget.c (deleted) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/mutexunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/muteximpl.h (added) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/mutex.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx09/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/psxtests/psxautoinit01/psxautoinit01.scn (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/psxtmtests/psxtmmutex01/init.c (modified) * testsuites/psxtmtests/psxtmmutex02/init.c (modified) * testsuites/psxtmtests/psxtmmutex03/init.c (modified) * testsuites/psxtmtests/psxtmmutex04/init.c (modified) * testsuites/psxtmtests/psxtmmutex05/init.c (modified) * testsuites/psxtmtests/psxtmmutex06/init.c (modified) * testsuites/psxtmtests/psxtmmutex07/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/sptests/spmutex01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX mutex POSIX mutexes are now ... Tue, 26 Sep 2017 05:49:17 GMT Sebastian Huber [5222488] * c/src/ada-tests/mptests/mp01/config_base.h (modified) * c/src/ada-tests/mptests/mp03/config_base.h (modified) * c/src/ada-tests/mptests/mp04/config_base.h (modified) * c/src/ada-tests/mptests/mp05/config_base.h (modified) * c/src/ada-tests/mptests/mp06/config_base.h (modified) * c/src/ada-tests/mptests/mp07/config_base.h (modified) * c/src/ada-tests/mptests/mp08/config_base.h (modified) * c/src/ada-tests/mptests/mp09/config_base.h (modified) * c/src/ada-tests/mptests/mp10/config_base.h (modified) * c/src/ada-tests/mptests/mp11/config_base.h (modified) * c/src/ada-tests/mptests/mp12/config_base.h (modified) * c/src/ada-tests/mptests/mp13/config_base.h (modified) * c/src/ada-tests/mptests/mp14/config_base.h (modified) * c/src/ada-tests/samples/base_mp/config.h (modified) * c/src/ada-tests/samples/base_sp/config.h (modified) * c/src/ada-tests/samples/hello/config.h (modified) * c/src/ada-tests/samples/nsecs/config.h (modified) * c/src/ada-tests/samples/ticker/config.h (modified) * c/src/ada-tests/sptests/sp01/config.h (modified) * c/src/ada-tests/sptests/sp02/config.h (modified) * c/src/ada-tests/sptests/sp03/config.h (modified) * c/src/ada-tests/sptests/sp04/config.h (modified) * c/src/ada-tests/sptests/sp05/config.h (modified) * c/src/ada-tests/sptests/sp06/config.h (modified) * c/src/ada-tests/sptests/sp07/config.h (modified) * c/src/ada-tests/sptests/sp08/config.h (modified) * c/src/ada-tests/sptests/sp09/config.h (modified) * c/src/ada-tests/sptests/sp11/config.h (modified) * c/src/ada-tests/sptests/sp12/config.h (modified) * c/src/ada-tests/sptests/sp13/config.h (modified) * c/src/ada-tests/sptests/sp14/config.h (modified) * c/src/ada-tests/sptests/sp15/config.h (modified) * c/src/ada-tests/sptests/sp16/config.h (modified) * c/src/ada-tests/sptests/sp17/config.h (modified) * c/src/ada-tests/sptests/sp19/config.h (modified) * c/src/ada-tests/sptests/sp20/config.h (modified) * c/src/ada-tests/sptests/sp22/config.h (modified) * c/src/ada-tests/sptests/sp23/config.h (modified) * c/src/ada-tests/sptests/sp24/config.h (modified) * c/src/ada-tests/sptests/sp25/config.h (modified) * c/src/ada-tests/sptests/spname01/config.h (modified) * c/src/ada-tests/tmtests/tm01/config.h (modified) * c/src/ada-tests/tmtests/tm02/config.h (modified) * c/src/ada-tests/tmtests/tm03/config.h (modified) * c/src/ada-tests/tmtests/tm04/config.h (modified) * c/src/ada-tests/tmtests/tm05/config.h (modified) * c/src/ada-tests/tmtests/tm06/config.h (modified) * c/src/ada-tests/tmtests/tm07/config.h (modified) * c/src/ada-tests/tmtests/tm08/config.h (modified) * c/src/ada-tests/tmtests/tm09/config.h (modified) * c/src/ada-tests/tmtests/tm10/config.h (modified) * c/src/ada-tests/tmtests/tm11/config.h (modified) * c/src/ada-tests/tmtests/tm12/config.h (modified) * c/src/ada-tests/tmtests/tm13/config.h (modified) * c/src/ada-tests/tmtests/tm14/config.h (modified) * c/src/ada-tests/tmtests/tm15/config.h (modified) * c/src/ada-tests/tmtests/tm16/config.h (modified) * c/src/ada-tests/tmtests/tm17/config.h (modified) * c/src/ada-tests/tmtests/tm18/config.h (modified) * c/src/ada-tests/tmtests/tm19/config.h (modified) * c/src/ada-tests/tmtests/tm20/config.h (modified) * c/src/ada-tests/tmtests/tm21/config.h (modified) * c/src/ada-tests/tmtests/tm22/config.h (modified) * c/src/ada-tests/tmtests/tm23/config.h (modified) * c/src/ada-tests/tmtests/tm24/config.h (modified) * c/src/ada-tests/tmtests/tm25/config.h (modified) * c/src/ada-tests/tmtests/tm28/config.h (modified) * c/src/ada-tests/tmtests/tm29/config.h (modified) * c/src/ada-tests/tmtests/tmck/config.h (modified) * c/src/ada-tests/tmtests/tmoverhd/config.h (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/cond.h (deleted) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/cond.c (deleted) * cpukit/posix/src/conddestroy.c (modified) * cpukit/posix/src/condget.c (deleted) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condsignalsupp.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/psx10.scn (modified) * testsuites/psxtests/psx10/system.h (modified) * testsuites/psxtests/psxaio01/system.h (modified) * testsuites/psxtests/psxaio02/system.h (modified) * testsuites/psxtests/psxaio03/system.h (modified) * testsuites/psxtests/psxautoinit02/init.c (modified) * testsuites/psxtests/psxautoinit02/psxautoinit02.scn (modified) * testsuites/psxtests/psxcleanup/system.h (modified) * testsuites/psxtests/psxcond01/init.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxsignal06/init.c (modified) * testsuites/psxtests/psxtimer01/system.h (modified) * testsuites/psxtmtests/psxtmcond01/init.c (modified) * testsuites/psxtmtests/psxtmcond02/init.c (modified) * testsuites/psxtmtests/psxtmcond03/init.c (modified) * testsuites/psxtmtests/psxtmcond04/init.c (modified) * testsuites/psxtmtests/psxtmcond05/init.c (modified) * testsuites/psxtmtests/psxtmcond06/init.c (modified) * testsuites/psxtmtests/psxtmcond07/init.c (modified) * testsuites/psxtmtests/psxtmcond08/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX condvar POSIX condition ... Thu, 21 Sep 2017 13:42:45 GMT Sebastian Huber [89fc9345] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/rwlock.h (deleted) * cpukit/posix/include/rtems/posix/rwlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/prwlock.c (deleted) * cpukit/posix/src/prwlockdestroy.c (modified) * cpukit/posix/src/prwlockinit.c (modified) * cpukit/posix/src/prwlockrdlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/prwlocktryrdlock.c (modified) * cpukit/posix/src/prwlocktrywrlock.c (modified) * cpukit/posix/src/prwlockunlock.c (modified) * cpukit/posix/src/prwlockwrlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corerwlock.h (deleted) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/corerwlockrelease.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxrwlock01/main.c (modified) * testsuites/psxtests/psxrwlock01/psxrwlock01.scn (modified) * testsuites/psxtests/psxrwlock01/test.c (modified) * testsuites/psxtmtests/psxtmrwlock01/init.c (modified) * testsuites/psxtmtests/psxtmrwlock02/init.c (modified) * testsuites/psxtmtests/psxtmrwlock03/init.c (modified) * testsuites/psxtmtests/psxtmrwlock04/init.c (modified) * testsuites/psxtmtests/psxtmrwlock05/init.c (modified) * testsuites/psxtmtests/psxtmrwlock06/init.c (modified) * testsuites/psxtmtests/psxtmrwlock07/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/spthreadq01/init.c (modified) posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now ... Thu, 21 Sep 2017 12:13:16 GMT Sebastian Huber [e67929c] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/barrier.h (deleted) * cpukit/posix/include/rtems/posix/barrierimpl.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pbarrier.c (deleted) * cpukit/posix/src/pbarrierdestroy.c (modified) * cpukit/posix/src/pbarrierinit.c (modified) * cpukit/posix/src/pbarrierwait.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/psxtests/psxbarrier01/main.c (modified) * testsuites/psxtests/psxbarrier01/psxbarrier01.scn (modified) * testsuites/psxtests/psxbarrier01/test.c (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier01/init.c (modified) * testsuites/psxtmtests/psxtmbarrier02/init.c (modified) * testsuites/psxtmtests/psxtmbarrier03/init.c (modified) * testsuites/psxtmtests/psxtmbarrier04/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) posix: Implement self-contained POSIX barriers POSIX barriers are ... Tue, 19 Sep 2017 12:10:33 GMT Sebastian Huber [47b1e31] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/posix/src/pthreadonce.c (modified) * cpukit/score/include/rtems/score/onceimpl.h (modified) * cpukit/score/src/once.c (modified) posix: Optimize pthread_once_t Reduce size of pthread_once_t and ... Mon, 18 Sep 2017 09:31:33 GMT Sebastian Huber [a029230a] * cpukit/libcsupport/src/rtems_putc.c (modified) Add "\n" to "\r\n" translation to rtems_putc() Update #3122. Fri, 15 Sep 2017 10:52:08 GMT Sebastian Huber [8fa75d3] * cpukit/libcsupport/include/rtems/libio.h (modified) libio: Remove rtems_libio_t::driver This member was apparently ... Thu, 14 Sep 2017 13:21:14 GMT Sebastian Huber [ac74162] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * testsuites/fstests/fsclose01/init.c (modified) * testsuites/libtests/termios01/init.c (modified) libio: Use FIFO for iop free list Update #3136. Wed, 13 Sep 2017 07:22:19 GMT Sebastian Huber [baef823c] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchdir.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * cpukit/posix/src/shmopen.c (modified) * testsuites/fstests/Makefile.am (modified) * testsuites/fstests/configure.ac (modified) * testsuites/fstests/fsclose01/Makefile.am (added) * testsuites/fstests/fsclose01/fsclose01.doc (added) * testsuites/fstests/fsclose01/fsclose01.scn (added) * testsuites/fstests/fsclose01/init.c (added) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spintrcritical24/Makefile.am (added) * testsuites/sptests/spintrcritical24/init.c (added) * testsuites/sptests/spintrcritical24/spintrcritical24.doc (added) * testsuites/sptests/spintrcritical24/spintrcritical24.scn (added) libio: Add hold/drop iop reference Check iop reference count in ... Wed, 13 Sep 2017 13:19:14 GMT Sebastian Huber [98041b68] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/readv.c (modified) * cpukit/libcsupport/src/writev.c (modified) libio: Unify readv() and writev() Update #3132. Wed, 13 Sep 2017 09:33:25 GMT Sebastian Huber [9012db8] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchdir.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS() Replace ... Wed, 13 Sep 2017 08:42:21 GMT Sebastian Huber [d4c5441] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libfs/src/dosfs/msdos_file.c (modified) * cpukit/libfs/src/imfs/imfs_memfile.c (modified) * cpukit/libfs/src/jffs2/src/fs-rtems.c (modified) * cpukit/libfs/src/nfsclient/src/nfs.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c (modified) libio: Add rtems_libio_iop_is_append() Update #3132. Wed, 13 Sep 2017 08:36:11 GMT Sebastian Huber [3cffd66d] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libnetworking/lib/ftpfs.c (modified) libio: Add rtems_libio_iop_is_writeable() Update #3132. Wed, 13 Sep 2017 08:35:45 GMT Sebastian Huber [a937a5a] * c/src/lib/libbsp/shared/console.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libnetworking/lib/ftpfs.c (modified) libio: Add rtems_libio_iop_is_readable() Update #3132. Wed, 13 Sep 2017 08:24:25 GMT Sebastian Huber [bbcdc302] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) libio: Add rtems_libio_iop_is_no_delay() Update #3132. Wed, 13 Sep 2017 11:30:30 GMT Sebastian Huber [e2b1db23] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) libio: Add rtems_libio_iop_flags() Update #3132. Wed, 13 Sep 2017 12:00:50 GMT Sebastian Huber [ca90c6c] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/shmopen.c (modified) libio: Add rtems_libio_iop_flags_initialize() Update #3132. Wed, 13 Sep 2017 08:11:46 GMT Sebastian Huber [856ede4f] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libfs/src/pipe/pipe.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/shmopen.c (modified) libio: Add iop set/clear flags Update #3132. Wed, 13 Sep 2017 07:07:14 GMT Sebastian Huber [ec10d26] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) libio: rtems_libio_check_permissions_with_error() Rename ... Wed, 13 Sep 2017 07:08:34 GMT Sebastian Huber [48dbb6cf] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/ftruncate.c (modified) libio: Remove rtems_libio_check_permissions() Remove ... Wed, 13 Sep 2017 06:55:05 GMT Sebastian Huber [0169e90] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * testsuites/psxtests/psxfile02/init.c (modified) libio: Do simple parameter checks early This simplifies error ... Wed, 13 Sep 2017 06:25:33 GMT Sebastian Huber [7b45202] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/fstat.c (modified) libio: Simplify rtems_libio_iop() Remove the file descriptor ... Wed, 13 Sep 2017 08:49:19 GMT Sebastian Huber [5eb67f3] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/libio.c (modified) libio: Remove LIBIO_FLAGS_CREATE Close #3134. Wed, 06 Sep 2017 05:31:48 GMT Sebastian Huber [694e946d] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/posix/include/rtems/posix/mmanimpl.h (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) libio: Remove special-case reference count The top-level IO library ... Fri, 08 Sep 2017 08:38:46 GMT Sebastian Huber [1bc0ad2] * c/src/lib/libbsp/arm/altera-cyclone-v/console/console-config.c (modified) * c/src/lib/libbsp/arm/atsam/console/debug-console.c (modified) * c/src/lib/libbsp/arm/beagle/console/console-config.c (modified) * c/src/lib/libbsp/arm/csb336/console/uart.c (modified) * c/src/lib/libbsp/arm/imx/console/console-config.c (modified) * c/src/lib/libbsp/arm/lm3s69xx/console/console-config.c (modified) * c/src/lib/libbsp/arm/raspberrypi/console/console-config.c (modified) * c/src/lib/libbsp/arm/realview-pbx-a9/console/console-config.c (modified) * c/src/lib/libbsp/arm/rtl22xx/console/uart.c (modified) * c/src/lib/libbsp/arm/shared/comm/uart.c (modified) * c/src/lib/libbsp/arm/smdk2410/console/uart.c (modified) * c/src/lib/libbsp/arm/stm32f4/console/console-config.c (modified) * c/src/lib/libbsp/arm/tms570/console/printk-support.c (modified) * c/src/lib/libbsp/arm/xilinx-zynq/console/debug-console.c (modified) * c/src/lib/libbsp/i386/pc386/console/printk_support.c (modified) * c/src/lib/libbsp/i386/shared/comm/uart.c (modified) * c/src/lib/libbsp/m68k/av5282/console/console.c (modified) * c/src/lib/libbsp/m68k/genmcf548x/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/console/debugio.c (modified) * c/src/lib/libbsp/m68k/mcf5235/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf5329/console/console.c (modified) * c/src/lib/libbsp/m68k/mvme167/console/console.c (modified) * c/src/lib/libbsp/m68k/uC5282/console/console.c (modified) * c/src/lib/libbsp/mips/csb350/console/console-io.c (modified) * c/src/lib/libbsp/or1k/generic_or1k/console/console-config.c (modified) * c/src/lib/libbsp/powerpc/gen5200/console/console.c (modified) * c/src/lib/libbsp/powerpc/gen83xx/console/console-config.c (modified) * c/src/lib/libbsp/powerpc/haleakala/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-generic.c (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/console/console.c (modified) * c/src/lib/libbsp/powerpc/qoriq/console/console-config.c (modified) * c/src/lib/libbsp/powerpc/shared/console/polled_io.c (modified) * c/src/lib/libbsp/powerpc/shared/console/uart.c (modified) * c/src/lib/libbsp/powerpc/t32mppc/console/console.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/console/console.c (modified) * c/src/lib/libbsp/powerpc/virtex/console/consolelite.c (modified) * c/src/lib/libbsp/powerpc/virtex4/startup/dummy_console.c (modified) * c/src/lib/libbsp/powerpc/virtex5/startup/dummy_console.c (modified) * c/src/lib/libbsp/shared/console-output-char.c (modified) * c/src/lib/libbsp/shared/src/uart-output-char.c (modified) * c/src/lib/libcpu/arm/at91rm9200/dbgu/dbgu.c (modified) * c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/putk.c (modified) * cpukit/libmisc/serdbg/termios_printk.c (modified) Simplify and unify BSP_output_char The BSP_output_char should ... Wed, 06 Sep 2017 06:54:24 GMT Sebastian Huber [bdbf1ffa] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/clock.c (added) Implement clock() Newlib uses _times_r() in clock(). The problem ... Fri, 25 Aug 2017 13:22:37 GMT Sebastian Huber [731e68a3] * cpukit/libcsupport/src/__times.c (modified) Fix integer overflow problems in times() An integer overflow may ... Fri, 25 Aug 2017 08:58:58 GMT Sebastian Huber [b2ed712] * c/src/lib/libbsp/arm/altera-cyclone-v/rtc/rtc.c (modified) * c/src/lib/libbsp/arm/atsam/spi/atsam_spi_bus.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-read-blocks.c (modified) * c/src/lib/libbsp/arm/lpc32xx/misc/nand-mlc-write-blocks.c (modified) * c/src/lib/libbsp/arm/raspberrypi/console/console_select.c (modified) * c/src/lib/libbsp/arm/raspberrypi/misc/vc_defines.h (modified) * c/src/lib/libbsp/arm/raspberrypi/startup/cmdline.c (modified) * c/src/lib/libbsp/arm/shared/arm-pl111-fb.c (modified) * c/src/lib/libbsp/arm/shared/armv7m/irq/armv7m-irq.c (modified) * c/src/lib/libbsp/arm/tms570/console/printk-support.c (modified) * c/src/lib/libbsp/arm/tms570/pom/tms570-pom.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_framebuffer/framebuffer.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_versions/versions.c (modified) * c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c (modified) * c/src/lib/libbsp/shared/console.c (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * c/src/lib/libbsp/sparc/shared/amba/ahbstat.c (modified) * c/src/lib/libbsp/sparc/shared/analog/gradcdac.c (modified) * c/src/lib/libbsp/sparc/shared/drvmgr/ambapp_bus_leon2.c (modified) * c/src/lib/libbsp/sparc/shared/i2c/i2cmst.c (modified) * c/src/lib/libbsp/sparc/shared/iommu/griommu.c (modified) * c/src/lib/libbsp/sparc/shared/l2c/l2c.c (modified) * c/src/lib/libbsp/sparc/shared/pci/grpci2dma.c (modified) * c/src/lib/libbsp/sparc/shared/scrub/memscrub.c (modified) * c/src/lib/libbsp/sparc/shared/time/grctm.c (modified) * c/src/lib/libbsp/sparc/shared/time/spwcuc.c (modified) * c/src/lib/libbsp/sparc/shared/timer/gptimer.c (modified) * c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c (modified) * c/src/lib/libcpu/bfin/bf52x/interrupt/interrupt.c (modified) * c/src/lib/libcpu/bfin/interrupt/interrupt.c (modified) * cpukit/dev/i2c/ti-lm25066a.c (modified) * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/src/cfmakesane.c (modified) * cpukit/libcsupport/src/chroot.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fchown.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libdl/rtl-allocator.c (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-mdreloc-arm.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libmisc/dummy/default-configuration.c (modified) * cpukit/libmisc/redirector/stdio-redirect.c (modified) * cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/libmisc/shell/main_rtrace.c (modified) * cpukit/libmisc/untar/untar_tgz.c (modified) * cpukit/libpci/pci_cfg_print_code.c (modified) * cpukit/librpc/src/rpc/get_myaddress.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmwkspace.c (modified) * cpukit/score/src/threadq.c (modified) Include missing Update #2133. Fri, 28 Jul 2017 11:25:25 GMT Sebastian Huber [9d1522ed] * cpukit/libblock/src/blkdev-imfs.c (modified) * cpukit/libcsupport/src/termios.c (modified) * testsuites/fstests/fsimfsgeneric01/init.c (modified) * testsuites/libtests/newlib01/init.c (modified) Fix IO control request type Thu, 29 Jun 2017 14:36:43 GMT Kevin Kirspel [c6bb1c33] * cpukit/dev/i2c/i2c-bus.c (modified) * cpukit/dev/i2c/i2c-dev.c (modified) * cpukit/dev/spi/spi-bus.c (modified) * cpukit/libblock/src/blkdev-imfs.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/__usrenv.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/Makefile.am (modified) * cpukit/libfs/src/defaults/default_handlers.c (modified) * cpukit/libfs/src/defaults/default_mmap.c (added) * cpukit/libfs/src/devfs/devfs_init.c (modified) * cpukit/libfs/src/dosfs/msdos_handlers_dir.c (modified) * cpukit/libfs/src/dosfs/msdos_handlers_file.c (modified) * cpukit/libfs/src/imfs/imfs_dir_default.c (modified) * cpukit/libfs/src/imfs/imfs_dir_minimal.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/imfs/imfs_handlers_device.c (modified) * cpukit/libfs/src/imfs/imfs_linfile.c (modified) * cpukit/libfs/src/imfs/imfs_link.c (modified) * cpukit/libfs/src/imfs/imfs_memfile.c (modified) * cpukit/libfs/src/imfs/imfs_symlink.c (modified) * cpukit/libfs/src/jffs2/src/fs-rtems.c (modified) * cpukit/libfs/src/nfsclient/src/nfs.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-rtems.c (modified) * cpukit/libnetworking/lib/ftpfs.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/shmopen.c (modified) posix/mmap: Add support for file handler and MAP_ANON Added a mmap ... Thu, 15 Jun 2017 17:41:04 GMT Joel Sherrill [d8b5481] * cpukit/libcsupport/include/sys/utsname.h (modified) sys/utsname.h: Increase buffer to avoid overflow Tue, 06 Jun 2017 09:14:21 GMT Sebastian Huber [d4ab0aef] * cpukit/libcsupport/include/sys/sockio.h (modified) * cpukit/libnetworking/net/if.c (modified) * cpukit/libnetworking/net/if.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) network: Move RTEMS specifics Move RTEMS specifics to ... Tue, 06 Jun 2017 09:08:16 GMT Sebastian Huber [787f51f] * c/src/lib/libbsp/arm/atsam/network/if_atsam.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe.c (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/network/if_hdlcsubr.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260eth.c (modified) * c/src/lib/libbsp/powerpc/mvme5500/network/if_1GHz/if_wm.c (modified) * c/src/libchip/network/i82586.c (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/src/imfs/imfs_fifo.c (modified) * cpukit/libfs/src/pipe/fifo.c (modified) * cpukit/libmisc/shell/main_ifconfig.c (modified) * cpukit/libnetworking/net/if.c (modified) * cpukit/libnetworking/net/if_ethersubr.c (modified) * cpukit/libnetworking/net/if_loop.c (modified) * cpukit/libnetworking/net/if_ppp.c (modified) * cpukit/libnetworking/net/ppp_tty.c (modified) * cpukit/libnetworking/net/route.c (modified) * cpukit/libnetworking/netinet/in.c (modified) * cpukit/libnetworking/netinet/in_pcb.c (modified) * cpukit/libnetworking/netinet/ip_mroute.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_dhcp.c (modified) * cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_showifstat.c (modified) * testsuites/sptests/spfifo04/init.c (modified) * testsuites/sptests/spfifo05/init.c (modified) Do not include in kernel-space Update #2833. Tue, 06 Jun 2017 06:03:45 GMT Sebastian Huber [93531e9b] * c/src/libchip/serial/mc68681.h (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/include/sys/_termios.h (modified) * cpukit/libcsupport/include/sys/ttycom.h (modified) * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/termios03/init.c (modified) * testsuites/libtests/termios05/init.c (modified) * testsuites/libtests/termios09/init.c (modified) Move RTEMS-specific Termios API content Remove obsolete support for ... Tue, 06 Jun 2017 06:03:07 GMT Sebastian Huber [64ecfc1] * cpukit/libcsupport/src/termios_baud2index.c (modified) Do not use deprecated Update #2833. Mon, 22 May 2017 10:34:27 GMT Sebastian Huber [d60bc7c8] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/machine/_kernel_cpuset.h (added) * cpukit/libcsupport/include/machine/_kernel_param.h (added) * cpukit/libcsupport/preinstall.am (modified) Provide kernel space headers used by Newlib Update #2833. Wed, 15 Mar 2017 18:31:00 GMT Gedare Bloom [87de70a2] * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/posix/include/rtems/posix/mmanimpl.h (modified) * cpukit/posix/include/rtems/posix/shm.h (modified) * cpukit/posix/include/rtems/posix/shmimpl.h (modified) * cpukit/posix/src/mmap.c (modified) * cpukit/posix/src/munmap.c (modified) * cpukit/posix/src/shmheap.c (modified) * cpukit/posix/src/shmopen.c (modified) * cpukit/posix/src/shmunlink.c (modified) * cpukit/posix/src/shmwkspace.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/psxshm02/system.h (modified) posix/mman: add mmap support for shm objects Update #2859. Mon, 10 Apr 2017 13:41:02 GMT Kevin Kirspel [d2390ce4] * cpukit/libcsupport/src/termios.c (modified) Updating default termios initialization for dedicated input/output ... Tue, 04 Apr 2017 08:39:45 GMT Sebastian Huber [b3bfc242] * cpukit/libcsupport/include/sys/event.h (modified) sys/event.h: Update to FreeBSD head 2017-02-13 Mon, 03 Apr 2017 10:51:51 GMT Sebastian Huber [1301468] * c/src/lib/libbsp/arm/atsam/console/console.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c (modified) * c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-linflex.c (modified) * c/src/lib/libbsp/sparc/shared/uart/apbuart_termios.c (modified) * c/src/libchip/serial/ns16550-context.c (modified) * c/src/libchip/serial/ns16550.c (modified) * cpukit/dev/serial/sc16is752.c (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) bsps: Fix baud settings Update #2897. Mon, 27 Mar 2017 08:30:23 GMT Sebastian Huber [94a4865] * cpukit/libcsupport/src/termios.c (modified) termios: Avoid invalid memory access Update #2897. Tue, 21 Mar 2017 19:39:48 GMT Kevin Kirspel [1c6926c1] * c/src/lib/libbsp/arm/csb336/console/uart.c (modified) * c/src/lib/libbsp/arm/lpc32xx/console/hsu.c (modified) * c/src/lib/libbsp/i386/shared/comm/tty_drv.c (modified) * c/src/lib/libbsp/lm32/shared/milkymist_console/console.c (modified) * c/src/lib/libbsp/m68k/av5282/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68340/console/console.c (modified) * c/src/lib/libbsp/m68k/gen68360/console/console.c (modified) * c/src/lib/libbsp/m68k/genmcf548x/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf52235/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf5225x/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf5235/console/console.c (modified) * c/src/lib/libbsp/m68k/mcf5329/console/console.c (modified) * c/src/lib/libbsp/m68k/mrm332/console/sci.c (modified) * c/src/lib/libbsp/m68k/mvme167/console/console.c (modified) * c/src/lib/libbsp/m68k/uC5282/console/console.c (modified) * c/src/lib/libbsp/powerpc/acinclude.m4 (modified) * c/src/lib/libbsp/powerpc/gen5200/console/console.c (modified) * c/src/lib/libbsp/powerpc/shared/console/console.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/console/console.c (modified) * c/src/lib/libbsp/shared/console.c (modified) * c/src/lib/libbsp/sparc/shared/uart/apbuart_cons.c (modified) * c/src/lib/libcpu/arm/at91rm9200/usart/usart.c (modified) * c/src/lib/libcpu/arm/s3c24xx/include/s3c2400.h (modified) * c/src/lib/libcpu/arm/s3c24xx/include/s3c2410.h (modified) * c/src/lib/libcpu/bfin/serial/uart.c (modified) * c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c (modified) * c/src/lib/libcpu/powerpc/mpc5xx/console-generic/console-generic.c (modified) * c/src/lib/libcpu/powerpc/mpc8260/console-generic/console-generic.c (modified) * c/src/lib/libcpu/powerpc/mpc8xx/console-generic/console-generic.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console405.c (modified) * c/src/lib/libcpu/powerpc/ppc403/tty_drv/tty_drv.c (modified) * c/src/lib/libcpu/sh/sh7032/sci/sci.c (modified) * c/src/lib/libcpu/sh/sh7045/sci/sci.c (modified) * c/src/lib/libcpu/sh/sh7045/sci/sci_termios.c (modified) * c/src/libchip/serial/mc68681.c (modified) * c/src/libchip/serial/mc68681_baud.c (modified) * c/src/libchip/serial/z85c30.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/include/sys/_termios.h (added) * cpukit/libcsupport/include/sys/ioccom.h (modified) * cpukit/libcsupport/include/sys/termios.h (modified) * cpukit/libcsupport/include/sys/ttycom.h (modified) * cpukit/libcsupport/include/sys/ttydefaults.h (added) * cpukit/libcsupport/src/cfgetispeed.c (modified) * cpukit/libcsupport/src/cfgetospeed.c (modified) * cpukit/libcsupport/src/cfmakeraw.c (modified) * cpukit/libcsupport/src/cfmakesane.c (added) * cpukit/libcsupport/src/cfsetispeed.c (modified) * cpukit/libcsupport/src/cfsetospeed.c (modified) * cpukit/libcsupport/src/cfsetspeed.c (modified) * cpukit/libcsupport/src/tcdrain.c (modified) * cpukit/libcsupport/src/tcflush.c (modified) * cpukit/libcsupport/src/tcgetattr.c (modified) * cpukit/libcsupport/src/tcsetattr.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libcsupport/src/termios_baud2index.c (modified) * cpukit/libcsupport/src/termios_baud2num.c (modified) * cpukit/libcsupport/src/termios_baudtable.c (modified) * cpukit/libcsupport/src/termios_setbestbaud.c (modified) * cpukit/libcsupport/src/termios_setinitialbaud.c (modified) * cpukit/libnetworking/net/ppp_tty.c (modified) * cpukit/preinstall.am (modified) * testsuites/libtests/termios/init.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/libtests/termios01/termios01.scn (modified) * testsuites/libtests/termios01/termios_testdriver.c (modified) * testsuites/libtests/termios02/termios02.scn (modified) * testsuites/libtests/termios03/termios03.scn (modified) * testsuites/libtests/termios04/termios04.scn (modified) * testsuites/libtests/termios05/termios05.scn (modified) * testsuites/libtests/termios06/init.c (modified) * testsuites/libtests/termios06/termios06.scn (modified) * testsuites/libtests/termios07/termios07.scn (modified) * testsuites/libtests/termios08/termios08.scn (modified) * tools/cpu/sh/sci.c (modified) termios: Synchronize with latest FreeBSD headers Adding modified ... Thu, 16 Mar 2017 10:54:29 GMT Sebastian Huber [66fac03] * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/chdir.c (modified) * cpukit/libcsupport/src/chroot.c (modified) * cpukit/libcsupport/src/mount.c (modified) * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/libcsupport/src/sup_fs_eval_path.c (modified) * cpukit/libcsupport/src/sup_fs_location.c (modified) * testsuites/fstests/fsnofs01/init.c (modified) libio: Fix deadlock in location management Perform a ... Thu, 02 Mar 2017 06:54:52 GMT Sebastian Huber [1f618ab0] * cpukit/libcsupport/src/posix_devctl.c (modified) posix_devctl: Fix for pre C99 Use __restrict just like in ... Tue, 28 Feb 2017 08:12:13 GMT Sebastian Huber [f71ccc34] * cpukit/libcsupport/src/termios.c (modified) termios: Simplify some calculations Use the modular arithmetic ... Fri, 24 Feb 2017 13:44:04 GMT Sebastian Huber [36635433] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Implement non-blocking write Thu, 23 Feb 2017 14:43:41 GMT Sebastian Huber [a165a96] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Make write POSIX compatible Currently only blocking ... Thu, 23 Feb 2017 14:19:47 GMT Sebastian Huber [c41b47e3] * cpukit/libcsupport/src/termios.c (modified) termios: Introduce doTransmit() Thu, 23 Feb 2017 13:04:24 GMT Sebastian Huber [5244d31e] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Simplify oproc() Call rtems_termios_puts() only once. ... Fri, 24 Feb 2017 09:29:05 GMT Sebastian Huber [c80f6aa9] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Fix infinite loop in receive path In canonical mode, the ... Thu, 23 Feb 2017 10:35:44 GMT Sebastian Huber [9fa0f54] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios09/init.c (modified) termios: Change receive callback invocation Call the receive ... Thu, 23 Feb 2017 08:38:54 GMT Sebastian Huber [49d8f653] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) termios: Change tty_rcvwakeup to bool Optimize callout invocation check. Thu, 23 Feb 2017 09:35:16 GMT Sebastian Huber [9f69ac2] * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/termios09/Makefile.am (added) * testsuites/libtests/termios09/init.c (added) * testsuites/libtests/termios09/termios09.doc (added) * testsuites/libtests/termios09/termios09.scn (added) termios: Ignore carriage return early if desired In case carriage ... Thu, 23 Feb 2017 09:06:52 GMT Sebastian Huber [bb087cb0] * cpukit/libcsupport/src/termios.c (modified) termios: Protect raw input buffer with device lock Use the device ... Thu, 23 Feb 2017 08:12:36 GMT Sebastian Huber [d60c2d79] * cpukit/libcsupport/src/termios.c (modified) termios: Simplify rtems_termios_read_tty() Remove dead code. ... Tue, 21 Feb 2017 08:01:49 GMT Sebastian Huber [5bfeddc0] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/libfs/src/defaults/default_kqfilter.c (modified) * cpukit/libfs/src/defaults/default_poll.c (modified) termios: Add kqueue() and poll() support Real implementation is ... Fri, 03 Feb 2017 09:49:13 GMT Sebastian Huber [85ed95e] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) termios: Fix static device initalization This enables early ... Tue, 31 Jan 2017 07:08:24 GMT Sebastian Huber [e366f77] * cpukit/libcsupport/src/assocthreadstatestostring.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/rtems/src/regioncreate.c (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/corebarrier.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlock.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/threadwaitgetid.c (modified) score: Add _Thread_queue_Object_name Add the special thread queue ... Fri, 13 Jan 2017 10:28:35 GMT Sebastian Huber [6b13287] * cpukit/configure.ac (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/envlock.c (deleted) configure: Remove envlock support This is provided by Newlib itself. Thu, 12 Jan 2017 07:56:48 GMT Sebastian Huber [3b784ba] * cpukit/libcsupport/include/rtems/assoc.h (modified) Fix documentation comment Wed, 11 Jan 2017 10:04:35 GMT Sebastian Huber [a3730b38] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/assoc.h (modified) * cpukit/libcsupport/src/assocthreadstatestostring.c (added) * cpukit/libdebugger/rtems-debugger-threads.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) Add and use rtems_assoc_thread_states_to_string() Wed, 11 Jan 2017 10:03:24 GMT Sebastian Huber [0c43130] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/rtems/assoc.h (modified) * cpukit/libcsupport/src/assoc32tostring.c (added) * testsuites/sptests/spassoc01/init.c (modified) Add rtems_assoc_32_to_string() Tue, 06 Dec 2016 03:06:40 GMT Joel Sherrill [ef362818] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/posix_devctl.c (added) * cpukit/posix/src/sysconf.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxdevctl01/Makefile.am (added) * testsuites/psxtests/psxdevctl01/main.c (added) * testsuites/psxtests/psxdevctl01/psxdevctl01.doc (added) * testsuites/psxtests/psxdevctl01/psxdevctl01.scn (added) * testsuites/psxtests/psxdevctl01/test.c (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/devctl/posix_devctl.c (added) Add support for posix_devctl() Mon, 09 Jan 2017 13:53:26 GMT Sebastian Huber [45ae4a8] * cpukit/libcsupport/include/sys/event.h (modified) sys/event.h: Update to FreeBSD head 2017-01-02 Fri, 23 Dec 2016 12:53:55 GMT Sebastian Huber [0374ccd8] * cpukit/libcsupport/src/open_dev_console.c (modified) libio: Use CONSOLE_DEVICE_NAME Mon, 17 Oct 2016 12:15:34 GMT Alexander Krutwig [e34fe38] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) termios: Add TERMIOS_IRQ_SERVER_DRIVEN Add a new interrupt server ... Wed, 05 Oct 2016 08:37:56 GMT Sebastian Huber [c3764ce] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) termios: Use mutex for task driven mode Termios has a task driven ... Fri, 09 Dec 2016 08:28:31 GMT Sebastian Huber [e203b65e] * cpukit/libcsupport/src/open_dev_console.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. Fri, 09 Dec 2016 08:27:15 GMT Sebastian Huber [a5ba08eb] * cpukit/libcsupport/src/open_dev_console.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. Fri, 09 Dec 2016 08:18:57 GMT Sebastian Huber [af8ced5] * cpukit/libcsupport/src/open_dev_console.c (modified) libio: Ensure proper std file descriptors Fri, 09 Dec 2016 07:44:49 GMT Sebastian Huber [9622f779] * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 07:44:22 GMT Sebastian Huber [82529688] * cpukit/libcsupport/src/libio_init.c (modified) * cpukit/sapi/src/interrtext.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spinternalerror02/init.c (modified) INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. Fri, 09 Dec 2016 06:19:22 GMT Sebastian Huber [3a659b04] * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/wkspace.c (modified) score: Introduce _Internal_error() Thu, 08 Dec 2016 15:41:30 GMT Sebastian Huber [b6606e8] * c/src/lib/libbsp/powerpc/shared/startup/panic.c (modified) * cpukit/libcsupport/src/gxx_wrappers.c (modified) * cpukit/libcsupport/src/malloc_initialize.c (modified) * cpukit/posix/src/pthreadinitthreads.c (modified) * cpukit/rtems/src/taskinitusers.c (modified) * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/fatal.h (modified) * cpukit/sapi/src/exshutdown.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/fatal2.c (deleted) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/cpu/nios2/nios2-context-initialize.c (modified) * cpukit/score/cpu/nios2/nios2-isr-get-level.c (modified) * cpukit/score/cpu/nios2/nios2-isr-set-level.c (modified) * cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/objectinitializeinformation.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threaddispatch.c (modified) * cpukit/score/src/threadhandler.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal01/testcase.h (modified) * testsuites/psxtests/psxfatal02/testcase.h (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/sptests/spfatal01/testcase.h (modified) * testsuites/sptests/spfatal02/testcase.h (modified) * testsuites/sptests/spfatal03/testcase.h (modified) * testsuites/sptests/spfatal04/testcase.h (modified) * testsuites/sptests/spfatal05/testcase.h (modified) * testsuites/sptests/spfatal06/testcase.h (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal08/testcase.h (modified) * testsuites/sptests/spfatal09/testcase.h (modified) * testsuites/sptests/spfatal10/testcase.h (modified) * testsuites/sptests/spfatal11/testcase.h (modified) * testsuites/sptests/spfatal12/testcase.h (modified) * testsuites/sptests/spfatal13/testcase.h (modified) * testsuites/sptests/spfatal14/testcase.h (modified) * testsuites/sptests/spfatal15/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal17/testcase.h (modified) * testsuites/sptests/spfatal18/testcase.h (modified) * testsuites/sptests/spfatal19/testcase.h (modified) * testsuites/sptests/spfatal20/testcase.h (modified) * testsuites/sptests/spfatal24/testcase.h (modified) * testsuites/sptests/spfatal25/testcase.h (modified) * testsuites/sptests/spfatal27/testcase.h (modified) * testsuites/sptests/spfatal28/testcase.h (modified) * testsuites/sptests/spfatal29/testcase.h (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) score: Remove fatal is internal indicator The fatal is internal ... Wed, 16 Nov 2016 13:50:09 GMT Sebastian Huber [c42be504] * cpukit/configure.ac (modified) * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/spinlock.h (deleted) * cpukit/posix/include/rtems/posix/spinlockimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/pspin.c (deleted) * cpukit/posix/src/pspindestroy.c (modified) * cpukit/posix/src/pspininit.c (modified) * cpukit/posix/src/pspinlock.c (modified) * cpukit/posix/src/pspintrylock.c (deleted) * cpukit/posix/src/pspinunlock.c (modified) * cpukit/rtems/src/rtemsobjectgetapiclassname.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/corespinlock.h (deleted) * cpukit/score/include/rtems/score/corespinlockimpl.h (deleted) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/sysinit.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/corespinlockrelease.c (deleted) * cpukit/score/src/corespinlockwait.c (deleted) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxconfig01/init.c (modified) * testsuites/psxtests/psxspin01/main.c (modified) * testsuites/psxtests/psxspin01/psxspin01.scn (modified) * testsuites/psxtests/psxspin01/test.c (modified) * testsuites/psxtests/psxspin02/Makefile.am (deleted) * testsuites/psxtests/psxspin02/main.c (deleted) * testsuites/psxtests/psxspin02/psxspin02.doc (deleted) * testsuites/psxtests/psxspin02/psxspin02.scn (deleted) * testsuites/psxtests/psxspin02/test.c (deleted) * testsuites/sptests/spsysinit01/init.c (modified) posix: Add self-contained pthread spinlock Turn pthread_spinlock_t ... Thu, 27 Oct 2016 06:24:50 GMT Sebastian Huber [6de41c5f] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/include/machine/_kernel_time.h (added) * cpukit/libcsupport/include/machine/_kernel_types.h (added) * cpukit/libcsupport/preinstall.am (modified) * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/machine/_kernel_lock.h (added) * cpukit/libnetworking/preinstall.am (modified) * cpukit/score/src/kern_tc.c (modified) * testsuites/sptests/sptimecounter02/init.c (modified) Provide kernel space header files These kernel space header files ... Fri, 04 Nov 2016 08:52:06 GMT Sebastian Huber [9597c4ed] * cpukit/libcsupport/src/resource_snapshot.c (modified) Size optimization for resource snapshots Do not reference the ... Mon, 31 Oct 2016 12:37:59 GMT Sebastian Huber [d271c3bb] * cpukit/libcsupport/src/sync.c (modified) * cpukit/libmisc/capture/capture-cli.c (modified) * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/taskiterate.c (added) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/iterateoverthreads.c (modified) * cpukit/score/src/threaditerate.c (added) * testsuites/sptests/sp41/init.c (modified) * testsuites/sptests/sp41/sp41.scn (modified) rtems: Add rtems_task_iterate() Update #2423. Fri, 21 Oct 2016 13:34:21 GMT Sebastian Huber [1aae680] * cpukit/libcsupport/include/sys/sockio.h (modified) sys/sockio.h: Update to FreeBSD head 2016-05-03 Wed, 26 Oct 2016 11:50:56 GMT Sebastian Huber [8b8d05f] * cpukit/libcsupport/include/sys/event.h (modified) sys/event.h: Update to FreeBSD head 2016-06-27 Fri, 16 Sep 2016 12:20:07 GMT Sebastian Huber [e814a23] * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) termios: Add IO control handler Update #2785. Fri, 16 Sep 2016 10:58:06 GMT Sebastian Huber [55e0be36] * c/src/lib/libbsp/arm/atsam/console/console.c (modified) * c/src/lib/libbsp/arm/tms570/console/tms570-sci.c (modified) * c/src/lib/libbsp/powerpc/t32mppc/console/console.c (modified) * c/src/lib/libbsp/shared/console-termios-init.c (modified) * c/src/lib/libbsp/shared/console-termios.c (modified) * c/src/lib/libbsp/shared/include/console-termios.h (modified) * c/src/lib/libbsp/sparc/leon3/console/console.c (modified) * cpukit/libcsupport/include/rtems/termiostypes.h (modified) * cpukit/libcsupport/src/termios.c (modified) * testsuites/libtests/termios01/init.c (modified) * testsuites/psxtests/psxfile01/test.c (modified) termios: Use IMFS nodes for new Termios devices This makes the new ... Thu, 21 Jul 2016 08:15:02 GMT Sebastian Huber [059529e] * cpukit/libcsupport/src/malloc_deferred.c (modified) * cpukit/libcsupport/src/mount-mgr.c (modified) * cpukit/libcsupport/src/printertask.c (modified) * cpukit/libcsupport/src/sup_fs_location.c (modified) * cpukit/libcsupport/src/termios.c (modified) * cpukit/posix/src/aio_misc.c (modified) * cpukit/sapi/include/rtems/chain.h (modified) * cpukit/sapi/include/rtems/rbheap.h (modified) * cpukit/sapi/src/rbheap.c (modified) * cpukit/score/include/rtems/score/chainimpl.h (modified) * cpukit/score/include/rtems/score/resourceimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/src/freechain.c (modified) * cpukit/score/src/objectextendinformation.c (modified) * cpukit/score/src/threadqops.c (modified) * testsuites/sptests/spchain/init.c (modified) score: Add debug support to chains This helps to detect * double ... Sat, 02 Jul 2016 22:19:38 GMT Pavel Pisa [0e507d55] * c/src/lib/libcpu/shared/src/cache_manager.c (modified) * cpukit/libcsupport/src/cachealignedalloc.c (modified) * cpukit/rtems/include/rtems/rtems/cache.h (modified) rtems+bsps/cache: Define cache manager operations for code ... Mon, 02 May 2016 12:49:35 GMT Christian Mauderer [187a0744] * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/setgroups.c (added) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/unistd/setgroups.c (added) libcsupport: Add dummy for setgroups(). The dummy for setgroups() ... Tue, 21 Jun 2016 04:59:38 GMT Sebastian Huber [22c3a54b] * cpukit/include/rtems/printer.h (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/printertask.c (added) Add printer task Tue, 21 Jun 2016 11:30:15 GMT Sebastian Huber [506bfc8] * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/print.h (modified) * cpukit/include/rtems/printer.h (added) * cpukit/libcsupport/src/print_fprintf.c (modified) * cpukit/libcsupport/src/print_printf.c (modified) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libdl/rap.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuinfo.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/mghttpd/mongoose.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/samples/hello/init.c (modified) Move printer initialization to separate header The RTEMS print user ... Tue, 21 Jun 2016 11:12:31 GMT Sebastian Huber [ede1a41] * c/src/lib/libbsp/shared/src/irq-default-handler.c (modified) * c/src/libchip/rtc/ds1375.c (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libdrvmgr/drvmgr_translate_check.c (modified) * cpukit/libfs/src/devfs/devfs_show.c (modified) * cpukit/libfs/src/jffs2/include/linux/kernel-rtems.h (modified) * cpukit/libmisc/mouse/mouse_parser.c (modified) * cpukit/libmisc/mouse/serial_mouse.c (modified) * testsuites/libtests/block08/bdbuf_tests.h (modified) * testsuites/samples/cdtest/main.cc (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) Make rtems/print.h independent of rtems/bspIo.h Tue, 21 Jun 2016 11:05:50 GMT Sebastian Huber [5c370a5d] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/print_fprintf.c (modified) Make rtems_fprintf_plugin() static Tue, 21 Jun 2016 11:05:18 GMT Sebastian Huber [1ce8fc3] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/printf_plugin.c (modified) Make rtems_printf_plugin() static Tue, 21 Jun 2016 11:03:56 GMT Sebastian Huber [97fd93c] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) Make printk_plugin() static Tue, 31 May 2016 07:44:49 GMT Sebastian Huber [3242614] * cpukit/include/rtems/bspIo.h (modified) * cpukit/libcsupport/src/print_fprintf.c (modified) Fix rtems_print_printer_fprintf() We must use vfprintf(). Mon, 23 May 2016 05:28:10 GMT Chris Johns [75e3e0eb] * cpukit/libcsupport/src/free.c (modified) libcsupport: Fix printk warnings. Fri, 20 May 2016 08:39:50 GMT Chris Johns [24d0ee57] * c/src/lib/libbsp/shared/include/irq-info.h (modified) * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (added) * cpukit/libblock/include/rtems/blkdev.h (modified) * cpukit/libblock/src/blkdev-blkstats.c (modified) * cpukit/libblock/src/blkdev-print-stats.c (modified) * cpukit/libcsupport/Makefile.am (modified) * cpukit/libcsupport/src/print_fprintf.c (added) * cpukit/libcsupport/src/print_printf.c (added) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libcsupport/src/putk.c (modified) * cpukit/libcsupport/src/vprintk.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/cpuuse/cpuuse.h (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/fb/mw_uid.h (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/stackchk/stackchk.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) * cpukit/libmisc/testsupport/testextension.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/sapi/include/rtems/profiling.h (modified) * cpukit/sapi/src/profilingreportxml.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/fstests/fsnofs01/init.c (modified) * testsuites/libtests/block02/init.c (modified) * testsuites/libtests/block03/init.c (modified) * testsuites/libtests/block04/init.c (modified) * testsuites/libtests/block05/init.c (modified) * testsuites/libtests/block06/init.c (modified) * testsuites/libtests/block07/init.c (modified) * testsuites/libtests/block08/init.c (modified) * testsuites/libtests/block09/init.c (modified) * testsuites/libtests/block10/init.c (modified) * testsuites/libtests/block14/init.c (modified) * testsuites/libtests/capture01/init.c (modified) * testsuites/libtests/complex/init.c (modified) * testsuites/libtests/devnullfatal01/testcase.h (modified) * testsuites/libtests/exit01/init.c (modified) * testsuites/libtests/exit02/init.c (modified) * testsuites/libtests/math/init.c (modified) * testsuites/libtests/mathf/init.c (modified) * testsuites/libtests/mathl/init.c (modified) * testsuites/libtests/mouse01/init.c (modified) * testsuites/libtests/stackchk/init.c (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/libtests/uid01/init.c (modified) * testsuites/psxtests/psxfatal_support/init.c (modified) * testsuites/samples/capture/init.c (modified) * testsuites/samples/hello/init.c (modified) * testsuites/samples/paranoia/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal04/init.c (modified) * testsuites/smptests/smpfatal05/init.c (modified) * testsuites/smptests/smpfatal08/init.c (modified) * testsuites/sptests/sperror01/init.c (modified) * testsuites/sptests/sperror02/init.c (modified) * testsuites/sptests/sperror03/init.c (modified) * testsuites/sptests/spextensions01/init.c (modified) * testsuites/sptests/spfatal07/testcase.h (modified) * testsuites/sptests/spfatal16/testcase.h (modified) * testsuites/sptests/spfatal26/init.c (modified) * testsuites/sptests/spfatal_support/init.c (modified) * testsuites/sptests/spfatal_support/system.h (modified) * testsuites/sptests/spinternalerror01/init.c (modified) * testsuites/sptests/spprintk/init.c (modified) * testsuites/sptests/spprofiling01/init.c (modified) * testsuites/sptests/spsysinit01/init.c (modified) * testsuites/sptests/sptimecounter01/init.c (modified) * testsuites/support/include/buffer_test_io.h (modified) * testsuites/support/include/test_support.h (modified) * testsuites/support/src/locked_print.c (modified) cpukit, testsuite: Add rtems_printf and rtems_printer support. This ... Thu, 12 May 2016 14:32:27 GMT Sebastian Huber [9949d8a7] * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: Add Thread_Change_life() Add _Thread_Change_life_locked() as ...