I am trying to use task queues for the interrupts for an ISA based device driver. is it possible for me to ensure that the task in the queue is scheduled...
Paras Jain
paras@...
Mar 1, 2004 11:29 am
4620
Helo, A couple of weeks back I learnt Perl through Llama and wrote a program -- only to get weird problem that beats me completely. I have created files such...
... There is most likely something wrong with your program... of course, I can only make guesses as I am unable to look through the network and see the program...
Hi all, Is there any H.323 stack freely available - written in 'C'. i know and have used one in c++ from www.openh323.org . Does anybody know of one in 'C' ?....
Amith
amith@...
Mar 1, 2004 1:34 pm
4624
... Surely, there must be a s'thing wrong. Program is a bit big (~500 lines) though the subroutine that is used is smaller. But I could not post it as an...
... I already posted it in part sometime back. I think it is pending to be moderated. The reason I did not send entire program was it requires 58KB of program...
Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Mar 2, 2004 6:13 am
4627
Hi, I am getting a problem with sys_creat. Hope anybody will help me. when I am creating file with sys_creat in one function and acessing in another function,...
... you are copying a file onto itself - both files have 7 underscores regards kg -- http://www.ootygolfclub.org poor man's tally: http://avsap.sourceforge.net...
... That's nothing wrong, when I did not do that the program didn't work! Still surprising was the fact that when I just gave: system ""; it still worked but...
On Mon, 01 Mar 2004 12:29:22 -0000 "B. S. Sanjeev" <qhayaal@...> wrote: # # I am giving the concerned subroutine and some sample files: # <sample data...
... True. I missed it. Thanks. :) ... I cannot do that for two reasons. The syntax there was to reproduce the problem easily. It should be a glob there as...
... getting ... Oh my! All the files were "already" written by this time, but I take the hint. Will force $|=1 in all places and recheck. Thanks for the hint....
... I always do close after writing. Not surprisingly, this didn't work. :( NOTE: I uploaded the tar.bz script and input file in Yahoo Briefcase (link below),...
... Ok, if you have seen the code, the fix was not closing the last file. I forgot to close it and it gave all sorts of non-obvious errors. I still don't know...
... man perlfunc and see the description for "system". ====== Beginning with v5.6.0, Perl will attempt to flush all files opened for output before any...
... Me too. :) It was not easy for me to find the reason why this weird thing was happening. So I did the following tests: Q) Is the data was being read? A)...
hello, how/where can i get the list of #pragma directives supported by gcc. i googled for it but couldnt find any complete references. some links to it will be...
Ganesh Ramaswamy
ganesh@...
Mar 3, 2004 7:27 am
4644
... look for __attribute___ For example - for packed structure struct X{ } __attribute__((packed));...
C K Kashyap
kashyap@...
Mar 3, 2004 7:47 am
4645
... $info gcc C Extensions:: Pragmas JS "Software is like Sex, better when it is free" - Linus Torvalds __________________________________ Do you Yahoo!? New...
Hi, I am new to kernel debugging. My target is MIPS based. Can you tell me tools that I can use for debugging kernel modules ?? can I use GDB ?? Thanks ...
Nilanjan Roychowdhury
nilanjan@...
Mar 3, 2004 12:25 pm
4647
Hi is there ne way to capture packet in the kernel apart from netfilter hooks, dev_add_pack registration? registration should go as loadable module. thanks ...
suresh kumar
suresh_vin@...
Mar 3, 2004 12:26 pm
4648
hi all, i downloaded the G.711 specs from ITU-T's website . Now i couldn't understand much of this stuff - could someone give me some directions about how to ...