===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Dec 1, 2008 5:32 pm
7517
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Dec 14, 2008 4:54 pm
7518
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Dec 28, 2008 4:35 pm
7519
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 1, 2009 3:41 pm
7520
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 11, 2009 4:21 pm
7521
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Jan 25, 2009 5:04 pm
7522
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 1, 2009 4:50 pm
7523
All: We are about to fix the FOSS.IN/2009 dates, and this time we would like to get some early inputs from people about convenient dates. This is specifically...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 8, 2009 3:40 pm
7525
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Feb 22, 2009 2:57 pm
7526
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Mar 1, 2009 3:46 pm
7527
Hello, Would someone kindly explain the effect of invoking poll_wait() kernel routine? My limited/half baked understanding is that when an user space...
Hi Prakash, Your understanding is correct. What exactly happens is that on calling poll_wait() the kernel calls all the fops->poll on all associated fds, ...
... Thanks Ankit. I think you meant to say "what happens is that on callin user space::poll(fd,..)" ... In an exp tried out earlier in the day, poll_wait...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Mar 8, 2009 3:58 pm
7531
My queries are : 1. how the fork actually works regarding the memory space of child and parent 2. the below code shows same address for a auto variable "var" ,...
I am just making an assumption. May be only the offset is same; physical addresses may be different. Regards, Joe. ________________________________ From:...
Hi all, I did a test to frequently switch a linux embedded platform between AutoIP and DHCP. (Needed this test for UPNP stack compliance) *Sometimes*...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Apr 6, 2009 9:06 am
7535
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
Apr 19, 2009 11:09 am
7536
... Pick any OS related book(Silberchantz is well known) for an in depth intro. ... Those are two different variables in two different address spaces. fork ...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
May 1, 2009 11:11 am
7538
Hello guyz, i would like to know how to compile linux kernel ( v2.6.29 ). i did download the latest kernel from kernel.org. what next ? Thanks in advance. ...
... If it is a native build - simpler yet. Get the existing .config from /usr/src/linux<version from uname>/.config and put it in the untarred kernel source....
Mayank
mr.mynk@...
May 2, 2009 5:50 pm
7541
Hi Vinod, calling fork or any family of fork calls will call the "clone" system call with different parameters. Most implementations of pthreads also call the ...
This is a reminder to members of this list about the posting rules: If you are posting to this list, and your messages aren't appearing, check the following: ...
linux-bangalore-progr...
linux-bangalore-progr...
May 3, 2009 11:01 am
7543
Hi There, *Step 1 *Download the kernel from below link ftp://ftp.kernel.org/pub/linux/kernel/v2.6 *Step 2* Extracting the kernel if its a archive with tar.gz...
Hi vishal, Firstly thanks for your info on how to compile linux kernel. The info that you passed on was very helpful , so for so good, everything went fine, ...
Dear Vinod, make && make modules_install && make install if you see make install in the end it installs the kernel and put the image in boot partition now if...