Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
valgrind
/
c95257a2c231c00f5e44322d046e1f07ee7b42f3
/
include
4cfea4f
by sewardj
· 18 years ago
4eee476
by sewardj
· 18 years ago
c740d76
A memory pool update from Graydon Hoare.
by sewardj
· 18 years ago
315dc8d
Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722).
by sewardj
· 18 years ago
2c1c9df
Add a mempool-trimming client request (Graydon Hoare).
by sewardj
· 18 years ago
053eb04
Implement some more terminal ioctls. Fixes bug #124039.
by tom
· 18 years ago
e4b0bf0
Update copyright dates.
by sewardj
· 18 years ago
479db77
Add a helpful comment.
by njn
· 18 years ago
af8a6a8
Decode EOVERFLOW in VG_(strerror).
by tom
· 18 years ago
8dd6b9d
Un-break coredumping on ppc64-linux. Finally fixes #121617.
by sewardj
· 18 years ago
05b1f9a
Implement the set_robust_list and get_robust_list system calls.
by tom
· 18 years ago
f9d8385
Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the right
by tom
· 19 years ago
d4b93a8
Increase # supported threads to 300 (see #126217).
by sewardj
· 19 years ago
c57bc14
Almost all the stuff in pub_tool_libcsignal.h was not used by any tool;
by sewardj
· 19 years ago
ca54af3
by njn
· 19 years ago
152fdf4
Un-break core dumping on ppc32-linux.
by sewardj
· 19 years ago
7eca0cc
Recent GCCs (3.4+ at least) optimize static unused functions out, so
by sewardj
· 19 years ago
28d2e64
Add the O_LARGEFILE constant so people can use it when writing tools that
by njn
· 19 years ago
eadcd86
Cleanup/restructure m_debuginfo, as described in
by sewardj
· 19 years ago
7fd15d6
Make the BSD-style license notices slightly more accurate.
by njn
· 19 years ago
dbf7ca7
by njn
· 19 years ago
5bb61fe
Delete VG_(sigaltstack) and VG_(sigpending) as they are unused.
by sewardj
· 19 years ago
1d0825f
Merge in the COMPVBITS branch to the trunk. This is a big change to
by njn
· 19 years ago
cd63639
Add missing CALL_FN_* macros for ppc64-linux.
by sewardj
· 19 years ago
ead61df
Add CALL_FN_* missing cases for ppc32-linux.
by sewardj
· 19 years ago
a50f9dc
Complete CALL_FN_W_* wrappers for amd64-linux.
by sewardj
· 19 years ago
5ce4b15
Add missing x86-linux CALL_FN_W_11W macro.
by sewardj
· 19 years ago
45fa5b0
Add a couple of missing cases. Function wrapping is really ugly :-(
by sewardj
· 19 years ago
9e8b07a
Add a missing case.
by sewardj
· 19 years ago
f5c8e37
Extend stack-permissions-change fast-case machinery to handle +/- 112,
by sewardj
· 19 years ago
1ecb540
Fix typo.
by tom
· 19 years ago
1b96ee6
Add missing VKI_ prefixes.
by tom
· 19 years ago
c1369aa
Implement the vm86 and vm86old system calls based on a patch
by tom
· 19 years ago
5d2af67
Implement a few extra ioctls based on patch from Eric Pouech in bug #120728.
by tom
· 19 years ago
86df155
Synthesise and deliver SIGTRAP to clients when requested to do so by vex.
by sewardj
· 19 years ago
9af10a1
Change the number of client request args from 4 to 5 as that may
by sewardj
· 19 years ago
38de099
Make fn wrapping work again on ppc32-linux.
by sewardj
· 19 years ago
66226cc
x86 function wrapping fixes.
by sewardj
· 19 years ago
c885844
Make amd64 function wrapping work again following recent changes.
by sewardj
· 19 years ago
d68ac3e
Changes to make function wrapping work better on ppc64-linux:
by sewardj
· 19 years ago
461df9c
These files all speak about instrumentation functions.
by sewardj
· 19 years ago
9734b20
ppc64-linux function wrapping support (does not work properly)
by sewardj
· 19 years ago
1a85f4f
by sewardj
· 19 years ago
0ec07f3
Merge in function wrapping support from the FNWRAP branch. That
by sewardj
· 19 years ago
ae23547
Comment-only change.
by sewardj
· 19 years ago
c0ec8e9
by njn
· 19 years ago
afa1226
by njn
· 19 years ago
c281233
ppc64 ELF allows the 288 bytes below the stack pointer to be accessed.
by sewardj
· 19 years ago
53ee1fc
Deal with function pointer vs function entry crazyness on ppc64-linux.
by sewardj
· 19 years ago
cda391f
Add comment about log2().
by njn
· 19 years ago
e004d72
Add a destructor function to OSet_Destroy() which can be called for each node.
by njn
· 19 years ago
93fe3b2
Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to
by njn
· 19 years ago
bcd75fc
Remove all remaining profiling gunk.
by njn
· 19 years ago
2108204
Take ppc64 startup further along the road
by cerion
· 19 years ago
42c8355
Change hp2ps to output .ps files in the same dir that the .hp input files
by njn
· 19 years ago
2c48c7b
Add framework for ppc64 support. Apologies in advance for the
by sewardj
· 19 years ago
a103e14
comment-only change
by njn
· 19 years ago
05e4f8e
Removed vki_ntohs definition and the infrastructure that supported
by tom
· 19 years ago
bcaf047
Move VG_(am_get_filename) to the tool accessible aspacemgr header file.
by tom
· 19 years ago
2f93288
Handle some ALSA ioctls that don't have size or direction hints.
by tom
· 19 years ago
148250b
Add named constants for si_code values to replace the magic numbers.
by tom
· 19 years ago
a5ad9ba
Cachegrind was aborting if it hit a client request. Now it doesn't.
by njn
· 19 years ago
0109322
Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way.
by tom
· 19 years ago
0e500f1
Try to fill in ptrace_setregs. Dunno if it's right.
by sewardj
· 19 years ago
6550519
Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properly
by tom
· 19 years ago
3849cc5
Handle sys_sigaction on ppc32-linux.
by sewardj
· 19 years ago
f4c2310
Get core dumping working again - the architecture specific code that
by tom
· 19 years ago
5bbef3a
rm the skiplist module, as it has been superseded by the AVL-tree
by sewardj
· 19 years ago
4ba057c
Change the core-tool interface so that tools are fully aware of both
by sewardj
· 19 years ago
09ca09b
augment comment
by njn
· 19 years ago
c438e08
Comment-only changes.
by njn
· 19 years ago
5155dec
by sewardj
· 19 years ago
98e68a4
If the launcher can't figure out what it's own name is, don't bail
by sewardj
· 19 years ago
1340c35
Create a new SkShmC segment type for shared memory segments so that we
by tom
· 19 years ago
f61fea0
Get the SHM_RDONLY test the right way round. Fixes bug #113796.
by tom
· 19 years ago
274461d
Plumb 64-bit file offsets throughout the address space manager. Untested.
by sewardj
· 19 years ago
5f229e2
Get rid of some macros used only by the old aspacemgr, and tidy up
by sewardj
· 19 years ago
45f4e7c
by sewardj
· 19 years ago
5eaff2f
Fix incorrect computation of miss rates due to Int/Long mixups <sigh>.
by njn
· 19 years ago
d111d10
Don't print the client's argv[i] if it's null, and related changes.
by njn
· 19 years ago
1aa5737
Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopt
by tom
· 19 years ago
09b8480
by njn
· 19 years ago
7b4e5ba
by njn
· 19 years ago
acaec5f
Incorporate a patch from Craig Chaney which gives better stack
by sewardj
· 19 years ago
aac88d5
vki_stat64 as defined in the 2.6.10 sources looks significantly
by sewardj
· 19 years ago
aa260e8
Added VG_(OSet_LookupWithCmp)(), which can be useful.
by njn
· 19 years ago
1d0cb0d
by njn
· 19 years ago
e1b2b96
by njn
· 19 years ago
1af7972
Added an iterator to VgHashTable.
by njn
· 19 years ago
246a9d2
by njn
· 19 years ago
34582fb
Give variable a better name.
by njn
· 19 years ago
6c93c4f
If the pre-handler for the execve system call fails to state the file
by tom
· 19 years ago
62ba758
Handle the TIOCMGET ioctl.
by tom
· 19 years ago
2c2bc25
Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780.
by tom
· 19 years ago
edd26f1
Define extra block device ioctls.
by tom
· 19 years ago
b807de1
Removed dead declaration.
by njn
· 19 years ago
f9b5b7d
Make VG_(clo_vex_control) tool-visible so tools can control how
by sewardj
· 19 years ago
9264559
A commit which is almost all trivial change.
by sewardj
· 19 years ago
2af58f2
Yet more system calls.
by tom
· 19 years ago
e6f883e
Remove bogus legacy declarations, from the time when the AMD64
by njn
· 19 years ago
Next »