Re: world's toolchain & CPUTYPE

2006-03-01 Thread Ruslan Ermilov
On Wed, Mar 01, 2006 at 06:02:26AM +0300, Alex Semenyaka wrote: > On Tue, Feb 28, 2006 at 10:19:11AM +0200, Ruslan Ermilov wrote: > > > Isn't is reasonable to add corresponding optional functionality > > > into the buld process? > > No. > > Why? :) > I think I've explained this in the non-quoted

Re: world's toolchain & CPUTYPE

2006-03-01 Thread Ruslan Ermilov
On Mon, Feb 27, 2006 at 01:15:02PM +0300, Yar Tikhiy wrote: > > What's really fun is tricking the build system so you can cross build > > on one system, but native install on another from the same tree... > > I wondered, too, if it would be possible to cross-build install > tools so that they coul

KGDB not reading my crash dump.

2006-03-01 Thread Josef Karthauser
Hi guys, I've got a crash dump that I'm trying to examine, but kgdb isn't recognising it: genius# kgdb /usr/obj/usr/src/sys/GENIUS2/kernel.debug ./vmcore.12 kgdb: cannot read PTD genius# file vmcore.12 vmcore.12: ELF 32-bit LSB core file Intel 80386, invalid version (embedded) Is

Re: Accessing address space of a process through kld!!

2006-03-01 Thread Andrey Simonenko
On Tue, Feb 28, 2006 at 01:33:47PM -0500, John Baldwin wrote: > On Monday 27 February 2006 13:31, John-Mark Gurney wrote: > > Tanmay wrote this message on Mon, Feb 27, 2006 at 13:56 +0530: > > > How do I access the address space ie text,data and stack of a (user > > > level)process whose pid I know

Re: UMA zone allocator memory fragmentation questions

2006-03-01 Thread Robert Watson
On Wed, 1 Mar 2006, Rohit Jalan wrote: My problem is that I need to enforce a single memory limit on the total number of pages used by multiple zones. The limit changes dynamically based on the number of pages being used by other non-zone allocations and also on the amount of available swap

Re: Accessing address space of a process through kld!!

2006-03-01 Thread John Baldwin
On Wednesday 01 March 2006 09:06, Andrey Simonenko wrote: > On Tue, Feb 28, 2006 at 01:33:47PM -0500, John Baldwin wrote: > > On Monday 27 February 2006 13:31, John-Mark Gurney wrote: > > > Tanmay wrote this message on Mon, Feb 27, 2006 at 13:56 +0530: > > > > How do I access the address space ie t

Re: UMA zone allocator memory fragmentation questions

2006-03-01 Thread Rohit Jalan
> > On the general topic of how to implement this -- I'm not sure what the best > approach is. Your approach gives quite a bit of flexibility. I wonder, > though, if it would be better to add an explicit accounting feature rather > than a more flexible callback feature? I.e., have a notion o

Re: unversal watchdog

2006-03-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Alex Semenyaka <[EMAIL PROTECTED]> writes: : On Mon, Feb 27, 2006 at 05:41:32PM +0700, Vitaliy Ovsyannikov wrote: : > Hello, freebsd-hackers. : > I've stuck with the unable to make watchdogs for daemons running via : > startup rc-scripts. In linux we ca