- 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
- 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
- d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
- baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
- d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
- 24503fc Fix the skiplist brokenness Nick found: by fitzhardinge · 20 years ago
- ea147e7 Added some comments. by nethercote · 20 years ago
- d6a5687 by nethercote · 20 years ago
- 1fe5450 Neaten up ume.h: don't export readelf(), mapelf, and struct elfinfo; improve by nethercote · 20 years ago
- bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
- 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
- 4213ad9 by nethercote · 20 years ago
- 30d3784 make non-exported function static by nethercote · 20 years ago
- 1f17f7c Move the decoding of SFENCE out of the SSE only part of disInstr as it by thughes · 20 years ago
- 08eaff3 Clarify error msgs by nethercote · 20 years ago
- ca642eb In response to bug #85665, clarify what --trace-children=yes does. by nethercote · 20 years ago
- 7f72d01 Fix checking of execve() when argv is a null pointer. by thughes · 20 years ago
- 2416868 Fix scary bug causing mis-identification of SSE stores vs loads. by jseward · 20 years ago
- b60be8b Fix extremely obscure bug in xadd picked up by QEMU's test suite. The by jseward · 20 years ago
- 43bfaee gcc sometimes generates "sbbl %reg,%reg" to convert the carry flag by jseward · 20 years ago
- e83a37f Some systems seem to need linux/netlink.h for linux/fs.h to compile by thughes · 20 years ago
- c743850 Add another C call helper. by nethercote · 20 years ago
- 3bfd5a0 Only treat colons in the switch name as important when looking for a by thughes · 20 years ago
- 7c018f4 Add a bunch of asserts to check the results of calls to system malloc(). by nethercote · 20 years ago
- bfed1c8 Check mmap() and munmap() results at startup; they can fail if a hard memory by nethercote · 20 years ago
- d02298a Make sure init_global_thread_specific_state() set the global_init_done by thughes · 20 years ago
- 85cf45e Support FBLD, FBSTP. Patch courtesy of Jani Monoses. by nethercote · 20 years ago
- c70b8c6 Fix typo in comment. by thughes · 20 years ago
- 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
- ccc9ecd apostrophe pedantry; comment change only by nethercote · 20 years ago
- 646c6aa Add comments to explain the address space padding technology. by thughes · 20 years ago
- 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
- d6447b4 by nethercote · 20 years ago
- f84f695 by nethercote · 20 years ago
- c314eba by nethercote · 20 years ago
- 23cd8c0 Intercept 'nothrow' versions of delete and delete[]. by nethercote · 20 years ago
- 21942d9 Make sure the separator is restored when scan_colsep exits early. This by thughes · 20 years ago
- 794a591 Add comment. by nethercote · 20 years ago
- 43f583e Update VG_(mmap)() in #if'd out branch. by nethercote · 20 years ago
- cd4e334 Add some more assertion checking where it was lacking. by nethercote · 20 years ago
- 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
- fe08261 Removed some unnecessary is_kerror() checks. by nethercote · 20 years ago
- e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
- 96729f8 Format wibble. by nethercote · 20 years ago
- 071c84a Format wibble by nethercote · 20 years ago
- 2f54e0d Whoops, fix comment. by nethercote · 20 years ago
- faaf417 Remove out-of-date comment. by nethercote · 20 years ago
- 27ea8bc by nethercote · 20 years ago
- 88a9016 Comment changes only. by nethercote · 20 years ago
- 30ee1ea Remove out-of-date comment -- should have been removed when VG_(mmap)() was by nethercote · 20 years ago
- b4250ae by nethercote · 20 years ago
- e757d6e Change allocation failure message which is no longer true thanks to FV. by nethercote · 20 years ago
- e1efb92 Don't force tool redzones to be multiples of 8. by nethercote · 20 years ago
- 57e36b3 by nethercote · 20 years ago
- f28481f by nethercote · 20 years ago
- fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
- 4792edf by nethercote · 20 years ago
- c9730c4 Add some comments describing the various kinds of magic going on in the by fitzhardinge · 20 years ago
- 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
- 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
- cdabdb4 Removed duplicate call to rw_remap. by thughes · 20 years ago
- daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
- 125c91e typo by nethercote · 20 years ago
- 132be6f Printing slightly more informative message when mmap fails. by nethercote · 20 years ago
- e209731 Changed (client-heap-size : client-map-seg-size) ratio from 3:1 to 1:2. by nethercote · 20 years ago
- ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
- e94b2de by nethercote · 20 years ago
- 363669c Remove unused #define by nethercote · 20 years ago
- 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
- acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
- 5ee67ca Slightly disentangle main(). by nethercote · 20 years ago
- b3277cb Remove two no-longer-used global vars. by nethercote · 20 years ago
- 6f65b0b Prevent applications from blocking SIGVGINT in the proxy threads. by thughes · 20 years ago
- 0d58850 by nethercote · 20 years ago
- f854867 by nethercote · 20 years ago
- bc0bb83 Memory pool support. by rjwalsh · 20 years ago
- 4b9e015 Don't try and validate the contents of the environment passed to by thughes · 20 years ago
- 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
- acbbc32 Add support for the HDIO_GET_IDENTITY ioctl based on patch by thughes · 20 years ago
- be81171 Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIREG ioctls and by thughes · 20 years ago
- 4b0dc1a make "make dist" work. by ossi · 20 years ago
- 27fec90 by nethercote · 20 years ago
- 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
- a76368b by nethercote · 20 years ago
- e2be7e6 by nethercote · 20 years ago
- f4928da by nethercote · 20 years ago
- eda6b28 Cater for systems lacking AT_SYSINFO. by nethercote · 20 years ago
- 079acf6 Unbreak compilation due to missing #define. by nethercote · 20 years ago
- a1d37c0 Fix problem with FC2's vdso (sysinfo) page, which lives at a low, by fitzhardinge · 20 years ago
- 1023647 Fixed cast to work on NPTL systems. by thughes · 20 years ago
- 0376628 Add support for the semtimedop system call. by thughes · 20 years ago
- 513197c When cancelling a thread that is waiting on a condition variable we by thughes · 20 years ago
- c035bd9 Add support for separate debug files, which are just separate ELF files by thughes · 20 years ago
- c0b63de Add a strrchr implementation. by thughes · 20 years ago
- ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
- 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
- a06b911 There is no __accept in any libc or libpthread that I can find so by thughes · 20 years ago
- a555ea7 Changed cancellation wrappers to use dlsym(RTLD_NEXT) to look up the by thughes · 20 years ago
- dc4d4f4 Oops - fix up broken assert. by fitzhardinge · 20 years ago
- 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago