Re: How to get filename of an open file descriptor

2007-11-13 Thread Peter Jeremy
On Mon, Nov 12, 2007 at 11:33:38AM -0800, Yuri wrote: I am looking for functionality similar to Linux's /proc/PID/fd/FD. I need to know what is the file name of an open file descriptor. Note that there is not necessarily a unique (or any) filename associated with a file descriptor. This is an

Re: amrd disk performance drop after running under high load

2007-11-13 Thread Alexey Popov
Hi. Panagiotis Christias wrote: In the good case you are getting a much higher interrupt rate but with the data you provided I can't tell where from. You need to run vmstat -i at regular intervals (e.g. every 10 seconds for a minute) during the good and bad times, since it only provides

macbook atheros driver in 7-beta2

2007-11-13 Thread brad clawsie
hi, i have just put 7-beta2 on a macbook (core 2 duo) i am looking for advice on the best alternative for wireless support, the provided ath driver does not provide support. sam leffler has a patch here http://people.freebsd.org/~sam/ath_hal-20070428.tgz but i am not sure if this is newer or

Re: macbook atheros driver in 7-beta2

2007-11-13 Thread Karl Sjodahl - dunceor
On Nov 13, 2007 5:51 PM, brad clawsie [EMAIL PROTECTED] wrote: hi, i have just put 7-beta2 on a macbook (core 2 duo) i am looking for advice on the best alternative for wireless support, the provided ath driver does not provide support. sam leffler has a patch here

Re: How to get filename of an open file descriptor

2007-11-13 Thread Yuri
Robert, Thank you for letting me know about this new feature procstat. But is there any workaround in 6.3? I need to port one package that needs to lookup file names by FDs to the current FreeBSD and need some solution now. Yuri Quoting Robert Watson [EMAIL PROTECTED]: On Mon, 12 Nov

How to read events from usb keyboard/mouse

2007-11-13 Thread Mario Augusto Mania
Hi All I user linux to make a multiseat system, but, i wold like to user freebsd to do it :). The problem is: how to read a evento from individual usb keyboard/mouse? In linux, i use evdev driver in xorg (or Xephyr modified), but, in FreeBSd? what i will use? -- Atenciosmente Mario Augusto

Re: macbook atheros driver in 7-beta2

2007-11-13 Thread David E. Thiel
On Tue, Nov 13, 2007 at 08:51:05AM -0800, brad clawsie wrote: i am looking for advice on the best alternative for wireless support, the provided ath driver does not provide support. sam leffler has a patch here http://people.freebsd.org/~sam/ath_hal-20070428.tgz but i am not sure if

Re: How to read events from usb keyboard/mouse

2007-11-13 Thread Girish Venkatachalam
On 17:41:58 Nov 13, Mario Augusto Mania wrote: Hi All I user linux to make a multiseat system, but, i wold like to user freebsd to do it :). The problem is: how to read a evento from individual usb keyboard/mouse? In linux, i use evdev driver in xorg (or Xephyr modified), but, in FreeBSd?

Re: questions on development(7)

2007-11-13 Thread Giorgos Keramidas
On 2007-11-09 11:23, Julian Elischer [EMAIL PROTECTED] wrote: ok having done this for years here's how it goes. If you have a private CVS repo mirroring the FreeBSD tree then you can keep your changes up to date in your checked out source tree. but you can generally not check them in

Re: questions on development(7)

2007-11-13 Thread Mike Meyer
On Tue, 13 Nov 2007 21:45:30 +0200 Giorgos Keramidas [EMAIL PROTECTED] wrote: I wonder if ther is a way we could broadcast changes to the p4 'head' branch so that people could keep their own p4 servers up to date. Unfortunately, no. Perforce is not easy to 'mirror' around the world, but

Re: How to read events from usb keyboard/mouse

2007-11-13 Thread Daniel O'Connor
On Wed, 14 Nov 2007, Girish Venkatachalam wrote: On 17:41:58 Nov 13, Mario Augusto Mania wrote: Hi All I user linux to make a multiseat system, but, i wold like to user freebsd to do it :). The problem is: how to read a evento from individual usb keyboard/mouse? In linux, i use evdev

Re: questions on development(7)

2007-11-13 Thread Daniel O'Connor
On Wed, 14 Nov 2007, Giorgos Keramidas wrote: * Periodic 'imports' of the FreeBSD src/ tree as 'vendor' code * Incremental conversion of /home/ncvs/src in 'changesets' I've been using a 'converted' tree for almost a year and a half now, to keep a local mirror of the src repository at

Re: questions on development(7)

2007-11-13 Thread OutbackDingo
All ive seen in FreeBSD hg branches is a current and a releng_6 Id like to see a complete tree converted if there is one out there. I do have some bandwidth to potentially host such a conversion for others. question is does one exist ? On Wed, 2007-11-14 at 17:48 +1030, Daniel O'Connor wrote: On