Re: Where is stack of program?

2013-06-11 Thread Vagner
On 08:45 Tue 11 Jun , Konstantin Belousov wrote: > On Mon, Jun 10, 2013 at 08:44:25PM +0400, Vagner wrote: > > Hi! > > I need method of finding in struct vm_map or vm_object segments of > > memory which is situated in the stack. > > Can you help me please? > > Note that the stack is per-thread. T

Re: [PATCH] multiple instances of ipfw(4)

2013-06-11 Thread Ermal Luçi
Hello Luigi, On Mon, Jun 10, 2013 at 7:30 PM, Luigi Rizzo wrote: > On Mon, Jun 10, 2013 at 06:52:01PM +0200, Ermal Lu?i wrote: > > On Mon, Jun 10, 2013 at 5:01 PM, Luigi Rizzo wrote: > ... > > > if i understand well, this has no runtime overhead as the ifp has > > > the index of the context it

Re: Beyond Buildworld Dev Summit Working Group Report

2013-06-11 Thread Tim Kientzle
On Jun 10, 2013, at 10:02 PM, Glen Barber wrote: > On Mon, Jun 10, 2013 at 09:25:39PM -0700, Tim Kientzle wrote: >>> • Crochet with VM images [TimKeintzle], [GlenBarber], [ColinPercival] >> >> Per Colin, there's no way for "mere mortals" to upload machine >> images to Amazon, so there's litt

Re: Where is stack of program?

2013-06-11 Thread Vagner
On 12:05 Tue 11 Jun , Vagner wrote: > On 08:45 Tue 11 Jun , Konstantin Belousov wrote: > > On Mon, Jun 10, 2013 at 08:44:25PM +0400, Vagner wrote: > > > Hi! > > > I need method of finding in struct vm_map or vm_object segments of > > > memory which is situated in the stack. > > > Can you help me pl

Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Baptiste Daroussin
Hi, I have been working in importing tradcpp (developped by David A. Holland from NetBSD) into the ports tree, it is a traditional (K&R-style) C macro preprocessor BSD licensed. I first worked on it so that imake can work properly without gcc. I discovered that some part of the base system still

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Matthias Andree
Am 12.06.2013 00:11, schrieb Baptiste Daroussin: > Hi, > > I have been working in importing tradcpp (developped by David A. Holland from > NetBSD) into the ports tree, it is a traditional (K&R-style) C macro > preprocessor BSD licensed. I first worked on it so that imake can work > properly > wit

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Diane Bruce
On Wed, Jun 12, 2013 at 12:11:24AM +0200, Baptiste Daroussin wrote: > Hi, > > I have been working in importing tradcpp (developped by David A. Holland from > NetBSD) into the ports tree, it is a traditional (K&R-style) C macro > preprocessor BSD licensed. I first worked on it so that imake can wor

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/11/13 15:11, Baptiste Daroussin wrote: > Hi, > > I have been working in importing tradcpp (developped by David A. > Holland from NetBSD) into the ports tree, it is a traditional > (K&R-style) C macro preprocessor BSD licensed. I first worked o

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Baptiste Daroussin
On Wed, Jun 12, 2013 at 12:23:44AM +0200, Matthias Andree wrote: > Am 12.06.2013 00:11, schrieb Baptiste Daroussin: > > Hi, > > > > I have been working in importing tradcpp (developped by David A. Holland > > from > > NetBSD) into the ports tree, it is a traditional (K&R-style) C macro > > prepro

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Baptiste Daroussin
On Tue, Jun 11, 2013 at 03:35:54PM -0700, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 06/11/13 15:11, Baptiste Daroussin wrote: > > Hi, > > > > I have been working in importing tradcpp (developped by David A. > > Holland from NetBSD) into the ports tree, it is a tradi

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Diane Bruce
On Tue, Jun 11, 2013 at 03:35:54PM -0700, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 06/11/13 15:11, Baptiste Daroussin wrote: > > Hi, > > > > I have been working in importing tradcpp (developped by David A. > > Holland from NetBSD) into the ports tree, it is a tradi

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Eitan Adler
On Wed, Jun 12, 2013 at 12:11 AM, Baptiste Daroussin wrote: ... Regarding tradcpp: I would rather see us try to fix the applications in base instead of import a new cpp. If this proves too difficult I have no objections to this particular implementation, On Wed, Jun 12, 2013 at 12:42 AM, Diane

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Jilles Tjoelker
On Wed, Jun 12, 2013 at 12:23:44AM +0200, Matthias Andree wrote: > Am 12.06.2013 00:11, schrieb Baptiste Daroussin: > > I have been working in importing tradcpp (developped by David A. > > Holland from NetBSD) into the ports tree, it is a traditional > > (K&R-style) C macro preprocessor BSD license

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/11/13 15:50, Eitan Adler wrote: [...] > - " limited subset " in the man page does not explain what limit. - > It doesn't seem to support #ifdef at all Why ifdef is needed? (ifndef is here to avoid duplicated inclusion, I don't think there is

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Diane Bruce
On Tue, Jun 11, 2013 at 03:59:56PM -0700, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 06/11/13 15:50, Eitan Adler wrote: > [...] > > - " limited subset " in the man page does not explain what limit. - > > It doesn't seem to support #ifdef at all > > Why ifdef is neede

Re: Importing tradcpp (traditional (K&R-style) C macro preprocessor) into base?

2013-06-11 Thread Diane Bruce
On Tue, Jun 11, 2013 at 06:04:39PM -0500, Diane Bruce wrote: > On Tue, Jun 11, 2013 at 03:59:56PM -0700, Xin Li wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > On 06/11/13 15:50, Eitan Adler wrote: > > [...] > > > - " limited subset " in the man page does not explain what li