having trouble understanding something about ccd

2003-01-27 Thread Rohit Grover
Hello, This question is for the current maintainer(s) of ccd. The email listed in ccd.c is invalid. In ccdioctl, for the command CCDIOCSET, ccdgetdisklabel() is called after ccdinit(). In ccdgetdisklabel(), the raw partition's size is initialized (to a value computed by ccdinit()) before calling

Re: piping to a script

2002-08-26 Thread Rohit Grover
Antonio Inojal wrote: > > Hello, I am trying to pipe content from a C program into a shell script. > What I want to do is to pass the information coming from the C app, into > an environmental variable in the shell script: > > my_app | my_script . > > Say that my app spits out the date, ok? > I

Re: larger kernel virtual address space

2002-04-29 Thread Rohit Grover
I apologize for not checking the FAQs before asking the question. http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/advanced.html#CHANGE-KERNEL-ADDRESS-SPACE How large can we make the KVA? _ http://www.gojuryu.com . What Karate Do

larger kernel virtual address space

2002-04-29 Thread Rohit Grover
Hello Hackers, I am running Freebsd-4.3RELEASE on a Intel 686 box with roughly 2GB of RAM. I want most of this RAM to be used for the buffer cache. I have been playing with cpu_startup() (i386/i386/machdep.c) with the intention of increasing 'nbuf' but I am limited by the size of the 'kernel_map'

need to dump process stack frames from core

2002-04-02 Thread Rohit Grover
Hello, I have a core file (kernel) and want to dump the stack frames of a process (assuming it was still in memory) given the pid. Is there a way I can do this? thanks, Rohit. _ http://www.gojuryu.com . What Karate Do was meant to be.

Re: can't generate vnode_if.h automatically

2001-08-12 Thread Rohit Grover
On Sun, 12 Aug 2001, Dima Dorfman wrote: > Rohit Grover <[EMAIL PROTECTED]> writes: > > Interestingly, when I executed the command 'make depend', > > vnode_if.h was correctly created for me. I'd like to know why I don't > > need to do a 

can't generate vnode_if.h automatically

2001-08-12 Thread Rohit Grover
Hello, I am writing a module which needs to include 'sys/vnode.h'. vnode.h tries to include vnode_if.h. I checked the Makefiles of some other modules requiring vnode.h (eg. 'vn', 'nfs') and discovered that they add vnode_if.h to to the variable 'SRCS'. This automagically generates vnode_if.h in t

messed up /etc/rc.conf

2001-07-30 Thread Rohit Grover
/rc.conf. Please help. regards, Rohit Grover. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message