RE: mutual exclusion in vkbd

2005-05-31 Thread Norbert Koch
Thank you all. I'll try it. Norbert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Maksim Yevmenkin > Sent: Tuesday, May 31, 2005 10:59 PM > To: Alexander Kabaev > Cc: Norbert Koch; freebsd-hackers@freebsd.org > Subject: Re: mutual exclusion in vkbd >

[EMAIL PROTECTED] released!

2005-05-31 Thread iampinetan
We have designed and implemented a novel kernel web accelerator, named as [EMAIL PROTECTED], and released v0.8-alpha at openketa.sourceforge.net. It has similar function as TUX at Redhat. [EMAIL PROTECTED] has software pipeline architecture. It devides HTTP request process operation into severa

Re: Screen Resolution

2005-05-31 Thread suse.lee
yes,I find it in Edit->preferences->Hot Keys. Thanks 2005/6/1, Rob MacGregor <[EMAIL PROTECTED]>: > On Tuesday, May 31, 2005 10:23 AM, [EMAIL PROTECTED] <> unleashed the infinite > monkeys and produced: > > > in vmware when you press the + the mouse cursor will > > release from the vm, I can't ch

Re: RFC: if_bridge

2005-05-31 Thread Brian Fundakowski Feldman
On Wed, Jun 01, 2005 at 11:58:49AM +1200, Andrew Thompson wrote: > On Tue, May 31, 2005 at 07:48:16PM -0400, Brian Fundakowski Feldman wrote: > > On Tue, May 31, 2005 at 11:25:54AM +1200, Andrew Thompson wrote: > > > Hi, > > > > > > I am looking for testers and code review for if_bridge, the bridg

Re: RFC: if_bridge

2005-05-31 Thread Andrew Thompson
On Tue, May 31, 2005 at 07:48:16PM -0400, Brian Fundakowski Feldman wrote: > On Tue, May 31, 2005 at 11:25:54AM +1200, Andrew Thompson wrote: > > Hi, > > > > I am looking for testers and code review for if_bridge, the bridge > > implementation from NetBSD (and OpenBSD). > > > > The patch and inst

Re: RFC: if_bridge

2005-05-31 Thread Brian Fundakowski Feldman
On Tue, May 31, 2005 at 11:25:54AM +1200, Andrew Thompson wrote: > Hi, > > I am looking for testers and code review for if_bridge, the bridge > implementation from NetBSD (and OpenBSD). > > The patch and instructions can be found at: > > http://people.freebsd.org/~thompsa/ > > Highlights includ

Re: mutual exclusion in vkbd

2005-05-31 Thread Maksim Yevmenkin
Alexander Kabaev wrote: On Tue, May 31, 2005 at 09:41:18AM -0700, Maksim Yevmenkin wrote: Norbert, I am currently trying to backport vkbd to FreeBSD 4. ok Maksim Yevmenkin uses mtx_lock()/mtx_unlock() for protecting access to data structures under FreeBSD 5/6 between the device function

Re: mutual exclusion in vkbd

2005-05-31 Thread Alexander Kabaev
On Tue, May 31, 2005 at 09:41:18AM -0700, Maksim Yevmenkin wrote: > Norbert, > > >I am currently trying to backport vkbd to FreeBSD 4. > > ok > > >Maksim Yevmenkin uses mtx_lock()/mtx_unlock() for > >protecting access to data structures under FreeBSD 5/6 > >between the device functions and the k

RE: Screen Resolution

2005-05-31 Thread Rob MacGregor
On Tuesday, May 31, 2005 10:23 AM, [EMAIL PROTECTED] <> unleashed the infinite monkeys and produced: > in vmware when you press the + the mouse cursor will > release from the vm, I can't change the screen resolution in this way. > can I setting the short-cut key in the vmware ? Yes. Off the top

Re: mutual exclusion in vkbd

2005-05-31 Thread Maksim Yevmenkin
Norbert, I am currently trying to backport vkbd to FreeBSD 4. ok Maksim Yevmenkin uses mtx_lock()/mtx_unlock() for protecting access to data structures under FreeBSD 5/6 between the device functions and the kernel thread. How should I best do this under FreeBSD 4? Would something like splh

mutual exclusion in vkbd

2005-05-31 Thread Norbert Koch
Hello. I am currently trying to backport vkbd to FreeBSD 4. Maksim Yevmenkin uses mtx_lock()/mtx_unlock() for protecting access to data structures under FreeBSD 5/6 between the device functions and the kernel thread. How should I best do this under FreeBSD 4? Would something like splhigh() work

Re: preadv() / pwritev()

2005-05-31 Thread Marc Olzheim
Now that 5.4-release has settled, who is willing to commit the preadv() patch at http://www.stack.nl/~marcolz/FreeBSD/ ? Btw: Why are the files generated by 'make syscalls.c' in /usr/src/sys/kern and 'make sysent' in /usr/src/sys/compat/freebsd32 in CVS and not just generated at build time ? Shoul

Re: RFC: if_bridge

2005-05-31 Thread R. Tyler Ballance
I'll throw another hme interface in my Sun Ultra 2 some time later today to test it out some more. Do you have any specific "tests" you would want us to run the if_bridge code through? Just simplistic bridging of two networks, or are there any bells and whistles you want me(/us) to setup as

Re: the error connection of socket in kernel(new)

