Posix MessageQ's

2000-12-30 Thread RAJESH BALAN
Hi, Does linux support Posix Message Q's. Iam reffering richard stevens V2 for IPC.. The book said to include , which i was not able to find. Iam using Linux 2.2. Thanks, Rajesh balan __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos

Posix MessageQ's

2000-12-30 Thread RAJESH BALAN
Hi, Does linux support Posix Message Q's. Iam reffering richard stevens V2 for IPC.. The book said to include mqueue.h, which i was not able to find. Iam using Linux 2.2. Thanks, Rajesh balan __ Do You Yahoo!? Yahoo! Photos - Share your holiday

malloc(1/0) ??

2000-11-06 Thread RAJESH BALAN
hi, why does this program works. when executed, it doesnt give a segmentation fault. when the program requests memory, is a standard chunk is allocated irrespective of the what the user specifies. please explain. main() { char *s; s = (char*)malloc(0); strcpy(s,"f");

malloc(1/0) ??

2000-11-06 Thread RAJESH BALAN
hi, why does this program works. when executed, it doesnt give a segmentation fault. when the program requests memory, is a standard chunk is allocated irrespective of the what the user specifies. please explain. main() { char *s; s = (char*)malloc(0); strcpy(s,"f");

good book on kernel

2000-10-05 Thread RAJESH BALAN
Hi, Iam interested in learning linux kernel. Can anyone suggest a really good book for kernel internals (im not bothered abt the price). i 've a book named "linux kernel internals". i want something more to follow the code completely. tx, ra

good book on kernel

2000-10-05 Thread RAJESH BALAN
Hi, Iam interested in learning linux kernel. Can anyone suggest a really good book for kernel internals (im not bothered abt the price). i 've a book named "linux kernel internals". i want something more to follow the code completely. tx, ra