summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-08-05project: added initial pkgconfig.support.midipix1-0/+9
2018-08-05build system: fix shared/static install target dependencies on install-pkgconf.midipix1-2/+2
2018-08-05build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK).midipix1-1/+1
2018-08-05build system: all-shared front-end variant: fix ordering of -l$(PACKAGE).midipix1-1/+1
2018-08-05build system: install-shared, install-static: added initial pkgconfig support.midipix3-0/+133
2018-08-05build system: configure, Makefile.in: added initial pkgconfig support.midipix3-3/+84
2018-06-09ldso: pe_load_framework_loader_ex(): rec. val of prev loader and root handles.midipix2-1/+19
2018-06-09ldso: pe_load_framework_loader_ex(): initialize .hexec and .hpeer as needed.midipix1-0/+2
2018-06-08build system: configure: support alternate bindir relative to exec_prefix.midipix1-1/+8
2018-06-05ldso: runtime data block: support inheritance of an alternate loader handle.midipix1-3/+15
2018-06-05build system: PE targets: mdso integration: support non-default --libpath.midipix1-1/+2
2018-06-05build system: configure: added initial dependency tracking support.midipix2-0/+9
2018-06-05build system: configure: added initial --program-prefix support.midipix2-0/+8
2018-05-24ldso: internals: pe_hex_utf16_to_uintptr(): properly support 32-bit targets.midipix1-0/+3
2017-12-27ldso: finalized (dun-dun-duuuun!) the stage-one loader context abi.midipix1-1/+1
2017-12-25loader abi: struct pe_framework_runtime_data: added bridge support.midipix1-0/+3
2017-12-19pe_open_image_from_addr(): fix oversight: do not init dst a second time.midipix1-1/+0
2017-12-18pe_open_image_from_addr(): use pe_get_ldr_entry_from_addr() as the backend.midipix2-37/+38
2017-12-18pe_get_ldr_entry_from_addr(): initial implementation.midipix4-0/+67
2017-12-06ldso: fix signatures related to zw_query_virtual_memory().midipix4-8/+8
2017-11-23build system: added --cchost support.midipix5-4/+31
2017-11-23build system: added PERK to the toolchain variables.midipix2-0/+2
2017-11-22pe_get_export_symbol_info(): integrated pe_resolve_forwarder_rva().midipix1-6/+47
2017-10-31build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2017-10-25build system: PE targets: added mdso-based import library generation support.midipix7-3/+30
2017-10-24build system: midipix.mk: OS_SONAME: use symlinks by default.midipix1-2/+2
2017-10-19build system: allow cmdline overriding of the static archive's base name.midipix1-1/+2
2017-10-19internals: pe_entry_point(): added ldso integration.midipix1-0/+4
2017-10-19pe_get_image_stack_heap_info(): submit to a greater type-punned power.midipix1-8/+23
2017-10-19pe_get_image_named_section_addr(): submit to a greater type-punned power.midipix1-2/+10
2017-10-19ldso: added pe_load_framework_library().midipix3-0/+89
2017-10-19ldso: pe_load_framework_loader(): refactored.midipix1-7/+22
2017-10-19ldso: added pe_load_framework_loader_ex().midipix4-0/+90
2017-10-19internals: pe_hex_utf16_to_uint32(): return OS_STATUS_INVALID_PARAMETER upon ...midipix1-1/+1
2017-10-19pe_get_framework_runtime_data(): check that the cmdline parameter is not null.midipix1-1/+2
2017-10-15pe_find_framework_loader(): fixed typo.midipix1-1/+1
2017-05-28build system: added extended dir variables.midipix3-0/+140
2017-05-24build system: added --sbindir support.midipix3-0/+10
2017-02-04annual chores.midipix21-21/+21
2017-02-04raw data: added struct pe_raw_coff_object_hdr.midipix1-0/+11
2017-02-04raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr.midipix5-8/+8
2017-01-28ldso: added pe_ldso.h to ensure namespace isolation in hosted executables.midipix3-0/+44
2017-01-28ldso: added pe_terminate_current_process().midipix4-0/+38
2017-01-28ldso: pe_open_physical_parent_directory(): properly handle \Device\Mup.midipix1-5/+28
2017-01-28ldso: added pe_load_framework_loader().midipix4-0/+262
2017-01-28ldso: pe_find_framework_loader(): inherited root: no need to initialize himage.midipix1-1/+0
2017-01-28ldso: apply type to OS status code macro definitions.midipix2-15/+16
2017-01-28ldso: added pe_find_framework_loader().midipix4-0/+300
2017-01-26ldso: added pe_get_framework_runtime_data().midipix4-0/+340
2017-01-19ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block().midipix4-0/+80