index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libproc
/
proc_sym.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug symbols loading in libproc: 0 is a valid file descriptor.
stas
2015-03-13
1
-1
/
+1
*
Teach libproc how to find debugging symbols in /usr/lib/debug.
rpaulo
2015-02-13
1
-3
/
+18
*
Stop iterating and return if the caller-supplied callback function returns
markj
2015-01-31
1
-4
/
+8
*
Ensure that we don't try to demangle a symbol name if we failed to look
markj
2015-01-25
1
-2
/
+2
*
Fix a memory leak that occured when looking up CTF info for a symbol.
markj
2014-12-23
1
-1
/
+4
*
Remove an incorrect and useless debug print.
markj
2014-10-04
1
-3
/
+1
*
Hook up support for userland CTF support in DTrace. This required some
markj
2014-10-03
1
-4
/
+37
*
Factor out some of the duplicated code in the symbol lookup functions, in
markj
2014-09-25
1
-146
/
+122
*
Fix a bug in r265255: only return NULL if the requested map wasn't found.
markj
2014-08-24
1
-4
/
+6
*
In r268463, I misplaced a return in demangle(), causing the function to
dim
2014-08-09
1
-8
/
+2
*
In libproc, avoid calling __cxa_demangle(), and thus depending on either
dim
2014-07-09
1
-17
/
+18
*
Allow "a.out" as an alias for the executable if no other matching entries
markj
2014-05-03
1
-9
/
+16
*
Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the
markj
2014-04-14
1
-3
/
+3
*
Consistently add the relocation offset only when the ELF type is not
markj
2013-11-11
1
-7
/
+16
*
Fix an off-by-one error when checking whether a given address is within
markj
2013-10-29
1
-2
/
+2
*
Remove an incorrect debug printf.
markj
2013-10-28
1
-1
/
+0
*
Clean up the debug printing in libproc a bit. In particular:
markj
2013-10-27
1
-13
/
+13
*
Fix the return value when we found a symbol in .dynstr. This nasty bug was
rpaulo
2013-08-10
1
-0
/
+1
*
When calling the C++ demangler, make sure to free the returned buffer,
rpaulo
2012-09-07
1
-6
/
+24
*
Add support for demangling C++ symbols. This requires linking libproc with
rpaulo
2012-09-06
1
-2
/
+12
*
Make sure we visit both symbol sections even if one of them doesn't
rpaulo
2012-09-02
1
-24
/
+21
*
Several fixes for libproc:
rpaulo
2010-08-11
1
-0
/
+11
*
New version of libproc. Changes are:
rpaulo
2010-07-31
1
-12
/
+497
*
Add a process library with some stubs that the DTrace client needs.
jb
2008-05-22
1
-0
/
+68