Do we have support for DTrace anonymous tracing (boot-time tracing) on FreeBSD?
--
Andriy Gapon
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-uns
On Tue, 13 Nov 2012, Benjamin Kaduk wrote:
if (len < (2*NBG))
- errx(1, "database too small: %s", db);
+ errx(1, "database too small: %s\nRun
/usr/libexec/locate.updatedb", db);
That looks longer than 80 characters, a limit given implicitly in style.9.
The
On 14 November 2012 11:32, Warren Block wrote:
> On Tue, 13 Nov 2012, Benjamin Kaduk wrote:
>>>
>>> if (len < (2*NBG))
>>> - errx(1, "database too small: %s", db);
>>> + errx(1, "database too small: %s\nRun
>>> /usr/libexec/locate.updatedb", db);
>>
>>
>> That l
Not to my knowledge, I'm afraid.
On Wed, Nov 14, 2012 at 3:08 AM, Andriy Gapon wrote:
>
> Do we have support for DTrace anonymous tracing (boot-time tracing) on
> FreeBSD?
>
> --
> Andriy Gapon
>
> ___
> freebsd-hackers@freebsd.org mailing list
> http
On 5 September 2012 07:40, Alexander Yerenkow wrote:
> Hello all.
> I'm currently trying to make poudriere cross compile some ports for arm
> arch.
> I'm using such command (as example):
>
> env TARGET=arm TARGET_ARCH=armv6 TARGET_CPUARCH=armv6
> PATH=/usr/obj/arm.armv6/usr/src/tmp/usr/bin:${PATH}
On Wed, 14 Nov 2012, Eitan Adler wrote:
On 14 November 2012 11:32, Warren Block wrote:
On Tue, 13 Nov 2012, Benjamin Kaduk wrote:
if (len < (2*NBG))
- errx(1, "database too small: %s", db);
+ errx(1, "database too small: %s\nRun
/usr/libexec/locate.updated
Hiya,
Would you mind re-ubmitting the diff but using "diff -u" instead?
It's hard to read a non-context diff these days!
Thanks,
ADrian
On 13 November 2012 04:30, Michael Vale wrote:
> I was just going to continuing hacking away at this but adri was really keen
> that i post this stuff..
Hi,
Ok, I've stared at it. :)
You've hard-coded the autotools/libtool directory. Why'd you do that?
adrian
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freeb
Hi,
- Is there any performance drop in file package version file-5.11 when
compared to file-5.03?
- Is the performance of file package and libmagic dependent on the size of
magic database by any chance?
- Does the new magic wrappers have any kind of performance issue?
- How efficient is the magic
Hi,
- Is there any performance drop in file package version file-5.11 when
compared to file-5.03?
- Is the performance of file package and libmagic dependent on the size of
magic database by any chance?
- Does the new magic wrappers have any kind of performance issue?
- How efficient is the magic
message regardless.
This has allowed me to sprinkle more locking assertions everywhere to
investigate whether particular paths have been hit or not. I don't
necessarily want those to panic the kernel.
I'd like everyone to consider this for FreeBSD-HEAD.
Thanks!
Adrian
20121114
Hi,
Here's what I have thus far. Please ignore the device_printf() change.
This works for me, both for hotplug cardbus wireless devices as well
as (inadvertently!) a USB bluetooth device.
What do you think?
Adrian
20121114-vimage-1.diff
Description: Binary
12 matches
Mail list logo