2005-05-31 Thread Neo-Vortex
On Tue, 31 May 2005, shiner chen wrote: >sa_in.sin_port = htons(21); >/*this is my computer ip:172.19.11.8*/ >sa_in.sin_addr.s_addr = htonl((172 << 8) | 19) << 8) | 11) << 8) | > 48); Can't help much with your question, but that last line quoted could be made much s

Re: the error connection of socket in kernel(new)

2005-05-31 Thread Robert Watson
On Tue, 31 May 2005, shiner chen wrote: In order to test the process of connection of socket in kernel ,I wrote a kld . When i load the kld ,the code try to connect the server of ftp,but i foud the code does not work right . the function , connect ,which return is right ,but ,when i see the s

Routing loop + raw IP packets : looking for clues ...

2005-05-31 Thread Aziz Kezzou
Hi all, For the purpose of my project I am simpulating a 3-hop network with QEMU on my workstation, as follows : |-| |---| |-| |Daemon1(user process)|---tun0---| Daemon 2 on QEMU

Re: Screen Resolution

2005-05-31 Thread Hervé Kergourlay
rusel a écrit : show error log there is no erreor log, I've a display in 640*480 I just can't increase the resolution :-) hervé On 5/31/05, Joerg Sonnenberger <[EMAIL PROTECTED]> wrote: On Tue, May 31, 2005 at 07:00:58AM +0100, Rob MacGregor wrote: So have I (in fact that's how

Re: Screen Resolution

2005-05-31 Thread Hervé Kergourlay
Joerg Sonnenberger a écrit : On Tue, May 31, 2005 at 09:56:37AM +0200, Hervé Kergourlay wrote: Joerg Sonnenberger a écrit : Doesn't the vmware driver shipped with Xorg work? only in 640*480 which is very small (a) check monitor config (it must support something above 640

Re: Screen Resolution

2005-05-31 Thread suse.lee
in vmware when you press the + the mouse cursor will release from the vm, I can't change the screen resolution in this way. can I setting the short-cut key in the vmware ? 2005/5/31, Joerg Sonnenberger <[EMAIL PROTECTED]>: > On Tue, May 31, 2005 at 09:56:37AM +0200, Hervé Kergourlay wrote: > > Joe

Re: Screen Resolution

2005-05-31 Thread Hervé Kergourlay
Makoto Matsushita a écrit : So have I (in fact that's how I started using FreeBSD 5.0). However the drivers required for their emulated graphics card are only supplied for FreeBSD 4.x with VMWare 4.5. You can use graphic driver modules (${X11}/lib/modules/drivers/vmware_drv.o) that is bun

Re: Screen Resolution

2005-05-31 Thread Joerg Sonnenberger
On Tue, May 31, 2005 at 09:56:37AM +0200, Hervé Kergourlay wrote: > Joerg Sonnenberger a écrit : > >Doesn't the vmware driver shipped with Xorg work? > > only in 640*480 which is very small (a) check monitor config (it must support something above 640x480 after all) (b) try switching the video mod

Re: Screen Resolution

2005-05-31 Thread rusel
show error log On 5/31/05, Joerg Sonnenberger <[EMAIL PROTECTED]> wrote: > On Tue, May 31, 2005 at 07:00:58AM +0100, Rob MacGregor wrote: > > So have I (in fact that's how I started using FreeBSD 5.0). However the > > drivers > > required for their emulated graphics card are only supplied for Fr

the error connection of socket in kernel(new)

2005-05-31 Thread shiner chen
In order to test the process of connection of socket in kernel ,I wrote a kld . When i load the kld ,the code try to connect the server of ftp,but i foud the code does not work right . the function , connect ,which return is right ,but ,when i see the status of connection by "netstat -a" , i fo

Re: Screen Resolution

2005-05-31 Thread Hervé Kergourlay
Joerg Sonnenberger a écrit : On Tue, May 31, 2005 at 07:00:58AM +0100, Rob MacGregor wrote: So have I (in fact that's how I started using FreeBSD 5.0). However the drivers required for their emulated graphics card are only supplied for FreeBSD 4.x with VMWare 4.5. Doesn't the vmware

Re: Screen Resolution

2005-05-31 Thread Makoto Matsushita
So have I (in fact that's how I started using FreeBSD 5.0). However the drivers required for their emulated graphics card are only supplied for FreeBSD 4.x with VMWare 4.5. You can use graphic driver modules (${X11}/lib/modules/drivers/vmware_drv.o) that is bundled with recent Xorg/XFree86, an

Re: Screen Resolution

2005-05-31 Thread Joerg Sonnenberger
On Tue, May 31, 2005 at 07:00:58AM +0100, Rob MacGregor wrote: > So have I (in fact that's how I started using FreeBSD 5.0). However the > drivers > required for their emulated graphics card are only supplied for FreeBSD 4.x > with > VMWare 4.5. Doesn't the vmware driver shipped with Xorg work?

Re: Screen Resolution

2005-05-31 Thread Hervé Kergourlay
Rob MacGregor a écrit : On Monday, May 30, 2005 7:58 PM, Peter Jeremy unleashed the infinite monkeys and produced: On Mon, 2005-May-30 10:30:30 +0100, Rob MacGregor wrote: Looking at VMWare's list of supported client OSs, FreeBSD 5 is only supported in the r