Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

geep_linux · GEEP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 261
  • Category: Linux
  • Founded: Jul 11, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 502 - 531 of 969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
502 Sagar Jagtap
saagar.jagtap Send Email
Jun 1, 2008
4:43 pm
Dear All.       I am Sagar Jagtap . I am New Member of  this Group. I Work On  C,C++, Linux  as  application Development. I ...
503 Vasim
vasim_attar Send Email
Jun 2, 2008
8:25 am
Hi Sagar, This Sounds very good!!!! :) I prefer, rather going through any institute, selfstudy is the best way to start with Storage/Kernel Programming. I am...
504 Anand B.
anand_b123 Send Email
Jun 3, 2008
4:33 am
Hi all,   I'm Anand (M.C.S from Pune Univ.); working with Avaya India Pvt. Ltd.   On similar lines - like Sagar, even I am very much interested in kernel...
505 Vasim
vasim_attar Send Email
Jun 3, 2008
7:02 am
Hi Anand, You can start with UTLK and LDD, These are the Best books for doing kernel programming. Do some Test programs . post the mail if you have any query...
506 Ashok
mrashok80 Send Email
Jun 5, 2008
12:28 pm
Hi all, I am newbie to virtualization , especially to KVM, qemu etc.  I have recently installed f9 and running kvm and qemu , installing few guests over...
507 yogesh
ykchavan2003 Send Email
Jun 5, 2008
12:59 pm
Hi, Currently I am in Banglore and want to do some electronics shopping. Particularly, some AVR/DSPIC microcontrollers, CPLD, FPGA kits and a good arm kit. ...
508 Ashok Shankar Das
ashok_s_das Send Email
Jun 6, 2008
6:35 am
... -- Thanks Ashok....
509 Prasad Joshi
prasadjoshi124 Send Email
Jun 8, 2008
12:25 pm
Hi, I was trying to change the default buffering used for regular files, using setvbuf(); There are three different types of buffering 1. Unbuffered: No user...
510 vinit dhatrak
vin_dhatrak Send Email
Jun 9, 2008
10:51 am
The man page of setvbuf says that " when it is line buffered characters are saved up until a newline is output or input is read from any stream attached...
511 Amit S. Kale
askii2 Send Email
Jun 9, 2008
11:01 am
Prasad, Terminals and files have a great differece wrt. buffering you've mentioned. First of all, terminals can be read in waiting or non-waiting mode. stdin ...
512 Amit S. Kale
askii2 Send Email
Jun 9, 2008
11:03 am
... Good point. Or fclose() should be called within main. -Amit...
513 Ash Dude
holypsyche Send Email
Jun 10, 2008
1:55 pm
Hi, First of all a big Hello to everyone on geep_linux. I have recently joined the group and had a query regarding CLONE_THREAD. My module initializes a...
514 Ash Dude
holypsyche Send Email
Jun 10, 2008
1:55 pm
Hi, First of all a big Hello to everyone on geep_linux. I have recently joined the group and had a query regarding CLONE_THREAD. My module initializes a...
515 Pranav Peshwe
pranavpeshwe Send Email
Jun 11, 2008
3:27 am
http://apcmag.com/why_i_quit_kernel_developer_con_kolivas.htm Almost an year old though... Best regards, Pranav...
516 Kiran Divekar
kirandivekar Send Email
Jun 11, 2008
4:14 am
... Not sure, but this looks like some issue with the particular 2.6 kernel version you are using. Just to give you some pointers, you can check out 1. waitpid...
517 Kiran Divekar
kirandivekar Send Email
Jun 11, 2008
4:16 am
... Not sure, but this looks like some issue with the particular 2.6 kernel version you are using. Just to give you some pointers, you can check out 1. waitpid...
518 Amit S. Kale
askii2 Send Email
Jun 11, 2008
10:05 am
Aseem, CLONE_THREAD is meant for user level multi-threaded programming. We can create new threads in the same thread group at user level using CLONE_THREAD (by...
519 holypsyche Send Email Jun 11, 2008
10:34 am
Hi, Ok, but the kernel code itself has kernel_thread calls which inturn had CLONE_THREAD via CLONE_SIGNAL (in 2.4), so I don't think it's limited to user space...
520 Amit S. Kale
askii2 Send Email
Jun 11, 2008
10:37 am
Kernel threads can use CLONE_THREAD in both 2.4 and 2.6. It's just that they don't need to under common situations. 2.4 and 2.6 kernel_threads flags have...
521 nilesh govande
nileshgovande Send Email
Jun 11, 2008
5:27 pm
Hello Everyone Following are some topics on which i want to have some basic level understanding:-   1)The concept of 'kernel object' and how it relates to...
522 Amit S. Kale
askii2 Send Email
Jun 13, 2008
12:26 pm
Ah....... I would suggest experimenting on real code again. Look at existing kernel modules and try writing similar code. Do a bit of modification and fix ...
523 Nikunj Vaidya
nikunj_vaidya Send Email
Jun 13, 2008
12:54 pm
This is a blogpost by Prof Deepak B. Phatak of the CSE Dept at IITB, Mumbai. Thought it might be interesting reading for this group. ...
524 Amit S. Kale
askii2 Send Email
Jun 13, 2008
1:04 pm
Sigh..... Democracy, after all, is formed by people and they are vulnerable to tactics by those who posses vested interests. -Amit...
525 sachin sanap
sac_sanap Send Email
Jun 13, 2008
1:30 pm
Hi All, Had come across a interesting bug with gcc for arm which was related to the way gcc optimizes the code. Here is the link that states the bug. It also...
526 murtuja bharmal
murtuja_bharmal Send Email
Jun 16, 2008
1:20 pm
Hello, Is there any substitue of inter_module_xxx functions in 2.6 or only we can implement it through EXPORT_SYMBOL. Why it is deprecated in 2.6. In 2.4 all...
527 talkanurag Send Email Jun 17, 2008
11:53 am
Hi Murtuja, I am not aware of any interface other than EXPORT_SYMBOL to share symbols. Anurag. ... we can implement it through EXPORT_SYMBOL. Why it is...
528 Amit Shah
am1tshah Send Email
Jun 19, 2008
6:33 pm
Hello, ... With qemu, there's no paravirt support. You get paravirt support only with kvm and xen. ... KVM is only supported on newer CPUs. See the FAQ on ...
529 Ashok
mrashok80 Send Email
Jun 27, 2008
4:31 am
hi,  I would like to correct my previous mail regarding issue b) b) Error while installing RHEL4 using virt-manager and specifying the http as install method....
530 Ashok
mrashok80 Send Email
Jun 27, 2008
4:31 am
Hi all, I have install Fc 9 with kernel version: 2.6.25.6-55.fc9.x86_64 version of libvirt- libvirt-0.4.2-3.fc9.x86_64 and with version of virt-manager: ...
531 Prashant Karmankar
prashantredhat Send Email
Jun 27, 2008
12:22 pm
I'm trying to synchronize the time of my Linux RHEL5 server with the Win 2003 server. However, when I run the following command on my Linux box: ntpdate...
Messages 502 - 531 of 969   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help