Re: LD_PRELOADed code before or after exec - different behavior after 6.x

2012-08-24 Thread John Hein
Answers inline... Konstantin Belousov wrote at 19:23 +0300 on Aug 24, 2012: > On Fri, Aug 24, 2012 at 09:17:22AM -0600, John Hein wrote: > > > > head sl.cc pe.c > > ==> sl.cc <== > > #include > > #include > > class C > > { > >

Re: LD_PRELOADed code before or after exec - different behavior after 6.x

2012-08-24 Thread John Hein
John Hein wrote at 09:34 -0600 on Aug 24, 2012: > John Hein wrote at 09:17 -0600 on Aug 24, 2012: > > > > head sl.cc pe.c > > ==> sl.cc <== > > #include > > #include > > class C > > { > > public:

Re: LD_PRELOADed code before or after exec - different behavior after 6.x

2012-08-24 Thread John Hein
John Hein wrote at 09:17 -0600 on Aug 24, 2012: > > head sl.cc pe.c > ==> sl.cc <== > #include > #include > class C > { > public: > C(){ > printf("C\n"); > unsetenv("XXX"); > } > }; > static C c; > &

LD_PRELOADed code before or after exec - different behavior after 6.x

2012-08-24 Thread John Hein
head sl.cc pe.c ==> sl.cc <== #include #include class C { public: C(){ printf("C\n"); unsetenv("XXX"); } }; static C c; ==> pe.c <== #include #include int main() { char *p=getenv("XXX"); if (p != NULL) printf("XXX=%s\n",p); return 0; } % g++ -fpic -shared sl.cc -o sl.so % gcc

Re: The path is now set for "busybox", FreeBSD style

2010-11-14 Thread John Hein
Adrian Chadd wrote at 11:40 +0800 on Nov 14, 2010: > I've committed the below changes to -HEAD. You can now create and build your > own busybox style binary system, completely cross-compiled within the > existing Make framework. It isn't as impressive as it sounds though - a lot > of the framew

Re: cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Amol Dharmadhikar i ?? ? wrote at 11:47 -0800 on Feb 27, 2008: > On Wed, Feb 27, 2008 at 11:21 AM, John Hein <[EMAIL PROTECTED]> wrote: > > I don't want to move the tag... I want to invalidate old tags by > > renaming them to something else (like

Re: cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Giorgos Keramidas wrote at 21:04 +0200 on Feb 27, 2008: > On 2008-02-27 08:36, John Hein <[EMAIL PROTECTED]> wrote: > > Can someone point me at a script that does tag renaming > > after a repo copy? > > You don't really need a `script' to do this. >

cvs tag renaming after repo copy

2008-02-27 Thread John Hein
Can someone point me at a script that does tag renaming after a repo copy? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"