dtrace anonymous tracing

2012-11-14 Thread Andriy Gapon
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

Re: Give users a hint when their locate database is too small.

2012-11-14 Thread Warren Block
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

Re: Give users a hint when their locate database is too small.

2012-11-14 Thread Eitan Adler
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

Re: dtrace anonymous tracing

2012-11-14 Thread Ryan Stone
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

Re: Ports cross-compiling

2012-11-14 Thread Chris Rees
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}

Re: Give users a hint when their locate database is too small.

2012-11-14 Thread Benjamin Kaduk
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

Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-14 Thread Adrian Chadd
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..

Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-14 Thread Adrian Chadd
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

Performance Issues of File package

2012-11-14 Thread Kishore Kumar
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

performance variation of file package

2012-11-14 Thread Kishore Kumar
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

[RFQ] make witness panic an option

2012-11-14 Thread Adrian Chadd
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

Re: VIMAGE crashes on 9.x with hotplug net80211 devices

2012-11-14 Thread Adrian Chadd
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