summaryrefslogtreecommitdiffhomepage
path: root/arch
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01nt64: signal.h: struct mcontext_t: added missing context member.midipix1-0/+1
2024-01-29nt32|nt64: pthread_arch.h: adjust code to match musl-1.2.2 and latermidipix2-0/+8
[while maintaining compatibility with older musl versions] [cf. musl commit 3a5b9ae7cf656648c80fe155a5239d9b4fb4c485]
2024-01-29midipix targets: syscall.h.in: define recently added linux system calls.midipix2-0/+10
2022-01-28midipix targets: installed headers: remove <sys/kd.h> and <sys/vt.h>midipix4-0/+8
2020-06-04midipix targets: syscall.h.in: mark the mount syscalls as not supported.midipix2-4/+4
2020-05-03nt32|nt64: abi upgrade: properly support NTFS directory entries.midipix4-6/+32
Following musl commit 614c9e7b1eecb71c5718c34f1724e8758cbe3c27, it is now possible to support NTFS directory entries consisting of 255 utf-16 characters of the (little-endian) form zzzzyyyy yyxxxxxx, of which the respective utf-8 representation form is 1110zzzz 10yyyyyy 10xxxxxx. Paired with psxscl commit 26192ddd4a7b9100f97825982697d8a918563fe9, and introduces a pre-alpha abi upgrade.
2020-05-03nt32|nt64: move msghdr and cmsghdr out of bits/socket.h as needed.midipix2-0/+0
[while maintaining compatibility with older musl versions] [cf. musl commit a0252bc75b8546008c6b87e58344c4340683d5eb]
2020-05-03nt32|nt64: bits/alltypes.h.in, bits/limits.h: provide {__}{L}LONG_MAX.midipix4-4/+20
[while maintaining compatibility with older musl versions] [cf. musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
2020-05-03nt32|nt64: bits/limits.h: remove feature test macro.midipix2-6/+0
[cf.musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
2020-05-03nt32|nt64: provide __BYTE_ORDER definition in alltypes.h.midipix2-0/+12
[while maintaining compatibility with older musl versions] [cf. musl commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea]
2020-05-03nt32|nt64: added the internal kstat.h header (providing struct kstat).midipix2-0/+52
2020-05-03midipix targets: bits/ioctl.h: #define'd SIOCGSTAMPNS.midipix2-0/+2
2020-05-02midipix targets: installed headers: remove <sys/soundcard.h>midipix2-0/+4
2020-05-02midipix targets: syscall.h.in: mark the epoll syscalls as not supported.midipix2-14/+14
2020-05-01glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation.midipix2-0/+6
2019-12-07nt32/nt64: syscalls.h.in: added target-specific fs system calls.midipix2-0/+12
2019-10-06nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls.midipix2-52/+58
2019-09-15nt64: signal.h: fix definition of struct uc_xsave_fmt_t (see mcontext_t).midipix1-2/+0
2019-09-07nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls.midipix2-24/+42
2019-09-06nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread().midipix2-26/+30
2019-08-30nt32/nt64: syscall.h.in: added framework-specific cmd exec definitions.midipix2-0/+6
2019-08-20psxglue.h: update struct __psx_context following update in psxscl.midipix4-66/+0
2019-08-20nt32/nt64: syscall.h.in: added framework-specific debug definitions.midipix2-0/+48
2019-08-20project: midipix targets: headers.tag: add arch/$(ARCH)/*.h dependency.midipix1-0/+0
2019-08-20psxglue.h: update struct __psx_vtbl following update in psxscl.midipix2-8/+0
2019-08-20nt32/nt64: syscall.h.in: added framework-specific definitions.midipix2-0/+12
2019-08-03ioctl.h: struct winsize: support both common and arch-specific definition.midipix2-12/+12
2019-08-03midipix targets: bits/ioctl.h: adjust TIOCSER_TEMT to match sys/ioctl.h.midipix2-2/+2
2019-06-19midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen().midipix2-0/+4
2019-06-13midipix targets: uid_t & gid_t --> uint64_t, matching updated def. in psxscl.midipix2-0/+4
2019-06-07debug interfaces: updated psxdbg.h following addition of members in psxscl.midipix2-0/+8
2019-06-06debug interfaces: __dbg_event_query_all(): updated interface signature.midipix2-2/+2
2019-06-06debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.midipix4-2/+60
2019-06-05SEH exception handling: coding style: refactor references to system structures.midipix1-6/+6
2019-06-02psxglue.h: update struct __psx_vtbl (psxscl) following update in psxscl.midipix2-0/+8
2019-06-02psxglue.h: update struct __psx_vtbl (psxscl) to match member names in psxscl.midipix2-8/+8
2019-03-24abi: framework interfaces: updated psxseh.h.midipix1-1/+1
2019-03-12abi: framework interfaces: imported psxseh.h.midipix1-0/+94
2019-03-12abi: struct __psx_context now includes a pointer to the layer's seh vtable.midipix2-0/+6
2019-02-19psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.midipix2-2/+2
tls: place __copy_tls() and __reset_tls() in designated translation units.
2019-01-26psxglue.h: update following libpsxscl's introduction of __psx_user_frame().midipix2-2/+2
2019-01-26psxglue.h: struct __psx_context: re-define .usrmain as a function pointer.midipix2-2/+2
2019-01-26psxglue.h: struct __psx_vtbl: .start_main function pointer: fixed signature.midipix2-2/+2
2019-01-26psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain.midipix2-2/+2
2019-01-26psxglue.h: updated struct __psx_vtbl to match libpsxscl.midipix2-2/+2
2019-01-26psxglue.h: updated struct __psx_context to match libpsxscl.midipix2-2/+2
2019-01-09mmglue: pthread_arch: support of modern musl versions: defined MC_PC.midipix2-0/+2
2019-01-09mmglue: bits/mman.h: adjusted to match recent musl versions.midipix2-4/+4
2019-01-09mmglue: modern source-tree support: switched to syscall.h.in.midipix2-654/+24
2019-01-09mmglue: arch/nt32/atomic.h: fixed typo.midipix1-2/+2