# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 06/16/24 17:45:34 Wed, 27 Jul 2016 07:09:01 GMT Sebastian Huber [dfa2cdb] * cpukit/posix/src/nanosleep.c (modified) posix: Fix error status Tue, 26 Jul 2016 18:13:36 GMT Gedare Bloom [39d97ab] * cpukit/posix/src/nanosleep.c (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) cpukit: refactor nanosleep and use 64-bit timeout for threadq * ... Mon, 25 Jul 2016 13:34:43 GMT Alexander Krutwig [6a174c02] * cpukit/libmisc/Makefile.am (modified) * cpukit/libmisc/untar/untar.h (modified) * cpukit/libmisc/untar/untar_tgz.c (added) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/tar01/Makefile.am (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar01/tar01.doc (modified) * testsuites/libtests/tar01/tar01.scn (modified) Add Untar_FromGzChunk_Print() + Test Wed, 13 Jul 2016 07:22:35 GMT Alexander Krutwig [1a8fe67a] * cpukit/libmisc/untar/untar.c (modified) * cpukit/libmisc/untar/untar.h (modified) * testsuites/libtests/tar01/init.c (modified) * testsuites/libtests/tar01/tar01.doc (modified) * testsuites/libtests/tar01/tar01.scn (modified) Add Untar_FromChunk_Print() + Test Tue, 26 Jul 2016 06:01:58 GMT Sebastian Huber [ea93844] * cpukit/score/src/threadqenqueue.c (modified) score: Format Tue, 26 Jul 2016 05:54:05 GMT Sebastian Huber [75fc27ad] * cpukit/score/cpu/arm/arm_exc_handler_high.c (modified) score: Fix printk() format specifiers Tue, 26 Jul 2016 05:53:34 GMT Sebastian Huber [00c620c] * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Format Fri, 22 Jul 2016 01:19:48 GMT Chris Johns [f78a5f5] * cpukit/score/include/rtems/score/statesimpl.h (modified) score: Add a STATES_DEBUGGER for use by debugging agents to a ... Fri, 15 Jul 2016 16:52:05 GMT Gedare Bloom [e0f17fc] * cpukit/posix/src/nanosleep.c (modified) posix: fix clock_nanosleep and nanosleep clock use Sleeping with ... Thu, 23 Jun 2016 20:55:38 GMT Gedare Bloom [b5bfaaf9] * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condinit.c (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuetimedreceive.c (modified) * cpukit/posix/src/mqueuetimedsend.c (modified) * cpukit/posix/src/mutextimedlock.c (modified) * cpukit/posix/src/prwlocktimedrdlock.c (modified) * cpukit/posix/src/prwlocktimedwrlock.c (modified) * cpukit/posix/src/semtimedwait.c (modified) * cpukit/score/include/rtems/score/todimpl.h (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/coretodabsolutetimeout.c (modified) * cpukit/score/src/mutex.c (modified) posix: cond_timedwait remember and use clock from condattr updates #2745 Thu, 23 Jun 2016 20:10:39 GMT Gedare Bloom [127c20eb] * cpukit/posix/include/rtems/posix/condimpl.h (modified) * cpukit/posix/src/condtimedwait.c (modified) * cpukit/posix/src/condwait.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) posix: refactor cond wait support to defer abstime conversion ... Thu, 23 Jun 2016 18:40:43 GMT Gedare Bloom [10e4000] * cpukit/rtems/src/clocktodtoseconds.c (modified) cpukit/rtems: fix return type mismatch for _TOD_To_seconds Thu, 09 Jun 2016 15:40:35 GMT Gedare Bloom [6e98ea91] * cpukit/posix/src/nanosleep.c (modified) * testsuites/psxtests/psxhdrs/Makefile.am (modified) * testsuites/psxtests/psxhdrs/time/clock_nanosleep.c (added) * testsuites/psxtmtests/Makefile.am (modified) * testsuites/psxtmtests/configure.ac (modified) * testsuites/psxtmtests/psxtmclocknanosleep01/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep01/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep01/psxtmclocknanosleep01.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep02/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep02/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep02/psxtmclocknanosleep02.doc (added) * testsuites/psxtmtests/psxtmclocknanosleep03/Makefile.am (added) * testsuites/psxtmtests/psxtmclocknanosleep03/init.c (added) * testsuites/psxtmtests/psxtmclocknanosleep03/psxtmclocknanosleep03.doc (added) posix: add clock_nanosleep and tests updates #2732 Thu, 09 Jun 2016 15:33:15 GMT Gedare Bloom [f23d470] * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/posix/src/condwaitsupp.c (modified) * cpukit/posix/src/mqueuerecvsupp.c (modified) * cpukit/posix/src/mqueuesendsupp.c (modified) * cpukit/posix/src/mutexlocksupp.c (modified) * cpukit/posix/src/nanosleep.c (modified) * cpukit/posix/src/pbarrierwait.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/prwlockwrlock.c (modified) * cpukit/posix/src/pthreadjoin.c (modified) * cpukit/posix/src/semaphorewaitsupp.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) * cpukit/rtems/src/barrierwait.c (modified) * cpukit/rtems/src/msgqreceive.c (modified) * cpukit/rtems/src/msgqsend.c (modified) * cpukit/rtems/src/msgqurgent.c (modified) * cpukit/rtems/src/regiongetsegment.c (modified) * cpukit/rtems/src/semobtain.c (modified) * cpukit/score/include/rtems/score/corebarrierimpl.h (modified) * cpukit/score/include/rtems/score/coremsgimpl.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/corerwlockimpl.h (modified) * cpukit/score/include/rtems/score/coresemimpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/condition.c (modified) * cpukit/score/src/corebarrierwait.c (modified) * cpukit/score/src/coremsgseize.c (modified) * cpukit/score/src/coremsgsubmit.c (modified) * cpukit/score/src/coremutexseize.c (modified) * cpukit/score/src/corerwlockobtainread.c (modified) * cpukit/score/src/corerwlockobtainwrite.c (modified) * cpukit/score/src/futex.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/mutex.c (modified) * cpukit/score/src/semaphore.c (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadrestart.c (modified) cpukit: Add and use Watchdog_Discipline. Clock disciplines may be ... Mon, 25 Jul 2016 12:45:50 GMT Sebastian Huber [7f616dd] * cpukit/score/src/smpmulticastaction.c (modified) score: Fix for RTEMS_DEBUG Fri, 08 Jul 2016 14:58:48 GMT Sebastian Huber [0fd6f255] * cpukit/score/src/threadhandler.c (modified) * testsuites/sptests/spextensions01/init.c (modified) score: Relax thread begin extension environment Update #2752. Fri, 08 Jul 2016 11:05:55 GMT Sebastian Huber [3ae199a] * cpukit/score/include/rtems/score/basedefs.h (modified) score: Disable RTEMS_NO_RETURN for RTEMS_DEBUG Do not use ... Fri, 22 Jul 2016 10:36:40 GMT Sebastian Huber [992494e] * cpukit/score/src/userext.c (modified) score: Fix for RTEMS_DEBUG Thu, 14 Jul 2016 12:55:49 GMT Sebastian Huber [64ed0bb3] * cpukit/score/include/rtems/score/smplockseq.h (modified) score: Assert proper seqlock writer state Helps to detect invalid ... 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 ... Thu, 21 Jul 2016 10:02:17 GMT Sebastian Huber [3cdda03] * cpukit/posix/src/keydelete.c (modified) posix: Fix double chain extract Thu, 21 Jul 2016 00:35:00 GMT Pavel Pisa [8709aa04] * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) libdl/rtl-obj.c: synchronize cache after code relocation. Memory ... Tue, 12 Jul 2016 10:44:17 GMT Joel Sherrill [612297e8] * c/src/lib/libbsp/arm/lpc176x/include/can.h (modified) * c/src/lib/libbsp/arm/lpc176x/irq/irq.c (modified) * c/src/lib/libbsp/arm/shared/arm-l2c-310/cache_.h (modified) * c/src/lib/libbsp/arm/shared/armv467ar-basic-cache/cache_.h (modified) * c/src/lib/libbsp/lm32/shared/tsmac/tsmac.c (modified) * c/src/lib/libbsp/powerpc/haleakala/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/mpc8260ads/startup/linkcmds (modified) * cpukit/libfs/src/nfsclient/src/nfs.c (modified) Misc: Spell length correctly Tue, 12 Jul 2016 10:43:06 GMT Joel Sherrill [665f03a] * cpukit/libfs/src/dosfs/msdos.h (modified) * cpukit/libfs/src/dosfs/msdos_create.c (modified) * cpukit/libfs/src/dosfs/msdos_initsupp.c (modified) * cpukit/libfs/src/dosfs/msdos_misc.c (modified) DOSFS - LENGHT -> LENGTH closes #2756, Tue, 05 Jul 2016 07:04:15 GMT Sebastian Huber [6f6cf785] * cpukit/score/src/interr.c (modified) * cpukit/score/src/smp.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) score: Postpone SMP shutdown in _Terminate() This enables fatal ... Tue, 05 Jul 2016 07:00:32 GMT Sebastian Huber [008efaf] * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/src/interr.c (modified) score: Do not disable ISR in _Terminate() This partially reverts ... Sun, 03 Jul 2016 16:24:27 GMT Pavel Pisa [2b885d6] * cpukit/libdl/rtl-obj.c (modified) libdl/rtl-obj.c: ensure that loaded code is synchronized through ... 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 ... Sat, 02 Jul 2016 12:33:11 GMT Pavel Pisa [0cb50ab] * cpukit/score/cpu/arm/rtems/score/arm.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A ... Thu, 30 Jun 2016 22:05:33 GMT Pavel Pisa [19a9090] * c/src/lib/libcpu/arm/shared/include/arm-cp15.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) arm/score and shared: define ARM hypervisor mode and alternate vector ... Fri, 01 Jul 2016 13:16:10 GMT Sebastian Huber [2e3ba71] * cpukit/libnetworking/libc/getnameinfo.c (modified) * testsuites/libtests/networking01/init.c (modified) net: Fix byte order issue for getnameinfo() Fri, 01 Jul 2016 12:47:07 GMT Sebastian Huber [df2177ab] * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/schedulercbsimpl.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulerdefaultnodedestroy.c (modified) * cpukit/score/src/schedulerdefaultnodeinit.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) score: Change scheduler node init and destroy Provide the scheduler ... Fri, 01 Jul 2016 09:55:23 GMT Sebastian Huber [4cb13c39] * cpukit/score/include/rtems/score/mppkt.h (modified) score: Fix MPCI message layout Restore the 32-bit priority field in ... Thu, 30 Jun 2016 12:08:18 GMT Sebastian Huber [c0bd006] * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/src/tasksetscheduler.c (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * testsuites/smptests/smpclock01/init.c (modified) * testsuites/smptests/smpmigration02/init.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) * testsuites/smptests/smpmutex01/init.c (modified) * testsuites/smptests/smppsxmutex01/init.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/smptests/smpwakeafter01/init.c (modified) * testsuites/sptests/spscheduler01/init.c (modified) rtems: Fix rtems_task_set_scheduler() API Task priorities are only ... Fri, 01 Jul 2016 07:44:48 GMT Sebastian Huber [8d5b0380] * cpukit/score/src/threadrestart.c (modified) score: Workaround for #2751 The ARM and PowerPC interrupt epilogues ... Fri, 01 Jul 2016 05:31:18 GMT Sebastian Huber [23dedc44] * cpukit/score/include/rtems/score/threadimpl.h (modified) score: Next try to fix thread lock on SMP Fri, 01 Jul 2016 09:50:41 GMT Sebastian Huber [4142f73] * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) score: Fix priority affinity SMP scheduler Bug introduced by ... Thu, 30 Jun 2016 04:23:56 GMT Sebastian Huber [09c87fb] * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) score: Strong APA scheduler processor allocation Use ... Wed, 29 Jun 2016 13:33:26 GMT Sebastian Huber [02987728] * cpukit/rtems/src/eventseize.c (modified) * cpukit/rtems/src/eventsurrender.c (modified) * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/rtems/src/ratemontimeout.c (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadqenqueue.c (modified) * cpukit/score/src/threadtimeout.c (modified) score: Avoid atomic fences for thread wait flags The use of atomic ... Wed, 29 Jun 2016 13:32:51 GMT Sebastian Huber [b6b25a9] * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadqenqueue.c (modified) score: Fix thread lock on SMP configurations Wed, 29 Jun 2016 09:04:39 GMT Sebastian Huber [297d4372] * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) score: _CPU_SMP_Send_interrupt() documentation Wed, 29 Jun 2016 07:50:47 GMT Sebastian Huber [9bb3ce39] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/smp.c (modified) score: Fix SMP message handling According to the C11 standard only ... Fri, 24 Jun 2016 08:20:46 GMT Christian Mauderer [095ecbf] * cpukit/libnetworking/sys/socket.h (modified) libnetworking: Import current Import the ... Tue, 28 Jun 2016 05:50:59 GMT Sebastian Huber [e79a0ca7] * cpukit/libnetworking/kern/uipc_socket.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/sys/socket.h (modified) libnetworking: Move RTEMS-specific socket wake-up Close #2748. Thu, 21 Apr 2016 12:42:53 GMT Christian Mauderer [4ba4f82] * cpukit/libnetworking/kern/uipc_socket.c (modified) * cpukit/libnetworking/sys/socket.h (modified) libnetworking: Hide SO_PRIVSTATE Fri, 24 Jun 2016 08:25:17 GMT Christian Mauderer [f0fc2c0] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/machine/_align.h (added) * cpukit/libnetworking/preinstall.am (modified) libnetworking: Add This is necessary for new ... Fri, 24 Jun 2016 06:52:48 GMT Christian Mauderer [4c02385] * c/src/lib/libbsp/arm/atsam/network/if_atsam.c (modified) * c/src/lib/libbsp/m68k/csb360/network/network.c (modified) * c/src/lib/libbsp/m68k/mvme167/network/network.c (modified) * c/src/lib/libbsp/powerpc/beatnik/network/porting/if_xxx_rtems.c (modified) * c/src/lib/libbsp/powerpc/haleakala/network/network.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/network/network_fec.c (modified) * c/src/lib/libbsp/powerpc/tqm8xx/network/network_scc.c (modified) * cpukit/libnetworking/arpa/inet.h (modified) * cpukit/libnetworking/arpa/nameser_compat.h (modified) * cpukit/libnetworking/rtems/mkrootfs.c (modified) * cpukit/libnetworking/rtems/mkrootfs.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_dhcp_failsafe.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_showifstat.c (modified) * cpukit/libnetworking/rtems/rtems_showroute.c (modified) libnetworking: Import current Import the ... Fri, 24 Jun 2016 05:57:17 GMT Christian Mauderer [657e6c93] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/netinet/igmp.c (modified) * cpukit/libnetworking/netinet/in.h (modified) * cpukit/libnetworking/netinet/in_cksum_sparc.h (modified) * cpukit/libnetworking/netinet/in_pcb.c (modified) * cpukit/libnetworking/netinet/in_rmx.c (modified) * cpukit/libnetworking/netinet/ip_fw.c (modified) * cpukit/libnetworking/netinet/ip_icmp.c (modified) * cpukit/libnetworking/netinet/ip_input.c (modified) * cpukit/libnetworking/netinet/ip_output.c (modified) * cpukit/libnetworking/netinet/raw_ip.c (modified) * cpukit/libnetworking/netinet/tcp_input.c (modified) * cpukit/libnetworking/netinet/tcp_output.c (modified) * cpukit/libnetworking/netinet/tcp_subr.c (modified) * cpukit/libnetworking/netinet/tcp_usrreq.c (modified) * cpukit/libnetworking/netinet/udp_usrreq.c (modified) * cpukit/libnetworking/preinstall.am (modified) * cpukit/libnetworking/rtems/rtems_netinet_in.h (added) libnetworking: Import current Import the ... Fri, 24 Jun 2016 06:07:34 GMT Christian Mauderer [005c3fe7] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/netinet6/in6.h (added) * cpukit/libnetworking/preinstall.am (modified) libnetworking: Import current Import the ... Fri, 24 Jun 2016 06:03:38 GMT Christian Mauderer [f2082cc] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/preinstall.am (modified) * cpukit/libnetworking/sys/_sockaddr_storage.h (added) libnetworking: Import Import the ... Mon, 02 May 2016 12:49:33 GMT Christian Mauderer [195d412] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/libc/getnameinfo.c (added) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/networking01/Makefile.am (added) * testsuites/libtests/networking01/init.c (added) * testsuites/libtests/networking01/networking01.doc (added) * testsuites/libtests/networking01/networking01.scn (added) libnetworking: Add minimal getnameinfo() This implementation just ... Mon, 02 May 2016 12:49:32 GMT Christian Mauderer [232d6fec] * cpukit/libnetworking/libc/gethostbydns.c (modified) * cpukit/libnetworking/libc/gethostbyht.c (modified) * cpukit/libnetworking/libc/gethostnamadr.c (modified) * cpukit/libnetworking/libc/getnetbydns.c (modified) * cpukit/libnetworking/libc/herror.c (modified) * cpukit/libnetworking/netdb.h (modified) * cpukit/libnetworking/resolv.h (modified) libnetworking: Import current Import the from ... Fri, 22 Apr 2016 08:06:16 GMT Christian Mauderer [7e6f235] * cpukit/libnetworking/Makefile.am (modified) * cpukit/libnetworking/libc/gethostbydns.c (modified) * cpukit/libnetworking/libc/gethostbyht.c (modified) * cpukit/libnetworking/libc/gethostbynis.c (modified) * cpukit/libnetworking/libc/gethostnamadr.c (modified) * cpukit/libnetworking/libc/getnetbydns.c (modified) * cpukit/libnetworking/libc/getnetbyht.c (modified) * cpukit/libnetworking/libc/getnetbynis.c (modified) * cpukit/libnetworking/libc/getnetnamadr.c (modified) * cpukit/libnetworking/libc/map_v4v6.c (modified) * cpukit/libnetworking/netdb.h (modified) * cpukit/libnetworking/preinstall.am (modified) * cpukit/libnetworking/rtems/rtems_netdb.h (added) libnetworking: Add Move prototypes of ... 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() ... Fri, 24 Jun 2016 09:22:03 GMT Sebastian Huber [254dc82] * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/killinfo.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * testsuites/smptests/smpmrsp01/init.c (modified) score: Change Priority_Control to 64-bit A 32-bit Priority_Control ... Wed, 22 Jun 2016 13:37:13 GMT Sebastian Huber [1d72f03] * cpukit/score/include/rtems/score/prioritybitmapimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/timestamp.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) score: Silence integer conversion warnings Fri, 24 Jun 2016 09:16:35 GMT Sebastian Huber [50a56dff] * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/src/schedulercbscreateserver.c (modified) * cpukit/score/src/schedulercbssetparameters.c (modified) * testsuites/sptests/spcbssched02/init.c (modified) * testsuites/sptests/spqreslib/init.c (modified) score: Move SCHEDULER_EDF_PRIO_MSB This is an implementation detail ... Thu, 23 Jun 2016 10:37:18 GMT Sebastian Huber [a4a307d] * cpukit/score/src/scheduleredfyield.c (modified) score: Fix _Scheduler_EDF_Yield() A non-preemptive task must yield ... Thu, 23 Jun 2016 09:49:22 GMT Sebastian Huber [51e008dd] * cpukit/posix/src/pthreadcreate.c (modified) posix: Fix pthread_create() Do not access data of the executing ... Thu, 23 Jun 2016 07:04:25 GMT Sebastian Huber [93f158f] * cpukit/score/src/scheduleredfunblock.c (modified) score: Fix EDF no-preempt thread handling Tue, 14 Jun 2016 07:26:12 GMT Alexander Krutwig [006af6ac] * cpukit/score/src/heapallocate.c (modified) score: Improve heap protection Check block pointers of deferred ... Wed, 08 Jun 2016 20:22:46 GMT Sebastian Huber [9bfad8c] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulersmpimpl.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/schedulerdefaultnodeinit.c (modified) * cpukit/score/src/schedulerdefaultupdate.c (deleted) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfupdate.c (deleted) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerpriorityaffinitysmp.c (modified) * cpukit/score/src/schedulerprioritychangepriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerpriorityunblock.c (modified) * cpukit/score/src/schedulerpriorityupdate.c (deleted) * cpukit/score/src/schedulersimplechangepriority.c (modified) * cpukit/score/src/schedulersimplesmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadchangepriority.c (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/smptests/smpscheduler03/init.c (modified) * testsuites/sptests/spintrcritical23/init.c (modified) score: Add thread priority to scheduler nodes The thread priority ... Fri, 17 Jun 2016 05:50:01 GMT Sebastian Huber [69a6802b] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/src/rbtreefind.c (added) * cpukit/sapi/src/rbtreeinsert.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/include/rtems/score/rbtreeimpl.h (modified) * cpukit/score/src/rbtreefind.c (deleted) score: Move _RBTree_Find() The _RBTree_Find() is no longer used in ... Fri, 17 Jun 2016 05:38:17 GMT Sebastian Huber [768c483b] * cpukit/sapi/Makefile.am (modified) * cpukit/sapi/include/rtems/rbtree.h (modified) * cpukit/sapi/src/rbtreeinsert.c (added) * cpukit/score/include/rtems/score/rbtree.h (modified) * cpukit/score/src/rbtreeinsert.c (modified) score: Move _RBTree_Insert() The _RBTree_Insert() is no longer used ... Thu, 09 Jun 2016 19:30:40 GMT Sebastian Huber [99fc1d1d] * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/src/schedulercbsnodeinit.c (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/scheduleredfblock.c (modified) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/scheduleredfnodeinit.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/scheduleredfupdate.c (modified) * cpukit/score/src/scheduleredfyield.c (modified) score: Rework EDF scheduler Use inline red-black tree insert. Do ... Thu, 16 Jun 2016 15:08:54 GMT Sebastian Huber [9a78f8a5] * cpukit/rtems/src/ratemonperiod.c (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/watchdogimpl.h (modified) * cpukit/score/src/schedulercbsreleasejob.c (modified) * cpukit/score/src/schedulerdefaultreleasejob.c (modified) * cpukit/score/src/scheduleredfreleasejob.c (modified) score: Modify release job scheduler operation Pass the deadline in ... Thu, 16 Jun 2016 15:23:16 GMT Sebastian Huber [7ec66e08] * cpukit/score/src/schedulercbsreleasejob.c (modified) score: Remove hidden deadline overrule for CBS Do what the user ... Fri, 10 Jun 2016 06:48:54 GMT Sebastian Huber [77ff5599] * cpukit/libmisc/monitor/mon-sema.c (modified) * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremuteximpl.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/include/rtems/score/status.h (modified) * cpukit/score/src/schedulerdefaultmappriority.c (added) * cpukit/score/src/scheduleredfchangepriority.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/psxtests/psxautoinit01/init.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smppsxmutex01/Makefile.am (added) * testsuites/smptests/smppsxmutex01/init.c (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.doc (added) * testsuites/smptests/smppsxmutex01/smppsxmutex01.scn (added) * testsuites/smptests/smpscheduler02/init.c (modified) score: Introduce map priority scheduler operation Introduce ... Thu, 09 Jun 2016 14:55:50 GMT Sebastian Huber [b8f76fa] * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/scheduler.h (modified) * cpukit/score/include/rtems/score/schedulercbs.h (modified) * cpukit/score/include/rtems/score/scheduleredf.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/schedulerimpl.h (modified) * cpukit/score/include/rtems/score/schedulerpriority.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h (modified) * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/include/rtems/score/schedulerprioritysmp.h (modified) * cpukit/score/include/rtems/score/schedulersimple.h (modified) * cpukit/score/include/rtems/score/schedulersimplesmp.h (modified) * cpukit/score/include/rtems/score/schedulerstrongapa.h (modified) * cpukit/score/src/schedulercbsunblock.c (modified) * cpukit/score/src/scheduleredf.c (modified) * cpukit/score/src/scheduleredfprioritycompare.c (deleted) * cpukit/score/src/scheduleredfunblock.c (modified) * cpukit/score/src/schedulerpriorityprioritycompare.c (deleted) score: Delete unused _Scheduler_Priority_compare() By convention, ... Tue, 21 Jun 2016 15:12:40 GMT Sebastian Huber [c82835a] * cpukit/libmisc/capture/capture.c (modified) * cpukit/libmisc/capture/capture.h (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/semcreate.c (modified) * cpukit/rtems/src/semsetpriority.c (modified) * cpukit/rtems/src/taskcreate.c (modified) * cpukit/rtems/src/tasksetpriority.c (modified) * cpukit/rtems/src/timerserver.c (modified) * cpukit/score/include/rtems/score/status.h (modified) * testsuites/sptests/sp51/init.c (modified) * testsuites/sptests/sp51/sp51.scn (modified) * testsuites/sptests/spmrsp01/init.c (modified) * testsuites/sptests/sptimer_err02/init.c (modified) rtems: Rework RTEMS API to SuperCore priority Use same structure as ... Wed, 15 Jun 2016 14:31:33 GMT Sebastian Huber [1a4eac50] * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) posix: Generalize _POSIX_Priority_To_core() Move POSIX API priority ... Tue, 14 Jun 2016 13:57:54 GMT Sebastian Huber [5a32c48] * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/src/mutexgetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/mutexsetprioceiling.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) posix: Make POSIX API aware of scheduler instances Wed, 15 Jun 2016 04:59:57 GMT Sebastian Huber [eec08ef] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/psxtransschedparam.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) posix: Rework sporadic server scheduling policy Instead of lowering ... Tue, 14 Jun 2016 15:23:03 GMT Sebastian Huber [6bab009] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedprio.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) posix: Delete POSIX_API_Control::schedparam This field was redundant. Tue, 14 Jun 2016 15:21:53 GMT Sebastian Huber [4dc5450] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) posix: Delete POSIX_API_Control::schedpolicy This field was redundant. Tue, 14 Jun 2016 15:01:52 GMT Sebastian Huber [4da078a8] * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthreadsetschedparam.c (modified) posix: Delete POSIX_API_Control::ss_high_priority This field was unused. Tue, 14 Jun 2016 09:45:22 GMT Sebastian Huber [2df7fcf] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/muteximpl.h (modified) * cpukit/posix/include/rtems/posix/priorityimpl.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/mutexinit.c (modified) * cpukit/posix/src/psxpriorityisvalid.c (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) posix: _POSIX_Mutex_Default_attributes Make ... Tue, 14 Jun 2016 04:50:38 GMT Sebastian Huber [ce6e9ec2] * cpukit/posix/src/mutexattrsetprioceiling.c (modified) * cpukit/posix/src/mutexinit.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/psx05.scn (modified) posix: pthread_mutexattr_setprioceiling() Accept all priority ... Wed, 22 Jun 2016 11:45:02 GMT Sebastian Huber [655ce0fb] * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon2/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/cpucounter.c (modified) * cpukit/score/cpu/sparc/Makefile.am (modified) * cpukit/score/cpu/sparc/preinstall.am (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/sparcimpl.h (added) * cpukit/score/cpu/sparc/sparc-counter.c (modified) sparc: Optimize CPU counter support 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 12:22:35 GMT Sebastian Huber [f1531574] * cpukit/libmisc/testsupport/test.h (modified) * cpukit/libmisc/testsupport/testbeginend.c (modified) Rename rtems_test_print() into rtems_test_printf() Tue, 21 Jun 2016 12:15:03 GMT Sebastian Huber [a33bfb6] * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) Avoid in This gets rid of ... 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:28:01 GMT Sebastian Huber [e8020d1] * cpukit/include/rtems/bspIo.h (modified) * cpukit/include/rtems/print.h (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/score/include/rtems/score/basedefs.h (modified) * testsuites/sptests/spprintk/init.c (modified) Rename and move RTEMS_PRINTF_ATTRIBUTE() Rename ... 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 Mon, 20 Jun 2016 08:08:39 GMT Sebastian Huber [9460333e] * c/src/lib/libbsp/sparc/erc32/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon2/clock/ckinit.c (modified) * c/src/lib/libbsp/sparc/leon3/include/leon.h (modified) * c/src/lib/libbsp/sparc/leon3/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/leon3/startup/cpucounter.c (modified) * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * cpukit/score/cpu/sparc/Makefile.am (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/sparc-counter-asm.S (added) * cpukit/score/cpu/sparc/sparc-counter.c (modified) sparc: Rework CPU counter support Rework CPU counter support to ... Mon, 20 Jun 2016 04:50:12 GMT Sebastian Huber [bc47ec1c] * cpukit/score/include/rtems/sysinit.h (modified) * testsuites/sptests/spsysinit01/init.c (modified) score: Refine system initialization order Wed, 09 Mar 2016 21:15:37 GMT Joel Sherrill [6131b84] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/condattrgetclock.c (added) * cpukit/posix/src/condattrsetclock.c (added) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxcond02/Makefile.am (added) * testsuites/psxtests/psxcond02/init.c (added) * testsuites/psxtests/psxcond02/psxcond02.doc (added) * testsuites/psxtests/psxcond02/psxcond02.scn (added) Add pthread_condattr_getclock() and pthread_condattr_setclock() ... Thu, 16 Jun 2016 10:05:42 GMT Sebastian Huber [4b3251a] * cpukit/score/src/threadrestart.c (modified) score: Fix thread delete race condition on SMP Thu, 16 Jun 2016 08:44:00 GMT Sebastian Huber [57c676c6] * cpukit/rtems/src/semcreate.c (modified) rtems: Fix rtems_semaphore_create() Destroy the thread queue in ... Wed, 15 Jun 2016 08:39:09 GMT Sebastian Huber [917884c] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) * testsuites/psxtests/psx12/init.c (modified) * testsuites/psxtests/psx12/psx12.scn (modified) posix: Fix poradic server initial CPU budget Update #2738. Wed, 15 Jun 2016 06:50:29 GMT Sebastian Huber [5d65d0dd] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadcreate.c (modified) posix: Use _POSIX_Threads_Sporadic_timer_insert() Wed, 15 Jun 2016 05:59:33 GMT Sebastian Huber [d07f582] * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) posix: Remove superfluous code Remove double declarations, useless ... Tue, 14 Jun 2016 09:13:22 GMT Sebastian Huber [6a631da] * cpukit/posix/Makefile.am (modified) * cpukit/posix/src/sched_getprioritymax.c (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_max() Enable for all configurations since ... Tue, 14 Jun 2016 09:12:19 GMT Sebastian Huber [ea02782a] * cpukit/posix/Makefile.am (modified) * testsuites/smptests/smpscheduler02/init.c (modified) posix: sched_get_priority_min() Enable for all configurations since ... Tue, 14 Jun 2016 08:12:34 GMT Sebastian Huber [042072b] * cpukit/score/include/rtems/score/schedulerpriorityimpl.h (modified) * cpukit/score/src/schedulerpriority.c (modified) * cpukit/score/src/schedulerprioritysmp.c (modified) * cpukit/score/src/schedulerstrongapa.c (modified) score: _Scheduler_priority_Ready_queue_initialize Use priority ... Tue, 14 Jun 2016 08:11:05 GMT Sebastian Huber [3eda7e5] * cpukit/score/src/threadcreateidle.c (modified) score: _Thread_Create_idle_for_CPU() Use priority maximum of ...