Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 19:44:14 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        avalon@coombs.anu.edu.au (Darren Reed)
Cc:        terry@lambert.org, julian@whistle.com, luigi@labinfo.iet.unipi.it, proff@iq.org, danny@panda.hilink.com.au, hackers@freebsd.org
Subject:   Re: ipretard.c selective tcp/ip queues and throughput limiters
Message-ID:  <199612310244.TAA01346@phaeton.artisoft.com>
In-Reply-To: <199612290827.BAA00338@coyote.Artisoft.COM> from "Darren Reed" at Dec 29, 96 07:26:43 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> > This is what I've been calling "layering problems".  It is definitely
> > a goal of mine to allow a module to be debugged in user space with a
> > source level debugger.
> 
> Making code that compiles in the kernel also compile for user programs
> is tricky if you only want _one_ routine for both.

I beg to disagree... PIC objects don't care whose address space
they are loaded or copied into... code is relatively addressed and
doesn't really care post-relocation if the relocation was by way
of ld -A or by way of dlopen.

Anyway...


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612310244.TAA01346>