- 4ac3621 Changes for tilegx: Use VKI_AT_FDCWD not AT_FDCWD. by florian · 10 years ago
- d4dc5fc This patch adds a function that allows to directly properly size an xarray by philippe · 10 years ago
- 68c6293 Move a comment useful to the caller to the .h, rather than keeping it in the .c by philippe · 10 years ago
- 2010b15 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls by bart · 10 years ago
- 9c120ae Remove SysRes::_valEx from common code as it is specific to mips. by florian · 10 years ago
- 596b3fe Remove function sr_ResHI from Linux specific code. by florian · 10 years ago
- f81fbe4 Add TILEGX arch. specific syscall #245, __NR_cacheflush By:Zhi-Gang Liu by zliu · 10 years ago
- 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 10 years ago
- 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 10 years ago
- 695dde8 The linux launcher showed some odd behaviour. When given a shell script by florian · 10 years ago
- ea73483 Tweak STATIC_ASSERT such that there is no warning about an unused by florian · 10 years ago
- d59d978 Fix function sr_EQ which compares two SysRes values. On Linux it was by florian · 10 years ago
- 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 10 years ago
- c13d544 Add STATIC_ASSERT and use it. by florian · 10 years ago
- 7bac7ec Simplify expression. by florian · 10 years ago
- b97e44b PRE(sys_prctl): handle PR_SET_SECCOMP. by sewardj · 10 years ago
- 7463e49 Include pub_core_aspacemgr.h only where needed. Also fixes BZ #344235. by florian · 10 years ago
- e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 10 years ago
- 0fa2167 Fix OS X 10.10 (Yosemite) - missing system calls and fcntl code, courtesy of Bill Zissimopoulos by rhyskidd · 10 years ago
- ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 10 years ago
- 79896d2 Correctly handle prctl(VKI_PR_SET_PTRACER, ..) so as to avoid false by sewardj · 10 years ago
- 6329ec8 Translations are allowed from all client segments. Update comments by florian · 10 years ago
- 1324b6f Update a few comments. by florian · 10 years ago
- 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 10 years ago
- 87d812e arm32-linux: for the magic-call CALL_FN_* macros, add r12 to the asm by sewardj · 10 years ago
- ccc9bb8 Update to track v4l2 API for kernel version 3.19 changes. Patch from by sewardj · 10 years ago
- f6f25a5 Add wrapper support for I2C_SMBUS ioctls. Patch from by sewardj · 10 years ago
- 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 10 years ago
- 95af4ce Replace the SegName array with a simple string table. by florian · 10 years ago
- bcf1d7f Remove unused field from NSegment structure. by florian · 10 years ago
- d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 10 years ago
- 67d4603 Move comments next to the function prototypes they describe. by florian · 10 years ago
- 98a4007 Write proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC_MAP and by sewardj · 10 years ago
- 5f1aeb6 Export VG_(discard_tranalsations_safely) to the tools. It is by florian · 10 years ago
- 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 10 years ago
- ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 10 years ago
- 9b3da11 The definition of type Addr has moved to VEX and by florian · 10 years ago
- d65f726 Import offsetof and vg_alignof from VEX (tracking VEX r3049). by florian · 10 years ago
- af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 10 years ago
- 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 10 years ago
- d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 10 years ago
- f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
- 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
- 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
- f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
- 3540ee8 Use unsigned long int instead of unsigned long long int on LP64 by florian · 10 years ago
- e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 7534dd8 * add syscall wrappers for some new OSX 10.10 specific calls by sewardj · 10 years ago
- 5274f80 Update system call lists. by tom · 10 years ago
- b314d10 Comment only changes. by philippe · 10 years ago
- 79143f4 Add a no-op wrapper for a new-in-10.10 syscall: getattrlistbulk by sewardj · 10 years ago
- eac59d4 Adds initial support for new syscalls on MacOS X 10.10, including new by sewardj · 10 years ago
- 0da1259 Fix symbol name typo (correct: DARWIN_VERS wrong: DARWIN_VERSION). by sewardj · 10 years ago
- 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
- 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
- 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 518850b Constify coregrind. by florian · 10 years ago
- 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
- 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
- a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
- 8e3fbb5 Constify the tool interface. by florian · 10 years ago
- 2fa8a5f Constify. by florian · 10 years ago
- ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
- 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
- 19e2c94 -Wmissing-enum seems to have arrived at the MacOS builds for some by sewardj · 10 years ago
- a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
- 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
- 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
- 0af05d4 Handle explicitely all enum values in 'switch' on AddrInfo tag by philippe · 10 years ago
- fd40d8b Remove a comment that is no longer valid. The real reason we (now) by florian · 10 years ago
- 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
- 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
- 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
- b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
- 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
- fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
- 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
- b49e4a5 Tidy up m_oset.c by florian · 10 years ago
- 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
- e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
- c5090fb Bug 338974 glibc 2.20 changed size of struct sigaction sa_flags on s390 by mjw · 10 years ago
- 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
- 2fe4619 add more system call numbers for s390. While we are at it by cborntra · 10 years ago
- 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
- 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
- 9e4ec3a Add support for Xen hypercalls used by libvmi. Patch from Antony Saba by sewardj · 10 years ago
- 2fee870 Add support for sys_kcmp. Patch from Chris Jones by sewardj · 10 years ago
- 4450a0e Improvements for Android: by sewardj · 10 years ago
- 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
- b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago
- 424385e Add a missing VKI_ prefix. No functional change. by sewardj · 10 years ago
- 190bd52 Followup to r13469. lineno has already been asserted to be != NULL. by florian · 10 years ago
- 7b63408 Rename a bunch of __unused fields to __unused0, since some Android by sewardj · 10 years ago
- 9c327f6 mips64: add missing system call numbers by petarj · 10 years ago
- 0acd3ce Fix a comment. No functional change. by florian · 10 years ago