-
A couple problems:
ht doesn't perform any analysis on ELF object files, it only works on fully linked files.
it seems to fail to perform relocations when analyzing a shared library.
e.g., objdump incorrectly disassembles this piece of code, and ht fails in the same way:
0000018a :
18a: 55 push %ebp
18b: 89 e5.
2008-09-28 22:40:35 UTC in HT editor
-
Currently there is a usleep() in the _unlink() handler, to try to prevent returning to the caller before the Delete becomes visible in the filesystem. This patch takes a different approach, renaming the target file before attempting to delete it.
The rename algorithm is pretty naive, we probably need a better approach (or at least test for existence of the target filename). This patch is just...
2007-01-15 20:21:36 UTC in MinGW - Minimalist GNU for Windows
-
This is an improved patch for propagating Ctrl-C/Ctrl-Break events from MSYS to regular Windows apps. It was originally posted here
http://thread.gmane.org/gmane.comp.gnu.mingw.msys/3793/focus=3797
This patch also supersedes https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1333217&group_id=2435
This code assumes that the target program has been linked with an MSVC
CRT DLL. If...
2006-12-29 22:24:32 UTC in MinGW - Minimalist GNU for Windows
-
highlandsun committed patchset 310 of module msys to the MinGW - Minimalist GNU for Windows CVS repository, changing 2 files.
2006-12-29 18:48:31 UTC in MinGW - Minimalist GNU for Windows
-
A few tiny patches to enable using libumem with
LD_PRELOAD on Linux.
1) For AMD64, the UMEM_PTHREAD_MUTEX_TOO_BIG macro
needs to be defined. Most likely this should just be
made dependent on __LP64, or a real autoconf test
should be written to check it.
2) For use with LD_PRELOAD, the malloc replacements
must be present, and you must arrange for umem_startup
to be called at load time.
2006-08-29 02:52:17 UTC in libumem
-
highlandsun committed patchset 94 of module arc to the ARC CVS repository, changing 1 files.
2005-10-12 17:41:10 UTC in ARC
-
highlandsun committed patchset 93 of module arc to the ARC CVS repository, changing 4 files.
2005-10-12 15:22:18 UTC in ARC
-
highlandsun committed patchset 92 of module arc to the ARC CVS repository, changing 4 files.
2005-10-10 17:07:11 UTC in ARC
-
highlandsun committed patchset 91 of module arc to the ARC CVS repository, changing 1 files.
2005-10-09 02:14:47 UTC in ARC
-
highlandsun committed patchset 90 of module arc to the ARC CVS repository, changing 1 files.
2005-10-09 01:38:56 UTC in ARC