2018-05-23 |
Tassilo Philipp |
- softfloat support for mips64/n64 abi
|
2018-05-23 |
Tassilo Philipp |
- mips32 doc
|
2018-05-23 |
Tassilo Philipp |
- cleanup of outdated docs
|
2018-05-21 |
Tassilo Philipp |
- mips softfloat support for o32 callconv (calls and callbacks, little and big endian)
|
2018-05-20 |
Tassilo Philipp |
- changelog
|
2018-05-20 |
Tassilo Philipp |
- more verbose support matrix
|
2018-05-19 |
Tassilo Philipp |
- changed style of support matrix, marked freebsd/mips complet (hardfloat, only, though)
|
2018-05-17 |
Tassilo Philipp |
- simpler ./configure check if freebsd/mips platform is hard-float
|
2018-05-16 |
Tassilo Philipp |
- doc typo
|
2018-05-16 |
Tassilo Philipp |
- FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)
|
2018-05-07 |
Tassilo Philipp |
- adding mips softfloat to ToDo
|
2018-04-25 |
Tassilo Philipp |
- ./configure arch detection support for newer iOS SDK versions (10+)
|
2018-04-24 |
Tassilo Philipp |
- removed unused include from callback_plain test
|
2018-04-24 |
Tassilo Philipp |
- removed relative #include
|
2018-04-23 |
Tassilo Philipp |
Added tag r1.0 for changeset 4e63c6411e59
|
2018-04-23 |
Tassilo Philipp |
- adjusted release date of r1.0 in changelog
r1.0
|
2018-04-21 |
Tassilo Philipp |
Added tag r1.0-RC3 for changeset 8d9629a078e4
|
2018-04-21 |
Tassilo Philipp |
- merged separate ToDo files, cleanups
r1.0-RC3
|
2018-04-21 |
Tassilo Philipp |
Added tag r1.0-RC2 for changeset ce688f871d51
|
2018-04-21 |
Tassilo Philipp |
- todo
r1.0-RC2
|
2018-04-21 |
Tassilo Philipp |
- dynload_plain test: better guessing what .so to use
|
2018-04-20 |
Daniel Adler |
added ToDo for configure on macOS
|
2018-04-19 |
Daniel Adler |
added missing headers for 'install' target
|
2018-04-19 |
Tassilo Philipp |
- removed some restriction in mach-o loader
|
2018-04-19 |
Tassilo Philipp |
- file header cleanups for release
|
2018-04-19 |
Tassilo Philipp |
- cleanup in Changelog and Todo for 1.0
|
2018-04-19 |
Tassilo Philipp |
Added tag r1.0-RC1 for changeset dfc6f1736141
|
2017-08-20 |
Tassilo Philipp |
- prep for 1.0 release
r1.0-RC1
|
2018-03-04 |
Tassilo Philipp |
- doc fix in callconv appendix
|
2018-03-04 |
Tassilo Philipp |
- typo
|
2018-02-01 |
Tassilo Philipp |
- mach-o loader fix (discovered on High Sierra, not sure what other versions were affected)
|
2017-12-29 |
Tassilo Philipp |
- more make compat fixes for test/dynload_plain
|
2017-12-29 |
Tassilo Philipp |
- make portability fix
|
2017-12-29 |
Tassilo Philipp |
- dynload_plain test handling symbol aliases, now
|
2017-12-11 |
Tassilo Philipp |
- OpenBSD/arm64 exists officially, now, so mark as existing in manual, but "not know if dyncall works"
|
2017-08-21 |
Tassilo Philipp |
- doc consistency cleanup/addition
|
2017-05-27 |
Tassilo Philipp |
- cleanups
|
2017-05-27 |
Tassilo Philipp |
- reintroduced .note.GNU-stack section, as mentioned in prev commit
|
2017-05-27 |
Tassilo Philipp |
- removed configure-based checks for using --noexecstack / -Wa,--noexecstack in make A{S,C,}FLAGS variables, b/c inconsistent behaviour across platforms and often unusable, b/c:
|
2017-05-25 |
Tassilo Philipp |
- also testing no flags at all, for asflags rw- detection
|
2017-05-24 |
Tassilo Philipp |
- typo in prev commit
|
2017-05-24 |
Tassilo Philipp |
- some platforms ingeniously use AFLAGS with CC so --noexecstack must be set as -Wa,--noexecstack
|
2017-05-24 |
Tassilo Philipp |
- portability fix for configure's asflags detection
|
2017-05-22 |
Tassilo Philipp |
configure:
|
2017-05-22 |
Tassilo Philipp |
- added _MIPSE[BL] to (long) list of mips endian detection #ifdefs
|
2017-05-21 |
Tassilo Philipp |
- declutter
|
2017-05-21 |
Tassilo Philipp |
- cosmetics
|
2017-05-21 |
Tassilo Philipp |
- configure: noexecstack flag check/search now reflecting what dyncall build needs/does
|
2017-05-20 |
Tassilo Philipp |
- portability changes to configure's "--noexecstack" flag detection (mainly for macos)
|
2017-05-19 |
Tassilo Philipp |
- added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
|
2017-05-17 |
Tassilo Philipp |
- added "Unknown" type as executable format #define next to PE, Mach and ELF ones for cases like Minix < 3.2.0
|
2017-05-15 |
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)
|
2017-05-15 |
Tassilo Philipp |
- improved support for older OS versions for dynloads dlGetLibraryPath
|
2017-05-14 |
Tassilo Philipp |
- see last commit - sloppy me forgot a part of that regression fix
|
2017-05-14 |
Tassilo Philipp |
- regression fix for changing writable to executable memory for platforms where
|
2017-05-13 |
Tassilo Philipp |
- note about c99 (+ anon struct/union) requirements in doc
|
2017-05-13 |
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')
|
2017-05-05 |
Tassilo Philipp |
- BeOS impl for dlGetLibraryPath
|
2017-05-04 |
Tassilo Philipp |
- changelog update
|
2017-05-04 |
Tassilo Philipp |
changes for dynload for macOS and OpenBSD:
|
2017-05-04 |
Tassilo Philipp |
- dynload dlGetLibraryPath simplifications:
|
2017-05-04 |
Tassilo Philipp |
- Todo
|
2017-05-04 |
Tassilo Philipp |
dynload doc:
|
2017-05-04 |
Tassilo Philipp |
dynload:
|
2017-05-02 |
Tassilo Philipp |
- doc cleanup
|
2017-05-02 |
Tassilo Philipp |
- replaced character constants in ppc assembly files with their values for compatibility with older toolchains
|
2017-05-02 |
Tassilo Philipp |
- whitespace cleanup in ppc32 asm files
|
2017-05-02 |
Tassilo Philipp |
- ppc32 doc tweak
|
2017-05-02 |
Tassilo Philipp |
- changelog mentioning darwin/ppc fixes
|
2017-05-02 |
Tassilo Philipp |
- dyncallback 'long long' arg fix for Darwin/PPC
|
2017-05-02 |
Tassilo Philipp |
Darwin/PPC:
|
2017-04-16 |
Tassilo Philipp |
- dynload_plain test ReactOS support
|
2017-04-16 |
Tassilo Philipp |
- make dynload_plain test build on windows
|
2017-04-16 |
Tassilo Philipp |
- todo comment
|
2017-04-16 |
Tassilo Philipp |
- dynload_syms_elf.c cleanup
|
2017-04-16 |
Tassilo Philipp |
- dynload_syms_pe.c cleanup
|
2017-04-16 |
Tassilo Philipp |
- dynload_windows.c cosmetics
|
2017-04-16 |
Tassilo Philipp |
- completed dynload API doc
|
2017-04-16 |
Tassilo Philipp |
- resolve_self test cleanups
|
2017-04-15 |
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)
|
2017-04-15 |
Tassilo Philipp |
- marked off sparc64/freebsd as complete in manual, after testing it
|
2017-04-15 |
Tassilo Philipp |
- changelog
|
2017-04-15 |
Tassilo Philipp |
- dynload mach-o handling fixes for 64bit platforms
|
2017-04-14 |
Tassilo Philipp |
- fix to configure for universal binary support for >= macos el capitan
|
2017-04-11 |
Tassilo Philipp |
- changelog
|
2017-04-11 |
Tassilo Philipp |
- make dynload symbol iteration return symbol names as in C code, on Darwin
|
2017-04-11 |
Tassilo Philipp |
- mach-o symbol iteration stability fixes
|
2017-04-06 |
Tassilo Philipp |
- dynload_plain test fixes
|
2017-04-06 |
Tassilo Philipp |
dynload darwin/mach-o update:
|
2017-04-06 |
Tassilo Philipp |
- dynload man page clarification about resolving own symbols
|
2017-04-06 |
Tassilo Philipp |
- dynload_plain test now run with helper script
|
2017-04-06 |
Tassilo Philipp |
tests:
|
2017-03-28 |
Tassilo Philipp |
- TEX fix
|
2017-03-28 |
Tassilo Philipp |
- "
|
2017-03-28 |
Tassilo Philipp |
- more doc overview corrections
|
2017-03-28 |
Tassilo Philipp |
- "
|
2017-03-28 |
Tassilo Philipp |
- manual fix, removed platform from overview that never existed
|
2017-03-26 |
Tassilo Philipp |
- marked off netbsd/sparc64 as completely supported in manual (tested it)
|
2017-03-26 |
Tassilo Philipp |
- netbsd include fix (stddef.h needed before elf.h)
|
2017-03-22 |
Tassilo Philipp |
- changelog cleanup
|
2017-03-22 |
Tassilo Philipp |
- doc update
|
2017-03-22 |
Tassilo Philipp |
- sparc64 endian detection on non-explicit platforms
|
2017-03-21 |
Tassilo Philipp |
- allocwx changes from last commit mentioned in Changelog and adapted testcode
|
2017-03-20 |
Tassilo Philipp |
- changed allocwx code:
|
2017-03-19 |
Tassilo Philipp |
- todo update
|
2017-03-19 |
Tassilo Philipp |
- manual cleanup
|
2017-03-19 |
Tassilo Philipp |
- mark sparc64/linux as completely supported in manual overview
|
2017-03-19 |
Tassilo Philipp |
- safety fix for sparc32, protecting from callback handler problems when handler itself needs to spill
|
2017-03-19 |
Tassilo Philipp |
- sparc doc improvements for both, 32 and 64
|
2017-03-19 |
Tassilo Philipp |
- sparc64 callbacks:
|
2017-03-18 |
Tassilo Philipp |
- comment cleanup
|
2017-03-18 |
Tassilo Philipp |
- sparc doc improvements (esp. for sparc64)
|
2017-03-14 |
Tassilo Philipp |
- sparc manual changes
|
2017-03-14 |
Tassilo Philipp |
- b/c no preproc needed, changed some files from .S -> .s
|
2017-03-17 |
Tassilo Philipp |
- first draft at sparc64 callbacks (floats not working, yet)
|
2017-03-13 |
Tassilo Philipp |
- doc and comment fixes
|
2017-03-13 |
Tassilo Philipp |
- first impl of sparc64 thunks
|
2017-03-13 |
Tassilo Philipp |
- more endian detection in macros
|
2017-03-13 |
Tassilo Philipp |
- comment cleanup/corrections
|
2017-03-13 |
Tassilo Philipp |
- doc cleanups and correction about support, added bibitems, etc.
|
2017-02-24 |
Tassilo Philipp |
- impl. for allocwx stuff on POSIX-strict systems where there is no MAP_ANON for mmap()
|
2017-02-17 |
Tassilo Philipp |
- simplified some platform check
|
2017-02-13 |
Tassilo Philipp |
- typo fix in x64 asm end_proc use (only affected masm)
|
2017-02-11 |
cslag |
- excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
|
2017-02-10 |
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
|
2017-02-10 |
cslag |
- sparc predef cleanup
|
2017-02-10 |
cslag |
- renamings: sparc_v9 -> sparc64
|
2017-02-09 |
cslag |
- renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
|
2017-02-09 |
cslag |
- cleanup: remove old/unused code that was superseded by *sparc_v9.* files
|
2017-02-09 |
cslag |
- testcode: missing include fixed
|
2017-02-09 |
cslag |
- fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
|
2017-02-08 |
cslag |
- loosened OS detection macros a bit to not bail out and thus make it easier to use dyncall on baremetal
|
2017-02-08 |
cslag |
- doc tweaks
|
2017-01-15 |
cslag |
- added SunOS line to doc overview, for os family
|
2017-01-10 |
cslag |
- compatibility for older platforms - use ANSI comments
|
2017-01-08 |
cslag |
- fixed configure on SunOS
|
2017-01-08 |
cslag |
- marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
|
2017-01-05 |
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)
|
2017-01-05 |
cslag |
- chmod -x some files that had x set by mistake
|
2017-01-05 |
cslag |
- added portasm support for adding .section .note.GNU-stack "hints" marking generated .o files from assembly files as not needing an executable stack
|
2017-01-05 |
cslag |
- file name/layout cleanup, removed "-att" from x64 .S filenames, as unnecessary and also misleading
|
2017-01-05 |
cslag |
- removed unused, redundant asm file
|
2017-01-01 |
cslag |
- tiny compatibility fix with < c99 compilers
|
2016-12-29 |
cslag |
- tested openbsd/sparc for complete support, confirmed, thus marking it off in doc
|
2016-12-29 |
cslag |
- marked linux sparc as fully supported, as callback support is in and tests all confirmed working
|
2016-12-29 |
cslag |
- doc overview update for sparc callback support (just for netbsd right now, as others are still untested)
|
2016-12-29 |
cslag |
- sparc dcb support entries in changelog
|
2016-12-29 |
cslag |
- sparc32 callbacks now complete, fixed 64bit value access alignment problems that caused SIGBUS errors
|
2016-12-28 |
cslag |
- sparc callback asm and args code (still some stack alignment issues, currently)
|
2016-11-25 |
cslag |
- cosmetics
|
2016-11-24 |
cslag |
- sparc32 thunk code
|
2016-11-10 |
cslag |
- cleanup/cosmetics/typos
|
2016-11-10 |
cslag |
- removing experimental *nix/win-cross-platform dynmake system, as probably never used
|
2016-10-22 |
cslag |
- integrated all headers containing DCCallback definition into the translation units used (arm64 already avoided this pointless header, so following that style)
|
2016-09-17 |
cslag |
- Changelog
|
2016-09-17 |
cslag |
- make cmake based builds check if compiler has -fPIC flag, in order to silence warnings if not (thanks Franklin Mathieu)
|
2016-09-17 |
cslag |
- make cmake based builds work on systems without a C++ compiler (thanks Franklin Mathieu)
|
2016-09-10 |
cslag |
- performance improvement and more correct handling of arm32 armhf calls, not copying bogus data just to reserve spill area space
|
2016-09-09 |
cslag |
- changelog update for armhf fix
|
2016-09-08 |
cslag |
- fixed armhf ellipsis calls, were ignoring spill area
|
2016-08-20 |
cslag |
- minix fix for callbacks (floats are also returned via eax/edx on minix)
|
2016-08-20 |
cslag |
- merge
|
2016-08-20 |
cslag |
- arm arm/thumb cleanup, sharing more files, directly
|
2016-08-20 |
cslag |
- cleanup
|
2016-08-20 |
cslag |
- todo update
|
2016-08-08 |
cslag |
- todo update
|
2016-08-08 |
cslag |
- mips64 doc about impl status
|
2016-08-08 |
cslag |
mips n64 fixes for platforms using hiword of addresses
|
2016-07-23 |
cslag |
- mips64 callback fixes for addresses using high word bits
|
2016-07-23 |
cslag |
- mips64 thunk fix
|
2016-07-14 |
cslag |
- todo/changelog update
|
2016-07-14 |
cslag |
- mips o32 callback fixes for big endian platforms
|
2016-07-14 |
cslag |
- added debug help 'show-compiler-predefs' target to Makefile.generic
|
2016-07-09 |
cslag |
- manual update, started splitting platform overview in EP and EL for some platforms
|
2016-07-07 |
cslag |
- fixed mips64 n32 build (not sure if working, though)
|
2016-07-06 |
cslag |
- Changelog update
|
2016-07-06 |
cslag |
- todo update
|
2016-07-06 |
cslag |
- mips n64 vararg call fixes if non-variadic arguments are floats
|
2016-07-05 |
cslag |
- doc and todo update to reflect working mips64 n64 big endian support
|
2016-07-05 |
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)
|
2016-07-05 |
cslag |
- mips doc stuff
|
2016-07-04 |
cslag |
- big-endian mips fixes for return values
|
2016-07-04 |
cslag |
- manual callconv clarifications
|
2016-07-03 |
cslag |
- first draft of mips64 n64 callbacks, not everything working, though
|
2016-07-03 |
cslag |
- added padding to mips64 thunk
|
2016-07-03 |
cslag |
- minor callback cleanups
|
2016-07-03 |
cslag |
- mips64 manual appendix clarifications
|
2016-07-02 |
cslag |
- cleanups in comments, etc.
|
2016-07-02 |
cslag |
- doc, added first version of mips64 callconv page
|
2016-06-23 |
cslag |
- mips n64 working thunks
|
2016-06-23 |
cslag |
- added more macros to detect MIPS platforms
|
2016-06-18 |
cslag |
- revert last commit, as others would need same treatment, but won't do this now
|
2016-06-18 |
cslag |
- cosmetics: use dyncall types
|
2016-06-18 |
cslag |
- added __mips_n64 predef detection to macros.h
|
2016-06-18 |
cslag |
- doc updates for mips32
|
2016-06-18 |
cslag |
- working mips32 eabi callbacks
|
2016-06-11 |
cslag |
- mips comment cleanups
|
2016-06-11 |
cslag |
- mips clarifications in doc
|
2016-06-11 |
cslag |
- silenced some debug warnings on mips o32
|
2016-06-11 |
cslag |
- dyncallback/mips_o32 fixes for when using -O? optimization flags; basically not using $fp directly, anymore
|
2016-06-09 |
cslag |
- more cases for checked-in config of callback_suite test (needed some more floats as first params)
|
2016-06-09 |
cslag |
- complete, working mips o32 callback (using hardware fp); fixes error from last commit, which ignored first 2 float args
|
2016-06-08 |
cslag |
- mostly functional mips o32 callbacks (seems to still have problems with 64bit params)
|
2016-06-07 |
cslag |
- mips o32 callbacks, first draft (calls into handler correctly, with correct params, but doesn't return)
|
2016-06-07 |
cslag |
- mips related cleanup, mostly comments, cpp macro lib
|
2016-06-05 |
cslag |
- manual: fixed html output of tables rendered as .png, using tex multirow
|
2016-06-04 |
cslag |
- doc clarification for mips o32 appendix
|
2016-06-04 |
cslag |
- MIPS o32 manual appendix
|
2016-06-04 |
cslag |
- internal linkage for some helper functions
|
2016-06-04 |
cslag |
- updated dyncallback.3, blurb about handler's retval signature character was outdated
|
2016-06-04 |
cslag |
- doc fixes (mainly for html output)
|
2016-06-04 |
cslag |
- stubs for mips callback support
|
2016-06-04 |
cslag |
- better, more neutral .3 SEE ALSO
|
2016-06-04 |
cslag |
- manual work
|
2016-06-03 |
cslag |
- html improvements of manual (paragraphs and css)
|
2016-06-03 |
cslag |
- manual improvements
|
2016-05-29 |
cslag |
- todo update
|
2016-05-29 |
cslag |
- cosmetics
|
2016-05-29 |
cslag |
- cleanup, removed hardcoded value in syscall test
|
2016-04-09 |
cslag |
- todo cleanup
|
2016-04-06 |
cslag |
- ToDo update
|
2016-04-05 |
cslag |
- bigger cleanup in callvm code
|
2016-03-28 |
cslag |
- PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
|
2016-03-24 |
cslag |
- html doc todo note
|
2016-03-24 |
cslag |
- manpage formatting cleanup
|
2016-03-21 |
cslag |
- layout tweak for manual
|
2016-03-21 |
cslag |
- changelog additions for 1.0, cleanup
|
2016-03-21 |
cslag |
- todo entry
|
2016-03-21 |
cslag |
- manual layout tweaks
|
2016-03-21 |
cslag |
- tweaks in manual, mainly for html generation
|
2016-03-20 |
cslag |
- html manual: moved some generation steps to website build
|
2016-03-19 |
cslag |
- pointer cast for callf to make C++ compilers happy that don't do void* implicit casts (also, as DC_POINTER might be set to something other than void*, this cast would be needed)
|
2016-03-13 |
cslag |
- doc cleanup and html work
|
2016-03-13 |
cslag |
- html manual work
|
2016-03-07 |
cslag |
- more html doc work
|
2016-03-06 |
cslag |
- progress on html doc generation
|
2016-03-06 |
cslag |
- work on html doc generation
|
2016-03-06 |
cslag |
- cleanup
|
2016-01-12 |
dadler |
minor fix for documentation
|
2016-01-06 |
Daniel Adler |
fix for universal binary build on OS X > 10.10
|