Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5914 - 5943 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5914
Good Morning, Please help me, I want to know the NDIS equalent abstract in Linux, so that I can come up with a driver for WLAN. Vinay....
Vinay . S . G
sg_vinay
Offline Send Email
Oct 1, 2004
9:22 am
5915
While creating shared libs, is it always must to have -fPIC or fpic? Will there be any harm if this option is ommited. Thanks Suresh V.V Suresh Kumar -- ...
suresh kumar
suresh_vin@...
Send Email
Oct 1, 2004
1:27 pm
5916
... As the man page of gcc says, the -fPIC option creates 'Position Independent Code' which is a requirement for creating portable shared libraries. Ignoring...
Chandrashekar Babu
lug@...
Send Email
Oct 1, 2004
3:26 pm
5917
... It will. AFAIK the only difference is in the load time. During the load ( mmap/dlopen ) if you don't use -fpic it will try to resolve all the function...
Aneesh Kumar K.V
kvaneesh
Offline Send Email
Oct 1, 2004
3:42 pm
5918
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...
Send Email
Oct 1, 2004
10:47 pm
5919
Hi Guys, Please any one can tell me about how the flow of networks in the Linux ,I mean the kernel data structures involved when the packet arrives to the eth0...
satish babu
satishbabumsc
Offline Send Email
Oct 2, 2004
4:09 am
5920
Hi, On Fri, 1 Oct 2004 12:15:26 -0700 (PDT), satish babu ... The following URLs might be helpfull: ...
Abhishek Nayani
nayaniabhishek
Offline Send Email
Oct 2, 2004
6:13 am
5921
I wanted to do live lowering of pitch so i wrote a program which gets and sends data from and to /dev/dsp like this: #include"wav.h" //included later in this...
kamathln
Offline Send Email
Oct 2, 2004
11:01 am
5922
Hi, I'm implementing a new real time scheduling algorithm in the linux kernel. For that I need to change the default fork() sytem call, so that the new system...
seshuch_143
Offline Send Email
Oct 2, 2004
11:46 am
5923
... Ok here is where you should start looking. arch/i386/kerne/entry.S -> system_call(). This is the interrupt routine for interrupt 0x80 (...
Aneesh Kumar K.V
kvaneesh
Offline Send Email
Oct 2, 2004
12:07 pm
5924
Hi, Can any one clear out my doubt, as I am doing firewall program it’s a statefull firewall using netfilters hooks, nf_hook_ops here I am filtering based...
satish babu
satishbabumsc
Offline Send Email
Oct 3, 2004
8:23 pm
5925
... Hash: SHA1 ... statefull firewall ... address and ... TCP headers at a same time, Yes. See http://www.geocities.com/victorhugo83/micro_firewall.c for an ...
Manish Malik
mmfornix
Offline Send Email
Oct 4, 2004
2:45 am
5926
... You can do this. ... This is not valid.. Contrary to what is possibly expected, sb->h and sb->th are iniitalized to the same point. So, to get the...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Oct 4, 2004
3:33 am
5927
All, please note: Yahoo Groups is currently demonstrating extreme lag in message clearance, with some messages taking as much as 4-5 hours to appear on the...
Atul Chitnis
achitnis
Offline Send Email
Oct 4, 2004
8:39 am
5928
Since the traffic on the LB/2004 discussion list is so heavy, we have made available an Announcement Only list for those of you who wish to only receive formal...
Atul Chitnis
achitnis
Offline Send Email
Oct 5, 2004
11:40 am
5929
Speaker Registration is now open on the Linux Bangalore/2004 website. To register as a speaker for LB/2004, and to propose your talks, please go to ...
Atul Chitnis
achitnis
Offline Send Email
Oct 5, 2004
12:06 pm
5930
... This tells the compiler to force the function inline. info gcc "will" help....
raghav_thammaiah
raghav_thamm...
Offline Send Email
Oct 6, 2004
2:01 pm
5931
Hi, I have an embedded system and am trying to inetd on it. While doing this, I found that getservbyname() call was failing. So I wrote a small program to test...
Om
omanakuttan@...
Send Email
Oct 6, 2004
6:29 pm
5932
... What is this? why is getservbyname() returning struct hostent* ? ===== Regards, Kiran Kumar Immidi _______________________________ Do you Yahoo!? Declare...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Oct 7, 2004
5:03 am
5933
... Do an strace, (if that is available on IXP) that should possibly help you. also check if the /etc/services file that you copied is fine as regards ...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Oct 7, 2004
5:05 am
5934
Hi All, I wanted some help in integrating a ARM assembly routine into a Linux device driver written in 'C'. Any pointers in this regard would be helpful. ...
Sydney Alvares
sydney.alvares@...
Send Email
Oct 7, 2004
7:25 am
5935
Hi all, I have configured gcc for one of processor which is based on SPARC architecture. Facing some abnormal execution of simple test program. While type...
braj_pune
Offline Send Email
Oct 7, 2004
10:53 am
5936
... You may have not started the telnet service of the other board. Enable in services of linux. _______________________________ Do you Yahoo!? Express...
Vinay S G
sg_vinay
Offline Send Email
Oct 7, 2004
10:54 am
5937
Hi! ... What compiler are you using? You can use GCC inline assembly to integrate your assembly into the C code. Shaks ... K Shakthi Specsoft (Hexaware...
Shakthi Kannan
cyborg4k
Offline Send Email
Oct 7, 2004
3:14 pm
5938
Hi Shakthi! ... - We are using arm-linux toolchain for the compliation. Could you send me the format? Regards, Sydney Alvares...
Sydney Alvares
sydney.alvares@...
Send Email
Oct 8, 2004
5:54 am
5939
Hi guys I am writing some Perl scripts. I was facing a problem. Fortunately, I have found a workaround. But I am interested to know if there can be a better...
Yogesh Sawant
yoga_sawant
Offline Send Email
Oct 8, 2004
11:31 am
5940
... Well, there are lot of online tutorials for gcc inline assembly. You didn't search in google? :o These are for x86: Inline assembly for x86 on Linux: ...
Shakthi Kannan
cyborg4k
Offline Send Email
Oct 8, 2004
3:09 pm
5941
... is ... check. ... I would expect your processor to generate a Bus Error. You are attempting to pick 16/32 bits from an address that possibly starts on an...
prakash_kb@...
prakash_kb
Offline Send Email
Oct 9, 2004
2:52 pm
5942
Hi Linux Gurus, Help me out from this, I am working with NAT, how to process the packet that comes from ftp or ALG’s and all the stuff in details, I am...
satish babu
satishbabumsc
Offline Send Email
Oct 10, 2004
5:52 am
5943
Hi, How is the HTTP request prepared? Is it with a CRLF on every line or is it just a CRLF on the request line? GET /documentation/apache/ HTTP/1.0<crlf> ...
Hareesh Nagarajan
hareesh.nagarajan@...
Send Email
Oct 10, 2004
5:54 am
Messages 5914 - 5943 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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