| 2005-06-11 |
Nicholas Nethercote | Move some decls out of tool.h into the new file pub_too... |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Move NULL from tool.h into basic_types.h. |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Move OINK from tool.h to pub_tool_libcprint.h. |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Remove the hard-coding of "_vgi_" as the intercept... |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Having moved VG_(arena_strdup)() out of core.h, core... |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Moved VG_(strdup)() and VG_(arena_strdup)() into m_mall... |
commit | commitdiff | tree | snapshot |
| 2005-06-11 |
Nicholas Nethercote | Modularised the thread/pthread modelling stuff. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Actually remove linux/core_os.h from the repository. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Remove dead declaration. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Move two decls out of core.h into pub_core_syscalls... |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Killed coregrind/$ARCH/core_arch.h. Moved the relevant... |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Moved various pieces of linux/core_os.c to the modules... |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Moved VG_(fd_{hard,soft}_limit) into a better spot. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Modularised signal libc stuff into m_libcsignal. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Removed unneeded headers. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Julian Seward | amd64: handle MOVUPS G to E |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Julian Seward | Fix copy-n-paste error which could cause many syscalls... |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Julian Seward | Clean up after m_syscalls changes: reinstate enough... |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Julian Seward | Update expected outputs. |
commit | commitdiff | tree | snapshot |
| 2005-06-10 |
Nicholas Nethercote | Put arch-specific Cachegrind code in files in the main... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | When printing XML, partially escape the output so that... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Handle Clz64 and Ctz64. |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Disable debugging printing. Duh. |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | More CFI-reader hacking. Thus far the reader has assum... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Move some #define-d constants into the VKI department... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Increase the number of auxmaps from 500 to 20000. ... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Alternate expected outputs with better stack traces... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Fix some socket-related functionality on amd64. This... |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | Clean up after m_syscalls changes: unbreak amd64-linux. |
commit | commitdiff | tree | snapshot |
| 2005-06-09 |
Julian Seward | wibble |
commit | commitdiff | tree | snapshot |
| 2005-06-08 |
Julian Seward | Clean up after m_syscalls changes: reinstate about... |
commit | commitdiff | tree | snapshot |
| 2005-06-08 |
Julian Seward | Clean up after m_syscalls changes: reinstate a bunch... |
commit | commitdiff | tree | snapshot |
| 2005-06-08 |
Julian Seward | Clean up after m_syscalls changes: reinstate enough... |
commit | commitdiff | tree | snapshot |
| 2005-06-08 |
Julian Seward | Clean up after m_syscalls changes: fix more NPTL ish... |
commit | commitdiff | tree | snapshot |
| 2005-06-08 |
Julian Seward | Cleanup after m_syscalls changes: fix some NPTL ish... |
commit | commitdiff | tree | snapshot |
| 2005-06-07 |
Julian Seward | A major overhaul of all machinery to do with syscalls... |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Julian Seward | gcc-3.0.4 (x86) doesn't understand -m32, so autoconfisc... |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Julian Seward | gcc-3.0.4 build fix. |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Robert Walsh | Implement stack registration client requests. See... |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Robert Walsh | Update ignores. |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Nicholas Nethercote | Modularised file and socket libc stuff in m_libcfile. |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Robert Walsh | Update ignores. |
commit | commitdiff | tree | snapshot |
| 2005-06-04 |
Nicholas Nethercote | Modularised assertions and panics in m_libcassert. |
commit | commitdiff | tree | snapshot |
| 2005-06-03 |
Nicholas Nethercote | whoops, add this |
commit | commitdiff | tree | snapshot |
| 2005-06-03 |
Nicholas Nethercote | Modularise printing functions in m_libcprint. |
commit | commitdiff | tree | snapshot |
| 2005-06-02 |
Nicholas Nethercote | Rename *ROUND* as VG_*ROUND* to be consistent with... |
commit | commitdiff | tree | snapshot |
| 2005-06-02 |
Nicholas Nethercote | Started modularising vg_mylibc. Put all the standalone... |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Julian Seward | Minor refinements/bug-fixes to XML printing. |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Remove dead macro. |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Move VALGRINDCLO and VALGRINDOPTS into m_options. |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Moved VGA_(pointercheck)() into ASpaceMgr. |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Modularised the profiling stuff as m_profile.c. It... |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Whitespace/comment-only changes, to serve as placeholde... |
commit | commitdiff | tree | snapshot |
| 2005-06-01 |
Nicholas Nethercote | Modularised vg_signals.c as m_signals.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Nicholas Nethercote | Test commit, whitespace change only. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Robert Walsh | Update ignore stuff. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | SuSE 9.3 (x86) fix (sigh) |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | More expected outputs for FC4. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | Expected outputs on Fedora Core 4. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | Completely zero out all the thread records at initialis... |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | Unbreak amd64 build. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | At clone(), always start the child off with a copy... |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Julian Seward | When handling the clone variant done by the Quadrics... |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Nicholas Nethercote | Modularised all the debug info stuff as m_debuginfo... |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Nicholas Nethercote | Modularised vg_signals.c as m_signals.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-31 |
Nicholas Nethercote | Modularised vg_main.c as m_main.c. Moved some stuff... |
commit | commitdiff | tree | snapshot |
| 2005-05-30 |
Julian Seward | debug-logging (-d) totally didn't work when one Valgrin... |
commit | commitdiff | tree | snapshot |
| 2005-05-30 |
Nicholas Nethercote | Modularised m_scheduler. |
commit | commitdiff | tree | snapshot |
| 2005-05-30 |
Julian Seward | Change the way thread termination is handled. Until... |
commit | commitdiff | tree | snapshot |
| 2005-05-30 |
Julian Seward | Apparently someone somewhere in some obscure library... |
commit | commitdiff | tree | snapshot |
| 2005-05-30 |
Nicholas Nethercote | Unbreak AMD64 compilation. |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Renamed the $PLATFORM/vki_unistd.h files as vki_unistd... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Eliminated VGP_DO_MMAP. Replaced it with VG_(mmap_nati... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Localized use of VGP_UCONTEXT_* to vg_signals.c, which... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Eliminate VGP_GET_MMAP_ARGS. |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Remove unused file. |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Forgot to add pub_core_redir.h when committing the... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Modularised m_redir. As a side-effect, managed to... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Remove remnants of the futex-based semaphore implementa... |
commit | commitdiff | tree | snapshot |
| 2005-05-29 |
Nicholas Nethercote | Removed the unused futex-based semaphore implementation... |
commit | commitdiff | tree | snapshot |
| 2005-05-25 |
Nicholas Nethercote | Avoid confusing use of a pointer before checking it... |
commit | commitdiff | tree | snapshot |
| 2005-05-25 |
Nicholas Nethercote | Avoid possible array overflow. Reported by Madhu Kurup. |
commit | commitdiff | tree | snapshot |
| 2005-05-25 |
Nicholas Nethercote | Comment-only changes: fix a typo, clarify another comment. |
commit | commitdiff | tree | snapshot |
| 2005-05-25 |
Julian Seward | Handle fnclex, needed by g95. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Nicholas Nethercote | Remove out-of-date comment. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Nicholas Nethercote | Spotted by Madhu Kurup: don't leak memory. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Nicholas Nethercote | Fix error found by Madhu Kurup: |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Nicholas Nethercote | All other checks with VG_N_THREADS are <, except this... |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | amd64-linux output |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | More XML output futzing. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | Test XML output. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | Add in some missing files. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | XML output futzing-around-with. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Julian Seward | Documentation on the new XML output facility and format. |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Tom Hughes | Use longs to get the error counts as valgrind will... |
commit | commitdiff | tree | snapshot |
| 2005-05-24 |
Tom Hughes | Use EOL as the termination condition so that we termina... |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | XML printing wibbles. And add missing braces around... |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | Another possible output. |
commit | commitdiff | tree | snapshot |
| next |