2016-03-21T02:12:20 *** monstr has quit IRC 2016-03-21T02:38:09 [trac] #2313/defect (new) updated by chrisj (We need a new libelf in the rtems-tools toolkit or we need to add the machine type ...) http://devel.rtems.org/ticket/2313 2016-03-21T04:09:53 *** mkhoory-2 has joined #rtems 2016-03-21T05:13:07 *** kiwichris_ has joined #rtems 2016-03-21T05:13:28 *** kiwichri_ has quit IRC 2016-03-21T05:13:28 *** kiwichris has quit IRC 2016-03-21T05:14:15 *** kiwichris has joined #rtems 2016-03-21T05:47:58 *** mkhoory-3 has joined #rtems 2016-03-21T05:52:03 *** mkhoory-2 has quit IRC 2016-03-21T05:55:24 *** mkhoory-3 has quit IRC 2016-03-21T06:01:40 *** mkhoory-3 has joined #rtems 2016-03-21T06:31:52 *** mumptai has joined #rtems 2016-03-21T06:37:48 [trac] #2664/defect (closed) updated by sebastian.huber (This is with RTEMS_DEBUG enabled and is a duplicate of #2624. See also comment in ...) http://devel.rtems.org/ticket/2664 2016-03-21T06:45:37 [trac] #2555/enhancement (accepted) updated by Sebastian Huber (In [changeset:"be8897644043e4378db7add02c3c9e1ac7fde563/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2555 2016-03-21T06:45:37 [git] c904df5 by Sebastian Huber: [score: Add _Objects_Get_by_name() Replace _Objects_Name_to_id_string() with _Objects_Get_by_name() since all users of this function are interested in the object itself and not the identifier. Use the object allocator lock to protect the search. Update #2555.] http://devel.rtems.org/changeset/c904df5/rtems 2016-03-21T06:45:38 [git] 5a5fb3b by Sebastian Huber: [score: Avoid Giant lock for CORE spinlock Use an ISR lock to protect the spinlock state. Remove empty attributes. Update #2555.] http://devel.rtems.org/changeset/5a5fb3b/rtems 2016-03-21T06:45:38 [git] 19e855d by Sebastian Huber: [mpci: Avoid Giant lock Update #2555.] http://devel.rtems.org/changeset/19e855d/rtems 2016-03-21T06:45:38 [git] be88976 by Sebastian Huber: [mpci: Avoid Giant lock The object creation/deletion is protected by the object allocator lock. Update #2555.] http://devel.rtems.org/changeset/be88976/rtems 2016-03-21T06:47:24 [trac] #2663/defect (new) updated by sebastian.huber (This looks like a BSP-specific issue. On which BSP do you see this?) http://devel.rtems.org/ticket/2663 2016-03-21T06:48:22 [git] e6a0675 by Sebastian Huber: [linkers: Fix for targets with a small-data area On certain targets (e.g. PowerPC) global data below a certain threshold (e.g. 8 bytes) may resided in a special memory area, the small-data area. This allows more efficient load/store operations. Placing such data into the wrong section (e.g. .rodata) leads to relocation 2016-03-21T06:48:22 errors during link-time. ...] http://devel.rtems.org/changeset/e6a0675/rtems-tools 2016-03-21T06:50:33 [trac] #2663/defect (new) updated by chrisj (SIS by the looks of "FWIW the minimum size looks pretty good on the master for sis. ...) http://devel.rtems.org/ticket/2663 2016-03-21T06:52:49 [trac] #2663/defect (new) updated by sebastian.huber (Yes, but I don't see this problem on the sis BSP.) http://devel.rtems.org/ticket/2663 2016-03-21T07:33:10 [trac] #2665/enhancement (new) updated by sebastian.huber (We should first clearly define the time of day in RTEMS, see also #2189. There are ...) http://devel.rtems.org/ticket/2665 2016-03-21T07:41:18 [trac] #2663/defect (new) updated by sebastian.huber (It seems to be the pc386 BSP. It pulls in a lot of stuff via printk() (e.g. ...) http://devel.rtems.org/ticket/2663 2016-03-21T07:45:39 *** alex__ has joined #rtems 2016-03-21T07:51:08 *** alex__ is now known as agamper 2016-03-21T07:56:52 *** agamper has quit IRC 2016-03-21T07:57:49 [trac] #2663/enhancement (new) updated by sebastian.huber (The pc386 BSP has this problem also in 4.11.) http://devel.rtems.org/ticket/2663 2016-03-21T07:58:07 *** kiwichris1 has joined #rtems 2016-03-21T07:59:25 [trac] #2663/enhancement (new) updated by sebastian.huber (empty comment) http://devel.rtems.org/ticket/2663 2016-03-21T08:01:16 *** kiwichris1 has quit IRC 2016-03-21T08:01:50 *** agamper has joined #rtems 2016-03-21T08:02:12 *** agamper is now known as alex__ 2016-03-21T08:05:11 *** alex__ has quit IRC 2016-03-21T08:05:55 *** agamper has joined #rtems 2016-03-21T08:05:55 *** agamper is now known as alex__ 2016-03-21T08:06:16 *** alex__ is now known as agamper 2016-03-21T08:17:54 *** agamper has quit IRC 2016-03-21T08:21:55 *** kiwichris1 has joined #rtems 2016-03-21T08:31:01 *** agamper has joined #rtems 2016-03-21T08:37:46 *** agamper has quit IRC 2016-03-21T08:53:05 *** agamper has joined #rtems 2016-03-21T09:09:39 *** mkhoory-3 has quit IRC 2016-03-21T09:36:50 *** agamper has quit IRC 2016-03-21T09:46:50 [git] 610e87d by Sebastian Huber: [rtems: Inline _Rate_monotonic_Reset_statistics() Use inline function instead of macro.] http://devel.rtems.org/changeset/610e87d/rtems 2016-03-21T09:46:50 [git] 300eaad by Sebastian Huber: [rtems: Delete Rate_monotonic_Period_time_t Variables with this type directly used the _Timestamp_*() functions.] http://devel.rtems.org/changeset/300eaad/rtems 2016-03-21T09:46:50 [git] 875c26d by Sebastian Huber: [rtems: Avoid __RTEMS_USE_TICKS_FOR_STATISTICS__ Option was removed by e6b31b27fbe3cd76534db2d4fc4ef5dcdf0d33b4.] http://devel.rtems.org/changeset/875c26d/rtems 2016-03-21T09:54:19 *** gigetoo has quit IRC 2016-03-21T09:56:07 *** gigetoo has joined #rtems 2016-03-21T10:02:01 *** mkhoory has joined #rtems 2016-03-21T10:31:39 *** mkhoory has quit IRC 2016-03-21T10:32:24 *** mkhoory has joined #rtems 2016-03-21T11:44:18 *** mkhoory has quit IRC 2016-03-21T12:01:50 *** Nebula_ has joined #rtems 2016-03-21T12:16:04 *** Nebula_ has quit IRC 2016-03-21T12:20:22 *** Nebula_ has joined #rtems 2016-03-21T12:35:15 [trac] #2663/enhancement (new) updated by joel.sherrill (I saw this on sis. I was teaching a class and wouldn't use pc386 (or any BSP ...) http://devel.rtems.org/ticket/2663 2016-03-21T12:36:24 [trac] #2663/enhancement (new) updated by joel.sherrill (The pc386 and motorola_powerpc probe for a lot of features and don't have them as ...) http://devel.rtems.org/ticket/2663 2016-03-21T12:36:40 [trac] #2663/enhancement (closed) updated by joel.sherrill (empty comment) http://devel.rtems.org/ticket/2663 2016-03-21T13:25:55 *** Nebula_ has quit IRC 2016-03-21T14:03:02 *** mumptai has quit IRC 2016-03-21T14:28:18 [trac] #2670/defect (v:4.11) created by joel.sherrill (epiphany tools fail to build on 4.11) http://devel.rtems.org/ticket/2670 2016-03-21T14:32:17 *** mumptai has joined #rtems 2016-03-21T14:40:36 [trac] #2665/enhancement (new) updated by joel.sherrill (The original specifications RTEMS is based upon are here: ...) http://devel.rtems.org/ticket/2665 2016-03-21T14:53:56 [trac] #2671/defect (v:4.11) created by joel.sherrill (moxie tools fail to build on 4.11) http://devel.rtems.org/ticket/2671 2016-03-21T14:54:34 [trac] #2671/defect (new) updated by joel.sherrill (The following is sufficient to get a toolset built. diff --git ...) http://devel.rtems.org/ticket/2671 2016-03-21T15:02:41 [trac] #2672/defect (v:4.12) created by SergKruglov (After latest patches with Objects_Get_by_name rtems-master not compiling without --enable-posix) http://devel.rtems.org/ticket/2672 2016-03-21T15:27:18 [trac] #2671/defect (new) updated by joel.sherrill (moxie/moxiesim built but didn't run: Starting program: ...) http://devel.rtems.org/ticket/2671 2016-03-21T17:22:12 *** gigetoo has quit IRC 2016-03-21T17:24:02 *** gigetoo has joined #rtems 2016-03-21T18:38:52 *** sendak is now known as verm__ 2016-03-21T18:38:56 *** verm__ has joined #rtems 2016-03-21T18:43:18 *** mumptai has quit IRC 2016-03-21T20:54:43 *** mumptai has joined #rtems 2016-03-21T22:12:49 *** gigetoo_ has joined #rtems 2016-03-21T22:14:12 *** gigetoo has quit IRC 2016-03-21T22:14:16 *** gigetoo_ is now known as gigetoo 2016-03-21T23:40:00 *** mumptai has quit IRC 2016-03-22T00:31:30 *** monstr has joined #rtems 2016-03-22T00:56:09 *** darnir has quit IRC 2016-03-22T00:56:16 *** darnir has joined #rtems 2016-03-22T01:10:28 *** monstr has quit IRC 2016-03-22T01:45:18 *** agamper has joined #rtems 2016-03-22T01:48:23 *** agamper has left #rtems 2016-03-22T01:49:08 *** agamper_ has joined #rtems 2016-03-22T01:49:54 *** agamper_ has left #rtems 2016-03-22T01:51:21 *** agamper has joined #rtems 2016-03-22T01:54:21 *** agamper_ has joined #rtems 2016-03-22T01:54:47 *** agamper has left #rtems 2016-03-22T01:59:33 *** agamper_ has quit IRC 2016-03-22T02:00:56 *** agamper has joined #rtems 2016-03-22T02:44:22 *** agamper has left #rtems 2016-03-22T04:04:46 *** shelf has quit IRC 2016-03-22T04:06:54 *** agamper has joined #rtems 2016-03-22T04:12:14 *** kiwichris1 has quit IRC 2016-03-22T04:12:26 *** shelf has joined #rtems 2016-03-22T04:51:34 [trac] Boards created http://devel.rtems.org/wiki/Boards 2016-03-22T04:57:30 [trac] Boards/MinnowMax created http://devel.rtems.org/wiki/Boards/MinnowMax 2016-03-22T04:57:59 [trac] Boards/MinnowMax edited by chrisj (Update TOC.) http://devel.rtems.org/wiki/Boards/MinnowMax 2016-03-22T05:11:04 [trac] Boards/MinnowMax edited by chrisj (Add booting details.) http://devel.rtems.org/wiki/Boards/MinnowMax 2016-03-22T06:15:22 *** agamper has quit IRC 2016-03-22T06:23:56 *** agamper has joined #rtems 2016-03-22T06:26:51 *** kiwichris_ has quit IRC 2016-03-22T06:27:05 *** davee_ has joined #rtems 2016-03-22T06:27:16 *** kiwichris_ has joined #rtems 2016-03-22T06:28:14 [trac] #2631/enhancement (closed) updated by Sebastian Huber (In [changeset:"90960bd11a91259d9aace3870692dbe2e227de0f/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2631 2016-03-22T06:28:15 [git] 90960bd by Sebastian Huber: [rtems: Rework rate-monotonic scheduler Use the default thread lock to protect rate-monotonic state changes. This avoids use of the Giant lock. Split rtems_rate_monotonic_period() body into several static functions. Introduce a new thread wait class THREAD_WAIT_CLASS_PERIOD for period objects to synchronize the blocking 2016-03-22T06:28:15 operation. Close #2631.] http://devel.rtems.org/changeset/90960bd/rtems 2016-03-22T06:28:38 [trac] #2627/defect (closed) updated by Sebastian Huber (In [changeset:"baa1362643f20781db1d50a5a4d23e7069d0972a/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2627 2016-03-22T06:28:39 [git] baa1362 by Sebastian Huber: [score: Fix for RTEMS_DEBUG Update #2627.] http://devel.rtems.org/changeset/baa1362/rtems 2016-03-22T06:35:16 *** mumptai has joined #rtems 2016-03-22T06:39:51 [trac] Boards/MinnowMax edited by chrisj (Update grub.cfg details.) http://devel.rtems.org/wiki/Boards/MinnowMax 2016-03-22T06:44:37 [trac] #2555/enhancement (accepted) updated by Sebastian Huber (In [changeset:"30cac38f157f0b4bd10a9b310e3dd6fdfc1d242e/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2555 2016-03-22T06:44:38 [git] 30cac38 by Sebastian Huber: [rtems: Use object allocator lock Object creation and destruction is protected by the object allocator lock and not disabled thread dispatching. Update #2555.] http://devel.rtems.org/changeset/30cac38/rtems 2016-03-22T06:44:56 [trac] #2672/defect (closed) updated by Sebastian Huber (In [changeset:"c61431f9349869e94f12787abea796861039054e/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2672 2016-03-22T06:44:57 [git] c61431f by Sebastian Huber: [score: Always declare _Objects_Get_by_name() Still define it only if RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES is defined. Close #2672.] http://devel.rtems.org/changeset/c61431f/rtems 2016-03-22T07:05:48 [trac] #2555/enhancement (accepted) updated by Sebastian Huber (In [changeset:"865f110b58d944db72a71296fe3f15a4b8de097a/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2555 2016-03-22T07:05:49 [git] 865f110 by Sebastian Huber: [score: Fix for RTEMS_DEBUG The rtems_extension_create() no longer uses the Giant lock. Ensure that we call _User_extensions_Add_set() only in the right context. Update #2555.] http://devel.rtems.org/changeset/865f110/rtems 2016-03-22T07:29:37 [git] 9e2acee by Sebastian Huber: [psxtests/psxobj01: Fix for RTEMS_DEBUG] http://devel.rtems.org/changeset/9e2acee/rtems 2016-03-22T07:45:39 *** gigetoo has quit IRC 2016-03-22T07:48:26 *** gigetoo has joined #rtems 2016-03-22T09:41:33 *** davee_ has quit IRC 2016-03-22T11:33:12 *** davee_ has joined #rtems 2016-03-22T11:40:45 *** mkhoory has joined #rtems 2016-03-22T11:45:03 *** mkhoory has quit IRC 2016-03-22T11:47:19 [trac] #2673/defect (v:4.11) created by burrusse (RTEMS Source Builder Fails under windows when a user name contains a space) http://devel.rtems.org/ticket/2673 2016-03-22T12:20:07 *** davee_ has quit IRC 2016-03-22T12:31:48 *** agamper has quit IRC 2016-03-22T13:08:34 *** davee_ has joined #rtems 2016-03-22T13:27:50 [trac] #2674/defect (v:4.10) created by sebastian.huber (CORE spinlock implementation is next to be useless) http://devel.rtems.org/ticket/2674 2016-03-22T14:51:04 [trac] #2576/defect (new) updated by marcos.diaz (I suggest to apply the linker flags and deprecate this bug) http://devel.rtems.org/ticket/2576 2016-03-22T15:10:51 [trac] #2576/defect (closed) updated by Joel Sherrill (In [changeset:"1a738edb39d462b9d99be4537782934f5ec56ca5/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2576 2016-03-22T15:10:52 [git] 1a738ed by Joel Sherrill: [lpc1768_mbed.cfg: Turn on per function sections Closes #2576.] http://devel.rtems.org/changeset/1a738ed/rtems 2016-03-22T15:36:01 *** davee_ has quit IRC 2016-03-22T17:52:19 *** dougk_ has quit IRC 2016-03-22T17:52:41 *** dougk_ has joined #rtems 2016-03-22T18:10:17 [git] 6b8d543 by Joel Sherrill: [Remove covoar from rtems-testing. Moved to rtems-tools months ago.] http://devel.rtems.org/changeset/6b8d543/rtems-testing 2016-03-22T18:11:05 [git] 80513ef by Joel Sherrill: [Makefile: Remove reference to covoar] http://devel.rtems.org/changeset/80513ef/rtems-testing 2016-03-22T18:15:39 [git] 426f35f by Joel Sherrill: [cpukit/rtems/include/rtems/rtems/sem.h: Remove junk in comment] http://devel.rtems.org/changeset/426f35f/rtems 2016-03-22T18:27:52 [trac] #2675/enhancement (v:4.12) created by joel.sherrill (Remove unused libchip configuration parameters) http://devel.rtems.org/ticket/2675 2016-03-22T18:32:30 [trac] #2676/enhancement (v:4.12) created by joel.sherrill (Obsolete clock_get() directive) http://devel.rtems.org/ticket/2676 2016-03-22T18:35:59 *** davee_ has joined #rtems 2016-03-22T19:05:53 *** davee_ has quit IRC 2016-03-22T20:54:54 *** hesham has quit IRC 2016-03-22T21:08:05 *** dougk_ has quit IRC 2016-03-22T21:09:27 *** hesham has joined #rtems 2016-03-22T21:20:42 *** dougk_ has joined #rtems 2016-03-22T22:01:53 *** misaleh has joined #rtems 2016-03-22T22:08:25 *** dougk_ has quit IRC 2016-03-22T22:43:38 *** misaleh has quit IRC 2016-03-23T00:35:07 *** dougk_ has joined #rtems 2016-03-23T03:03:00 User Manual is starting to take shape ... https://ftp.rtems.org/pub/rtems/people/chrisj/docs/user/ https://ftp.rtems.org/pub/rtems/people/chrisj/docs/user.pdf 2016-03-23T03:44:34 *** hesham has quit IRC 2016-03-23T03:59:31 *** mkhoory has joined #rtems 2016-03-23T04:01:01 *** hesham has joined #rtems 2016-03-23T04:03:55 *** hesham has quit IRC 2016-03-23T04:15:17 *** hesham has joined #rtems 2016-03-23T05:08:02 *** mkhoory has quit IRC 2016-03-23T05:08:50 *** mkhoory has joined #rtems 2016-03-23T06:01:29 *** mkhoory has quit IRC 2016-03-23T06:15:27 *** mkhoory has joined #rtems 2016-03-23T06:54:32 [git] e8d9b26 by Sebastian Huber: [score: Add and use RTEMS_UNREACHABLE] http://devel.rtems.org/changeset/e8d9b26/rtems 2016-03-23T06:54:33 [git] 2518516 by Sebastian Huber: [posix: pthread_exit() is a no-return function] http://devel.rtems.org/changeset/2518516/rtems 2016-03-23T06:54:33 [git] d67c869 by Sebastian Huber: [score: Use RTEMS_UNREACHABLE() The _CPU_Context_switch() in _Thread_Start_multitasking() does in fact not return.] http://devel.rtems.org/changeset/d67c869/rtems 2016-03-23T07:09:28 *** mkhoory has quit IRC 2016-03-23T07:58:48 *** misaleh has joined #rtems 2016-03-23T08:41:00 *** misaleh has quit IRC 2016-03-23T08:48:39 *** mkhoory has joined #rtems 2016-03-23T09:07:53 *** mkhoory has quit IRC 2016-03-23T09:28:21 *** mkhoory has joined #rtems 2016-03-23T09:36:45 *** mkhoory has quit IRC 2016-03-23T09:40:42 *** mkhoory has joined #rtems 2016-03-23T09:42:48 *** mkhoory has quit IRC 2016-03-23T09:44:19 *** mkhoory has joined #rtems 2016-03-23T09:44:38 *** davee_ has joined #rtems 2016-03-23T10:44:02 *** mkhoory has quit IRC 2016-03-23T10:50:25 *** mkhoory has joined #rtems 2016-03-23T12:07:04 *** davee_ has quit IRC 2016-03-23T13:34:30 *** dougk_ has quit IRC 2016-03-23T13:41:05 *** dougk_ has joined #rtems 2016-03-23T14:09:01 *** Mali has quit IRC 2016-03-23T14:09:09 *** Mali_ has joined #rtems 2016-03-23T14:09:31 *** Mali_ is now known as Mali 2016-03-23T14:09:53 *** cdesai has quit IRC 2016-03-23T14:10:21 *** beng-nl has quit IRC 2016-03-23T14:10:27 *** beng-nl has joined #rtems 2016-03-23T14:15:20 *** cdesai has joined #rtems 2016-03-23T14:43:10 *** dougk_ has quit IRC 2016-03-23T14:55:45 *** dougk_ has joined #rtems 2016-03-23T18:08:20 *** deval has joined #rtems 2016-03-23T18:11:21 *** davee_ has joined #rtems 2016-03-23T18:30:06 *** davee_ has quit IRC 2016-03-23T18:38:17 *** jason_wong has quit IRC 2016-03-23T18:42:16 *** jason_wong has joined #rtems 2016-03-23T18:49:36 *** deval has quit IRC 2016-03-23T18:54:36 *** mithro has quit IRC 2016-03-23T18:55:01 *** sirfranklin has quit IRC 2016-03-23T18:59:56 *** mithro has joined #rtems 2016-03-23T19:01:12 *** sirfranklin has joined #rtems 2016-03-23T19:14:05 *** bbhoss_ has joined #rtems 2016-03-23T19:16:39 *** bbhoss has quit IRC 2016-03-23T19:19:48 *** jason_wong has quit IRC 2016-03-23T19:20:27 *** jason_wong has joined #rtems 2016-03-23T19:21:09 *** bbhoss_ is now known as bbhoss 2016-03-23T19:21:13 *** Davidbrcz has quit IRC 2016-03-23T19:22:53 *** Davidbrcz has joined #rtems 2016-03-23T19:30:25 *** deval has joined #rtems 2016-03-23T19:52:00 *** deval has quit IRC 2016-03-23T20:35:19 *** bitd has joined #rtems 2016-03-23T23:06:02 *** kulp has quit IRC 2016-03-23T23:08:29 *** bitd has quit IRC 2016-03-23T23:15:58 *** kulp has joined #rtems 2016-03-24T03:27:06 *** mumptai has quit IRC 2016-03-24T03:40:49 *** mumptai has joined #rtems 2016-03-24T06:32:30 *** monstr has joined #rtems 2016-03-24T06:41:18 [trac] #2651/defect (closed) updated by Daniel Hellstrom (In [changeset:"33de2037f6007f6adf90514dbc98158a473476fc/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2651 2016-03-24T06:41:18 [git] 33de203 by Daniel Hellstrom: [sparc: Fix window underflow trap handler The window underflow trap handler used %i5 which destroyed the %o5 of the calling context. Bug introduced by 0d3b5d47429effb350448d9e9123a67db722109f. Go back to the pre 0d3b5d47429effb350448d9e9123a67db722109f behaviour and use the two unused instructions in the trap vector to 2016-03-24T06:41:19 optimize a bit. Close #2651.] http://devel.rtems.org/changeset/33de203/rtems 2016-03-24T07:25:45 *** deval has joined #rtems 2016-03-24T07:41:22 *** deval has quit IRC 2016-03-24T08:34:28 *** davee_ has joined #rtems 2016-03-24T09:57:59 *** Davidbrcz has quit IRC 2016-03-24T10:03:25 *** Davidbrcz has joined #rtems 2016-03-24T12:02:00 *** davee_ has quit IRC 2016-03-24T12:37:27 *** deval has joined #rtems 2016-03-24T12:41:40 *** deval has quit IRC 2016-03-24T14:05:36 *** monstr has quit IRC 2016-03-24T15:10:47 [trac] GSoC/2016 edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-24T15:13:18 *** mwalle_ has quit IRC 2016-03-24T15:25:43 *** mwalle_ has joined #rtems 2016-03-24T16:58:45 [git] 7f9e067 by Joel Sherrill: [cpuuse/cpuusagetop.c: Fix unused variable warning] http://devel.rtems.org/changeset/7f9e067/rtems 2016-03-24T16:58:45 [git] 09c993b by Joel Sherrill: [libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unused] http://devel.rtems.org/changeset/09c993b/rtems 2016-03-24T16:58:45 [git] d264b33 by Joel Sherrill: [telnetd.c: Fix no prototype warning] http://devel.rtems.org/changeset/d264b33/rtems 2016-03-24T16:58:45 [git] c4e317f by Joel Sherrill: [libmisc/monitor/mon-prmisc.c: Remove unused rtems_monitor_events_assoc] http://devel.rtems.org/changeset/c4e317f/rtems 2016-03-24T16:58:45 [git] 020c4c0 by Joel Sherrill: [libmisc/shell/main_hexdump.c: Disable unused copyright string] http://devel.rtems.org/changeset/020c4c0/rtems 2016-03-24T16:58:45 [git] b66394d by Joel Sherrill: [sp13/task1.c: Remove warning for misleading indentation Fix a block of off-by-one indentation and add braces to clarify intention.] http://devel.rtems.org/changeset/b66394d/rtems 2016-03-24T16:58:45 [git] 50b73d3 by Joel Sherrill: [cpukit/rtems/src/*mp.c: Fix set but not used warning] http://devel.rtems.org/changeset/50b73d3/rtems 2016-03-24T16:58:46 [git] d165fd2 by Joel Sherrill: [erc32/*/erc32sonic.c: Fix warnings] http://devel.rtems.org/changeset/d165fd2/rtems 2016-03-24T16:58:46 [git] 596bfe3 by Joel Sherrill: [mptests/*/*.c: Fix warnings] http://devel.rtems.org/changeset/596bfe3/rtems 2016-03-24T16:58:47 [git] 561dec5 by Joel Sherrill: [powerpc/shared/openpic/openpic.c: Ignore warnings for __builtin_frame_address() usage] http://devel.rtems.org/changeset/561dec5/rtems 2016-03-24T16:58:47 [git] 037f7a6 by Joel Sherrill: [shell/hexdump-conv.c: Disable sccsid to avoid unused warning] http://devel.rtems.org/changeset/037f7a6/rtems 2016-03-24T16:58:48 [git] 85f6901 by Joel Sherrill: [shell/hexdump-odsyntax.c: Add define of _GNU_SOURCE to avoid warnings] http://devel.rtems.org/changeset/85f6901/rtems 2016-03-24T18:03:38 *** udayansinha_ has joined #rtems 2016-03-24T18:04:23 *** udayansinha_ has quit IRC 2016-03-24T20:19:18 [trac] #2669/enhancement (new) updated by Stefan Wallentowitz (In [changeset:"eac749bb80b184c1f5e34e40d745e0c428cb9f73/rtems-source-builder"]: {{{ ...) http://devel.rtems.org/ticket/2669 2016-03-24T20:19:19 [git] eac749b by Stefan Wallentowitz: [Bump OpenRISC versions Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.11 updates #2669] http://devel.rtems.org/changeset/eac749b/rtems-source-builder 2016-03-24T20:19:30 [trac] #2668/enhancement (new) updated by Stefan Wallentowitz (In [changeset:"febf4fb7d2813bb454fe856da966c196cfade638/rtems-source-builder"]: {{{ ...) http://devel.rtems.org/ticket/2668 2016-03-24T20:19:31 [git] febf4fb by Stefan Wallentowitz: [Bump OpenRISC versions Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.9 updates #2668] http://devel.rtems.org/changeset/febf4fb/rtems-source-builder 2016-03-24T20:38:54 *** hesham has quit IRC 2016-03-24T20:53:43 *** hesham has joined #rtems 2016-03-24T21:35:13 *** hesham has quit IRC 2016-03-24T21:49:07 *** hesham has joined #rtems 2016-03-24T22:24:58 *** kiwichris1 has joined #rtems 2016-03-25T02:06:47 *** hesham has quit IRC 2016-03-25T02:06:47 *** rokka has quit IRC 2016-03-25T02:06:47 *** rokka has joined #rtems 2016-03-25T02:06:47 *** hesham has joined #rtems 2016-03-25T03:10:58 *** hesham has quit IRC 2016-03-25T03:11:50 *** hesham has joined #rtems 2016-03-25T03:12:01 *** rokka has quit IRC 2016-03-25T03:12:14 *** rokka has joined #rtems 2016-03-25T05:55:36 *** davee_ has joined #rtems 2016-03-25T05:58:28 *** davee_ has quit IRC 2016-03-25T05:58:58 *** davee_ has joined #rtems 2016-03-25T06:01:02 *** davee_ has quit IRC 2016-03-25T06:01:28 *** davee_ has joined #rtems 2016-03-25T06:04:01 *** davee__ has joined #rtems 2016-03-25T06:04:24 *** davee_ has quit IRC 2016-03-25T06:06:04 *** davee__ has quit IRC 2016-03-25T06:06:36 *** davee__ has joined #rtems 2016-03-25T06:07:39 *** davee__ has quit IRC 2016-03-25T07:02:16 *** aj007_ has joined #rtems 2016-03-25T07:12:19 How are your student applications going? It doesn't look like we ended up with any strong students interested in doing RTEMS port to our firmware 2016-03-25T07:20:09 *** aj007_ has quit IRC 2016-03-25T07:30:16 *** davee__ has joined #rtems 2016-03-25T08:02:25 [trac] GSoC/2016 edited by ppisa (Sane Sai Charan proposal) http://devel.rtems.org/wiki/GSoC/2016 2016-03-25T08:09:02 *** _sambeet has joined #rtems 2016-03-25T08:28:24 <_sambeet> Hi,can someone review my proposal? 2016-03-25T09:14:30 *** _sambeet has quit IRC 2016-03-25T09:38:41 *** gigetoo_ has joined #rtems 2016-03-25T09:39:50 *** rokka has quit IRC 2016-03-25T09:39:51 *** gigetoo has quit IRC 2016-03-25T09:39:52 *** rokka has joined #rtems 2016-03-25T09:39:55 *** gigetoo_ is now known as gigetoo 2016-03-25T09:48:40 *** rokka has quit IRC 2016-03-25T09:48:40 *** rokka has joined #rtems 2016-03-25T09:51:53 *** rokka has quit IRC 2016-03-25T09:58:18 *** arpits has joined #rtems 2016-03-25T10:09:29 *** rokka has joined #rtems 2016-03-25T10:12:28 *** rokka has quit IRC 2016-03-25T10:13:53 *** mudit1729 has joined #rtems 2016-03-25T10:14:00 Hi everyone. 2016-03-25T10:14:42 *** rokka has joined #rtems 2016-03-25T10:14:44 *** kiwichris has quit IRC 2016-03-25T10:14:44 *** kiwichris1 is now known as kiwichris 2016-03-25T10:15:32 *** kiwichri_ has joined #rtems 2016-03-25T10:20:22 *** mudit1729 has quit IRC 2016-03-25T10:23:32 *** rokka has quit IRC 2016-03-25T10:30:21 *** rokka has joined #rtems 2016-03-25T10:35:47 *** rokka has quit IRC 2016-03-25T10:40:00 *** rokka has joined #rtems 2016-03-25T10:41:02 *** rokka has quit IRC 2016-03-25T10:51:30 *** _sambeet has joined #rtems 2016-03-25T10:52:14 <_sambeet> Hi, can someone please review my GSoC 2016 proposal 2016-03-25T10:52:34 *** kiwichris has quit IRC 2016-03-25T10:53:12 *** kiwichris has joined #rtems 2016-03-25T10:53:31 <_sambeet> My project is on porting Rock to RTEMS 2016-03-25T10:58:02 *** rokka has joined #rtems 2016-03-25T11:02:24 *** _sambeet has quit IRC 2016-03-25T11:04:48 *** kiwichris has quit IRC 2016-03-25T11:05:07 *** kiwichris has joined #rtems 2016-03-25T11:14:06 *** rokka has quit IRC 2016-03-25T11:14:13 *** rokka has joined #rtems 2016-03-25T11:58:24 *** kiwichris has quit IRC 2016-03-25T11:58:33 *** kiwichri_ has quit IRC 2016-03-25T12:01:37 *** kiwichris has joined #rtems 2016-03-25T12:02:03 *** kiwichri_ has joined #rtems 2016-03-25T12:27:46 [trac] #2668/enhancement (closed) updated by gedare (empty comment) http://devel.rtems.org/ticket/2668 2016-03-25T12:27:54 [trac] #2669/enhancement (closed) updated by gedare (empty comment) http://devel.rtems.org/ticket/2669 2016-03-25T12:47:48 *** davee__ has quit IRC 2016-03-25T13:16:37 [trac] GSoC/2016 edited by sacha (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-25T14:23:52 *** guillaum1 has quit IRC 2016-03-25T14:29:53 *** davee__ has joined #rtems 2016-03-25T14:39:05 *** guillaum1 has joined #rtems 2016-03-25T14:52:53 *** davee__ has quit IRC 2016-03-25T15:47:06 *** arpits has quit IRC 2016-03-25T17:15:18 *** davee_ has joined #rtems 2016-03-25T17:55:22 *** bitd has joined #rtems 2016-03-25T18:16:54 *** ppisa has joined #rtems 2016-03-25T18:18:07 *** davee_ has quit IRC 2016-03-25T18:28:54 *** wbx has joined #rtems 2016-03-25T18:29:15 hi. may be i am blind, but I cant find release files for rtems. 2016-03-25T18:30:10 https://devel.rtems.org/wiki/Release/4.10 -> url mentioned is not reachable. 2016-03-25T18:30:33 and points to 4.10.2 not 4.10.3 2016-03-25T18:37:44 https://ftp.rtems.org/pub/rtems/releases/ 2016-03-25T18:38:19 *** sacha has joined #rtems 2016-03-25T18:38:25 those notes look to be really outdated 2016-03-25T18:39:39 Hi pavel here is the link it will take 5 more minutes to complete------ https://docs.google.com/document/d/1PC4iQmyp6-emxiAH6uiTeLpR_IZZmlSMagh5rEmrnlc/edit?usp=sharing 2016-03-25T18:40:19 all apps need to be submitted through the withgoogle site please make sure it is submitted there 2016-03-25T18:40:21 you can always edit it after 2016-03-25T18:40:35 Ok 2016-03-25T18:40:49 I have already submitted one proposal 2016-03-25T18:40:59 ok 2016-03-25T18:45:41 *** sacha has quit IRC 2016-03-25T18:53:20 OK, I have gone trough LwIP draft and seems OK to me. It would worth to add more toe ach point, but send it now as it is. 2016-03-25T18:54:24 *** sacha has joined #rtems 2016-03-25T19:06:22 *** sacha has quit IRC 2016-03-25T19:07:31 verm__: thx. 2016-03-25T19:08:07 *** davee_ has joined #rtems 2016-03-25T19:10:03 *** davee_ has quit IRC 2016-03-25T19:10:30 *** davee_ has joined #rtems 2016-03-25T19:12:56 *** davee_ has joined #rtems 2016-03-25T19:14:17 *** arpits has joined #rtems 2016-03-25T20:28:41 [trac] GSoC/2016 edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-25T20:31:52 [trac] GSoC/2016 edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-25T21:06:37 *** ppisa has left #rtems 2016-03-25T21:10:29 *** bitd has quit IRC 2016-03-25T22:51:54 *** kiwichris has quit IRC 2016-03-25T23:02:00 *** kiwichris has joined #rtems 2016-03-26T01:46:53 *** kulp has quit IRC 2016-03-26T01:56:53 [trac] GSoC/2016 edited by arpitsrivastava (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-26T01:57:22 [trac] GSoC/2016 edited by arpitsrivastava (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-03-26T04:02:54 *** arpits has quit IRC 2016-03-26T08:00:11 *** mumptai has quit IRC 2016-03-26T08:27:18 *** rokka has quit IRC 2016-03-26T08:48:25 *** rokka has joined #rtems 2016-03-26T08:48:26 *** rokka has joined #rtems 2016-03-26T08:55:31 *** rokka has quit IRC 2016-03-26T09:11:49 *** rokka has joined #rtems 2016-03-26T09:18:54 *** rokka has quit IRC 2016-03-26T09:18:58 *** mumptai has joined #rtems 2016-03-26T09:24:03 *** rokka has joined #rtems 2016-03-26T09:37:04 *** rokka has quit IRC 2016-03-26T09:47:54 *** rokka has joined #rtems 2016-03-26T09:56:01 *** rokka has quit IRC 2016-03-26T10:03:02 *** rokka has joined #rtems 2016-03-26T10:04:27 *** rokka has joined #rtems 2016-03-26T10:10:12 *** rokka has quit IRC 2016-03-26T10:16:39 *** rokka has joined #rtems 2016-03-26T10:31:44 *** rokka has quit IRC 2016-03-26T10:31:45 *** rokka has joined #rtems 2016-03-26T10:48:39 *** rokka has joined #rtems 2016-03-26T10:53:13 *** rokka has quit IRC 2016-03-26T10:53:29 *** rokka has joined #rtems 2016-03-26T10:58:01 *** rokka has quit IRC 2016-03-26T10:58:28 *** rokka has joined #rtems 2016-03-26T11:05:31 *** rokka has quit IRC 2016-03-26T11:14:54 *** rokka has joined #rtems 2016-03-26T11:19:13 *** rokka has quit IRC 2016-03-26T11:19:33 *** rokka has joined #rtems 2016-03-26T11:39:03 *** ppisa has joined #rtems 2016-03-26T12:27:52 [trac] GSoC/2016 edited by ppisa (List RTEMS file descriptors and LwIP integration project on the page) http://devel.rtems.org/wiki/GSoC/2016 2016-03-26T13:40:55 *** ppisa has left #rtems 2016-03-26T14:56:01 *** rokka has quit IRC 2016-03-26T14:56:18 *** rokka has joined #rtems 2016-03-26T19:32:01 *** davee_ has joined #rtems 2016-03-26T19:38:10 *** davee_ has quit IRC 2016-03-26T23:28:25 *** rokka has quit IRC 2016-03-26T23:29:14 *** rokka has joined #rtems 2016-03-26T23:37:31 *** davee_ has joined #rtems 2016-03-27T00:48:40 [trac] #2578/defect (assigned) updated by chrisj (empty comment) http://devel.rtems.org/ticket/2578 2016-03-27T00:51:58 [trac] #2578/defect (assigned) updated by chrisj (empty comment) http://devel.rtems.org/ticket/2578 2016-03-27T00:56:53 *** gedare has joined #rtems 2016-03-27T00:56:53 *** ChanServ sets mode: +o gedare 2016-03-27T01:04:00 *** gedare has quit IRC 2016-03-27T01:18:58 *** rokka has quit IRC 2016-03-27T01:18:58 *** rokka has joined #rtems 2016-03-27T01:29:05 *** rokka has joined #rtems 2016-03-27T01:36:54 *** rokka has quit IRC 2016-03-27T01:43:12 *** rokka has joined #rtems 2016-03-27T01:43:13 *** rokka has joined #rtems 2016-03-27T01:55:20 *** rokka has joined #rtems 2016-03-27T02:01:51 *** rokka has quit IRC 2016-03-27T02:01:52 *** rokka has joined #rtems 2016-03-27T02:13:21 *** rokka has quit IRC 2016-03-27T02:29:03 *** rokka has joined #rtems 2016-03-27T02:39:11 *** rokka has quit IRC 2016-03-27T02:39:12 *** rokka has joined #rtems 2016-03-27T02:42:56 *** rokka has quit IRC 2016-03-27T02:48:23 *** rokka has joined #rtems 2016-03-27T02:50:24 *** rokka has quit IRC 2016-03-27T03:08:12 *** rokka has joined #rtems 2016-03-27T03:22:39 *** rokka has quit IRC 2016-03-27T03:22:39 *** rokka has joined #rtems 2016-03-27T03:26:28 *** rokka has quit IRC 2016-03-27T03:26:29 *** rokka has joined #rtems 2016-03-27T03:37:32 *** rokka has quit IRC 2016-03-27T03:37:33 *** rokka has joined #rtems 2016-03-27T03:54:53 *** rokka has joined #rtems 2016-03-27T04:02:49 *** rokka has quit IRC 2016-03-27T04:04:43 *** rokka has joined #rtems 2016-03-27T04:17:03 *** rokka has quit IRC 2016-03-27T04:20:42 *** rokka has joined #rtems 2016-03-27T04:31:37 *** rokka has quit IRC 2016-03-27T04:37:05 *** rokka has joined #rtems 2016-03-27T04:47:25 *** rokka has quit IRC 2016-03-27T04:50:14 *** rokka has joined #rtems 2016-03-27T04:57:37 *** rokka has quit IRC 2016-03-27T05:03:27 *** rokka has joined #rtems 2016-03-27T05:18:46 *** rokka has quit IRC 2016-03-27T05:23:41 *** rokka has joined #rtems 2016-03-27T05:27:54 *** rokka has quit IRC 2016-03-27T05:27:55 *** rokka has joined #rtems 2016-03-27T06:54:09 *** mkhoory-2 has joined #rtems 2016-03-27T06:57:54 *** mkhoory has quit IRC 2016-03-27T06:59:17 *** mkhoory-2 has quit IRC 2016-03-27T07:00:37 *** mkhoory-2 has joined #rtems 2016-03-27T08:02:58 *** rokka has quit IRC 2016-03-27T08:31:47 *** kiwichri_ has quit IRC 2016-03-27T08:45:42 *** mkhoory-2 has quit IRC 2016-03-27T09:06:43 *** rokka has joined #rtems 2016-03-27T09:08:37 *** mkhoory-2 has joined #rtems 2016-03-27T09:24:08 *** kiwichri_ has joined #rtems 2016-03-27T09:44:41 *** mkhoory-2 has quit IRC 2016-03-27T09:56:38 *** mkhoory-2 has joined #rtems 2016-03-27T10:27:02 *** mkhoory-3 has joined #rtems 2016-03-27T10:31:10 *** mkhoory-2 has quit IRC 2016-03-27T10:31:47 *** mkhoory-3 has quit IRC 2016-03-27T11:22:21 *** davee_ has quit IRC 2016-03-27T11:24:53 *** mkhoory-3 has joined #rtems 2016-03-27T11:46:27 *** mkhoory-3 has quit IRC 2016-03-27T15:21:34 *** davee_ has joined #rtems 2016-03-27T17:27:56 *** gedare has joined #rtems 2016-03-27T17:27:56 *** ChanServ sets mode: +o gedare 2016-03-27T17:36:39 *** gedare has quit IRC 2016-03-27T20:09:36 *** Davidbrcz has quit IRC 2016-03-27T20:23:01 *** gedare has joined #rtems 2016-03-27T20:23:01 *** ChanServ sets mode: +o gedare 2016-03-27T20:28:57 *** gedare has quit IRC 2016-03-27T22:36:49 *** gedare has joined #rtems 2016-03-27T22:36:49 *** ChanServ sets mode: +o gedare 2016-03-27T22:46:34 *** davee_ has quit IRC 2016-03-27T22:46:49 *** gedare has quit IRC 2016-03-27T23:33:57 *** kiwichris has quit IRC 2016-03-27T23:34:33 *** kiwichris has joined #rtems