2011-05-30T00:58:38 *** monstr has joined #rtems 2011-05-30T01:03:04 *** xiangfu has joined #rtems 2011-05-30T01:20:12 *** arvind_khadri has joined #rtems 2011-05-30T02:32:53 *** projectgus has quit IRC 2011-05-30T02:47:18 *** panzon has joined #rtems 2011-05-30T03:53:12 *** sebhub has joined #rtems 2011-05-30T03:53:50 good morning 2011-05-30T04:05:53 *** panzon has quit IRC 2011-05-30T04:22:06 *** xiangfu has quit IRC 2011-05-30T04:41:22 *** pakkinen has joined #rtems 2011-05-30T04:43:51 hello 2011-05-30T04:45:12 anyone able to help? I'm getting an exception 3, after my task is completed and i called rtems_task_delete() 2011-05-30T04:45:18 apparently on a _POSIX_signals_Clear_signals 2011-05-30T04:45:24 (ppc arch) 2011-05-30T04:45:47 which rtems version? 2011-05-30T04:46:44 4.10 2011-05-30T04:47:28 which 4.10? 2011-05-30T04:48:19 please check that 2011-05-30T04:48:22 2011-01-21 Joel Sherrill 2011-05-30T04:48:24 * posix/src/psignal.c: Back port patch from head to avoid derefencing 2011-05-30T04:48:25 NULL. 2011-05-30T04:48:32 is in your cpukit/ChangeLog 2011-05-30T04:48:38 alright 2011-05-30T04:48:40 checking 2011-05-30T04:49:17 2010-07-01 seems the latest change 2011-05-30T04:49:36 please update to the latest 4.10 branch 2011-05-30T04:50:04 or 4.10.1 if it is out 2011-05-30T04:50:07 alright thankyou very much 2011-05-30T04:50:21 i was getting pretty crazy trying to find out why my program randomly crashed on exit 2011-05-30T04:50:38 hope this was the problem 2011-05-30T04:51:11 well I did some objdump to see what was the stack trace 2011-05-30T04:51:28 and it happens after the task delete on posix signals and ppc_interrupt 2011-05-30T04:51:38 will try updating to the newest release 2011-05-30T05:06:01 *** sqm has quit IRC 2011-05-30T05:09:16 checking what was changed between my version and the current release, it does really seem to be exactly my problem 2011-05-30T05:19:19 is there any way to see in which way was RTEMS configured? 2011-05-30T05:19:40 since I didn't install it, i'd like to configure the new version the same way as the previous one 2011-05-30T05:19:41 in the application? no 2011-05-30T05:19:47 no from the host env 2011-05-30T05:19:57 yes, its in the config.log files 2011-05-30T05:20:08 alright thanks ill check those 2011-05-30T06:20:02 *** sqm has joined #rtems 2011-05-30T06:30:24 *** methril_work has joined #rtems 2011-05-30T06:41:29 *** sqm has quit IRC 2011-05-30T06:42:22 *** sqm has joined #rtems 2011-05-30T06:50:10 *** lj8175 has joined #rtems 2011-05-30T06:55:05 Hi, anybody knows what is PRIx32's mean ? I cannot find the defination in RTEMS's source code 2011-05-30T06:59:09 google for inttypes.h 2011-05-30T06:59:31 it should be defined in inttypes.h, but is there a inttypes.h serving for RTEMS? 2011-05-30T07:00:19 yes, its part of newlib 2011-05-30T07:00:42 Thanks you , sebhub . I found #define PRIx32 'x' under linux, I will check my newlib 2011-05-30T07:02:42 *** kiwichris has quit IRC 2011-05-30T07:06:01 Thanks again , sebhub. I found it /opt/rtems-4.10/i386-rtems4.10/include/inttypes.h :) 2011-05-30T07:18:59 *** xiangfu has joined #rtems 2011-05-30T08:06:41 *** zwj has joined #rtems 2011-05-30T08:10:45 *** xiangfu has quit IRC 2011-05-30T08:16:04 *** arvind_khadri has quit IRC 2011-05-30T08:26:04 *** sqm has quit IRC 2011-05-30T08:26:15 *** sqm has joined #rtems 2011-05-30T08:31:05 *** sqm has quit IRC 2011-05-30T08:31:57 *** sqm has joined #rtems 2011-05-30T08:40:52 *** arvind_khadri has joined #rtems 2011-05-30T08:58:52 *** shayden has joined #rtems 2011-05-30T09:25:21 *** sebhub has quit IRC 2011-05-30T09:39:51 *** arvind_khadri has quit IRC 2011-05-30T10:12:06 *** antgreen has joined #rtems 2011-05-30T10:12:37 *** zwj has quit IRC 2011-05-30T10:32:00 *** lj8175 has quit IRC 2011-05-30T11:26:56 *** sqm has quit IRC 2011-05-30T11:42:41 *** acarrasco has joined #rtems 2011-05-30T12:02:30 *** monstr has quit IRC 2011-05-30T12:07:18 *** pakkinen has quit IRC 2011-05-30T12:29:26 *** acarrasco has quit IRC 2011-05-30T12:46:27 *** arvind_khadri has joined #rtems 2011-05-30T12:46:27 *** arvind_khadri has joined #rtems 2011-05-30T13:45:03 *** arvind_khadri has quit IRC 2011-05-30T13:57:32 *** arvind_khadri has joined #rtems 2011-05-30T13:57:32 *** arvind_khadri has joined #rtems 2011-05-30T14:12:57 *** shayden has quit IRC 2011-05-30T14:44:27 *** methril has quit IRC 2011-05-30T14:45:46 *** methril has joined #rtems 2011-05-30T15:26:45 *** dr__hous1 has joined #rtems 2011-05-30T15:29:44 *** dr__house has quit IRC 2011-05-30T15:39:09 *** shayden has joined #rtems 2011-05-30T15:53:18 *** arvind_khadri has quit IRC 2011-05-30T17:34:27 *** arvind_khadri has joined #rtems 2011-05-30T17:34:33 *** arvind_khadri has joined #rtems 2011-05-30T18:40:28 *** projectgus has joined #rtems 2011-05-30T19:42:43 *** xiangfu has joined #rtems 2011-05-30T20:26:27 *** arvind_khadri has quit IRC 2011-05-30T20:37:41 *** arvind_khadri has joined #rtems 2011-05-30T20:37:41 *** arvind_khadri has joined #rtems 2011-05-30T20:50:40 *** shayden has quit IRC 2011-05-30T21:24:06 *** sqm has joined #rtems 2011-05-30T21:52:51 *** xiangfu has quit IRC 2011-05-30T22:11:37 !seen sebhub 2011-05-30T22:11:44 ~seen sebhub 2011-05-30T22:11:53 -_- 2011-05-30T22:24:45 *** kiwichris has joined #rtems 2011-05-30T23:11:47 *** arvind_khadri has quit IRC 2011-05-30T23:24:04 *** arvind_khadri has joined #rtems 2011-05-30T23:49:21 *** arvind_khadri has quit IRC 2011-05-31T00:02:20 *** arvind_khadri has joined #rtems 2011-05-31T00:33:34 *** dimonov has quit IRC 2011-05-31T00:35:32 *** dimonov has joined #rtems 2011-05-31T00:38:53 *** dimonov has quit IRC 2011-05-31T00:38:53 *** dimonov has joined #rtems 2011-05-31T00:57:44 *** arvind_khadri has quit IRC 2011-05-31T01:02:29 *** sqm has quit IRC 2011-05-31T01:36:28 *** sqm has joined #rtems 2011-05-31T01:44:11 *** sqm has quit IRC 2011-05-31T01:52:53 *** sqm has joined #rtems 2011-05-31T01:56:59 *** xiangfu has joined #rtems 2011-05-31T01:57:20 *** sqm has quit IRC 2011-05-31T02:02:54 *** sqm has joined #rtems 2011-05-31T02:11:04 *** arvind_khadri has joined #rtems 2011-05-31T02:50:18 *** methril has quit IRC 2011-05-31T03:04:12 *** methril has joined #rtems 2011-05-31T03:14:01 *** sebhub has joined #rtems 2011-05-31T03:14:13 good morning 2011-05-31T03:16:18 *** kiwichris has quit IRC 2011-05-31T05:09:56 *** sqm has quit IRC 2011-05-31T05:29:47 *** sqm has joined #rtems 2011-05-31T05:58:02 *** lj8175 has joined #rtems 2011-05-31T06:16:35 *** methril_work has quit IRC 2011-05-31T06:17:18 *** methril has quit IRC 2011-05-31T06:19:21 *** methril_work has joined #rtems 2011-05-31T06:22:55 *** methril has joined #rtems 2011-05-31T06:40:51 hi, by default, what is the ramdisk filesystem? 2011-05-31T06:40:54 how to configure it? 2011-05-31T06:40:55 thanks 2011-05-31T06:41:23 kristianpaul: Hi, I found in milkymist one, the ramdisk is not yaffs2. 2011-05-31T06:41:39 I try to debug the issue #17. 2011-05-31T06:41:52 oh. wrong place. 2011-05-31T06:43:45 hehe :) 2011-05-31T06:44:18 xiangfu: I guess ramdisk has no "file system", it's just the fs structures in-memory 2011-05-31T06:44:21 but it's just guessing 2011-05-31T06:44:49 maybe I bullshiting and it makes no sense :p 2011-05-31T06:44:53 +am 2011-05-31T06:47:21 I found the 'lstat' give st_blksize 0 when the file under ramdisk. 2011-05-31T06:47:44 I will try to find all 'lstat' implement in rtems. then add some 'printf' :) 2011-05-31T07:15:20 *** antgreen has quit IRC 2011-05-31T08:04:39 or use a debugger? 2011-05-31T08:46:11 xiangfu: imfs is think 2011-05-31T08:46:30 yaffs2 is for the nor memory mounted in /flash 2011-05-31T08:46:48 [imfs is think] ? 2011-05-31T08:46:58 yeah something like that 2011-05-31T08:47:00 *** panzon has joined #rtems 2011-05-31T08:47:05 [yaffs2 nor /flash] yes. correct 2011-05-31T08:47:23 hi 2011-05-31T08:47:58 btw Fallenou did you have look mountung nfs? wich nfs you used if? i'm having problems to connect to a local nfs server.. 2011-05-31T08:48:05 kristianpaul: [imfs is think] sorry, what is that means? you mean the filesystem is 'imfs'? 2011-05-31T08:48:09 sorry no log know but i'll drop it at eventing 2011-05-31T08:48:31 Does anyone know what "Heir" is ? 2011-05-31T08:48:32 xiangfu: think he meant "imfs I think" 2011-05-31T08:48:39 and yes it could be the fs 2011-05-31T08:48:40 yup sorry 2011-05-31T08:48:43 "in memory file system" 2011-05-31T08:51:00 fallenou Are you writing to me? 2011-05-31T08:51:33 nop panzon sorry 2011-05-31T08:52:31 oh 2011-05-31T08:53:21 xiangfu: maybe have a look at http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.10.0/share/rtems/html/filesystem/filesystem00006.html 2011-05-31T08:53:51 and this http://www.rtems.com/wiki/index.php/File_Systems 2011-05-31T08:54:04 Fallenou: thanks. 2011-05-31T08:55:34 http://paste.debian.net/118459 2011-05-31T09:13:56 Fallenou: I guess I found the problem: https://github.com/milkymist/rtems-milkymist/blob/master/cpukit/libfs/src/imfs/imfs_stat.c#L25 2011-05-31T09:14:32 in imfs_stat.c it's not setup the buf->st_blksize. so the st_blksize is 0. 2011-05-31T09:14:39 ahh !! 2011-05-31T09:14:41 I just added "buf->st_blksize = 1024;" re-compiling 2011-05-31T09:15:06 kristianpaul: Fallenou thanks again 2011-05-31T09:15:21 so that way heap will allow ~92Mb of storage? 2011-05-31T09:15:46 also the mode in imfs is 0222, that is why the move file from ramdisk to nor flash, there is some warning 2011-05-31T09:16:15 kristianpaul: hmmm.. not sure. 2011-05-31T09:17:09 milkymist one is the first device try to move file from ramdisk to flash device ;-) 2011-05-31T09:18:04 imfs and ramdisk are different things, right ? 2011-05-31T09:18:17 imfs is the root , just meant to host mount points 2011-05-31T09:18:40 yup 2011-05-31T09:18:51 *** nighty^ has joined #rtems 2011-05-31T09:19:00 so that why ramdisk is meanfull i think 2011-05-31T09:31:45 The In Memory File Systems is always the root file system and uses the standard C library heap for storage 2011-05-31T09:40:56 kristianpaul: so we don't have real 'ramdisk' in flickernoise, right? all we have is just a foler /ramdisk on IMFS, right? 2011-05-31T09:41:27 *** shayden has joined #rtems 2011-05-31T09:58:44 xiangfu: right 2011-05-31T10:01:21 *** xiangfu has quit IRC 2011-05-31T10:13:27 *** antgreen has joined #rtems 2011-05-31T10:21:17 *** sebhub has quit IRC 2011-05-31T10:30:07 *** zwj has joined #rtems 2011-05-31T10:31:33 *** panzon has quit IRC 2011-05-31T10:46:33 *** zwj has quit IRC 2011-05-31T10:51:51 *** lj8175 has quit IRC 2011-05-31T11:28:41 *** sqm has quit IRC 2011-05-31T12:44:29 *** cssmith has joined #rtems 2011-05-31T13:14:30 *** cssmith1 has joined #rtems 2011-05-31T13:14:55 *** cssmith has quit IRC 2011-05-31T13:23:28 *** cssmith has joined #rtems 2011-05-31T13:24:51 *** cssmith1 has quit IRC 2011-05-31T13:37:35 *** arvind_khadri has quit IRC 2011-05-31T13:50:37 *** arvind_khadri has joined #rtems 2011-05-31T14:06:39 *** cssmith has left #rtems 2011-05-31T15:12:41 *** kuzew has quit IRC 2011-05-31T15:14:09 *** kuzew has joined #rtems 2011-05-31T16:13:32 *** shayden has quit IRC 2011-05-31T16:22:02 *** arvind_khadri has quit IRC 2011-05-31T17:22:04 *** shayden has joined #rtems 2011-05-31T17:53:29 *** kiwichris has joined #rtems 2011-05-31T19:33:52 *** xiangfu has joined #rtems 2011-05-31T20:24:38 *** xiangfu has quit IRC 2011-05-31T20:42:59 *** xiangfu has joined #rtems 2011-05-31T20:55:38 *** methril_ has joined #rtems 2011-05-31T20:57:11 *** methril has quit IRC 2011-05-31T21:36:04 *** sqm has joined #rtems 2011-05-31T22:18:31 *** sqm has quit IRC 2011-05-31T22:24:37 *** methril__ has joined #rtems 2011-05-31T22:25:19 *** methril_ has quit IRC 2011-05-31T22:28:12 *** sqm has joined #rtems 2011-06-01T00:16:16 *** monstr has joined #rtems 2011-06-01T01:42:22 *** sqm has quit IRC 2011-06-01T01:48:48 *** sqm has joined #rtems 2011-06-01T01:53:12 *** monstr has quit IRC 2011-06-01T01:53:32 *** monstr-rtems has joined #rtems 2011-06-01T02:00:23 *** projectgus has quit IRC 2011-06-01T02:51:57 *** kiwichris has quit IRC 2011-06-01T03:13:17 *** arvind_khadri has joined #rtems 2011-06-01T03:13:17 *** arvind_khadri has joined #rtems 2011-06-01T04:06:11 *** xiangfu has quit IRC 2011-06-01T04:18:02 *** sqm has quit IRC 2011-06-01T04:18:51 *** methril__ has quit IRC 2011-06-01T04:31:10 *** methril__ has joined #rtems 2011-06-01T04:55:43 *** sebhub has joined #rtems 2011-06-01T04:55:46 hi 2011-06-01T05:55:56 hola 2011-06-01T07:38:29 *** sebhub has quit IRC 2011-06-01T07:46:51 *** sebhub has joined #rtems 2011-06-01T08:45:31 *** xiangfu has joined #rtems 2011-06-01T09:24:11 *** kristianpaul has quit IRC 2011-06-01T09:24:18 *** kristianpaul has joined #rtems 2011-06-01T09:25:14 *** kristianpaul has quit IRC 2011-06-01T09:25:24 *** kristianpaul has joined #rtems 2011-06-01T09:25:24 *** kristianpaul has joined #rtems 2011-06-01T09:26:58 *** xiangfu has quit IRC 2011-06-01T09:34:28 *** tuxmaniac has joined #rtems 2011-06-01T09:34:43 is saying hi from the rtems class in Munich :) 2011-06-01T09:38:37 hi :) 2011-06-01T09:38:40 have fun ! 2011-06-01T09:39:44 nice 2011-06-01T09:44:21 *** sebhub has quit IRC 2011-06-01T09:51:54 *** kristianpaul has quit IRC 2011-06-01T09:52:04 *** kristianpaul has joined #rtems 2011-06-01T09:52:04 *** kristianpaul has joined #rtems 2011-06-01T10:18:57 *** arvind_khadri has quit IRC 2011-06-01T10:32:02 *** arvind_khadri has joined #rtems 2011-06-01T10:53:46 *** monstr-rtems has quit IRC 2011-06-01T11:19:01 *** lj8175 has joined #rtems 2011-06-01T11:20:44 *** lj8175 has quit IRC 2011-06-01T12:11:44 *** cssmith has joined #rtems 2011-06-01T12:12:37 *** panzon has joined #rtems 2011-06-01T13:41:42 *** cssmith has quit IRC 2011-06-01T17:11:42 *** panzon has quit IRC 2011-06-01T17:51:00 *** kristianpaul has quit IRC 2011-06-01T17:51:16 *** kristianpaul has joined #rtems 2011-06-01T17:51:17 *** kristianpaul has joined #rtems 2011-06-01T18:02:39 *** shayden has quit IRC 2011-06-01T18:05:45 *** projectgus has joined #rtems 2011-06-01T18:08:07 *** kiwichris has joined #rtems 2011-06-01T19:22:26 *** shayden has joined #rtems 2011-06-01T20:03:00 *** antgreen has quit IRC 2011-06-01T20:26:06 *** xiangfu has joined #rtems 2011-06-01T20:27:20 *** xiangfu has quit IRC 2011-06-01T21:49:50 *** shayden has quit IRC 2011-06-01T22:47:54 *** xiangfu` has joined #rtems 2011-06-01T22:58:53 *** arvind_khadri has quit IRC 2011-06-01T23:42:18 *** xiangfu` has quit IRC 2011-06-02T00:34:50 *** antgreen has joined #rtems 2011-06-02T00:37:55 *** monstr-rtems has joined #rtems 2011-06-02T00:50:44 *** xiangfu` has joined #rtems 2011-06-02T00:58:01 *** arvind_khadri has joined #rtems 2011-06-02T01:27:15 *** monstr-rtems has quit IRC 2011-06-02T01:40:48 *** monstr-rtems has joined #rtems 2011-06-02T01:51:45 *** projectgus has quit IRC 2011-06-02T01:57:27 *** kiwichris has quit IRC 2011-06-02T02:47:27 *** kiwichris has joined #rtems 2011-06-02T03:04:43 *** methril__ has quit IRC 2011-06-02T03:11:17 *** methril__ has joined #rtems 2011-06-02T03:15:27 *** kiwichris has quit IRC 2011-06-02T03:36:21 *** arvind_khadri has quit IRC 2011-06-02T04:29:37 *** arvind_khadri has joined #rtems 2011-06-02T04:56:48 *** monstr-rtems has quit IRC 2011-06-02T05:18:22 *** methril__ has quit IRC 2011-06-02T05:22:03 *** methril has joined #rtems 2011-06-02T05:22:42 *** monstr-rtems has joined #rtems 2011-06-02T05:34:30 *** methril_ has joined #rtems 2011-06-02T06:09:11 *** monstr-rtems has quit IRC 2011-06-02T06:13:13 *** monstr-rtems has joined #rtems 2011-06-02T06:20:00 *** monstr-rtems has quit IRC 2011-06-02T06:27:14 *** monstr-rtems has joined #rtems 2011-06-02T06:38:33 *** monstr-rtems has quit IRC 2011-06-02T06:52:18 *** monstr-rtems has joined #rtems 2011-06-02T06:56:35 *** monstr-rtems has quit IRC 2011-06-02T07:00:03 *** monstr-rtems has joined #rtems 2011-06-02T07:05:12 *** monstr-rtems has quit IRC 2011-06-02T07:05:29 *** projectgus has joined #rtems 2011-06-02T07:09:36 *** projectgus has quit IRC 2011-06-02T07:13:49 *** monstr-rtems has joined #rtems 2011-06-02T07:18:01 *** monstr-rtems has quit IRC 2011-06-02T07:18:35 *** monstr-rtems has joined #rtems 2011-06-02T07:23:37 *** monstr-rtems has quit IRC 2011-06-02T07:42:57 *** zwj has joined #rtems 2011-06-02T08:24:40 *** wenjie has joined #rtems 2011-06-02T08:24:41 *** zwj has quit IRC 2011-06-02T08:29:04 *** wenjie has quit IRC 2011-06-02T08:39:34 *** zwj has joined #rtems 2011-06-02T08:54:23 *** zwj has quit IRC 2011-06-02T09:03:07 *** kristianpaul has quit IRC 2011-06-02T09:04:24 *** kristianpaul has joined #rtems 2011-06-02T09:04:33 *** kristianpaul has joined #rtems 2011-06-02T09:05:31 *** kristianpaul has quit IRC 2011-06-02T09:06:17 *** kristianpaul has joined #rtems 2011-06-02T09:06:17 *** kristianpaul has joined #rtems 2011-06-02T09:06:43 *** kristianpaul has quit IRC 2011-06-02T09:06:49 *** kristianpaul has joined #rtems 2011-06-02T09:11:06 *** dr__house has joined #rtems 2011-06-02T09:11:06 *** dr__house has joined #rtems 2011-06-02T09:13:36 *** dr__hous1 has quit IRC 2011-06-02T09:57:16 *** monstr-rtems has joined #rtems 2011-06-02T09:58:04 *** lj8175 has joined #rtems 2011-06-02T09:59:09 *** monstr-rtems has quit IRC 2011-06-02T10:13:17 *** xiangfu` has quit IRC 2011-06-02T10:18:20 *** cssmith has joined #rtems 2011-06-02T10:18:50 *** lj8175 has quit IRC 2011-06-02T10:34:29 *** arvind_khadri has quit IRC 2011-06-02T10:45:20 *** dr__house has quit IRC 2011-06-02T10:45:30 *** dr__house has joined #rtems 2011-06-02T10:45:30 *** dr__house has joined #rtems 2011-06-02T11:06:59 *** lj8175 has joined #rtems 2011-06-02T11:47:20 *** dr__house has quit IRC 2011-06-02T11:47:30 *** dr__house has joined #rtems 2011-06-02T11:47:30 *** dr__house has joined #rtems 2011-06-02T12:09:17 *** shayden has joined #rtems 2011-06-02T12:16:55 *** lj8175 has quit IRC 2011-06-02T12:21:23 *** arvind_khadri has joined #rtems 2011-06-02T13:06:01 *** cssmith has quit IRC 2011-06-02T13:59:46 *** cssmith has joined #rtems 2011-06-02T14:29:20 *** dr__house has quit IRC 2011-06-02T14:29:29 *** dr__house has joined #rtems 2011-06-02T14:29:35 *** dr__house has joined #rtems 2011-06-02T14:47:19 *** dr__house has quit IRC 2011-06-02T14:47:30 *** dr__house has joined #rtems 2011-06-02T14:47:31 *** dr__house has joined #rtems 2011-06-02T15:02:27 *** cssmith has left #rtems 2011-06-02T15:51:18 *** dr__house has quit IRC 2011-06-02T15:51:30 *** dr__house has joined #rtems 2011-06-02T16:13:26 *** dr__house has quit IRC 2011-06-02T18:00:43 *** kiwichris has joined #rtems 2011-06-02T18:06:10 *** projectgus has joined #rtems 2011-06-02T20:01:58 *** xiangfu has joined #rtems 2011-06-02T21:29:41 *** lj8175 has joined #rtems 2011-06-02T21:30:39 *** lj8175 has quit IRC 2011-06-02T22:24:19 *** methril_ has quit IRC 2011-06-02T22:24:19 *** methril has quit IRC 2011-06-02T22:37:06 *** methril has joined #rtems 2011-06-02T22:37:41 *** methril_ has joined #rtems 2011-06-02T23:45:07 *** arvind_khadri has quit IRC 2011-06-03T00:41:38 *** monstr-rtems has joined #rtems 2011-06-03T01:17:03 *** arvind_khadri has joined #rtems 2011-06-03T01:18:29 *** lj8175 has joined #rtems 2011-06-03T02:09:32 *** lj8175 has quit IRC 2011-06-03T02:10:21 *** projectgus has quit IRC 2011-06-03T02:14:12 *** sebhub has joined #rtems 2011-06-03T02:26:34 *** sebhub has quit IRC 2011-06-03T02:27:29 *** sebhub has joined #rtems 2011-06-03T02:38:15 *** arvind_khadri has quit IRC 2011-06-03T02:51:54 *** arvind_khadri has joined #rtems 2011-06-03T02:56:40 *** arvind_khadri has quit IRC 2011-06-03T03:10:26 *** arvind_khadri has joined #rtems 2011-06-03T04:00:35 *** methril_ has quit IRC 2011-06-03T04:01:01 *** methril has quit IRC 2011-06-03T04:03:25 *** sebhub has quit IRC 2011-06-03T04:04:45 *** methril has joined #rtems 2011-06-03T04:10:32 *** methril_ has joined #rtems 2011-06-03T04:44:33 *** xiangfu has quit IRC 2011-06-03T07:05:16 *** xiangfu has joined #rtems 2011-06-03T07:09:17 *** sebhub has joined #rtems 2011-06-03T07:11:53 *** sebhub has quit IRC 2011-06-03T08:30:34 *** arvind_khadri has quit IRC 2011-06-03T09:03:18 *** monstr-rtems has quit IRC 2011-06-03T09:42:03 *** xiangfu has quit IRC 2011-06-03T11:33:59 *** arvind_khadri has joined #rtems 2011-06-03T11:33:59 *** arvind_khadri has joined #rtems 2011-06-03T12:22:57 *** cssmith has joined #rtems 2011-06-03T13:13:17 *** cssmith has left #rtems 2011-06-03T13:53:41 *** arvind_khadri has quit IRC 2011-06-03T20:35:05 *** shayden has quit IRC 2011-06-03T21:56:46 *** shayden has joined #rtems 2011-06-03T21:59:51 *** arvind_khadri has joined #rtems 2011-06-03T21:59:51 *** arvind_khadri has joined #rtems 2011-06-03T22:07:56 *** arvind_khadri has quit IRC 2011-06-03T22:20:19 *** arvind_khadri has joined #rtems 2011-06-03T22:20:20 *** arvind_khadri has joined #rtems 2011-06-03T23:03:44 *** arvind_khadri has quit IRC 2011-06-04T01:44:33 *** kuzew has quit IRC 2011-06-04T01:46:41 *** kuzew has joined #rtems 2011-06-04T04:44:17 *** arvind_khadri has joined #rtems 2011-06-04T04:44:17 *** arvind_khadri has joined #rtems 2011-06-04T05:33:37 *** dr__house has joined #rtems 2011-06-04T05:33:37 *** dr__house has joined #rtems 2011-06-04T10:27:33 *** dr__house has quit IRC 2011-06-04T10:27:56 *** dr__house has joined #rtems 2011-06-04T10:41:00 *** shayden has quit IRC 2011-06-04T10:53:34 *** dr__house has quit IRC 2011-06-04T10:53:56 *** dr__house has joined #rtems 2011-06-04T10:59:11 *** arvind_khadri has quit IRC 2011-06-04T15:07:31 *** dr__house has quit IRC 2011-06-04T15:07:53 *** dr__house has joined #rtems 2011-06-04T15:07:53 *** dr__house has joined #rtems 2011-06-04T15:11:31 *** dr__house has quit IRC 2011-06-04T15:11:48 *** dr__house has joined #rtems 2011-06-04T15:11:48 *** dr__house has joined #rtems 2011-06-04T15:24:15 *** shayden has joined #rtems 2011-06-04T15:41:34 *** dr__house has quit IRC 2011-06-04T15:41:51 *** dr__house has joined #rtems 2011-06-04T15:41:51 *** dr__house has joined #rtems 2011-06-04T15:45:31 *** dr__house has quit IRC 2011-06-04T15:45:49 *** dr__house has joined #rtems 2011-06-04T15:45:49 *** dr__house has joined #rtems 2011-06-04T16:09:36 *** dr__house has quit IRC 2011-06-04T16:09:54 *** dr__house has joined #rtems 2011-06-04T16:09:54 *** dr__house has joined #rtems 2011-06-04T19:05:31 *** dr__house has quit IRC 2011-06-04T19:05:48 *** dr__house has joined #rtems 2011-06-04T19:05:48 *** dr__house has joined #rtems 2011-06-04T19:27:31 *** dr__house has quit IRC 2011-06-04T19:27:50 *** dr__house has joined #rtems 2011-06-04T19:27:50 *** dr__house has joined #rtems 2011-06-04T21:15:41 *** shayden has quit IRC 2011-06-04T21:24:58 *** arvind_khadri has joined #rtems 2011-06-04T21:24:58 *** arvind_khadri has joined #rtems 2011-06-04T22:00:27 *** antgreen has quit IRC 2011-06-04T22:09:31 *** arvind_khadri has quit IRC 2011-06-04T22:21:48 *** methril__ has joined #rtems 2011-06-04T22:22:13 *** arvind_khadri has joined #rtems 2011-06-04T22:23:16 *** methril has quit IRC 2011-06-04T22:23:46 *** methril_ has quit IRC 2011-06-04T22:23:55 *** methril has joined #rtems 2011-06-04T22:42:54 *** arvind_khadri has quit IRC 2011-06-05T01:20:11 *** lj8175 has joined #rtems 2011-06-05T04:49:19 *** kiwichris has quit IRC 2011-06-05T04:58:44 *** kiwichris has joined #rtems 2011-06-05T05:03:41 *** lj8175 has quit IRC 2011-06-05T06:33:04 *** lj8175 has joined #rtems 2011-06-05T06:37:14 *** lj8175 has quit IRC 2011-06-05T06:44:29 *** lj8175 has joined #rtems 2011-06-05T08:30:52 *** dr__house has joined #rtems 2011-06-05T08:30:52 *** dr__house has joined #rtems 2011-06-05T09:09:49 *** dr__house has quit IRC 2011-06-05T09:37:49 *** arvind_khadri has joined #rtems 2011-06-05T09:37:49 *** arvind_khadri has joined #rtems 2011-06-05T10:12:53 *** dr__house has joined #rtems 2011-06-05T10:53:44 *** shayden has joined #rtems 2011-06-05T11:26:47 *** lj8175 has quit IRC 2011-06-05T13:41:44 *** dr__house has quit IRC 2011-06-05T19:53:57 *** xiangfu has joined #rtems 2011-06-05T20:48:27 *** dr__house has joined #rtems 2011-06-05T20:48:27 *** dr__house has joined #rtems 2011-06-05T21:12:12 *** dr__house has quit IRC 2011-06-05T22:01:33 *** zwj has joined #rtems 2011-06-05T22:05:37 *** arvind_khadri has quit IRC 2011-06-05T22:08:10 *** zwj has quit IRC 2011-06-05T22:13:54 *** zwj has joined #rtems 2011-06-05T22:22:34 *** arvind_khadri has joined #rtems 2011-06-05T22:22:34 *** arvind_khadri has joined #rtems 2011-06-05T22:28:11 *** zwj has quit IRC 2011-06-05T23:03:53 *** zwj has joined #rtems 2011-06-05T23:09:53 *** shayden has quit IRC 2011-06-05T23:25:11 *** arvind_khadri has quit IRC