Displaying 6 results from an estimated 6 matches for "file_map".
2008 Nov 22
2
GetFinalPathNameByHandle for XP and earlier
...when I should just let
it fall through, but this is how it is for now.
You''ll need the latest windows-pr from CVS, btw.
Regards,
Dan
PS - Where should I put it? In Windows::File directly? In a separate helper module?
require ''windows/file''
require ''windows/file_mapping''
require ''windows/volume''
require ''windows/process''
require ''windows/limits''
require ''windows/handle''
require ''windows/error''
require ''windows/memory''
include Windows::File
incl...
2003 Aug 07
1
[patch] New RC to differentiate partial xfers from files that get deleted before they're xfered
All,
During development of a backup solution with rsync I experienced some
failed backups because of RC 23, partial transfer. These were because the
application using the data I was backing up, was still active, and had
deleted a file inbetween rsync compiling the file list and then transfering
the file.
After some feedback from Wayne Davidson and JW Schultz suggesting the
solution to this,
2013 May 24
0
Problem After adding Bricks
...? ? ? mirror
?????????? ? ? ? ? ? mirror
?????????? ? ? ? ? ? mirror
?????????? ? ? ? ? ? mirror
-rw------- 1 torque torque 90287 May 18 20:47 cache
-rw------- 1 torque torque 667180 May 18 23:35 file_mapping
drwx------ 3 torque torque 8192 May 23 11:31 mirror_trash
drwx------ 3 torque torque 8192 May 23 11:31 mirror_trash
drwx------ 3 torque torque 8192 May 23 11:31 mirror_trash
Volume Name: gv01
Type: Distributed-Replicate
Volume ID: 03cf79bd-c5d8-467d-9f31-6c3c40dd94e2
Status: Started
Nu...
2007 Mar 02
0
Wine release 0.9.32
...help: Added helper to map a Unicode file.
dbghelp: Now load the .gnu_debuglink file using Unicode search paths.
dbghelp: Merge the A/W of elf_map_file into a single one.
dbghelp: Rewrote the ELF section mapper for better data encapsulation.
dbghelp: Allow to add an alternate file_map for an ELF file (where to look for its debug information).
dbghelp: Handle the .gnu_debuglink files with the newly added alternate mechanism.
Fabian Bieler (1):
user32: Do not call NULL message callback.
Felix Nawothnig (2):
comctl32: Add listview WM_PAINT message sequence tests...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place