aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_libcfile.c
AgeCommit message (Expand)Author
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-22DARWIN sync: change the 3rd arg of VG_(fcntl).njn
2009-05-22DARWIN sync: export VG_(socket).njn
2009-05-22Partly revert r10044 -- do use struct vki_sockaddr, and define it for AIX.njn
2009-05-22Avoid struct vki_sockaddr_in in my_connect(), because it's not defined onnjn
2009-05-20DARWIN sync: add some 'const' attributes.njn
2009-05-20Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch,njn
2009-05-19comment wibblenjn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-05-04Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWINnjn
2009-04-28Merged r9657 (fdleak fixes) from the DARWIN branch.njn
2009-03-10Updated copyright years.njn
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2008-10-22Make VG_(dup2) compile on AIX.sewardj
2008-10-12Patch from Robert O'Callahan:njn
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-08-19Tidy up VG_(stat) usage in VG_(check_executable). Followup to r8522.sewardj
2008-08-19Presently, Valgrind (non-client) code that wants to use the statsewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-11-17Make handling of setuid executables marginally more sensible, assewardj
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj
2007-01-08Update copyright dates.sewardj
2006-10-18Use house types.sewardj
2006-10-17AIX build fixes.sewardj
2006-10-17Merge r6130:sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-10-14Create a new module, m_vkiscnums, and move all the system call numberssewardj
2006-09-29Use stat64 instead of stat when it is available. Fixes bug #134727.tom
2006-07-05Use fstat64 to work out the size of a file if it is available as ittom
2006-06-05Update copyright dates.sewardj
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-17Provide a full set of ntohl/htonl/ntohs/htons routines in the tom
2005-10-31Get core dumping working again - the architecture specific code that tom
2005-10-18Fix socket stuff on ppc32, so that --log-socket actually works.sewardj
2005-10-14Overhaul the way programs are loaded at startup and exec() works. Now thenjn
2005-10-12Fix statement-before-declaration warnings for the core code.tom
2005-10-07Make --log-socket= work on ppc32.sewardj
2005-09-28Make --log-socket= work on amd64-linux.sewardj
2005-09-28Small cleanups, mostly of m_main:sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-08-05If the pre-handler for the execve system call fails to state the filetom
2005-07-23A commit which is almost all trivial change.sewardj
2005-07-02Implement VG_(getsockname), VG_(getpeername), VG_(getsockopt) for ppc32-linux.sewardj
2005-06-23Removed some repetition in the way VG_(record_fd_open)() is called.njn
2005-06-21Remove VG_(getcwd_alloc)(), which can be done otherwise pretty easily.njn
2005-06-21Move VKI_SIGVGKILL and VKI_SIGVGRTUSERMAX out of vki-linux.h since they'renjn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-20Remove some unnecessary #includes, comment some others.njn
2005-06-19Moved VG_(resolve_filename{,_nodup}) from m_syswrap into m_libcfile,njn