___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 25.06.2013 05:23, Jeff Roberson wrote:
> On Sun, 23 Jun 2013, Ruslan Bukin wrote:
>
>> On Sun, Jun 23, 2013 at 07:50:40PM +0300, Konstantin Belousov wrote:
>>> On Sun, Jun 23, 2013 at 08:44:25PM +0400, Ruslan Bukin wrote:
On Sun, Jun 23, 2013 at 07:16:17PM +0300, Konstantin Belousov wrote:
On Mon, Jun 24, 2013 at 8:23 PM, Jeff Roberson wrote:
>
> Would any of the arm users be interested in testing a larger patch that
> changes the way the kernel allocations KVA? It also has some UMA code that
> lessens kernel memory utilization.
>
> http://people.freebsd.org/~jeff/vmem.diff
>
> An
On Sun, 23 Jun 2013, Ruslan Bukin wrote:
On Sun, Jun 23, 2013 at 07:50:40PM +0300, Konstantin Belousov wrote:
On Sun, Jun 23, 2013 at 08:44:25PM +0400, Ruslan Bukin wrote:
On Sun, Jun 23, 2013 at 07:16:17PM +0300, Konstantin Belousov wrote:
On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Buk
On Jun 23, 2013, at 9:16 AM, Konstantin Belousov wrote:
> On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote:
>> On Sun, Jun 23, 2013 at 05:32:48PM +0300, Konstantin Belousov wrote:
>>>
>>> This is useless without a backtrace.
>>
>> Trying to mount root from ufs:/dev/da0 []...
>> WARN
On Sun, Jun 23, 2013 at 07:50:40PM +0300, Konstantin Belousov wrote:
> On Sun, Jun 23, 2013 at 08:44:25PM +0400, Ruslan Bukin wrote:
> > On Sun, Jun 23, 2013 at 07:16:17PM +0300, Konstantin Belousov wrote:
> > > On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote:
> > > >
> > > > Trying t
On Sun, Jun 23, 2013 at 07:16:17PM +0300, Konstantin Belousov wrote:
> On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote:
> >
> > Trying to mount root from ufs:/dev/da0 []...
> > WARNING: / was not properly dismounted
> > warning: no time-of-day clock registered, system time will not be
On Sun, Jun 23, 2013 at 08:44:25PM +0400, Ruslan Bukin wrote:
> On Sun, Jun 23, 2013 at 07:16:17PM +0300, Konstantin Belousov wrote:
> > On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote:
> > >
> > > Trying to mount root from ufs:/dev/da0 []...
> > > WARNING: / was not properly dismount
On Sun, Jun 23, 2013 at 05:32:48PM +0300, Konstantin Belousov wrote:
> On Sun, Jun 23, 2013 at 12:32:20PM +0400, Ruslan Bukin wrote:
> > On Sun, Jun 23, 2013 at 09:57:06AM +0300, Konstantin Belousov wrote:
> > > > I don't really see a lot of wasted memory in the zones. There is
> > > > certainly
On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote:
> On Sun, Jun 23, 2013 at 05:32:48PM +0300, Konstantin Belousov wrote:
> > On Sun, Jun 23, 2013 at 12:32:20PM +0400, Ruslan Bukin wrote:
> > > On Sun, Jun 23, 2013 at 09:57:06AM +0300, Konstantin Belousov wrote:
> > > > > I don't really
On Sun, Jun 23, 2013 at 12:32:20PM +0400, Ruslan Bukin wrote:
> On Sun, Jun 23, 2013 at 09:57:06AM +0300, Konstantin Belousov wrote:
> > > I don't really see a lot of wasted memory in the zones. There is
> > > certainly some. Can you give me sysctl vm from both a working and
> > > non-working k
On Sun, Jun 23, 2013 at 09:57:06AM +0300, Konstantin Belousov wrote:
> > I don't really see a lot of wasted memory in the zones. There is
> > certainly some. Can you give me sysctl vm from both a working and
> > non-working kernel after the build is done or fails?
>
> Try this:
> http://people
On Sat, Jun 22, 2013 at 04:37:24PM -1000, Jeff Roberson wrote:
> On Fri, 21 Jun 2013, Zbyszek Bodek wrote:
>
> > On 21.06.2013 01:56, Jeff Roberson wrote:
> >> On Thu, 20 Jun 2013, Jeff Roberson wrote:
> >>
> >>> On Wed, 19 Jun 2013, Zbyszek Bodek wrote:
> >>>
> Hello,
>
> I've been
On Fri, 21 Jun 2013, Zbyszek Bodek wrote:
On 21.06.2013 01:56, Jeff Roberson wrote:
On Thu, 20 Jun 2013, Jeff Roberson wrote:
On Wed, 19 Jun 2013, Zbyszek Bodek wrote:
Hello,
I've been trying to compile the kernel on my ARMv7 platform using the
sources from the current FreeBSD HEAD.
make
On 21.06.2013 01:56, Jeff Roberson wrote:
> On Thu, 20 Jun 2013, Jeff Roberson wrote:
>
>> On Wed, 19 Jun 2013, Zbyszek Bodek wrote:
>>
>>> Hello,
>>>
>>> I've been trying to compile the kernel on my ARMv7 platform using the
>>> sources from the current FreeBSD HEAD.
>>>
>>> make buildkernel <
On 20 June 2013 16:56, Jeff Roberson wrote:
> Just to add some more information; On my machine with 16GB of ram the
> handful of recent UMA commits save about 20MB of kmem on boot. There are
> 30% fewer buckets allocated. And all of the malloc zones have similar
> amounts of cached space. Act
On Thu, 20 Jun 2013, Jeff Roberson wrote:
On Wed, 19 Jun 2013, Zbyszek Bodek wrote:
Hello,
I've been trying to compile the kernel on my ARMv7 platform using the
sources from the current FreeBSD HEAD.
make buildkernel <.> -j5
1/2 builds fails in the way described below:
-
On Wed, 19 Jun 2013, Zbyszek Bodek wrote:
Hello,
I've been trying to compile the kernel on my ARMv7 platform using the
sources from the current FreeBSD HEAD.
make buildkernel <.> -j5
1/2 builds fails in the way described below:
-
On 19.06.2013 20:22, Andrey Fesenko wrote:
> On Wed, Jun 19, 2013 at 10:15 PM, Zbyszek Bodek wrote:
>> Hello,
>>
>> I've been trying to compile the kernel on my ARMv7 platform using the
>> sources from the current FreeBSD HEAD.
>>
>> make buildkernel <.> -j5
>>
>> 1/2 builds fails in the way d
On Wed, Jun 19, 2013 at 10:15 PM, Zbyszek Bodek wrote:
> Hello,
>
> I've been trying to compile the kernel on my ARMv7 platform using the
> sources from the current FreeBSD HEAD.
>
> make buildkernel <.> -j5
>
> 1/2 builds fails in the way described below:
> ---
Hi,
You need to build the system with:
options AH_SUPPORT_AR5416
.. even if you're not building _with_ the ath device. This is a
byproduct of how the modules are currently built.
I'm sorry for introducing this breakage. I'm going to try and fix the
driver soon but it's going to require a little
On Saturday 23 August 2003 21:31, Matthew N. Dodd wrote:
> On Sat, 23 Aug 2003, Harald Schmalzbauer wrote:
> > cvsupped half an hour ago, the following error occurs when trying to
> > build a kernel (mine, which worked fine with yesterdays source)
>
> This one is mine, sorry.
No problem, but if yo
On Sat, 23 Aug 2003, Harald Schmalzbauer wrote:
> cvsupped half an hour ago, the following error occurs when trying to build a
> kernel (mine, which worked fine with yesterdays source)
This one is mine, sorry.
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| [EMAIL
On Sun, 2002-01-06 at 19:38, Doug White wrote:
> Why are there C-style comments in a Perl script?
At a guess, it's a here document.
--
brandon s. allbery [os/2][linux][solaris][japh] [EMAIL PROTECTED]
system administrator [WAY too many hats][EMAIL PROTECTED]
electrical and compu
On Sat, 5 Jan 2002, Sheldon Hearn wrote:
> Yeah, that script was committed untested. :-(
>
> Try the untested patch included below.
Why are there C-style comments in a Perl script?
> * This file is produced automatically.
> * Do not modify anything in here by hand.
> *
> - * Created from
On Thu, 03 Jan 2002 15:47:20 -0900, Beech Rintoul wrote:
> I got the following trying to build -current today:
>
> NM=nm OBJFORMAT=elf sh /usr/src/sys/kern/genassym.sh genassym.o > assym.s
> perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src
> Global symbol "$FreeBSD" requir
26 matches
Mail list logo