- 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
- 5305d41 Added "repne movs", not official but seems to occur. Also restructured the by nethercote · 20 years ago
- e255cc7 Fix comment by nethercote · 21 years ago
- cdf1cb5 Implement syscall 258, for those of use running Fedora Core 2. by rjwalsh · 21 years ago
- afa17ef Tighten MOV's sanity checking slightly by nethercote · 21 years ago
- d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 21 years ago
- 3c5dc45 Fix bug in helper_{IN,OUT} -- they weren't preserving %eflags as they should. by nethercote · 21 years ago
- 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 21 years ago
- 1742d6f Make support for the FBIOGET ioctls conditional on linux/fb.h being by thughes · 21 years ago
- 44e3558 Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO ioctls by thughes · 21 years ago
- 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 21 years ago
- 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 21 years ago
- 5689938 When printing code and an insane instruction is encountered, ugly-print (giving by nethercote · 21 years ago
- 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 21 years ago
- a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 21 years ago
- e4e779d Fix bug 73655. by rjwalsh · 21 years ago
- 165ad33 Added comment clarifying RDTSC. by nethercote · 21 years ago
- 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 21 years ago
- bbcfb58 Pretty-print WIDENs properly. by nethercote · 21 years ago
- e00f1ff by nethercote · 21 years ago
- f3dc073 Fix assertion failure msg. by nethercote · 21 years ago
- 2979440 Quiet an overly noisy message. by fitzhardinge · 21 years ago
- c52fd7f Fix for bug 77869. Names in stabs are terminated by ':'. Except templated by fitzhardinge · 21 years ago
- 6618e63 by nethercote · 21 years ago
- 2bc5a21 Added acct() syscall. by nethercote · 21 years ago
- 7f2fce1 Removed unused function. by nethercote · 21 years ago
- d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 21 years ago
- 1052ce0 Fixed decoding of x87 instructions to handle those taking 16 bit by thughes · 21 years ago
- 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 21 years ago
- 266c616 Redirect _dl_sysinfo_int80, which is glibc's default system call by thughes · 21 years ago
- f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 21 years ago
- 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 21 years ago
- f1beb25 This change does two things: one is the implementation of by fitzhardinge · 21 years ago
- 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 21 years ago
- 7d71b43 Print a backtrace for core-dumping signals, even if we're not actually by fitzhardinge · 21 years ago
- 4a4d108 Ooops. Fix overly-hasty commit. by fitzhardinge · 21 years ago
- 61a5341 Be a bit clearer about core-dumping messages (don't say we are if we're not) by fitzhardinge · 21 years ago
- 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
- 2ed1e7a Don't bother setting the EI_OSABI entry in the core elf header, since by fitzhardinge · 21 years ago
- b1a26ae Modify the memory manager so it "natively" supports 8-byte alignment, by jseward · 21 years ago
- 19ab8b9 whoops by mueller · 21 years ago
- 273d1d7 fix up the other places as well by mueller · 21 years ago
- 26f3308 Close bug 71906. Set default malloc alignment to 8 rather than 4. by fitzhardinge · 21 years ago
- d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
- e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
- 4fba82f Partially unbreak 'make distcheck'. by jseward · 21 years ago
- b0bde39 Oops, passing wrong thing to st_mkarray by fitzhardinge · 21 years ago
- 7194a56 Fix for bug 73892; implement 'S' set/bitstring stabs type. by fitzhardinge · 21 years ago
- 716c2c1 Raise RLIMIT_AS to max allowable, so that we can create the large mappings by fitzhardinge · 21 years ago
- e5f9d91 Cope with strange templated symbol names containing quoted ':'. by fitzhardinge · 21 years ago
- 4b268e2 Remove function which is no longer used following the changes to by thughes · 21 years ago
- 5298da9 Fix the handling of libc thread specific data so that it doesn't rely on by thughes · 21 years ago
- 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 21 years ago
- be1c3cf We need to specify some version. by fitzhardinge · 21 years ago
- 3e2c6d5 Fix bug 76780 - implement stabs type '@' for pointer to member. by fitzhardinge · 21 years ago
- 0ee72ef Add support for 16 bit pushes and pops of segment registers to fix bug #76762. by thughes · 21 years ago
- ffb2e3b Don't intercept mmap yet, until everything else is in place to deal with it. by fitzhardinge · 21 years ago
- abab839 Fix assertion failure when using VG_(system) near program termination. by fitzhardinge · 21 years ago
- c5ccf2f remove arch subdir for 2.1.1 release by mueller · 21 years ago
- dffad08 Adjust vg_pthread_cond_t so it works with an older glibc. by nethercote · 21 years ago
- 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 21 years ago
- d25e8a2 Fix shmdt by using the right argument for the shared segment address. by fitzhardinge · 21 years ago
- 493dd18 Check new fds are not within Valgrind's reserved range. Still one case for by nethercote · 21 years ago
- d8685b8 This fixes bug 75614. It seems that a symbol can be named by fitzhardinge · 21 years ago
- b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
- 7afcec1 Added various functions that make instrumentation easier, particularly by nethercote · 21 years ago
- 671398c Three CDROM ioctls, from Rocky Bernstein. by nethercote · 21 years ago
- bd12691 Patch from Tom Hughes: by nethercote · 21 years ago
- b9b8305 Add a pair of missing {pre,post}_mem_write events. by nethercote · 21 years ago
- a3d718e Fix so that new versions of system (using clone()) work. by nethercote · 21 years ago
- 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 21 years ago
- a4c33c6 fix code typo by nethercote · 21 years ago
- c9f3692 Adding Massif, the heap profiler. by nethercote · 21 years ago
- a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 21 years ago
- 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
- 9af69b3 Added support for epoll. by nethercote · 21 years ago
- 83d8a71 Fix for bug 73326. It seems that gcc 3.2.2 is generating negatively-sized by fitzhardinge · 21 years ago
- 4599076 Fix broken "make dist". by nethercote · 21 years ago
- 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago