log

age author description
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
Sat, 23 Jul 2016 19:43:32 +0200 cslag - mips64 thunk fix
Thu, 14 Jul 2016 23:40:31 +0200 cslag - todo/changelog update
Thu, 14 Jul 2016 16:05:24 +0200 cslag - mips o32 callback fixes for big endian platforms
Thu, 14 Jul 2016 14:41:32 +0200 cslag - added debug help 'show-compiler-predefs' target to Makefile.generic
Sat, 09 Jul 2016 16:39:33 +0200 cslag - manual update, started splitting platform overview in EP and EL for some platforms
Thu, 07 Jul 2016 14:51:30 +0200 cslag - fixed mips64 n32 build (not sure if working, though)
Wed, 06 Jul 2016 20:07:08 +0200 cslag - Changelog update
Wed, 06 Jul 2016 15:21:51 +0200 cslag - todo update
Wed, 06 Jul 2016 15:13:43 +0200 cslag - mips n64 vararg call fixes if non-variadic arguments are floats
Tue, 05 Jul 2016 14:30:56 +0200 cslag - doc and todo update to reflect working mips64 n64 big endian support
Tue, 05 Jul 2016 14:20:57 +0200 cslag - mips64 n64 float fixes (big endian), now mips64 n64 is fully supported (for at least big-endian platforms, still need to test little endian)
Tue, 05 Jul 2016 14:15:56 +0200 cslag - mips doc stuff
Mon, 04 Jul 2016 16:14:59 +0200 cslag - big-endian mips fixes for return values
Mon, 04 Jul 2016 16:13:59 +0200 cslag - manual callconv clarifications
Mon, 04 Jul 2016 01:11:08 +0200 cslag - first draft of mips64 n64 callbacks, not everything working, though
Mon, 04 Jul 2016 01:03:27 +0200 cslag - added padding to mips64 thunk
Mon, 04 Jul 2016 01:02:47 +0200 cslag - minor callback cleanups
Mon, 04 Jul 2016 00:59:59 +0200 cslag - mips64 manual appendix clarifications
Sun, 03 Jul 2016 01:41:43 +0200 cslag - cleanups in comments, etc.
Sun, 03 Jul 2016 01:39:37 +0200 cslag - doc, added first version of mips64 callconv page
Thu, 23 Jun 2016 12:38:51 +0200 cslag - mips n64 working thunks
Thu, 23 Jun 2016 12:21:07 +0200 cslag - added more macros to detect MIPS platforms
Sat, 18 Jun 2016 21:17:27 +0200 cslag - revert last commit, as others would need same treatment, but won't do this now
Sat, 18 Jun 2016 21:12:08 +0200 cslag - cosmetics: use dyncall types
Sat, 18 Jun 2016 20:47:20 +0200 cslag - added __mips_n64 predef detection to macros.h
Sat, 18 Jun 2016 19:49:36 +0200 cslag - doc updates for mips32
Sat, 18 Jun 2016 19:38:22 +0200 cslag - working mips32 eabi callbacks
Sat, 11 Jun 2016 21:44:38 +0200 cslag - mips comment cleanups
Sat, 11 Jun 2016 21:38:46 +0200 cslag - mips clarifications in doc
Sat, 11 Jun 2016 19:00:25 +0200 cslag - silenced some debug warnings on mips o32
Sat, 11 Jun 2016 13:07:23 +0200 cslag - dyncallback/mips_o32 fixes for when using -O? optimization flags; basically not using $fp directly, anymore
Thu, 09 Jun 2016 16:11:37 +0200 cslag - more cases for checked-in config of callback_suite test (needed some more floats as first params)
Thu, 09 Jun 2016 15:13:53 +0200 cslag - complete, working mips o32 callback (using hardware fp); fixes error from last commit, which ignored first 2 float args
Wed, 08 Jun 2016 02:27:12 +0200 cslag - mostly functional mips o32 callbacks (seems to still have problems with 64bit params)
Tue, 07 Jun 2016 09:05:34 +0200 cslag - mips o32 callbacks, first draft (calls into handler correctly, with correct params, but doesn't return)
Tue, 07 Jun 2016 07:34:37 +0200 cslag - mips related cleanup, mostly comments, cpp macro lib
Sun, 05 Jun 2016 14:41:58 +0200 cslag - manual: fixed html output of tables rendered as .png, using tex multirow
Sat, 04 Jun 2016 21:50:03 +0200 cslag - doc clarification for mips o32 appendix
Sat, 04 Jun 2016 21:42:40 +0200 cslag - MIPS o32 manual appendix
Sat, 04 Jun 2016 19:35:58 +0200 cslag - internal linkage for some helper functions
Sat, 04 Jun 2016 19:32:21 +0200 cslag - updated dyncallback.3, blurb about handler's retval signature character was outdated
Sat, 04 Jun 2016 18:36:12 +0200 cslag - doc fixes (mainly for html output)
Sat, 04 Jun 2016 17:11:44 +0200 cslag - stubs for mips callback support
Sat, 04 Jun 2016 12:54:10 +0200 cslag - better, more neutral .3 SEE ALSO
Sat, 04 Jun 2016 12:33:09 +0200 cslag - manual work
Fri, 03 Jun 2016 14:21:14 +0200 cslag - html improvements of manual (paragraphs and css)
Fri, 03 Jun 2016 02:40:13 +0200 cslag - manual improvements
Sun, 29 May 2016 15:38:26 +0200 cslag - todo update
Sun, 29 May 2016 15:36:32 +0200 cslag - cosmetics
Sun, 29 May 2016 13:16:38 +0200 cslag - cleanup, removed hardcoded value in syscall test
Sat, 09 Apr 2016 17:03:20 -0500 cslag - todo cleanup
Wed, 06 Apr 2016 02:02:34 +0200 cslag - ToDo update
Wed, 06 Apr 2016 00:21:51 +0200 cslag - bigger cleanup in callvm code
Mon, 28 Mar 2016 23:46:59 +0200 cslag - PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
Thu, 24 Mar 2016 23:53:03 +0100 cslag - html doc todo note
Thu, 24 Mar 2016 22:55:53 +0100 cslag - manpage formatting cleanup
Mon, 21 Mar 2016 01:32:59 +0100 cslag - layout tweak for manual
Mon, 21 Mar 2016 01:28:01 +0100 cslag - changelog additions for 1.0, cleanup
Mon, 21 Mar 2016 01:25:10 +0100 cslag - todo entry
Mon, 21 Mar 2016 01:23:37 +0100 cslag - manual layout tweaks