On 01/26/2011 12:00, Julian H. Stacey wrote:
Hi,
Alex
order to build the system. the VCS however is not part of the build toolchain
however (except 'make update' maybe).
Some good points, but also remember make release also uses cvs
grep CVS /usr/src/release/Makefile
A) The fact th
On Fri, 28 Jan 2011 00:47:37 +0100
Joerg Sonnenberger wrote:
> On Thu, Jan 27, 2011 at 06:24:18PM -0500, Alexander Kabaev wrote:
> > For starters, the number of libraries given binary is linked too is
> > completely and utterly irrelevant :) The change NetBSD guys claims
> > to revolutionize his
On Thu, Jan 27, 2011 at 06:24:18PM -0500, Alexander Kabaev wrote:
> For starters, the number of libraries given binary is linked too is
> completely and utterly irrelevant :) The change NetBSD guys claims to
> revolutionize his application startup times only applies to programs
> that dlopen (read
On Thu, 27 Jan 2011 17:53:49 -0500
Mark Saad wrote:
> On Thu, Jan 27, 2011 at 4:58 PM, Devin Teske wrote:
> > On Thu, 2011-01-27 at 23:35 +0200, Kostik Belousov wrote:
> >
> > On Thu, Jan 27, 2011 at 09:12:34PM +, Devin Teske wrote:
> >> On Thu, 2011-01-27 at 22:59 +0200, Kostik Belousov wro
On Thu, Jan 27, 2011 at 4:58 PM, Devin Teske wrote:
> On Thu, 2011-01-27 at 23:35 +0200, Kostik Belousov wrote:
>
> On Thu, Jan 27, 2011 at 09:12:34PM +, Devin Teske wrote:
>> On Thu, 2011-01-27 at 22:59 +0200, Kostik Belousov wrote:
>>
>> > On Thu, Jan 27, 2011 at 08:50:48PM +, Devin Tesk
On Thu, 2011-01-27 at 23:35 +0200, Kostik Belousov wrote:
> On Thu, Jan 27, 2011 at 09:12:34PM +, Devin Teske wrote:
> > On Thu, 2011-01-27 at 22:59 +0200, Kostik Belousov wrote:
> >
> > > On Thu, Jan 27, 2011 at 08:50:48PM +, Devin Teske wrote:
> > > > Probably did something like this:
>
FYI, there is an API in Firefox 4 for start up time measurement.
http://blog.mozilla.com/tglek/2011/01/14/builtin-startup-measurement/
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe,
On Thu, Jan 27, 2011 at 09:12:34PM +, Devin Teske wrote:
> On Thu, 2011-01-27 at 22:59 +0200, Kostik Belousov wrote:
>
> > On Thu, Jan 27, 2011 at 08:50:48PM +, Devin Teske wrote:
> > > Probably did something like this:
> > >
> > > time sh -c '( firefox & ); sleep 1000'
> > >
> >
> I'd call that 1/100th of a second precision, wouldn't you?
You have much better reflexes than I do. :)
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hack
On Thu, 2011-01-27 at 22:31 +0200, Kostik Belousov wrote:
> On Thu, Jan 27, 2011 at 12:37:54PM -0500, Mark Saad wrote:
> > On Thu, Jan 27, 2011 at 6:05 AM, David Naylor
> > wrote:
> > > On Wednesday 26 January 2011 06:49:11 Alexander Kabaev wrote:
> > >> On Tue, 25 Jan 2011 21:40:42 -0500
> > >>
On Thu, 2011-01-27 at 22:59 +0200, Kostik Belousov wrote:
> On Thu, Jan 27, 2011 at 08:50:48PM +, Devin Teske wrote:
> > On Thu, 2011-01-27 at 22:31 +0200, Kostik Belousov wrote:
> >
> > > On Thu, Jan 27, 2011 at 12:37:54PM -0500, Mark Saad wrote:
> > > > On Thu, Jan 27, 2011 at 6:05 AM, Davi
On Thu, Jan 27, 2011 at 08:50:48PM +, Devin Teske wrote:
> On Thu, 2011-01-27 at 22:31 +0200, Kostik Belousov wrote:
>
> > On Thu, Jan 27, 2011 at 12:37:54PM -0500, Mark Saad wrote:
> > > On Thu, Jan 27, 2011 at 6:05 AM, David Naylor
> > > wrote:
> > > > On Wednesday 26 January 2011 06:49:11
On Thu, Jan 27, 2011 at 12:37:54PM -0500, Mark Saad wrote:
> On Thu, Jan 27, 2011 at 6:05 AM, David Naylor
> wrote:
> > On Wednesday 26 January 2011 06:49:11 Alexander Kabaev wrote:
> >> On Tue, 25 Jan 2011 21:40:42 -0500
> >>
> >> Mark Saad wrote:
> >> > Hello Hackers
> >> >
> >> > The NetBSD f
On Thu, Jan 27, 2011 at 10:37:22AM -0700, Jamie Gritton wrote:
> It's in the the subversion tree, under projects/jailconf.
>
> I've got the dependency stuff there (actually turns out to be a large
> chunk of the code). I've got it doing almost everything that rc.d/jail
> does now, though it doesn'
That's where it's headed. I've been slow on progress lately, but I'm
working on a jail(8) that takes a config file instead of rc shell
variables, and takes care of dependency issues among other things.
- Jamie
On 01/27/11 08:42, Dirk Engling wrote:
On Thu, 27 Jan 2011, Paul Schenkeveld wrote:
On Thu, Jan 27, 2011 at 6:05 AM, David Naylor wrote:
> On Wednesday 26 January 2011 06:49:11 Alexander Kabaev wrote:
>> On Tue, 25 Jan 2011 21:40:42 -0500
>>
>> Mark Saad wrote:
>> > Hello Hackers
>> >
>> > The NetBSD folks have a nice improvement with the rtld-elf subsystem,
>> > known as "Negat
It's in the the subversion tree, under projects/jailconf.
I've got the dependency stuff there (actually turns out to be a large
chunk of the code). I've got it doing almost everything that rc.d/jail
does now, though it doesn't yet handle errors like it should. After I
get that fixed up, I plan on
On Thu, 27 Jan 2011, Jamie Gritton wrote:
That's where it's headed. I've been slow on progress lately, but I'm
working on a jail(8) that takes a config file instead of rc shell
variables, and takes care of dependency issues among other things.
Looks like I completely missed the discussion tha
On Thu, 27 Jan 2011, Paul Schenkeveld wrote:
like to start A before B but shutdown B before A. Would it make sense
to reverse the order in which jails are stopped during shutdown by
reversing the nales in $jail_list?
Yikes, it does indeed make sense, that's why I already do it in the ezjail
Hi,
The order in which jails are started by rc.d/jail is the order in which
jails are listed in $jail_list which is fine. On shutdown, jails are
stopped in the same order they were started which in some cases is not
fine. If jail B depends on functionality provided by jail A, one would
like to s
On Wednesday 26 January 2011 06:49:11 Alexander Kabaev wrote:
> On Tue, 25 Jan 2011 21:40:42 -0500
>
> Mark Saad wrote:
> > Hello Hackers
> >
> > The NetBSD folks have a nice improvement with the rtld-elf subsystem,
> > known as "Negative Symbol Cache" .
> >
> > http://blog.netbsd.org/tnf/entry
On 25-01-2011 19:55, John Baldwin wrote:
Use this:
pci_cfg_save(dev, dinfo, 0);
pci_set_powerstate(dev, PCI_POWERSTATE_D3);
/* do stuff */
/* Will set state to D0. */
pci_cfg_restore(dev, dinfo);
We probably should create some wrapper routines (pci_save
22 matches
Mail list logo