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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3174 - 3203 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3174
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
Jul 1, 2003
1:43 pm
3175
Hi all, I would like to know whether pipe call implementation is there in Kernel mode.If so how can we go about it...? Googled quite alot. Thanx in advance ...
Vishal Jose
vjose@...
Send Email
Jul 2, 2003
2:49 pm
3176
Hi, When I get an IP address using DHCP, how the dhcp client will renew the IP address based on the lease period it obtained from DHCP server? The standard...
M K Saravanan
saravanan.mk@...
Send Email
Jul 2, 2003
2:49 pm
3177
... the IP ... will ... mode (in ... at ... Yes, dhclient is the daemon which does the job. it writes to the file /var/lib/dhcp/dhclient-eth?.leases to...
Vinay Y S
vinay_ys
Offline Send Email
Jul 3, 2003
3:07 am
3178
Hello, Does any one have links or docs which give information about programming in uclinux? We want to use uclinux on Motorola cold fire processor for an...
Kocharlakota Sridhar-...
sridhark@...
Send Email
Jul 3, 2003
6:20 am
3179
hi all, I am relatively new to Kernel level programming. I would like to know the different ways of communicating between multiple threads in kernel space. ...
Jithin Thomas Kurien
kjithin@...
Send Email
Jul 3, 2003
8:11 am
3180
... I guess you want thread one to do some job after something has changed in thread 2. One way is to make thread 1 sleep on a wait_queue and then in thread 2...
Aneesh Kumar K.V
kvaneesh
Offline Send Email
Jul 3, 2003
8:15 am
3181
Hi Have anybody undergone training at gracelabs. If not do you know anybody?. Please tell me about. I am planning to go for training in : Linux...
Ajit Kumar.P.Jain
ajit_p_jain
Offline Send Email
Jul 3, 2003
10:18 am
3182
Hello , how one can find directory size in C ( otherthan summing up the size of each file ) bye ... ...
Praveena M
pvncad
Offline Send Email
Jul 4, 2003
9:12 am
3183
hi, I would like to create a TCP/IP socket and read/write to it. Basically i want the familiarity of user space, but i have to implement most of the...
Jithin Thomas Kurien
kjithin@...
Send Email
Jul 4, 2003
9:12 am
3184
... Many of the socket calls eventually become sys_* in kernel space. You could use something like: if((fd = sys_socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)))...
Ameya Mitragotri
bondi_ameya
Offline Send Email
Jul 4, 2003
9:27 am
3185
... Check the khttpd code in kernel. http://www.linux.it/~rubini/docs/khttpd/khttpd.html thanks nikunj...
Nikunj A. Dadhania
ndadhania
Offline Send Email
Jul 4, 2003
9:39 am
3186
Hai, ... In Linux kernel ,the userspace address range is 0-3GB and 3-4GB is for the kernelspace range.typically all the system calls that we call passs thru a ...
Manikandan P
manikandanp@...
Send Email
Jul 4, 2003
6:19 pm
3187
... you should be very careful with that . You should not do that in a driver where you are passing around pointers passed from user space. ... But he is not...
Aneesh Kumar K.V
kvaneesh
Offline Send Email
Jul 5, 2003
5:53 am
3188
... Your question is a little confusing. Do you want to know the pipe syscall implementation or do you want to call pipe while in kernel mode? If you are...
Ashwin N
yodha8@...
Send Email
Jul 5, 2003
7:59 am
3189
... man du. Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com...
Kiran Kumar
immidi_kiran
Online Now Send Email
Jul 7, 2003
3:14 am
3190
... hi using a shell script in a prog. is not advisable because it depends on the shell being use(but u can avoid this by making it a bit flexible). correct me...
suman
suman_karumuri
Offline Send Email
Jul 7, 2003
2:20 pm
3191
... I am not suggesting use of a shell script in a c prog. This definitely is not advisable. You could do it using one of the exec or the fork functions. =====...
Kiran Kumar
immidi_kiran
Online Now Send Email
Jul 8, 2003
3:33 am
3192
Hi, When I execute any user space program like ls, I get an oops message is cached_lookup( ). This happens after I return from Standby mode. But if I set a...
K.Sateesh
K.Sateesh@...
Send Email
Jul 8, 2003
4:55 am
3193
... summing up ... You could do this various ways, some of them being: * Call "du" from your C program. You could use system(3) or popen(3). If the program is...
iohead
Offline Send Email
Jul 8, 2003
6:50 am
3194
Hi, We have developed a BRouter and use ncurses for some CUI stuff, like configuring our router on a custom designed board (ppc 8260) running linux. When I...
Omanakuttan
omanakuttan@...
Send Email
Jul 8, 2003
7:09 am
3195
Hi, We have developed a Brouter running linux with ncurses CUI for administrative tasks. ncurses Requirement is that when the user telnet to the router or...
Omanakuttan
omanakuttan@...
Send Email
Jul 8, 2003
1:51 pm
3196
hi, One implementation is given in the book "Linux Kernel Internals- Bovet". U can refer to that book. Or else u can have a shared memory and use it for...
divu_y
Offline Send Email
Jul 10, 2003
5:14 am
3197
... All the memory is accessible to all the code of kernel any way. You need not worry abt sharing memory but more about the synchronization for accessing the...
Arvind Kandhare
arvind.kan@...
Send Email
Jul 10, 2003
5:26 am
3198
Hi All I am completey new to device driver prog.I wrote a small prog that gives bak the major number of the device,was able to compile that but when i tried to...
john jose
linux_sony
Offline Send Email
Jul 10, 2003
6:17 am
3199
All: <admin> I have, over the past week or so, deleted and rejected dozens of messages that were either top posts or cross posts. If you find a post of yours...
Atul Chitnis
achitnis
Online Now Send Email
Jul 10, 2003
6:32 am
3200
... From: john jose [mailto:linux_sony@...] Sent: Thursday, July 10, 2003 11:15 AM To: linux-bangalore-programming@yahoogroups.com Subject: [blug-prog]...
Karthick Ramnarayanan
a_r_karthic76
Offline Send Email
Jul 10, 2003
11:56 am
3201
HI! Iam trying to program the Bit BLT engine of 69030 with the attached code, but nothing is visible on the screen. When I select the bitwise operation as...
Nitin Mahajan
Nitin@...
Send Email
Jul 10, 2003
4:18 pm
3202
... man diropen man 3 readdir man stat 1) Use diropen to open the directory. Get the pointer to the directory stream. Use this pointer as input to readdir () ...
Mani Mahadevan
manimrs@...
Send Email
Jul 10, 2003
4:19 pm
3203
... This is "not other than summing up the size of each file". Besides it doesn't take into account subdirectories. However, there is no alternative to it....
Ganesan R
nasenagr
Offline Send Email
Jul 11, 2003
3:57 am
Messages 3174 - 3203 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