summaryrefslogtreecommitdiffhomepage
path: root/src/ldso/pe_load_framework_loader.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2020-05-09pe_get_device_dos_drive_letter(): open the drive, not the volume.midipix1-13/+14
Opening the drive rather than the volume's top-level directory requires reduced permissions, and so should always be preferred for as long as it is sufficient. This change, however, is also motivated by annoying media-drive driver behavior of popping up a dialog (how awful) window whenever an allegedly interactive application (that is, interactive by its subsystem) attempts to access a directory (or a file) in the drive while it is empty.
2017-10-19ldso: added pe_load_framework_library().midipix1-0/+79
2017-10-19ldso: pe_load_framework_loader(): refactored.midipix1-7/+22
2017-01-28ldso: added pe_load_framework_loader().midipix1-0/+246