2011-07-11T00:27:28 *** arvind_khadri has joined #rtems 2011-07-11T00:27:28 *** arvind_khadri has joined #rtems 2011-07-11T01:09:39 *** monstr-rtems has joined #rtems 2011-07-11T01:23:42 *** sebhub has joined #rtems 2011-07-11T01:27:20 good morning 2011-07-11T04:15:24 *** Shisui has joined #rtems 2011-07-11T04:35:28 *** xiangfu` has joined #rtems 2011-07-11T04:40:24 *** xiangfu has quit IRC 2011-07-11T04:42:32 *** arvind_khadri has quit IRC 2011-07-11T04:42:50 *** arvind_khadri has joined #rtems 2011-07-11T04:42:50 *** arvind_khadri has joined #rtems 2011-07-11T04:56:05 *** xiangfu` has quit IRC 2011-07-11T06:20:05 *** panzon has joined #rtems 2011-07-11T06:21:01 *** arvind_khadri has quit IRC 2011-07-11T06:21:22 *** arvind_khadri has joined #rtems 2011-07-11T06:32:08 *** methril_work has joined #rtems 2011-07-11T07:08:39 *** panzon is now known as awesomenickname 2011-07-11T07:09:29 *** awesomenickname is now known as panzon 2011-07-11T08:44:16 *** xiangfu has joined #rtems 2011-07-11T08:55:59 *** Shisui has quit IRC 2011-07-11T09:22:42 *** xiangfu has quit IRC 2011-07-11T10:01:09 *** arvind_khadri has quit IRC 2011-07-11T10:02:00 *** sebhub has quit IRC 2011-07-11T10:02:21 *** dr__house has joined #rtems 2011-07-11T10:02:21 *** dr__house has joined #rtems 2011-07-11T10:13:40 *** arvind_khadri has joined #rtems 2011-07-11T10:13:40 *** arvind_khadri has joined #rtems 2011-07-11T10:22:31 *** dr__house has quit IRC 2011-07-11T10:22:42 *** dr__house has joined #rtems 2011-07-11T10:22:42 *** dr__house has joined #rtems 2011-07-11T11:40:46 *** arvind_khadri has quit IRC 2011-07-11T12:48:25 *** DrJoel has joined #rtems 2011-07-11T12:48:25 *** ChanServ sets mode: +o DrJoel 2011-07-11T13:13:09 *** arvind_khadri has joined #rtems 2011-07-11T13:13:09 *** arvind_khadri has joined #rtems 2011-07-11T13:16:37 *** cssmith has joined #rtems 2011-07-11T14:02:38 *** arvind_khadri has quit IRC 2011-07-11T14:03:26 *** arvind_khadri has joined #rtems 2011-07-11T14:03:26 *** arvind_khadri has joined #rtems 2011-07-11T14:06:54 *** antgreen has joined #rtems 2011-07-11T14:30:08 *** monstr-rtems has quit IRC 2011-07-11T14:32:58 cssmith: two things were wrong.. and I apparently had both fixed in my tree.. :) 2011-07-11T14:33:10 I believe you need the memset() in malloc until we figure out what is not cleared out 2011-07-11T14:33:45 Also you need to define EVERY configure_xxx parameter before you include confdefs.h.. You were hacking at the minimum stack size and doing it too late 2011-07-11T14:33:48 #define CONFIGURE_MINIMUM_TASK_STACK_SIZE (1024*64) 2011-07-11T14:33:48 #define CONFIGURE_INIT 2011-07-11T14:33:48 #include 2011-07-11T14:34:00 If I remove either I think it blows us 2011-07-11T14:34:05 blows up I mean 2011-07-11T14:37:48 Wow, Ok, I'll try that out real quick 2011-07-11T14:38:19 *** antgreen has quit IRC 2011-07-11T14:38:33 *** antgreen has joined #rtems 2011-07-11T14:39:49 Wow...do I feel foolish. That does it. Thanks a lot. 2011-07-11T14:40:22 Two bugs.. but both real. :D 2011-07-11T14:42:42 Right. I'm just glad it's finally working :-D 2011-07-11T14:45:53 tracking down what really needs the memset is the next step 2011-07-11T14:50:40 *** antgreen has quit IRC 2011-07-11T14:59:39 DrJoel: That might actually be my problem as well. When I malloc-ed a couple of strings for arguments, I just left them dirty. If I memset the ones I don't use to 0 first, everything works fine. 2011-07-11T15:00:31 ouch.. well that saves a lua bug 2011-07-11T15:00:39 You can always use calloc. 2011-07-11T15:03:17 Yeah. Adventures in systems programming I suppose. I guess I usually don't worry about that sort of thing when writing programs normally. 2011-07-11T15:03:54 We try to never assume memory has known contents. Safer programming style even on UNIX 2011-07-11T15:25:09 *** dr__house has quit IRC 2011-07-11T15:25:13 *** dr__house` has joined #rtems 2011-07-11T15:25:14 *** dr__house` has joined #rtems 2011-07-11T15:25:47 *** antgreen has joined #rtems 2011-07-11T16:45:29 *** DrJoel has quit IRC 2011-07-11T17:10:02 *** dr__house` has quit IRC 2011-07-11T19:11:37 *** peerst has quit IRC 2011-07-11T19:12:41 *** panzon has quit IRC 2011-07-11T19:20:19 *** peerst has joined #rtems 2011-07-11T20:13:29 *** cssmith has quit IRC 2011-07-11T20:17:56 *** xiangfu has joined #rtems 2011-07-11T22:22:06 *** xiangfu has quit IRC 2011-07-11T22:48:18 *** panzon has joined #rtems 2011-07-12T00:35:19 *** xiangfu has joined #rtems 2011-07-12T00:49:53 *** monstr-rtems has joined #rtems 2011-07-12T01:23:27 *** arvind_khadri has quit IRC 2011-07-12T02:02:07 *** xiangfu` has joined #rtems 2011-07-12T02:03:09 *** xiangfu has quit IRC 2011-07-12T02:04:16 *** arvind_khadri has joined #rtems 2011-07-12T02:25:46 *** sebhub has joined #rtems 2011-07-12T02:25:50 good morning 2011-07-12T02:27:32 hi 2011-07-12T02:30:43 *** methril_ has joined #rtems 2011-07-12T02:31:59 *** methril has quit IRC 2011-07-12T03:23:13 *** rtemsLogger` has joined #rtems 2011-07-12T03:23:14 -hitchcock.freenode.net- [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp 2011-07-12T03:29:34 *** monstr-rtems has quit IRC 2011-07-12T03:29:34 *** methril_work has quit IRC 2011-07-12T03:29:34 *** rtemsLogger has quit IRC 2011-07-12T03:29:54 *** Shisui has joined #rtems 2011-07-12T03:35:40 *** methril_work has joined #rtems 2011-07-12T03:39:03 *** monstr-rtems has joined #rtems 2011-07-12T08:09:33 *** antgreen has quit IRC 2011-07-12T09:09:45 *** monstr-rtems has quit IRC 2011-07-12T09:40:35 *** lj8175 has joined #rtems 2011-07-12T10:00:48 *** arvind_khadri has quit IRC 2011-07-12T10:03:36 *** xiangfu` has quit IRC 2011-07-12T10:05:56 *** dr__house has joined #rtems 2011-07-12T10:05:56 *** dr__house has joined #rtems 2011-07-12T10:14:11 *** arvind_khadri has joined #rtems 2011-07-12T10:23:40 *** lj8175 has quit IRC 2011-07-12T10:25:18 *** demute has quit IRC 2011-07-12T10:47:21 *** DrJoel has joined #rtems 2011-07-12T10:47:22 *** ChanServ sets mode: +o DrJoel 2011-07-12T10:48:07 *** sebhub has quit IRC 2011-07-12T11:53:41 *** panzon has quit IRC 2011-07-12T12:14:40 *** demute has joined #rtems 2011-07-12T13:08:41 *** panzon has joined #rtems 2011-07-12T13:34:04 panzon: how are you configuring? 2011-07-12T13:34:39 and for the files with "C" for conflict.. remove them and do an update again 2011-07-12T13:35:04 sorry.. see configure command 2011-07-12T13:51:58 a fresh checkout is building fine for me. These files were changed on July 8. You can always go into the cpukit, remove them and do an update. 2011-07-12T13:52:50 Hmmm.. try "cvs stat" on the .c and .h file conflicting. Make sure the "Sticky" fields say "(none)" 2011-07-12T13:52:56 $ cvs stat libnetworking/rtems/tftp.h 2011-07-12T13:52:57 =================================================================== 2011-07-12T13:52:57 File: tftp.h Status: Up-to-date 2011-07-12T13:52:57 Working revision: 1.9 2011-07-12T13:52:57 Repository revision: 1.9 /usr1/CVS/rtems/cpukit/libnetworking/rtems/tftp.h,v 2011-07-12T13:52:58 Sticky Tag: (none) 2011-07-12T13:52:59 Sticky Date: (none) 2011-07-12T13:53:01 Sticky Options: (none) 2011-07-12T13:53:03 That is right. :D 2011-07-12T13:53:31 Hi 2011-07-12T13:53:50 hey chris.. haven't chatted with you in a while 2011-07-12T13:54:20 DrJoel, hi and yeah it has been a while. 2011-07-12T13:54:38 I did the GSOC mid-term evals for my two students... Jennifer is about to do hers 2011-07-12T13:55:22 I will do mine today my time. When the day actually starts 2011-07-12T14:08:58 DrJoel, with the NIOS2 work should I target 4.10 and a patch or 4.11 ? 2011-07-12T14:14:38 *** dr__house has quit IRC 2011-07-12T14:14:51 *** dr__house has joined #rtems 2011-07-12T14:14:51 *** dr__house has joined #rtems 2011-07-12T14:15:22 That is a good question.. 4.10 is more stable but you have to re-add the nios2 directories. 4.11 is more of a moving target but you don't have to add the directories back. We need git 2011-07-12T14:15:35 We need 4.10.1 out.. need to email and see if anymore issues 2011-07-12T14:15:49 Will this have USB or updated TCP stack? 2011-07-12T14:15:58 Yeah we do. My concern with 4.11 is the changes in newlib that tend to happen 2011-07-12T14:16:06 Just USB 2011-07-12T14:16:41 I have a small clean up patch for the RFS change I did and it is not important. 2011-07-12T14:16:59 It relates the to the '2' comment from Ralf on the vc-list 2011-07-12T14:17:22 I think 4.10 is what I will do and I will try 4.11 from time to time. 2011-07-12T14:17:36 that is probably wiser 2011-07-12T14:17:44 2 comment? 2011-07-12T14:18:57 The last RFS fix I hard coded in the length of 2 for the parent directory size for a string. 2011-07-12T14:19:01 length 2011-07-12T14:19:27 Which is what it is. The line of code has no actual reference to this number being a length 2011-07-12T14:19:43 It is a little clean up and not a fix 2011-07-12T14:21:59 I just sent a message to the list. Will give it a few days and then cut 4.10.1.. fix it if you get time 2011-07-12T14:22:08 Great 2011-07-12T14:22:50 Doing the site for this drummer is being a learning experience. I found a drupal module that lets you do collapsible text. Check this out: 2011-07-12T14:22:52 http://www.chiphancock.com/testimonials 2011-07-12T14:23:05 I want to install it on rtems.org and tighten up the home page. 2011-07-12T14:23:44 Nice 2011-07-12T14:35:12 *** Shisui has quit IRC 2011-07-12T14:39:15 *** dr__house has quit IRC 2011-07-12T14:39:20 *** dr__house` has joined #rtems 2011-07-12T14:39:20 *** dr__house` has joined #rtems 2011-07-12T15:28:59 *** spacemig has joined #rtems 2011-07-12T15:29:08 *** spacemig has left #rtems 2011-07-12T15:29:40 *** spacemig has joined #rtems 2011-07-12T15:46:58 *** dr__house` has quit IRC 2011-07-12T15:47:07 *** dr__house` has joined #rtems 2011-07-12T15:47:07 *** dr__house` has joined #rtems 2011-07-12T15:51:13 *** dr__house` has quit IRC 2011-07-12T15:51:13 *** dr__house has joined #rtems 2011-07-12T15:51:13 *** dr__house has joined #rtems 2011-07-12T15:56:35 *** DrJoel has quit IRC 2011-07-12T15:59:09 *** dr__house has quit IRC 2011-07-12T15:59:21 *** dr__house has joined #rtems 2011-07-12T15:59:21 *** dr__house has joined #rtems 2011-07-12T16:03:17 *** dr__house has quit IRC 2011-07-12T16:03:19 *** dr__house` has joined #rtems 2011-07-12T16:03:19 *** dr__house` has joined #rtems 2011-07-12T16:04:57 *** dr__house` has quit IRC 2011-07-12T16:05:13 *** dr__house` has joined #rtems 2011-07-12T16:05:13 *** dr__house` has joined #rtems 2011-07-12T16:52:21 *** arvind_khadri has quit IRC 2011-07-12T16:55:12 *** dr__house` has quit IRC 2011-07-12T16:55:19 *** dr__house` has joined #rtems 2011-07-12T16:55:19 *** dr__house` has joined #rtems 2011-07-12T16:58:56 *** dr__house` has quit IRC 2011-07-12T16:59:02 *** dr__house` has joined #rtems 2011-07-12T17:00:56 *** dr__house` has quit IRC 2011-07-12T17:01:02 *** dr__house` has joined #rtems 2011-07-12T17:01:03 *** dr__house` has joined #rtems 2011-07-12T17:24:21 *** dr__house` has quit IRC 2011-07-12T17:57:22 *** lcpfnvcy has quit IRC 2011-07-12T18:00:40 *** spacemig has quit IRC 2011-07-12T20:09:45 *** lcpfnvcy has joined #rtems 2011-07-12T20:52:22 *** xiangfu has joined #rtems 2011-07-12T21:56:27 *** lcpfnvcy has quit IRC 2011-07-12T23:06:05 *** lcpfnvcy has joined #rtems 2011-07-12T23:14:33 *** lcpfnvcy has quit IRC 2011-07-12T23:18:33 *** Shisui has joined #rtems 2011-07-12T23:33:30 *** lcpfnvcy has joined #rtems 2011-07-12T23:38:02 *** panzon has quit IRC 2011-07-12T23:38:30 *** panzon has joined #rtems 2011-07-13T01:08:20 *** Shisui has quit IRC 2011-07-13T01:16:37 *** monstr-rtems has joined #rtems 2011-07-13T01:55:42 *** sebhub has joined #rtems 2011-07-13T02:07:58 good morning 2011-07-13T02:37:40 *** Shisui has joined #rtems 2011-07-13T03:08:13 *** arvind_khadri has joined #rtems 2011-07-13T03:08:14 *** arvind_khadri has joined #rtems 2011-07-13T03:32:36 hi 2011-07-13T04:25:41 *** kristianpaul has quit IRC 2011-07-13T04:25:50 *** kristianpaul has joined #rtems 2011-07-13T04:29:03 *** petben has joined #rtems 2011-07-13T04:42:40 *** xiangfu` has joined #rtems 2011-07-13T04:47:23 *** methril__ has joined #rtems 2011-07-13T04:47:48 *** xiangfu has quit IRC 2011-07-13T04:47:48 *** methril_ has quit IRC 2011-07-13T04:56:49 *** xiangfu` has quit IRC 2011-07-13T07:20:41 *** panzon has quit IRC 2011-07-13T07:23:35 *** panzon has joined #rtems 2011-07-13T07:39:49 *** methril__ has quit IRC 2011-07-13T07:44:25 *** antgreen has joined #rtems 2011-07-13T07:51:42 *** methril__ has joined #rtems 2011-07-13T09:36:58 *** dr__house has joined #rtems 2011-07-13T09:36:58 *** dr__house has joined #rtems 2011-07-13T09:46:44 *** sebhub has quit IRC 2011-07-13T10:00:46 *** arvind_khadri has quit IRC 2011-07-13T10:14:15 *** arvind_khadri has joined #rtems 2011-07-13T10:14:15 *** arvind_khadri has joined #rtems 2011-07-13T10:16:36 *** dr__house has quit IRC 2011-07-13T10:16:46 *** dr__house has joined #rtems 2011-07-13T10:16:46 *** dr__house has joined #rtems 2011-07-13T10:17:09 *** methril__ has quit IRC 2011-07-13T10:24:01 *** DrJoel has joined #rtems 2011-07-13T10:24:01 *** ChanServ sets mode: +o DrJoel 2011-07-13T10:30:39 *** methril__ has joined #rtems 2011-07-13T10:43:59 *** petben has quit IRC 2011-07-13T11:10:22 argh! 2011-07-13T11:11:31 was wondering why all timings are a factor of 10 slower when I run the (also RTEMS based) bootmon instead of my Application 2011-07-13T11:12:05 was suspecting some clock driver init shenangians that break when I trigger reset by software 2011-07-13T11:12:48 but I just changed CONFIGURE_MICROSECONDS_PER_TICK in the app and forgot in the bootmon 2011-07-13T11:12:56 so simple! 2011-07-13T11:13:23 Must be doing delay by ticks instead of using std macros to convert milliseconds to ticks. :D 2011-07-13T11:14:08 At least that's simpler than finding caching disabled or wait states misprogrammed. 2011-07-13T11:15:10 hmm thats true ... shouldn't have changed anything 2011-07-13T11:17:02 ah ... I'm using my own internal constant: 2011-07-13T11:18:06 DrJoel: http://ideone.com/42e01 2011-07-13T11:20:36 Does the math end up giving you a minimum delay of 2 ticks? 2011-07-13T11:20:49 pass in 0, you get 0. 2011-07-13T11:21:15 *** dr__house has quit IRC 2011-07-13T11:21:18 yeah thats intended 2011-07-13T11:21:31 and I wanted minimum 2 ticks 2011-07-13T11:21:57 Hmm.. then as the clock tick gets larger, that magnifies the minimum delay. So with a default of 10 milliseconds, you were always delaying at least 20 milliseconds. 2011-07-13T11:21:59 so I can be save the time is really over 2011-07-13T11:22:14 When not default, it coudl be 2 milliseconds 2011-07-13T11:22:51 but the 20ms could be anything between 10ms and 20ms in reality couldn't it? 2011-07-13T11:23:14 *** dr__house has joined #rtems 2011-07-13T11:23:40 and if I need to be sure at least 10ms are over I need to add a tick, or? 2011-07-13T11:24:04 yes .. could be .. but on a lightly loaded system, you will tend to run near clock ticks.. then do something quick, then block for nearly full period 2011-07-13T11:24:26 no that's the solution.. just lower the clock tick quantum so the slop isn't so high 2011-07-13T11:24:40 yeah I did 2011-07-13T11:25:28 in the application I'm using 1ms 2011-07-13T11:25:43 and in the bootmon I forgot to change this 2011-07-13T11:26:09 problem is I have to deal with ugly hardware 2011-07-13T11:26:13 makes perfect sense. bootmon is lightly loaded. 2011-07-13T11:26:18 most hardware is ugly. LOL 2011-07-13T11:26:31 where you have to wait at least a certain amount of time until you speak to it again 2011-07-13T11:26:43 there is ugly and UGLY 2011-07-13T11:27:34 oh.. that is ugly.. at least it isn't like the z85xx parts where you had two accesses to hit the chip and had to be careful to make that atomic. 2011-07-13T11:28:57 puh ... yeah thats also not nice 2011-07-13T11:29:24 I even have two ugly chips on one board 2011-07-13T11:29:38 one is a cypress USB-2 controler 2011-07-13T11:30:13 don't know that one 2011-07-13T11:30:30 need to spin for 7 clicks 2011-07-13T11:31:04 it was the only USB-2 (480Mbit) standalone controler thomas could find 2011-07-13T11:31:23 its basically a 8051 + usb with a fixed firmware 2011-07-13T11:31:43 so I'm talking to software trying to look like hardware 2011-07-13T11:31:52 this lie always shows 2011-07-13T11:32:42 the other chip is a MediaLB controler (needed for MOST access) 2011-07-13T11:33:01 also some internal firmware playing hardware 2011-07-13T11:33:07 *** dr__house has quit IRC 2011-07-13T11:33:18 *** dr__house has joined #rtems 2011-07-13T11:33:19 *** dr__house has joined #rtems 2011-07-13T11:35:06 *** dr__house has quit IRC 2011-07-13T11:35:17 *** dr__house has joined #rtems 2011-07-13T11:35:17 *** dr__house has joined #rtems 2011-07-13T11:45:31 it is always painful when the CPU is faster than the peripherals. 2011-07-13T12:06:18 *** dr__house has quit IRC 2011-07-13T12:06:29 *** dr__house has joined #rtems 2011-07-13T12:06:29 *** dr__house has joined #rtems 2011-07-13T12:13:58 *** arvind_khadri has quit IRC 2011-07-13T12:15:31 *** demute has quit IRC 2011-07-13T12:17:21 *** demute has joined #rtems 2011-07-13T12:26:21 hm. I have a little question concerning my project (ISO9660 file-system), if anyone is available : does RTEMS put any effort in the multibyte string management (like a dedicated API or so) ? It's not designed to be a desktop system and I don't find much information about that, except from the standard C libraries. In fact I'm implementing the Joliet extension to the ISO9660 file-system, which remove any filename character set 2011-07-13T12:26:22 limitation from the original standard by storing multi-byte characters, and I'm wondering if I have anything to do for the end user to avoid character array filled with misunderstandable data when read like standard ASCII chars. 2011-07-13T12:27:28 and sorry for this long message, I don't want to taint the mailing list with dumb questions. :-P 2011-07-13T12:33:44 best to ask this on the mailing list but any support for multi-byte strings is going to be in newlib. 2011-07-13T12:35:00 Shisul: do you need to interpret the filename character set at all? 2011-07-13T12:36:00 afk 2011-07-13T12:39:05 peerst, not really. In fact with Joliet all entries are recorded twice : one with the original standard specification to ensure compatibility and an other one with Unicode filenames to bring internationalization. 2011-07-13T12:40:38 I have to make a choice between the two structures. Obviously the Joliet record are preferable since the filename is not altered, but I feel strange about offering such filenames to an application which could possibly not handle them. 2011-07-13T12:45:43 I have a feeling this needs to be asked on the rtems mailing list and possibly the newlib one as well. This is an area not many folks are experts in 2011-07-13T13:01:01 Hmm.. ok :-) 2011-07-13T13:01:05 I do that. 2011-07-13T13:03:16 Being ignorant .. what can happen? Assuming RTEMS app is likely reading an ISO created by the same parties, would the "original standard specification" mathc expectations 2011-07-13T13:06:58 it limits the filenames to uppercase letters and digits 2011-07-13T13:07:35 its not very convenient to handle classic filenames 2011-07-13T13:08:12 oh.. then this definitely needs to be put on the list. 2011-07-13T13:08:26 Can you do the conversion with the mb support we have now in newlib? 2011-07-13T13:09:44 Yes of course. But i'm wondering if the conversion should be done by the filesystem layer or by the application 2011-07-13T13:09:56 I'm writing the mail for the list :-) 2011-07-13T13:10:01 On linux who has to do it? 2011-07-13T13:13:31 I believe it depends on the LANG set in environment variables, just like file content encoding, etc. 2011-07-13T13:14:56 *** monstr-rtems has quit IRC 2011-07-13T13:15:12 and there is some encoding related mount options, so it doesn't seems to be done by the application. 2011-07-13T13:18:43 this is something that needs to be thought through from app to filesystem and we need to be careful to support it in a way that doesn't cause bloat 2011-07-13T13:20:17 2/1 2011-07-13T13:20:24 whoops, ignore 2011-07-13T13:21:13 if I take the example of the various shell commands, leaving the Unicode string as it is would lead to strange characters printed on the screen in case of a multi-byte string, which is not very enjoyable. :-) 2011-07-13T13:22:32 my first thought is an encoding plugin somewhere in the file system stack.. no idea how to do it or where 2011-07-13T14:23:09 *** dr__house has quit IRC 2011-07-13T14:23:20 *** dr__house has joined #rtems 2011-07-13T14:35:06 *** dr__house has quit IRC 2011-07-13T14:35:17 *** dr__house has joined #rtems 2011-07-13T14:35:17 *** dr__house has joined #rtems 2011-07-13T14:40:09 *** antgreen has quit IRC 2011-07-13T15:11:34 *** dr__house has quit IRC 2011-07-13T15:11:44 *** dr__house has joined #rtems 2011-07-13T15:11:44 *** dr__house has joined #rtems 2011-07-13T16:12:51 DrJoel: just my 2p on the filenames issue: why not convert it to utf-8, which can be done lossless and easy 2011-07-13T16:14:25 and if the filenames are ascii its just transparent, funny characters will only be shown when someone uses funny characters in their filenames -- and then they couldn't be avoided anyway 2011-07-13T16:14:57 Shisul: and there are some terminals that just show uft-8 correctly. 2011-07-13T16:15:06 utf-8 i meant 2011-07-13T16:15:30 Shisul: are you also supporting Rock Ridge extensions? 2011-07-13T16:24:50 I'm off to bed, keeping logged in ... will see replies tomorrow 2011-07-13T16:39:05 *** dr__house has quit IRC 2011-07-13T16:39:16 *** dr__house has joined #rtems 2011-07-13T16:39:17 *** dr__house has joined #rtems 2011-07-13T16:43:05 *** dr__house has quit IRC 2011-07-13T16:43:11 *** dr__house has joined #rtems 2011-07-13T16:43:11 *** dr__house has joined #rtems 2011-07-13T16:49:05 *** dr__house has quit IRC 2011-07-13T16:49:11 *** dr__house has joined #rtems 2011-07-13T16:49:11 *** dr__house has joined #rtems 2011-07-13T16:51:05 *** dr__house has quit IRC 2011-07-13T16:51:11 *** dr__house has joined #rtems 2011-07-13T16:51:12 *** dr__house has joined #rtems 2011-07-13T17:03:14 *** dr__house has quit IRC 2011-07-13T17:35:21 *** joel__ has joined #rtems 2011-07-13T17:36:46 *** Shisui has quit IRC 2011-07-13T17:38:07 kiwichris: around? 2011-07-13T17:38:26 * joel__ stupidly upgraded the zen theme and broke the rtems website 2011-07-13T17:45:30 The zen theme even with defaults isn't acting right. Isn't scaling the center box :( 2011-07-13T17:50:57 /msg nickserv ghost DrJoel jessica01 2011-07-13T17:52:11 /msg Nickserv ghost DrJoel jessica01 2011-07-13T17:53:06 *** DrJoel has quit IRC 2011-07-13T17:53:15 *** joel__ has quit IRC 2011-07-13T17:53:21 *** DrJoel has joined #rtems 2011-07-13T17:53:21 *** ChanServ sets mode: +o DrJoel 2011-07-13T17:53:40 *** joel__ has joined #rtems 2011-07-13T18:04:10 *** DrJoel has quit IRC 2011-07-13T18:04:26 *** DrJoel has joined #rtems 2011-07-13T18:04:26 *** ChanServ sets mode: +o DrJoel 2011-07-13T18:16:59 /msg chanserv op #rtems 2011-07-13T18:21:39 *** DrJoel has quit IRC 2011-07-13T18:21:49 you might want to fix your irc client too... 2011-07-13T18:22:01 I should have logged off at work. :( 2011-07-13T18:22:06 *** joel__ has quit IRC 2011-07-13T18:22:28 *** DrJoel has joined #rtems 2011-07-13T18:22:29 *** ChanServ sets mode: +o DrJoel 2011-07-13T18:22:44 now that's better.. a nice ssh+kill :-D 2011-07-13T18:23:20 that's one way to do it 2011-07-13T18:40:26 Hi joel 2011-07-13T18:40:43 oh my have I done it now. :( 2011-07-13T18:40:49 Check out http://www.rtems.org 2011-07-13T18:40:58 You have been a naughty boy. 2011-07-13T18:41:16 Is there a back up of the old one ? 2011-07-13T18:41:30 I tried to install it and it is even more broken. Can try again... hold on 2011-07-13T18:41:38 no no no 2011-07-13T18:41:46 I just want to check all the files. 2011-07-13T18:42:14 oh... public_html-20110713 is a complete pre-upgrade snapshot 2011-07-13T18:42:34 I have the old database files even if we get that desperate 2011-07-13T18:42:38 Fantastic. I need to pop out for a drop off then back in about 40min. 2011-07-13T18:42:47 I will take a look. 2011-07-13T18:43:27 ok.. call if you need to .. at home.. 2011-07-13T18:43:35 Ok. 2011-07-13T18:43:40 I did copy green.css into new structure.. but another color did the same 2011-07-13T18:44:04 We must have something wrong to have the theme break this way. 2011-07-13T18:44:20 other themese look ok 2011-07-13T18:44:25 haven't spotted a message yet 2011-07-13T18:44:27 Oh well stuff happens. 2011-07-13T18:44:32 yeah 2011-07-13T18:44:38 Chat soon 2011-07-13T18:44:51 At least it was not yesterday 2011-07-13T18:45:02 back soon 2011-07-13T18:45:06 ok.. 2011-07-13T19:10:01 *** DrJoel has quit IRC 2011-07-13T23:23:22 *** antgreen has joined #rtems 2011-07-13T23:32:13 *** xiangfu has joined #rtems 2011-07-13T23:39:27 kiwichris: you fixed the website? 2011-07-13T23:39:39 We reverted it. 2011-07-13T23:39:43 ah 2011-07-13T23:40:08 The theme depends on zen and that has changed so the sub theme changed. 2011-07-13T23:40:14 ah 2011-07-13T23:40:16 Too much work to do on a live site 2011-07-13T23:41:20 yeah.. 2011-07-14T01:23:00 *** xiangfu has quit IRC 2011-07-14T02:10:43 *** peerst has quit IRC 2011-07-14T02:11:36 *** peerst has joined #rtems 2011-07-14T02:22:06 *** demute has quit IRC 2011-07-14T02:24:24 *** demute has joined #rtems 2011-07-14T02:27:15 *** sebhub has joined #rtems 2011-07-14T02:27:24 good morning 2011-07-14T02:27:34 chis, which rpms would you use for ubuntu? 2011-07-14T03:12:58 *** Shisui has joined #rtems 2011-07-14T03:23:26 *** demute has quit IRC 2011-07-14T03:25:45 *** demute has joined #rtems 2011-07-14T03:27:15 *** lcpfnvcy has quit IRC 2011-07-14T04:23:18 *** demute has quit IRC 2011-07-14T04:26:05 *** demute has joined #rtems 2011-07-14T04:58:20 Shisul: are you also supporting Rock Ridge extensions? <-- Yes of course, it allows to support better permissions than the original standard. Joliet and RR are somehow mandatory in modern ISO volumes. :) 2011-07-14T06:06:14 *** panzon has quit IRC 2011-07-14T06:06:30 *** panzon has joined #rtems 2011-07-14T06:18:27 Shisul: cool 2011-07-14T06:23:56 *** arvind_khadri has joined #rtems 2011-07-14T06:41:26 *** lcpfnvcy has joined #rtems 2011-07-14T07:31:51 *** panzon has quit IRC 2011-07-14T07:49:14 *** panzon has joined #rtems 2011-07-14T07:49:32 *** panzon_ has joined #rtems 2011-07-14T07:49:39 *** antgreen has quit IRC 2011-07-14T08:33:59 *** lj8175 has joined #rtems 2011-07-14T08:54:26 *** xiangfu` has joined #rtems 2011-07-14T09:12:49 *** antgreen has joined #rtems 2011-07-14T09:44:10 *** zwj has joined #rtems 2011-07-14T09:51:03 *** arvind_khadri has quit IRC 2011-07-14T09:59:53 *** DrJoel has joined #rtems 2011-07-14T10:00:18 *** DrJoel has joined #rtems 2011-07-14T10:00:18 *** ChanServ sets mode: +o DrJoel 2011-07-14T10:03:48 *** arvind_khadri has joined #rtems 2011-07-14T10:03:49 *** arvind_khadri has joined #rtems 2011-07-14T10:07:36 DrJoel:hi, joel 2011-07-14T10:08:05 good evening zwj! 2011-07-14T10:08:19 hah,good evening 2011-07-14T10:08:38 how about submitting my patch to rtems? 2011-07-14T10:08:43 I try to be good with my timezones but it is hard to remember where everyone is 2011-07-14T10:08:58 which patch? Have I ignored it? I have been overwhelmed lately 2011-07-14T10:09:08 it is time of mid-term for GSOC, i will also should submit what i did 2011-07-14T10:09:29 :) Is this the one about sp36 and mutexes? 2011-07-14T10:09:47 no, about hypervisor for rtems 2011-07-14T10:10:07 which part of the patch? paravirtualized BSP? 2011-07-14T10:10:09 just for deliver thing for GSOC 2011-07-14T10:10:31 for mid-term there is no code delivery.. just a report. 2011-07-14T10:10:45 If you have patches that can go into RTEMS now, then good. THings get hectic later. 2011-07-14T10:11:01 But some of this needs to be coordinated with Tobias to ensure what they want to do. 2011-07-14T10:11:15 until now , i think it is not very good to go into RTEMS 2011-07-14T10:11:53 ok, i can submit them to google code to restore. 2011-07-14T10:12:06 that seems the best. The code does have to be there 2011-07-14T10:13:29 yean, Tobias said in the next days. the new hypervisor will be realised, i will wait for this new version, and maybe it can solve the problem what i entercounter 2011-07-14T10:14:35 will that one be publicly available? 2011-07-14T10:15:01 the problem about partition OS schdule is not resolved now, i know it is most prossible caused by the new version changer between schdule 2011-07-14T10:15:45 i am not sure whether that one will be publicly available 2011-07-14T10:18:49 if i change the value of _context_switch_necessary to true when rtems_clock_tick start it will be normally but i donnot know where the value of _context_switch_necessary is set to wrong 2011-07-14T10:41:30 *** xiangfu` has quit IRC 2011-07-14T10:57:26 *** zwj has quit IRC 2011-07-14T11:06:13 *** sebhub has quit IRC 2011-07-14T11:14:10 *** kuzew has left #rtems 2011-07-14T11:14:50 *** lj8175 has quit IRC 2011-07-14T13:27:37 *** DrJoel has quit IRC 2011-07-14T14:04:32 *** panzon_ has quit IRC 2011-07-14T14:04:32 *** panzon has quit IRC 2011-07-14T14:10:45 *** DrJoel has joined #rtems 2011-07-14T14:31:00 *** antgreen has quit IRC 2011-07-14T14:35:33 *** arvind_khadri has quit IRC 2011-07-14T14:48:24 *** arvind_khadri has joined #rtems 2011-07-14T14:48:24 *** arvind_khadri has joined #rtems 2011-07-14T15:35:21 *** DrJoel has quit IRC 2011-07-14T15:38:09 *** DrJoel has joined #rtems 2011-07-14T15:43:01 *** Shisui has quit IRC 2011-07-14T15:45:26 *** eriaranth000 has joined #rtems 2011-07-14T15:53:49 *** DrJoel has quit IRC 2011-07-14T16:33:22 *** eriaranth000 has quit IRC 2011-07-14T20:47:11 *** lj8175 has joined #rtems 2011-07-14T22:29:55 *** arvind_khadri has quit IRC 2011-07-14T23:02:06 *** lj8175 has quit IRC 2011-07-14T23:24:55 *** Shisui has joined #rtems 2011-07-15T00:37:38 *** L84Supper has joined #rtems 2011-07-15T00:52:47 *** xiangfu has joined #rtems 2011-07-15T01:15:55 *** lj8175 has joined #rtems 2011-07-15T01:42:48 *** xiangfu has quit IRC 2011-07-15T01:50:09 *** sebhub has joined #rtems 2011-07-15T01:50:15 good morning 2011-07-15T02:10:52 *** monstr-rtems has joined #rtems 2011-07-15T04:17:45 *** lj8175 has quit IRC 2011-07-15T08:07:20 *** Shisui has quit IRC 2011-07-15T08:19:32 *** Shisui has joined #rtems 2011-07-15T08:48:52 *** monstr-rtems has quit IRC 2011-07-15T09:02:44 *** sebhub has quit IRC 2011-07-15T09:13:12 *** lj8175 has joined #rtems 2011-07-15T09:17:14 *** sqm has joined #rtems 2011-07-15T09:47:07 *** arvind_khadri has joined #rtems 2011-07-15T09:47:07 *** arvind_khadri has joined #rtems 2011-07-15T10:03:12 *** xiangfu has joined #rtems 2011-07-15T10:15:00 Does RTEMS support SIGXCPU ? 2011-07-15T10:19:13 I am porting bdwgc thread support for RTEMS which uses SIGXCPU signal, what is the replacement for SIGXCPU in RTEMS ? 2011-07-15T10:24:21 *** methril__ has quit IRC 2011-07-15T10:25:04 *** zwj has joined #rtems 2011-07-15T10:37:00 *** methril__ has joined #rtems 2011-07-15T10:41:00 *** xiangfu has quit IRC 2011-07-15T10:42:21 *** zwj has quit IRC 2011-07-15T11:22:11 *** lj8175 has quit IRC 2011-07-15T12:16:21 *** Shisui has quit IRC 2011-07-15T12:35:20 *** sqm has quit IRC 2011-07-15T13:12:55 *** Shisui has joined #rtems 2011-07-15T13:22:26 *** arvind_khadri has quit IRC 2011-07-15T13:33:08 *** arvind_khadri has joined #rtems 2011-07-15T13:38:50 *** arvind_khadri has quit IRC 2011-07-15T13:51:07 *** arvind_khadri has joined #rtems 2011-07-15T13:51:07 *** arvind_khadri has joined #rtems 2011-07-15T14:56:22 *** DrJoel has joined #rtems 2011-07-15T15:10:06 *** Shisui has quit IRC 2011-07-15T15:40:45 *** L84Supper has quit IRC 2011-07-15T15:52:24 *** L84Supper has joined #rtems 2011-07-15T16:33:16 *** methril_work has quit IRC 2011-07-15T18:03:31 *** joel__ has joined #rtems 2011-07-15T18:04:36 *** joel__ has quit IRC 2011-07-15T18:05:03 *** DrJoel has quit IRC 2011-07-15T18:05:36 *** DrJoel has joined #rtems 2011-07-15T18:05:36 *** ChanServ sets mode: +o DrJoel 2011-07-15T21:32:04 DrJoel: you there? 2011-07-15T21:34:28 hmm 2011-07-15T21:34:44 verm__, I suspect it is rather late where he is 2011-07-15T21:35:09 yeah it is 2011-07-15T21:35:14 i was wondering why he was online :) 2011-07-15T21:35:24 Must have left it on line 2011-07-15T21:35:34 yeah must be 2011-07-16T01:07:57 *** L84Supper has quit IRC 2011-07-16T01:19:04 *** L84Supper has joined #rtems 2011-07-16T03:42:52 *** lj8175 has joined #rtems 2011-07-16T03:43:35 *** xiangfu has joined #rtems 2011-07-16T03:54:30 Does RTEMS have a methord to get how many processors when it's running ? 2011-07-16T03:55:21 e.g. on some platforms: sysconf 2011-07-16T04:11:18 *** xiangfu has quit IRC 2011-07-16T04:12:23 *** xiangfu has joined #rtems 2011-07-16T04:19:51 *** lj8175 has quit IRC 2011-07-16T04:47:46 *** xiangfu has quit IRC 2011-07-16T05:12:03 *** arvind_khadri has quit IRC 2011-07-16T05:36:56 *** lj8175 has joined #rtems 2011-07-16T06:54:41 *** DrJoel has quit IRC 2011-07-16T07:15:21 *** lj8175 has quit IRC 2011-07-16T07:15:22 *** methril__ has quit IRC 2011-07-16T07:15:22 *** lcpfnvcy has quit IRC 2011-07-16T07:15:22 *** mwalle has quit IRC 2011-07-16T07:15:22 *** L84Supper has quit IRC 2011-07-16T07:15:22 *** demute has quit IRC 2011-07-16T07:15:22 *** peerst has quit IRC 2011-07-16T07:15:23 *** rokka has quit IRC 2011-07-16T07:15:23 *** harlan has quit IRC 2011-07-16T07:15:23 *** kristianpaul has quit IRC 2011-07-16T07:15:23 *** kiwichris has quit IRC 2011-07-16T07:15:23 *** dimonov has quit IRC 2011-07-16T07:15:24 *** verm__ has quit IRC 2011-07-16T07:15:24 *** ChanServ has quit IRC 2011-07-16T07:19:22 *** lj8175 has joined #rtems 2011-07-16T07:19:22 *** L84Supper has joined #rtems 2011-07-16T07:19:22 *** methril__ has joined #rtems 2011-07-16T07:19:22 *** lcpfnvcy has joined #rtems 2011-07-16T07:19:22 *** demute has joined #rtems 2011-07-16T07:19:22 *** peerst has joined #rtems 2011-07-16T07:19:22 *** kristianpaul has joined #rtems 2011-07-16T07:19:22 *** rokka has joined #rtems 2011-07-16T07:19:22 *** verm__ has joined #rtems 2011-07-16T07:19:22 *** harlan has joined #rtems 2011-07-16T07:19:22 *** kiwichris has joined #rtems 2011-07-16T07:19:22 *** mwalle has joined #rtems 2011-07-16T07:19:22 *** ChanServ has joined #rtems 2011-07-16T07:19:22 *** dimonov has joined #rtems 2011-07-16T07:19:22 *** hitchcock.freenode.net sets mode: +o ChanServ 2011-07-16T09:45:18 *** xiangfu has joined #rtems 2011-07-16T09:57:30 *** arvind_khadri has joined #rtems 2011-07-16T09:57:30 *** arvind_khadri has joined #rtems 2011-07-16T10:32:49 *** arvind_khadri has quit IRC 2011-07-16T10:45:33 *** xiangfu has quit IRC 2011-07-16T10:46:02 *** arvind_khadri has joined #rtems 2011-07-16T11:06:24 the change of rtems.com main page is cool ! 2011-07-16T11:30:57 *** arvind_khadri has quit IRC 2011-07-16T11:33:59 *** lj8175 has quit IRC 2011-07-16T14:47:35 *** DrJoel has joined #rtems 2011-07-16T14:47:35 *** DrJoel has joined #rtems 2011-07-16T14:47:35 *** ChanServ sets mode: +o DrJoel 2011-07-16T16:36:46 DrJoel, are you about ? 2011-07-16T16:52:09 yes.. at home 2011-07-16T17:41:44 *** DrJoel has quit IRC 2011-07-17T01:25:49 *** arvind_khadri has joined #rtems 2011-07-17T02:05:59 *** arvind_khadri has quit IRC 2011-07-17T03:27:41 *** arvind_khadri has joined #rtems 2011-07-17T03:27:41 *** arvind_khadri has joined #rtems 2011-07-17T05:59:18 *** arvind_khadri has quit IRC 2011-07-17T06:46:01 *** L84Supper has left #rtems 2011-07-17T07:38:49 *** arvind_khadri has joined #rtems 2011-07-17T07:38:49 *** arvind_khadri has joined #rtems 2011-07-17T09:37:38 *** dr__house has joined #rtems 2011-07-17T09:37:38 *** dr__house has joined #rtems 2011-07-17T09:43:20 *** lj8175 has joined #rtems 2011-07-17T10:15:24 *** arvind_khadri has quit IRC 2011-07-17T10:24:48 *** methril__ has quit IRC 2011-07-17T10:37:10 *** methril__ has joined #rtems 2011-07-17T11:05:45 *** methril__ has quit IRC 2011-07-17T11:09:22 *** methril__ has joined #rtems 2011-07-17T11:14:56 *** arvind_khadri has joined #rtems 2011-07-17T11:41:29 *** lj8175 has quit IRC 2011-07-17T13:05:29 *** kristianpaul has quit IRC 2011-07-17T13:06:16 *** kristianpaul has joined #rtems 2011-07-17T13:06:16 *** kristianpaul has joined #rtems 2011-07-17T15:14:28 *** dr__house has quit IRC 2011-07-17T20:30:59 *** xiangfu has joined #rtems 2011-07-17T23:46:07 *** arvind_khadri has quit IRC