- 12ab871 ioctl handling needs to do POST handling on generic ioctls and needs to handle BPF ioctls by rhyskidd · 9 years ago
- b9749a5 Remove command line options --db-attach and --db-command which were by florian · 9 years ago
- 1abd1f3 Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 bz#327745 by rhyskidd · 9 years ago
- 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
- bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
- 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
- 6796d9e xen: Drop bogus port field from vki_xen_ioctl_evtchn_bind_virq by bart · 9 years ago
- 727c377 xen: Implement physdev_op and map_pirq by bart · 9 years ago
- 4b1ad96 xen: Implement the xsm_op hypercall by bart · 9 years ago
- e4d2c29 xen: syswrap XEN_SCHEDOP_remote_shutdown by bart · 9 years ago
- 62804b5 Follow-up for r15381 by bart · 9 years ago
- 4766ebd xen: Basic syswrap infrastructure for XEN_sched_op hypercalls by bart · 9 years ago
- 95b879a xen: syswrap XENMEM_machphys_compat_mfn_list by bart · 9 years ago
- f38a8f0 xen: syswrap XEH_HVMOP_set_pci_intx_level by bart · 9 years ago
- d1388da xen: syswrap XEN_HVMOP_track_dirty_vram by bart · 9 years ago
- 174e8c4 xen: implement VKI_XEN_DOMCTL_irq_permission by bart · 9 years ago
- 6d2d093 xen: support for XEN_DOMCTL_iomem_permission by bart · 9 years ago
- c1e82ce xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device by bart · 9 years ago
- 9058c85 xen: syswrap XEN_DOMCTL_pin_mem_cacheattr by bart · 9 years ago
- 2ca7830 xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs by bart · 9 years ago
- 368c010 xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate by bart · 9 years ago
- f853f56 xen: Add domctl interface version 0x0000000a by bart · 9 years ago
- 0364d0c xen: Add support for new sysctl and domctl interface versions by bart · 9 years ago
- 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
- 629fd92 Bug 348102 - Patch updating v4l2 API support (edit) by sewardj · 9 years ago
- b252548 Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap) bz#344337 by rhyskidd · 9 years ago
- 0dc3526 Signal handler ucontext_t not filled out correctly on OS X bz#341419 by rhyskidd · 9 years ago
- e3f6a5f Fix a comment. Do not enumerate segment kinds as all segments by florian · 9 years ago
- e437427 Have the hash table 'gen' functions comparing the key instead of the by philippe · 9 years ago
- 416bb8b Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10 bz#344936 by rhyskidd · 9 years ago
- 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
- 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