index
:
mmglue
main
midipix architecture- and target-specific files for musl libc
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-19
weak hidden symbols: provide a strong __stdio_exit_needed().
midipix
2
-0
/
+16
2019-02-19
psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.
midipix
8
-54
/
+86
2019-01-31
__init_tls(): initialize the .detach_state, .locale, and .robust_list members.
midipix
2
-0
/
+8
2019-01-27
__clone(): updated struct pt_regs to match libpsxscl, provide stack info.
midipix
2
-10
/
+38
2019-01-26
psxglue.h: update following libpsxscl's introduction of __psx_user_frame().
midipix
2
-12
/
+6
2019-01-26
psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain.
midipix
2
-2
/
+2
2019-01-26
psxglue.h: updated struct __psx_vtbl to match libpsxscl.
midipix
2
-2
/
+2
2019-01-26
psxglue.h: updated struct __psx_context to match libpsxscl.
midipix
2
-2
/
+2
2019-01-10
mmglue: ldso: added dladdr (__dladdr weak alias).
midipix
2
-0
/
+2
2019-01-09
mmglue: libc internals: provide a strongly defined ___errno_location().
midipix
2
-0
/
+16
2019-01-09
mmglue: syscall_cp: added the bits needed by recent musl versions.
midipix
2
-9
/
+41
2019-01-09
mmglue: ldso: adjusted to match recent musl versions.
midipix
16
-0
/
+6
2019-01-09
mmglue: src/thread/ following build-system transition (distinct port dir).
midipix
4
-4
/
+4
2019-01-09
mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}.
midipix
14
-0
/
+446
2018-01-11
vfork(3) is now a wrapper around the assembly-based vfork(2).
midipix
2
-0
/
+22
2017-11-05
psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.
midipix
2
-0
/
+4
2017-10-28
ldso: implemented dlinfo().
midipix
2
-2
/
+2
2017-10-28
ldso: implemented dlsym().
midipix
2
-4
/
+4
2017-10-28
ldso: implemented dlopen().
midipix
2
-18
/
+196
2017-08-13
fchmodat(2): implement as wrapper since AT_SYMLINK_NOFOLLOW is supported.
midipix
2
-0
/
+16
2016-10-10
psxglue.h: ldso: extend & future-proof the signature of the internal dlopen().
midipix
2
-2
/
+10
2016-09-28
nt32: implemented sigsetjmp().
midipix
1
-0
/
+51
2016-09-22
nt32: implemented setjmp(), longjmp().
midipix
2
-1
/
+31
2016-01-29
syscall_cp(): fix comment style.
midipix
2
-7
/
+7
2015-10-24
sigsetjmp: nt64: initial implementation.
midipix
1
-0
/
+43
2015-09-15
nt32: implement accept(3) as a wrapper around accept4(2).
midipix
1
-0
/
+8
2015-09-13
add an empty __unmapself.s for source-tree compatibility with musl 1.1.11 and...
midipix
2
-0
/
+0
2015-09-13
nt32: add GOT support to assembly files.
midipix
4
-5
/
+37
2015-09-13
nt32: remove __environ.s, as it is no longer needed.
midipix
1
-11
/
+0
2015-07-18
add manual .got entries to assembly files.
midipix
4
-0
/
+35
2015-07-18
fix indirection of __init_array_start and __fini_array_start.
midipix
2
-36
/
+0
2015-07-18
weak symbols: remove the previously used workaround, as it is no
midipix
5
-37
/
+0
2015-06-02
arch-specific code: fix assembly function declarations.
midipix
6
-0
/
+18
2015-05-27
adjust arch-specific files to match musl version 1.1.9.
midipix
2
-0
/
+0
2015-04-25
complete/fix support of ctors/dtors and tls.
midipix
8
-10
/
+52
2015-04-05
nt32: initial commit of core port files.
midipix
18
-0
/
+254
2015-03-24
manually export additional weak symbols.
midipix
1
-0
/
+6
2015-03-08
dynlink.c: replace stubs with calls into the ldso vtable.
midipix
1
-6
/
+10
2015-03-08
initial commit of core port files.
midipix
17
-0
/
+294