Decreasiong default dcons poll hz

2009-04-06 Thread Ed Schouten
Hi all, I was just discussing with rwatson on IRC that the default polling frequency used by dcons may be a little too high. It's currently set to 100 Hz. I guess it should probably use 25 Hz at most. My question is if anyone using dcons could try decreasing kern.dcons.poll_hz to 25 and let me kn

Re: GSoC: Semantic File System

2009-04-06 Thread Gabriele Modena
On Thu, Apr 2, 2009 at 7:26 PM, Robert Watson wrote: >> In this moment I am considering also an userspace approach similar to >> Spotlight/Beagles, but I don't know how I could propose this as a FreeBSD >> GSoC project. > > I think that would make a fine GSoC proposal. Keep in mind that one of th

Re: [PATCH] Support for thresholds in du(1)

2009-04-06 Thread k
Ed Schouten wrote: > * Mel wrote: >> Example usage: >> # du -xht 20m . >> 29M./contrib/binutils >> 52M./contrib/gcc >> 237M./contrib >> 35M./crypto >> 28M./lib >> 20M./share >> 55M./sys/dev >> 139M./sys >> 545M. > > Ooh! That looks awesome! > Would th

Re: Re: Improving the kernel/i386 timecounter performance (GSoC proposal)

2009-04-06 Thread Sergey Babkin
Apr 4, 2009 02:02:07 PM, jul...@elischer.org wrote: >Hey Sergey, whatever you are using for a mail client SUCKS >real bad at the moment.. > > it's really messing up your outgoing mails.. > >note the mail below Looks like using the text mode didn't help :-( Oh, well, I g

Re: Patch for MS Hyper V (virtualization)

2009-04-06 Thread John Baldwin
On Sunday 05 April 2009 12:23:39 pm Sergey Babkin wrote: > >Apr 4, 2009 02:10:23 PM, ivo...@freebsd.org wrote: >>Can someo=ne please review and commit (if appropriate) the tweak for >>Hyper-V shu=tdown issue at >http://shell.peach.ne.jp/aoyama/archives/40 >>? >> >=>>The

Re: Patch for MS Hyper V (virtualization)

2009-04-06 Thread Ivan Voras
2009/4/6 John Baldwin : > On Sunday 05 April 2009 12:23:39 pm Sergey Babkin wrote: > Hmm, the problem is we need to be able to write to BARs to size them.  Any OS > needs to be able to do this to know what address space regions are being > decoded by devices.  We can't avoid writing to BARs. I ha

Re: Patch for MS Hyper V (virtualization)

2009-04-06 Thread M. Warner Losh
In message: <200904061154.19601@freebsd.org> John Baldwin writes: : On Sunday 05 April 2009 12:23:39 pm Sergey Babkin wrote: : > : >Apr 4, 2009 02:10:23 PM, ivo...@freebsd.org wrote: : >>Can someo=ne please review and commit (if appropriate) the tweak for : >>Hyper-V s

Re: Patch for MS Hyper V (virtualization)

2009-04-06 Thread John Baldwin
On Monday 06 April 2009 1:07:38 pm Ivan Voras wrote: > 2009/4/6 John Baldwin : > > On Sunday 05 April 2009 12:23:39 pm Sergey Babkin wrote: > > > Hmm, the problem is we need to be able to write to BARs to size them.  Any OS > > needs to be able to do this to know what address space regions are be

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread Yuri
Nobody replied and I still have the problem. I extracted the area of the disk where long file names are stored. And can see that all characters are in UTF-8. So how to correctly read UTF-8 encoded VFAT? Yuri ___ freebsd-hackers@freebsd.org mailing

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread matt donovan
On Mon, Apr 6, 2009 at 7:29 PM, Yuri wrote: > Nobody replied and I still have the problem. > > I extracted the area of the disk where long file names are stored. And can > see that all characters are in UTF-8. > > So how to correctly read UTF-8 encoded VFAT? > > > Yuri > > ___

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread Giorgos Keramidas
On Mon, 06 Apr 2009 16:29:55 -0700, Yuri wrote: > Nobody replied and I still have the problem. > > I extracted the area of the disk where long file names are stored. And > can see that all characters are in UTF-8. > > So how to correctly read UTF-8 encoded VFAT? Remap the locale to something you

Fwd: Is international support broken is msdosfs file system driver?

2009-04-06 Thread Shaowei Wang (wsw)
-- Forwarded message -- From: Shaowei Wang (wsw) Date: Tue, Apr 7, 2009 at 12:28 PM Subject: Re: Is international support broken is msdosfs file system driver? To: y...@rawbw.com On Sat, Apr 4, 2009 at 5:32 AM, Yuri wrote: > I have a FAT disk written in Windows that has Chine

Shaowei Wang (wsw) has invited you to open a Google mail account

2009-04-06 Thread Shaowei Wang (wsw)
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. --- Shaowei Wang (wsw) has invited you to open a free Gmail account. To accept this invitation and register for your acco

Re: Patch for MS Hyper V (virtualization)

2009-04-06 Thread Sergey Babkin
John Baldwin wrote: > > On Monday 06 April 2009 1:07:38 pm Ivan Voras wrote: > > 2009/4/6 John Baldwin : > > > On Sunday 05 April 2009 12:23:39 pm Sergey Babkin wrote: > > > > > Hmm, the problem is we need to be able to write to BARs to size them. б > > > Any > OS > > > needs to be able to do thi

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread Yuri
Shaowei Wang (wsw) wrote: try -L zh_CN.euc . zh_CN.euc doesn't exist, I tried zh_CN.eucCN instead. Didn't work. I tried all zh_CN* and zh_TW* ones from /usr/share/locale/ -- none of them worked. Nut the garbage displayed by 'ls' changes depending on the one used. Windows file system use a d

Re: Is international support broken is msdosfs file system driver?

2009-04-06 Thread Shaowei Wang (wsw)
On Tue, Apr 7, 2009 at 2:00 PM, Yuri wrote: > Shaowei Wang (wsw) wrote: > >> >> try -L zh_CN.euc . >> > zh_CN.euc doesn't exist, I tried zh_CN.eucCN instead. Didn't work. > I tried all zh_CN* and zh_TW* ones from /usr/share/locale/ -- none of them > worked. > Nut the garbage displayed by 'ls' cha