aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_libcproc.c
AgeCommit message (Expand)Author
2015-08-23docs: env variable handling behaviour consistent between OS X and Linux, thus...rhyskidd
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-08Fix "346411 MIPS: SysRes::_valEx handling is incorrect"sewardj
2015-06-06Resolve remaining clang warning on OS X. Should be possible to build Valgrind...rhyskidd
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-04-01Fix Darwin: -v does not show kernel versionrhyskidd
2015-01-10Remove superfluous function call.florian
2015-01-08Add VG_(gettimeofday) such that callgrind can use it withoutflorian
2014-10-22Enable -Wcast-qual when compiling the valgrind source.florian
2014-09-30Merge revisions 14216,14591,14593 from the BUF_REMOVAL branch to trunk.florian
2014-09-11Use wrapper functions VG_(malloc) and friends consistently across theflorian
2014-08-09arm64 does not implement fork syscall. Use clone insteadphilippe
2014-08-07This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3carll
2014-05-03VG_(invalidate_icache) for ARM64: fix incorrect computation of cachesewardj
2014-05-03ARM64: add support for cache management instructions (Valgrind side):sewardj
2014-01-12Add support for ARMv8 AArch64 (the 64 bit ARM instruction set).sewardj
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-10-14PPC32/64: Allow 16 byte icache and dcache lines.sewardj
2013-08-03Followup to the renaming in VEX r2735.florian
2013-02-27mips: adding MIPS64LE support to Valgrindpetarj
2012-11-18Final patch for Char/HChar mixups.florian
2012-11-10Fix more Char/HChar mixups. Closing in...florian
2012-10-07Fix compile error on ppc. Followup to r13028florian
2012-10-07This patch is the first installment of the cache info reorganisation.florian
2012-08-05Update copyright dates to include 2012.sewardj
2012-06-07Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic,sewardj
2012-04-20Merge branches/TCHAIN from r12476 (its creation point) into trunk.sewardj
2011-12-11fix 286270 VG_(env_remove_valgrind_env_stuff) philippe
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-08-23Make a copy of any environment string we are going to modify whentom
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj
2011-05-04VG_(env_unsetenv), VG_(env_clone): add assertions so as to causesewardj
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj
2010-07-01Add --pages-as-heap option to Massif. Bug 203256.njn
2010-06-15Avoid reading beyond the end of the environment variable whentom
2010-05-03Update copyright dates to 2010.sewardj
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj
2009-07-22Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990.njn
2009-07-21Made sure that VG_(read_millisecond_timer)() returns zero on Darwin instead o...bart
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-03-10Updated copyright years.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2008-12-12Add a new module, m_seqmatch, which does very simple sequence (regexp)sewardj
2008-10-13- Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it tonjn
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-07-18Format string fixes for ppc{32,64}-aix5.sewardj