bsd.lib.mk question

2009-07-26 Thread Gábor Kövesdán
Hi, I wonder if there's a conventional way of building _only_ shared libraries using bsd.lib.mk. At default, it builds static, shared and profiled libraries, which is a waste of time because I only need shared libraries, which I use as on-demand loadable modules. Adjusting _LIBS after the inc

Re: bsd.lib.mk question

2009-07-26 Thread Ed Schouten
Hi Gabor, * Gábor Kövesdán wrote: > I wonder if there's a conventional way of building _only_ shared > libraries using bsd.lib.mk. At default, it builds static, shared and > profiled libraries, which is a waste of time because I only need > shared libraries, which I use as on-demand loadable modu

ptrace question

2009-07-26 Thread Diskin, Gal
Hi, I'm using ptrace to execute one application under the control of another (surprisingly :P). I'm trying to find the number of the last system call executed in the traced process from the tracing process. In Linux this is done using "orig_eax" (or "orig_rax") but as far as I can tell it does n

Re: ptrace question

2009-07-26 Thread Kostik Belousov
On Sun, Jul 26, 2009 at 06:11:25PM +0300, Diskin, Gal wrote: > Hi, > I'm using ptrace to execute one application under the control > of another (surprisingly :P). I'm trying to find the number > of the last system call executed in the traced process from > the tracing process. In Linux this is done

distributed scm+freebsd svn?

2009-07-26 Thread Alfred Perlstein
Hello hackers, Does anyone here use one of the distributed SCMs to manage contributions to FreeBSD in an easy manner? Any pointers to a setup you have? I thought "git" was supposed to make this easy, but going over the docs leaves me with a lot of questions. I'm hoping to be able to basically: