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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r278658:
rpaulo
2015-02-20
1
-3
/
+18
*
MFC r264400,r265836:
ngie
2014-12-31
4
-4
/
+4
*
MFC r265255, r270506:
markj
2014-08-27
4
-19
/
+65
*
MFC r269750:
dim
2014-08-12
1
-8
/
+2
*
MFC r265308:
markj
2014-08-09
3
-24
/
+30
*
MFC r268463:
dim
2014-07-16
2
-18
/
+21
*
MFC r264436:
markj
2014-04-29
1
-3
/
+3
*
MFC r258000:
markj
2013-12-27
1
-7
/
+16
*
MFC r257670:
markj
2013-12-27
1
-7
/
+59
*
MFC r257300:
markj
2013-12-27
1
-2
/
+2
*
MFC r256661 r257222 r257235 r257248 r257298.
markj
2013-12-25
6
-33
/
+34
*
Fix the return value when we found a symbol in .dynstr. This nasty bug was
rpaulo
2013-08-10
1
-0
/
+1
*
- Compute the correct size to reallocate when doubling the size of the
jhb
2013-01-28
1
-1
/
+2
*
Fix libproc test case to work with clang premature optimization
pluknet
2012-12-26
1
-1
/
+1
*
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
jhibbits
2012-11-07
2
-0
/
+11
*
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
2
-2
/
+22
*
Fix test cases to work with the latest version of the API.
rpaulo
2012-09-06
2
-3
/
+4
*
Make sure we visit both symbol sections even if one of them doesn't
rpaulo
2012-09-02
1
-24
/
+21
*
Make libproc compilable for MIPS
gonzo
2012-03-23
2
-0
/
+11
*
fix a serious bug in libproc's proc_attach
avg
2011-08-03
1
-2
/
+1
*
Fix a memory leak on the error condition
kevlo
2010-12-14
1
-1
/
+1
*
Ignore EINTR when calling waitpid.
rpaulo
2010-09-18
1
-1
/
+2
*
Several fixes for libproc:
rpaulo
2010-08-11
5
-9
/
+25
*
Revert SHLIB_MAJOR to 2.
rpaulo
2010-07-31
1
-1
/
+1
*
Bump the shared library major version due to ABI conflicts.
rpaulo
2010-07-31
1
-1
/
+1
*
New version of libproc. Changes are:
rpaulo
2010-07-31
16
-76
/
+1316
*
Removed redundant -I. from CFLAGS and "yes" from WITHOUT_MAN.
ru
2010-02-25
1
-2
/
+2
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
*
Bump the version of all non-symbol-versioned shared libraries in
kensmith
2009-07-19
1
-1
/
+1
*
Merge latest DTrace changes from Perforce.
rodrigc
2008-11-05
2
-3
/
+10
*
Add the Makefile for the process library which was missed in the previous
jb
2008-05-22
1
-0
/
+20
*
Add a process library with some stubs that the DTrace client needs.
jb
2008-05-22
5
-0
/
+473