Hello Hackers,
I'd like to find locations of functions exported by shared lib loaded into
the running ptrace'd process via LD_PRELOAD. I want do determine this from
tracing process.
For shared libraries linked with a program i can just open the program file and
search for relocation sections,
I tried asking about this on freebsd-questions, but I didn't get a
response and I gather this is a more appropriate forum.
This is a question about FreeBSD kernel (module) programming.
Is there an equivalent in FreeBSD to the Linux kernel function
'call_usermodehelper' which wraps execve to do as
On Sun, Apr 17, 2005 at 12:34:40PM +0100, Andrew Tappert wrote:
> Is there an equivalent in FreeBSD to the Linux kernel function
> 'call_usermodehelper' which wraps execve to do as its name suggests,
> call a user mode helper program?
BSD kernels normally don't try to execute helper programs.
Sett
> Please point me to right direction, because i've got only one
> idea left: grep dynamic loader for LD_PRELOAD ;).
Doesn't dlsym() with handle RTLD_DEFAULT work?
--
FreeBSD Volunteer, http://people.freebsd.org/~jkoshy
___
freebsd-hackers@freebsd.org
All,
This is a reminder that status reports are due. We are going to extend
the deadline until the 20th to encourage people to submit a few more
reports. If you have any projects that you've been working on in the
past 3 months that are interesting and you would like to share, please
submit a r
I'd like to create five jails on one machine. Is it possible to make
them all at the same time? I'm only familiary with creating them
individually (DESTDIR=/foo/bar). Thanks much.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, 17 Apr 2005, Matt wrote:
I'd like to create five jails on one machine. Is it possible to make them
all at the same time? I'm only familiary with creating them individually
(DESTDIR=/foo/bar). Thanks much.
Try: DESTDIR=/foo/bar/jail1 ; DESTD
I am having difficulties using my CF/PCCard Bluetooth adapter from
Ambicom. I have found similar error messages, associated with an
individual that was attempting to get his palm to sync with BSD, back in
2003. The respondent to the individual's inquiry, indicated a patch,
and the subsequent resp
8 matches
Mail list logo