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 253

Branch: cfb7d099831425407571c316b5dd343bd6565e32
main
build system: configure: config_failure(): ensure initialization of mb_success.
midipix • 5 years ago  
cfb7d0
build system: configure: config_success(): support non-conforming/nested traps.
midipix • 5 years ago  
775c64
build system: configure: support shells with function-specific $0.
midipix • 5 years ago  
298223
build system: configure: accommodate shells that lack (default) word splitting.
midipix • 5 years ago  
7e019b
build system: ccenv.sh: ccenv_output_defs(): refactor for style consistency.
midipix • 5 years ago  
dbb66c
build system: ccenv.sh: further accommodate pattern caveats of old ash(1).
midipix • 5 years ago  
74c4da
build system: ccenv.sh: accommodate pattern caveats of old ash(1).
midipix • 5 years ago  
171250
build system: configure: accommodate pattern caveats of old ash(1).
midipix • 5 years ago  
780a2c
struct __dbg_event: rename child-process related members for clarity.
midipix • 5 years ago  
f5c641
nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls.
midipix • 5 years ago  
7d4b78
nt64: signal.h: fix definition of struct uc_xsave_fmt_t (see mcontext_t).
midipix • 5 years ago  
51f20f
nt32/nt64: debug interfaces: defined struct __dbg_module_info.
midipix • 5 years ago  
f81684
nt32/nt64: debug interfaces: updated enum __dbg_info to match latest abi.
midipix • 5 years ago  
70e4b1
nt32/nt64: debug interfaces: added __dbg_info_get(), __dbg_info_set().
midipix • 5 years ago  
45970c
nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store().
midipix • 5 years ago  
5221bc
nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write().
midipix • 5 years ago  
cd305f
nt32/nt64: debug.h: whitespace meditation.
midipix • 5 years ago  
2d2bf1
nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls.
midipix • 5 years ago  
c96964
nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread().
midipix • 5 years ago  
24e534
glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter.
midipix • 5 years ago  
bb1628
glue layer: __cmd_args_to_argv(): use errno to indicate the error.
midipix • 5 years ago  
b86e92
glue layer: __fs_{r|a|n|d}path() interfaces: use errno to indicate the error.
midipix • 5 years ago  
1509ed
glue layer: introduced <sys/cmd.h>, implemented associated interfaces.
midipix • 5 years ago  
b85b1f
nt32/nt64: syscall.h.in: added framework-specific cmd exec definitions.
midipix • 5 years ago  
da2149
glue layer: introduced <sys/fs.h>, implemented associated interfaces.
midipix • 5 years ago  
e1f10b
build system: pkgconf.sh: add missing -L switch (oversight).
midipix • 5 years ago  
f06867
build system: pkgconf.sh: properly handle empty prefix variable.
midipix • 5 years ago  
794058
psxglue.h: update struct __psx_context following update in psxscl.
midipix • 5 years ago  
8a50fd
nt32/nt64: debug interfaces: use the newly introduced system calls.
midipix • 5 years ago  
be0101
nt32/nt64: syscall.h.in: added framework-specific debug definitions.
midipix • 5 years ago  
fbe02e
project: build/headers.tag: added missing build/syscall_h.tag dependency.
midipix • 5 years ago  
1c4ed1
project: midipix targets: headers.tag: add arch/$(ARCH)/*.h dependency.
midipix • 5 years ago  
808784
psxglue.h: update struct __psx_vtbl following update in psxscl.
midipix • 5 years ago  
0c193e
nt32/nt64: realpath(): use the newly introduced fs_rpath system call.
midipix • 5 years ago  
2a80f1
nt32/nt64: syscall.h.in: added framework-specific definitions.
midipix • 5 years ago  
79bd02
project: config.project: adapt to current musl source tree (e.g. fp_arch.h).
midipix • 5 years ago  
df1dce
midipix targets: __init_tls(): initialize the .sysinfo member.
midipix • 5 years ago  
3e250a
project: cfgdefs.in: whitespace meditation.
midipix • 5 years ago  
85c78a
midipix targets: __init_tls(): added __thread_list_lock support.
midipix • 5 years ago  
3d4ab4
ioctl.h: struct winsize: support both common and arch-specific definition.
midipix • 5 years ago  
831753
midipix targets: bits/ioctl.h: adjust TIOCSER_TEMT to match sys/ioctl.h.
midipix • 5 years ago  
9b952c
project: custom cfgdefs: integrated arch-specific and fallback alltypes.sed.
midipix • 5 years ago  
fe59d4
midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen().
midipix • 5 years ago  
724fbc
midipix targets: uid_t & gid_t --> uint64_t, matching updated def. in psxscl.
midipix • 5 years ago  
e9e8eb
project: make all objects depend on all headers.
midipix • 5 years ago  
964b8d
debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak().
midipix • 5 years ago  
4085aa
debug interfaces: updated psxdbg.h following addition of members in psxscl.
midipix • 5 years ago  
26395d
sys/debug.h: add the usual header-inclusion and language encapsulation.
midipix • 5 years ago  
045354
debug interfaces: __dbg_event_query_all(): updated interface signature.
midipix • 5 years ago  
c33a22
sys/debug.h: minor stylistic edits.
midipix • 5 years ago  
b7fac7
debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.
midipix • 5 years ago  
65a872
  • « Newer
  • page 1 of 6
  • » Older

Powered by Pagure 5.13.3

SSH Hostkey/Fingerprint | Documentation | About

© Red Hat, Inc. and others.