Re: [GSoC] About the idea: Unicode support in vi

2011-03-26 Thread Paul Schenkeveld
On Wed, Mar 23, 2011 at 08:20:07PM -0500, Zhihao Yuan wrote: > On Wed, Mar 23, 2011 at 7:26 PM, Arnaud Lacombe wrote: > > Hi, > > > > On Wed, Mar 23, 2011 at 7:32 PM, Zhihao Yuan wrote: > >> Among *all* the GNU/Linux distributions I used, they include a vim > >> compiled in tiny mode (ln -s it to

Re: [GSoC] About the idea: Unicode support in vi

2011-03-26 Thread Zhihao Yuan
On Sat, Mar 26, 2011 at 3:45 AM, Paul Schenkeveld wrote: > On Wed, Mar 23, 2011 at 08:20:07PM -0500, Zhihao Yuan wrote: >> On Wed, Mar 23, 2011 at 7:26 PM, Arnaud Lacombe wrote: >> > Hi, >> > >> > On Wed, Mar 23, 2011 at 7:32 PM, Zhihao Yuan wrote: >> >> Among *all* the GNU/Linux distributions I

Re: [GSoC] About the idea: Unicode support in vi

2011-03-26 Thread Bernd Walter
On Sat, Mar 26, 2011 at 03:55:12AM -0500, Zhihao Yuan wrote: > On Sat, Mar 26, 2011 at 3:45 AM, Paul Schenkeveld > wrote: > > On Wed, Mar 23, 2011 at 08:20:07PM -0500, Zhihao Yuan wrote: > >> On Wed, Mar 23, 2011 at 7:26 PM, Arnaud Lacombe wrote: > > > > I like the idea of adding Unicode support

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-26 Thread Baptiste Daroussin
2011/3/26 Mike Meyer : > On Fri, 25 Mar 2011 15:14:52 +0100 > Baptiste Daroussin wrote: >> 2011/3/25 Alexander Leidinger : >> >> - the register command can analyse elf files when registering a new port >> >> to >> >> discover forgotten dependencies if necessary. (done in alpha using libelf) >> > T

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Peter Jeremy
On 2011-Mar-25 08:18:38 -0400, John Baldwin wrote: >For modern Intel CPUs you can just assume that the TSCs are in sync across >packages. They also have invariant TSC's meaning that the frequency doesn't >change. Synchronised P-state invariant TSCs vastly simplify the problem but not everyone

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Kostik Belousov
On Sat, Mar 26, 2011 at 11:16:46PM +1100, Peter Jeremy wrote: > On 2011-Mar-25 08:18:38 -0400, John Baldwin wrote: > >For modern Intel CPUs you can just assume that the TSCs are in sync across > >packages. They also have invariant TSC's meaning that the frequency doesn't > >change. > > Synchro

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-26 Thread Marin Atanasov Nikolov
On Fri, Mar 25, 2011 at 12:11 PM, Baptiste Daroussin wrote: > Hi all, > Hi, Great news! I'll try to contribute with what I can for this project! I've mirrored the pkgng Git repo here as well: - http://git.unix-heaven.org/cgit.cgi/pkgng/ And attached is my first patch :) Could you please re

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread John Baldwin
On Saturday, March 26, 2011 08:16:46 am Peter Jeremy wrote: > On 2011-Mar-25 08:18:38 -0400, John Baldwin wrote: > >For modern Intel CPUs you can just assume that the TSCs are in sync across > >packages. They also have invariant TSC's meaning that the frequency > >doesn't change. > > Synchronise

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Jing Huang
Hi, Thanks for you all sincerely. Under your guidance, I read the specification of TSC in Intel Manual and learned the hardware feature of TSC: Processor families increment the time-stamp counter differently: • For Pentium M processors (family [06H], models [09H, 0DH]); for Pentium 4 processo

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Kostik Belousov
On Sat, Mar 26, 2011 at 10:12:32AM -0400, John Baldwin wrote: > On Saturday, March 26, 2011 08:16:46 am Peter Jeremy wrote: > > On 2011-Mar-25 08:18:38 -0400, John Baldwin wrote: > > >For modern Intel CPUs you can just assume that the TSCs are in sync across > > >packages. They also have invarian

[SoC] Jails management webui

2011-03-26 Thread Ilias-Dimitrios Vrachnis
Hello, my name is Ilias, and I am a student from Greece. I wanted to propose an idea for this year's summer of code, but I am not sure how useful it actually is for others. I would like to create a webui to manage the jails on a system. The only other alternative I could find at the moment is a w

Re: [SoC] Jails management webui

2011-03-26 Thread Devin Teske
On Mar 26, 2011, at 9:09 AM, Ilias-Dimitrios Vrachnis wrote: > Hello, > > my name is Ilias, and I am a student from Greece. > I wanted to propose an idea for this year's summer of code, > but I am not sure how useful it actually is for others. > > I would like to create a webui to manage the ja

Re: [SoC] Jails management webui

2011-03-26 Thread Devin Teske
On Mar 26, 2011, at 10:18 AM, Devin Teske wrote: > On Mar 26, 2011, at 9:09 AM, Ilias-Dimitrios Vrachnis > wrote: > >> Hello, >> >> my name is Ilias, and I am a student from Greece. >> I wanted to propose an idea for this year's summer of code, >> but I am not sure how useful it actually is f

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Warner Losh
On Mar 26, 2011, at 8:12 AM, John Baldwin wrote: > On Saturday, March 26, 2011 08:16:46 am Peter Jeremy wrote: >> On 2011-Mar-25 08:18:38 -0400, John Baldwin wrote: >>> For modern Intel CPUs you can just assume that the TSCs are in sync across >>> packages. They also have invariant TSC's meanin

Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install

2011-03-26 Thread Julien Laffaye
On Fri, Mar 25, 2011 at 10:11 AM, Baptiste Daroussin wrote: >  Developpement site: http://git.etoilebsd.net/pkgng/ FYI, we moved to github[1] in order to have a bug tracker, pull request and code review. Also, I recommend to build from the HEAD of the git repository, to not report fixed compilati

Re: [GSoc] Timeconter Performance Improvements

2011-03-26 Thread Julian Elischer
On 3/25/11 1:24 AM, Peter Jeremy wrote: On 2011-Mar-24 17:00:02 +0800, Jing Huang wrote: In this scenario, I plan to use both tsc and shared memory to calculate precise time in user mode. The shared memory includes system_time, tsc_system_time and factor_tsc-system_time. This sounds l

Prebind from OpenBSD

2011-03-26 Thread Jesse Smith
Hello FreeBSDers, I'm interested in working on the "Port prebind from OpenBSD" project mentioned on the FreeBSD Ideas page. ( http://wiki.freebsd.org/IdeasPage#head-d28cdd95ca1755d5afe63d653cb4926d4bdc99de ) There isn't much to go on from the project description and I'm curious what FreeBSD dev

Re: kgdb patches for newer versions of gdb

2011-03-26 Thread Julian Elischer
On 3/24/11 8:46 AM, Ryan Stone wrote: At work we cross-compile several kld modules. They just upgraded to gcc 4.5, but gdb 6.X is not compatible with the debug symbols produced by gcc 4.5. Has anybody ever tried merging kgdb into a newer gdb version? Anybody have patches that they can share?