pagure Logo
  • Log In

sskras / base / mmglue

Forked from base/mmglue 3 years ago
Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  0
  • Pull Requests  0
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

Commits 142

Branch: 633b76b0d08aa4c1a9b6a9aba8a19e392d94c3ec
main
musl.lzy: do not set the executable bit for crt object files.
midipix • 7 years ago  
ee93f3
toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs.
midipix • 7 years ago  
dd0615
psxglue.h: added __PSXOPT_VRFS (virtual root file system, aka standalone app).
midipix • 7 years ago  
96b093
psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG.
midipix • 7 years ago  
4b0868
psxglue.h: renamed struct __tlca --> struct __tlca_abi.
midipix • 7 years ago  
bd9527
fchmodat(2): implement as wrapper since AT_SYMLINK_NOFOLLOW is supported.
midipix • 7 years ago  
cc741e
integrated first-thread SEH support.
midipix • 8 years ago  
215106
psxglue.h: pre-alpha ABI update (primary objective: first-thread SEH support).
midipix • 8 years ago  
81fff6
nt64: properly pad struct mcontext_t.
midipix • 8 years ago  
31aa57
bits/limits.h: advertise availability of the framework's abi headers.
midipix • 8 years ago  
d93d50
bits/limits.h: advertise availability of framework-specific headers.
midipix • 8 years ago  
7f03d1
PE library installation: do not install ldd as a symlink to libc.so.
midipix • 8 years ago  
cc6bab
arch: reloc.h (internal): fix definition of LDSO_ARCH for nt32 & nt64.
midipix • 8 years ago  
e29ae0
psxglue.h: ldso: extend & future-proof the signature of the internal dlopen().
midipix • 8 years ago  
ca0f58
nt32: implemented sigsetjmp().
midipix • 8 years ago  
be8c40
nt32: implemented setjmp(), longjmp().
midipix • 8 years ago  
e3a960
nt64: __pthread_convert(): properly allocate parameter stack space (win64 abi).
midipix • 8 years ago  
1cf6f6
bits: added generation documentation.
midipix • 8 years ago  
66d7d4
bits/reg.h: provide an empty header for inclusion by <sys/reg.h>.
midipix • 8 years ago  
6c9778
nt64: bits/socket.h: eliminate ABI difference between nt32 and nt64.
midipix • 8 years ago  
248552
nt32: bits/mman.h: eliminate whitespace differences between nt32 and nt64.
midipix • 8 years ago  
12ce95
nt32: bits/ioctl.h: eliminate whitespace differences between nt32 and nt64.
midipix • 8 years ago  
a4d35b
bits/user.h: provide an empty header for inclusion by <sys/user.h>.
midipix • 8 years ago  
9b7644
nt32: bits/signal.h: update mcontext_t & uc_xsave_fmt_t based on 32-bit ntapi.
midipix • 8 years ago  
73cc54
nt32: fix bits/stdarg.h: always use the toolchain's compiler intrinsics.
midipix • 8 years ago  
594b0c
nt32: fix bits/setjmp.h to match target ABI.
midipix • 8 years ago  
89be8b
nt32: fix bits/msg.h (target has a 64-bit time_t).
midipix • 8 years ago  
42c9cc
nt32: fix bits/ipc.h, match nt64 and libpsxscl.
midipix • 8 years ago  
483861
nt32: fix bits/float.h to match the toolchain's float settings.
midipix • 8 years ago  
a73968
nt32: fix bits/stat.h, match nt64 and libpsxscl.
midipix • 8 years ago  
093965
nt32: fix bits/fcntl.h, match nt64 and libpsxscl.
midipix • 8 years ago  
531b80
nt32: fix ctor/dtor logic, match nt64 and libpsxscl.
midipix • 8 years ago  
4a4697
nt64: __unmapself(): cast size to void * [match signature from psxglue.h].
midipix • 8 years ago  
dd0848
nt32: fix installation of system-specific headers,have own copy of syscall.h.
midipix • 8 years ago  
c3ec0c
__emutls_get_address(): unify cases, fix dsoidx-based pointer arithmetic.
midipix • 8 years ago  
b511db
psxglue.h: accessor table: match member type in libpsxscl.
midipix • 8 years ago  
13724e
toolchain: moved ___chkstk_ms() to crtn.s.
midipix • 8 years ago  
6d8c0d
__syscall_alert(): add missing 32-bit implementation.
midipix • 8 years ago  
5b39d1
__syscall_alert(): initial implementation and integration.
midipix • 8 years ago  
4df078
psxglue.h: added __psx_log_output to struct __psx_vtbl.
midipix • 8 years ago  
2d8d61
nt64: crte.s: so_entry_point: protect 32-bit name-space (adds underscore).
midipix • 8 years ago  
78e4c0
nt32: crtn.s: _pei386_runtime_relocator(): add ABI's leading underscore.
midipix • 8 years ago  
a8eba8
nt32: crt assembly sources: update to match nt64.
midipix • 8 years ago  
c8fc57
simplify syscall scheme (unify nt64/x86_64 and nt32/i386).
midipix • 8 years ago  
20300b
rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine.
midipix • 9 years ago  
e43f5a
syscall_cp(): fix comment style.
midipix • 9 years ago  
c5e6e5
nt32: struct shmid_ds: remove padding (size of time_t is already 64 bits).
midipix • 9 years ago  
b3094b
sigsetjmp: nt64: initial implementation.
midipix • 9 years ago  
66b804
elf targets: update dynamic linker entry point from _start to _dlstart.
midipix • 9 years ago  
7d14e0
nt32: implement accept(3) as a wrapper around accept4(2).
midipix • 9 years ago  
c4da96
add direct socket system calls to the 32-bit midipix target.
midipix • 9 years ago  
ebb479
  • « Newer
  • page 2 of 3
  • » Older

Powered by Pagure 5.13.3

SSH Hostkey/Fingerprint | Documentation | About

© Red Hat, Inc. and others.