log

age author description
Sat, 20 May 2017 00:02:59 +0200 Tassilo Philipp - added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
Wed, 17 May 2017 02:39:41 +0200 Tassilo Philipp - added "Unknown" type as executable format #define next to PE, Mach and ELF ones for cases like Minix < 3.2.0
Mon, 15 May 2017 13:06:04 +0200 Tassilo Philipp - better cpp checking whether dlinfo() is available, to also cover GLIBC based systems that don't identify as Linux (e.g. debian/k*BSD)
Mon, 15 May 2017 02:50:03 +0200 Tassilo Philipp - improved support for older OS versions for dynloads dlGetLibraryPath
Sun, 14 May 2017 02:29:55 +0200 Tassilo Philipp - see last commit - sloppy me forgot a part of that regression fix
Sun, 14 May 2017 02:26:21 +0200 Tassilo Philipp - regression fix for changing writable to executable memory for platforms where
Sun, 14 May 2017 00:19:15 +0200 Tassilo Philipp - note about c99 (+ anon struct/union) requirements in doc
Sat, 13 May 2017 23:02:17 +0200 Tassilo Philipp - replaced `.set' directives used to set symbol values in assembly files with (seemingly) more portable `=' syntax (e.g. older versions of Sun's `as' don't handle `.set')
Fri, 05 May 2017 13:13:43 +0200 Tassilo Philipp - BeOS impl for dlGetLibraryPath
Thu, 04 May 2017 23:53:05 +0200 Tassilo Philipp - changelog update
Thu, 04 May 2017 23:38:30 +0200 Tassilo Philipp changes for dynload for macOS and OpenBSD:
Thu, 04 May 2017 15:11:46 +0200 Tassilo Philipp - dynload dlGetLibraryPath simplifications:
Thu, 04 May 2017 13:54:29 +0200 Tassilo Philipp - Todo
Thu, 04 May 2017 13:54:09 +0200 Tassilo Philipp dynload doc:
Thu, 04 May 2017 13:42:17 +0200 Tassilo Philipp dynload:
Tue, 02 May 2017 03:49:56 +0200 Tassilo Philipp - doc cleanup
Tue, 02 May 2017 03:29:47 +0200 Tassilo Philipp - replaced character constants in ppc assembly files with their values for compatibility with older toolchains
Tue, 02 May 2017 03:49:43 +0200 Tassilo Philipp - whitespace cleanup in ppc32 asm files
Tue, 02 May 2017 03:00:55 +0200 Tassilo Philipp - ppc32 doc tweak
Tue, 02 May 2017 02:55:16 +0200 Tassilo Philipp - changelog mentioning darwin/ppc fixes
Tue, 02 May 2017 02:52:56 +0200 Tassilo Philipp - dyncallback 'long long' arg fix for Darwin/PPC
Tue, 02 May 2017 02:47:34 +0200 Tassilo Philipp Darwin/PPC:
Sun, 16 Apr 2017 19:27:32 +0200 Tassilo Philipp - dynload_plain test ReactOS support
Sun, 16 Apr 2017 17:50:55 +0200 Tassilo Philipp - make dynload_plain test build on windows
Sun, 16 Apr 2017 15:08:50 +0200 Tassilo Philipp - todo comment
Sun, 16 Apr 2017 15:05:50 +0200 Tassilo Philipp - dynload_syms_elf.c cleanup
Sun, 16 Apr 2017 16:17:47 +0200 Tassilo Philipp - dynload_syms_pe.c cleanup
Sun, 16 Apr 2017 14:55:17 +0200 Tassilo Philipp - dynload_windows.c cosmetics
Sun, 16 Apr 2017 13:34:39 +0200 Tassilo Philipp - completed dynload API doc
Sun, 16 Apr 2017 13:29:36 +0200 Tassilo Philipp - resolve_self test cleanups
Sat, 15 Apr 2017 22:02:58 +0200 Tassilo Philipp - different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
Sat, 15 Apr 2017 17:36:13 +0200 Tassilo Philipp - marked off sparc64/freebsd as complete in manual, after testing it
Sat, 15 Apr 2017 15:44:33 +0200 Tassilo Philipp - changelog
Sat, 15 Apr 2017 15:21:37 +0200 Tassilo Philipp - dynload mach-o handling fixes for 64bit platforms
Fri, 14 Apr 2017 21:23:22 +0200 Tassilo Philipp - fix to configure for universal binary support for >= macos el capitan
Tue, 11 Apr 2017 15:32:47 +0200 Tassilo Philipp - changelog
Tue, 11 Apr 2017 15:13:32 +0200 Tassilo Philipp - make dynload symbol iteration return symbol names as in C code, on Darwin
Tue, 11 Apr 2017 09:37:14 +0200 Tassilo Philipp - mach-o symbol iteration stability fixes
Thu, 06 Apr 2017 13:35:50 +0200 Tassilo Philipp - dynload_plain test fixes
Thu, 06 Apr 2017 12:00:36 +0200 Tassilo Philipp dynload darwin/mach-o update:
Thu, 06 Apr 2017 11:40:15 +0200 Tassilo Philipp - dynload man page clarification about resolving own symbols
Thu, 06 Apr 2017 02:17:35 +0200 Tassilo Philipp - dynload_plain test now run with helper script
Thu, 06 Apr 2017 02:13:57 +0200 Tassilo Philipp tests:
Tue, 28 Mar 2017 15:45:20 +0200 Tassilo Philipp - TEX fix
Tue, 28 Mar 2017 15:42:00 +0200 Tassilo Philipp - "
Tue, 28 Mar 2017 15:36:45 +0200 Tassilo Philipp - more doc overview corrections
Tue, 28 Mar 2017 15:27:21 +0200 Tassilo Philipp - "
Tue, 28 Mar 2017 15:17:50 +0200 Tassilo Philipp - manual fix, removed platform from overview that never existed
Mon, 27 Mar 2017 01:13:48 +0200 Tassilo Philipp - marked off netbsd/sparc64 as completely supported in manual (tested it)
Mon, 27 Mar 2017 01:00:30 +0200 Tassilo Philipp - netbsd include fix (stddef.h needed before elf.h)
Wed, 22 Mar 2017 12:17:43 +0100 Tassilo Philipp - changelog cleanup
Wed, 22 Mar 2017 12:06:32 +0100 Tassilo Philipp - doc update
Wed, 22 Mar 2017 12:02:23 +0100 Tassilo Philipp - sparc64 endian detection on non-explicit platforms
Tue, 21 Mar 2017 02:31:55 +0100 Tassilo Philipp - allocwx changes from last commit mentioned in Changelog and adapted testcode
Mon, 20 Mar 2017 23:12:58 +0100 Tassilo Philipp - changed allocwx code:
Sun, 19 Mar 2017 20:26:01 +0100 Tassilo Philipp - todo update
Sun, 19 Mar 2017 20:09:59 +0100 Tassilo Philipp - manual cleanup
Sun, 19 Mar 2017 19:00:38 +0100 Tassilo Philipp - mark sparc64/linux as completely supported in manual overview
Sun, 19 Mar 2017 18:44:47 +0100 Tassilo Philipp - safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill
Sun, 19 Mar 2017 18:43:39 +0100 Tassilo Philipp - sparc doc improvements for both, 32 and 64
Sun, 19 Mar 2017 19:34:34 +0100 Tassilo Philipp - sparc64 callbacks:
Sat, 18 Mar 2017 19:10:01 +0100 Tassilo Philipp - comment cleanup
Sat, 18 Mar 2017 19:08:45 +0100 Tassilo Philipp - sparc doc improvements (esp. for sparc64)
Tue, 14 Mar 2017 03:25:12 +0100 Tassilo Philipp - sparc manual changes
Tue, 14 Mar 2017 14:14:47 +0100 Tassilo Philipp - b/c no preproc needed, changed some files from .S -> .s
Fri, 17 Mar 2017 03:27:36 +0100 Tassilo Philipp - first draft at sparc64 callbacks (floats not working, yet)
Tue, 14 Mar 2017 00:07:31 +0100 Tassilo Philipp - doc and comment fixes
Mon, 13 Mar 2017 14:13:26 +0100 Tassilo Philipp - first impl of sparc64 thunks
Mon, 13 Mar 2017 13:23:10 +0100 Tassilo Philipp - more endian detection in macros
Mon, 13 Mar 2017 11:56:36 +0100 Tassilo Philipp - comment cleanup/corrections
Mon, 13 Mar 2017 11:27:05 +0100 Tassilo Philipp - doc cleanups and correction about support, added bibitems, etc.
Fri, 24 Feb 2017 23:05:53 +0100 Tassilo Philipp - impl. for allocwx stuff on POSIX-strict systems where there is no MAP_ANON for mmap()
Fri, 17 Feb 2017 09:34:12 +0100 Tassilo Philipp - simplified some platform check
Mon, 13 Feb 2017 14:09:15 +0100 Tassilo Philipp - typo fix in x64 asm end_proc use (only affected masm)
Sat, 11 Feb 2017 01:17:02 +0100 cslag - excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
Fri, 10 Feb 2017 12:15:35 +0100 cslag - removed .note.GNU-stack hint for openbsd, b/c of it always being interpreted as "need execstack" and not needed, b/c of way saner defaults on OpenBSD
Fri, 10 Feb 2017 01:28:47 +0100 cslag - sparc predef cleanup
Fri, 10 Feb 2017 01:07:12 +0100 cslag - renamings: sparc_v9 -> sparc64
Fri, 10 Feb 2017 00:58:08 +0100 cslag - renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
Fri, 10 Feb 2017 00:46:05 +0100 cslag - cleanup: remove old/unused code that was superseded by *sparc_v9.* files
Thu, 09 Feb 2017 16:04:51 +0100 cslag - testcode: missing include fixed
Thu, 09 Feb 2017 15:44:14 +0100 cslag - fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
Wed, 08 Feb 2017 12:56:59 +0100 cslag - loosened OS detection macros a bit to not bail out and thus make it easier to use dyncall on baremetal
Wed, 08 Feb 2017 12:54:05 +0100 cslag - doc tweaks
Sun, 15 Jan 2017 16:07:23 +0100 cslag - added SunOS line to doc overview, for os family
Tue, 10 Jan 2017 12:01:59 +0100 cslag - compatibility for older platforms - use ANSI comments
Sun, 08 Jan 2017 14:21:41 +0100 cslag - fixed configure on SunOS
Sun, 08 Jan 2017 03:07:57 +0100 cslag - marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
Fri, 06 Jan 2017 00:19:13 +0100 cslag - "tag" also non-linux assembly files with .note.GNU-stack, to mark .o files generated from manual assembly code as not needing an executable stack (still only for x* archs)
Thu, 05 Jan 2017 11:10:39 +0100 cslag - chmod -x some files that had x set by mistake
Thu, 05 Jan 2017 11:07:29 +0100 cslag - added portasm support for adding .section .note.GNU-stack "hints" marking generated .o files from assembly files as not needing an executable stack
Thu, 05 Jan 2017 10:35:12 +0100 cslag - file name/layout cleanup, removed "-att" from x64 .S filenames, as unnecessary and also misleading
Thu, 05 Jan 2017 10:17:37 +0100 cslag - removed unused, redundant asm file
Sun, 01 Jan 2017 23:26:39 +0100 cslag - tiny compatibility fix with < c99 compilers
Thu, 29 Dec 2016 13:00:35 -0600 cslag - tested openbsd/sparc for complete support, confirmed, thus marking it off in doc
Thu, 29 Dec 2016 10:55:56 -0600 cslag - marked linux sparc as fully supported, as callback support is in and tests all confirmed working
Thu, 29 Dec 2016 06:33:11 -0600 cslag - doc overview update for sparc callback support (just for netbsd right now, as others are still untested)
Thu, 29 Dec 2016 06:27:56 -0600 cslag - sparc dcb support entries in changelog
Thu, 29 Dec 2016 06:07:43 -0600 cslag - sparc32 callbacks now complete, fixed 64bit value access alignment problems that caused SIGBUS errors
Wed, 28 Dec 2016 16:48:35 -0600 cslag - sparc callback asm and args code (still some stack alignment issues, currently)
Fri, 25 Nov 2016 18:59:26 +0000 cslag - cosmetics
Thu, 24 Nov 2016 23:47:31 +0000 cslag - sparc32 thunk code
Thu, 10 Nov 2016 20:37:21 +0100 cslag - cleanup/cosmetics/typos
Thu, 10 Nov 2016 19:05:01 +0100 cslag - removing experimental *nix/win-cross-platform dynmake system, as probably never used
Sat, 22 Oct 2016 15:55:54 +0200 cslag - integrated all headers containing DCCallback definition into the translation units used (arm64 already avoided this pointless header, so following that style)
Sat, 17 Sep 2016 14:31:54 +0200 cslag - Changelog
Sat, 17 Sep 2016 14:15:02 +0200 cslag - make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
Sat, 17 Sep 2016 14:10:53 +0200 cslag - make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
Sun, 11 Sep 2016 01:19:27 +0200 cslag - performance improvement and more correct handling of arm32 armhf calls, not copying bogus data just to reserve spill area space
Fri, 09 Sep 2016 15:23:16 +0200 cslag - changelog update for armhf fix
Thu, 08 Sep 2016 23:00:45 +0200 cslag - fixed armhf ellipsis calls, were ignoring spill area
Sat, 20 Aug 2016 22:27:47 +0200 cslag - minix fix for callbacks (floats are also returned via eax/edx on minix)
Sat, 20 Aug 2016 15:57:20 +0200 cslag - merge
Sat, 20 Aug 2016 11:39:54 +0200 cslag - arm arm/thumb cleanup, sharing more files, directly
Sat, 20 Aug 2016 09:57:57 +0200 cslag - cleanup
Sat, 20 Aug 2016 09:47:45 +0200 cslag - todo update
Mon, 08 Aug 2016 11:54:50 +0200 cslag - todo update
Mon, 08 Aug 2016 11:54:27 +0200 cslag - mips64 doc about impl status
Mon, 08 Aug 2016 11:24:25 +0200 cslag mips n64 fixes for platforms using hiword of addresses
Sat, 23 Jul 2016 20:22:50 +0200 cslag - mips64 callback fixes for addresses using high word bits