Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-09 | pe_get_device_dos_drive_letter(): open the drive, not the volume. | midipix | 1 | -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-19 | ldso: added pe_load_framework_library(). | midipix | 1 | -0/+79 | |
2017-10-19 | ldso: pe_load_framework_loader(): refactored. | midipix | 1 | -7/+22 | |
2017-01-28 | ldso: added pe_load_framework_loader(). | midipix | 1 | -0/+246 | |