Re: Communications kernel - userland

2003-07-19 Thread Pawel Jakub Dawidek
On Fri, Jul 18, 2003 at 03:47:05PM -0400, Marc Ramirez wrote: + I have a remote datastore that I want to present as a filesystem. There + are two parts to this: fetching raw data over the network, and doing some + processing on the data. For purposes of maintainability, I'd like to do + as

Re: Communications kernel - userland

2003-07-19 Thread Pawel Jakub Dawidek
On Sat, Jul 19, 2003 at 09:47:08AM +0200, Pawel Jakub Dawidek wrote: + On Fri, Jul 18, 2003 at 03:47:05PM -0400, Marc Ramirez wrote: + + I have a remote datastore that I want to present as a filesystem. There + + are two parts to this: fetching raw data over the network, and doing some + +

Re: complicated downgrade

2003-07-19 Thread Matthew D. Fuller
On Fri, Jul 18, 2003 at 09:34:28PM -0700 I heard the voice of Terry Lambert, and lo! it spake thus: Your biggest problems are going to be the creation of the /dev, which will need to occur in an rc.local on reboot, Mightn't you be able to get away with this by something like: - Downgrade / to

Re: Committing a driver to -stable

2003-07-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Harti Brandt [EMAIL PROTECTED] writes: : : Hi all, : : as far as I know new stuff should be first committed to -current and, if : it turns out stable enough, MFCed to -stable. I would like to commit a : driver to -stable that will not be in -current. The

Re: Communications kernel - userland

2003-07-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Marc Ramirez [EMAIL PROTECTED] writes: : I have a device driver that needs to make requests for data from a : userland daemon. What's the preferred method for doing this in 4.8R and : 5.1R? I'm assuming the answer is Unix-domain sockets... what's wrong

How do I get profiling to work?

2003-07-19 Thread Kip Macy
When I do a config -p configuration file then a make depend; make kernel - I get linking kernel mcount.o: In function `mcount': mcount.o(.text+0xa): undefined reference to `_gmonparam' mcount.o(.text+0x10): undefined reference to `_gmonparam' mcount.o(.text+0x40): undefined reference to `user'