mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
d30dfd24d6
Sun Sep 27 14:25:38 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [files/drive.c] Make sure GetDriveType32A() handles param NULL. Added some doc on function. Sun Sep 27 14:07:26 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> * [controls/edit.c] [windows/win.c] Don't call SetWindowLong() in EDIT_WM_NCREATE. Fix SetWindowLong(GWL_[EX]STYLE) to work for 16bit windows. Remove UpdateWindow() call. Sun Sep 27 13:41:22 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [scheduler/*.c] [server/event.c] [server/mutex.c] [server/semaphore.c] Implemented server-side synchronisation objects. Sun Sep 27 01:13:35 1998 Alex Priem <alexp@sci.kun.nl> * [dlls/comctl32/treeview.c] [include/treeview.h] [include/comctl.h] Treeview implementation. * [dlls/comctl32/trackbar.c] [include/trackbar.h] Trackbar implementation. Sat Sep 26 20:49:13 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de> * [if1632/thunk.c] [tools/build.c] [win32/kernel32.c] Bugfix: several problems with flat thunks fixed. * [memory/selector.c] Bugfix: IsBad...Ptr16 didn't work for limit_in_pages segments. * [scheduler/thread.c] Bugfix: CreateThread: Allow id parameter == NULL. * [objects/gdiobj.c] Bugfix: IsGDIObject: Return correct object type for stock objects. * [msdos/dpmi.c] Bugfix: fixed typo in INT_DoRealModeInt. * [msdos/int21.c] Bugfix: int21 READ *must* use WIN16_hread, not _hread16. * [if1632/kernel.spec] [if1632/dummy.c] [if1632/thunk.c] [loader/ne/module.c] [scheduler/event.c] [scheduler/synchro.c] [scheduler/thread.c] [win32/kernel32.c] [win32/ordinals.c] Added names/stubs for all undocumented KERNEL routines (Win95). Added the following undoc. 16-bit equivalents to Win32 routines: KERNEL.441-443,449-453,456-462,471-476,479-486,488. Added stubs for some other KERNEL routines. * [memory/heap.c] [memory/global.c] [include/global.h] Implemented Local32... 32-bit local heap routines (KERNEL.208-215, 229). * [miscemu/instr.c] [loader/module.c] [include/module.h] Implemented __GP fault handling and HasGPHandler (KERNEL.338). * [misc/error.c] Implemented LogParamErrorRegs (KERNEL.327). * [loader/task.c] [include/windows.h] Implemented GetCodeInfo (KERNEL.104). * [loader/task.c] [scheduler/thread.c] [include/thread.h] Implemented [GS]etThreadQueue and [GS]etFastQueue (KERNEL.463/4, 624/5). * [if1632/gdi.spec] [objects/dc.c] [objects/dib.c] [objects/bitmap.c] [include/windows.h] Bugfix: fixed wrong parameter for CreateDIBSection16. Added [GS]etDIBColorTable16, stub for GetBoundsRect16. Partially implemented BITMAP_GetObject16 for DIBs. * [if1632/gdi.spec] [relay32/gdi32.spec] [objects/palette.c] Added some GDI stubs. * [if1632/Makefile.in] [if1632/display.spec] [if1632/mouse.spec] [if1632/keyboard.spec] [if1632/builtin.c] [windows/keyboard.c] Added some stubs for Win16 drivers: KEYBOARD, MOUSE, DISPLAY. * [if1632/wprocs.spec] [msdos/vxd.c] Added some stubs for VxDs: VMM, ConfigMG, TimerAPI. * [msdos/int2f.c] Added some stubs for real-mode network drivers. Sat Sep 26 18:18:18 1998 Marcus Meissner <marcus@jet.franken.de> * [configure.in] Merged in some more of the FreeBSD ports/emulators/wine patches. (Maintainer(s) of this port: You can just submit these patches to Alexandre directly.) * [loader/pe_image.c] Check filesize of image against size derived from header to spot truncated executeables without crashing. * [files/directory.c] Set envvar "COMSPEC". One win32(!!) program crashes without it. * [multimedia/mmio.c] Added mmioSetInfo32. * [include/file.h] Return STD_ERROR_HANDLE for AUX and PRT dos handles. * [loader/module.c] Handle executeables with spaces in their names a bit better in CreateProcess. * [relay32/msvfw32.spec][if1632/msvideo.spec][multimedia/msvideo.c][include/vfw.h] Started on MS Video support (can load Win32 ICMs). * [tools/testrun] A bit smarter use of ps. * [memory/virtual.c] Report PAGE_GUARDed pages as PAGE_PROTECTED (AutoCAD LT R17 fails without that check (since Win95 doesn't know about PAGE_GUARD)). Sat Sep 26 15:04:05 1998 Ove Kaaven <ovek@arcticnet.no> * [include/miscemu.h] [if1632/builtin.c] [loader/task.c] [miscemu/instr.c] [msdos/dpmi.c] [msdos/int21.c] [msdos/interrupts.c] [windows/user.c] INT_[S|G]etHandler was renamed to INT_[S|G]etPMHandler. Added handlers to deal with real-mode interrupts; DOS programs are now able to hook real-mode interrupts. * [loader/dos/module.c] [msdos/dosmem.c] [msdos/int21.c] Moved real-mode interrupt table initialization to msdos/dosmem.c, and made new V86 tasks get a full copy of the existing "system memory" instead of almost empty space. Misc fixes. * [include/dosexe.h] [loader/dos/module.c] [msdos/dpmi.c] [msdos/int2f.c] First shot at letting DOS programs start up DPMI (but DPMI is still disabled for DOS programs, for pkunzip's sake). * [include/debugger.h] [debugger/break.c] [debugger/dbg.y] [debugger/registers.c] [debugger/memory.c] [debugger/info.c] [loader/dos/dosvm.c] First shot at making Wine's debugger work for DOS programs. The -debug flag works, as do "nexti" and "stepi". Sat Sep 26 13:13:13 1998 Juergen Schmied <juergen.schmied@metronet.de> * [dlls/shell32/dataobject.c] New classes IEnumFORMATETC implemented, IDataObject stubs. * [dlls/shell32/*.*][relay32/shell32.spec] Bugfixes. New: ICM_InsertItem(), ILCreateFromPath(). Implemented: ILCloneFirst(). Stubs: ILIsEqual(), ILFindChild(), SHLogILFromFSIL(), PathMatchSpec(), PathIsExe(). Changed: ILGetSize(), _ILIsDesktop(), PathCombine(). * [include/shlobj.h] New SHLGUID's New structures: DVTARGETDEVICE32, STGMEDIUM32, FORMATETC32, CLIPFORMAT32. New interfaces: IEnumFORMATETC, IDataObject, ICommDlgBrowser IDockingWindowFrame, IServiceProvider. * [dlls/shell32/folders.c] Stubs for IShellLink. * [loader/resource.c] Small fixes. * [misc/crtdll.c][relay32/crtdll.spec] New __dllonexit(). * [windows/message.c] SendNotifyMessageA, SendMessageCallBack32A half implemented. * [controls/edit.c] EDIT_WM_SetText set EF_UPDATE flag not for ES_MULTILINE. * [files/file.c] Handling of fileposition fixed. Fri Sep 25 18:13:30 1998 Patrik Stridvall <ps@leissner.se> * [include/windows.h] [include/wintypes.h] [ole/ole2nls.h] [relay32/kernel32.spec] Implemented EnumDateFormats and EnumTimeFormats. Only adds US English support. * [Makefile.in] [configure.in] [dlls/Makefile.in] [dlls/psapi/Makefile.in] [dlls/psapi/psapi_main.c] New files to implement stubs for PSAPI.DLL (NT only). * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/psapi.spec] New spec file for PSAPI.DLL (NT only). * [scheduler/handle.c] HANDLE_GetObjPtr should only interpret the pseudo handles as the current thread or the current process if a thread or a process is requested. * [include/winversion.h] [misc/version.c] Adds the global function VERSION_GetVersion() so functions can have different behavior depending on the -winver flag. * [include/oledlg.h] [ole/oledlg.c] Minor fixes. * [windows/winproc.c] Minor changes. * [include/imm.h] [misc/imm.c] Now returns correct values under both Windows 95 and NT 4.0. Thu Sep 24 22:11:44 1998 Kristian Nielsen <kristian.nielsen@risoe.dk> * [configure.in] [include/acconfig.h] [include/thread.h] [scheduler/sysdeps.c] Autoconfig test for non-reentrant libc. Wed Sep 23 19:52:12 1998 Matthew Becker <mbecker@glasscity.net> * [*/*.c] Miscellaneous documentation updates and debugging output standardizations. * [objects/clipping.c] Added ExtSelectClipRgn. Wed Sep 23 00:03:28 EDT 1998 Pete Ratzlaff <pratzlaff@cfa.harvard.edu> * [include/windows.h] [if1632/user.spec] [relay32/user32.spec] [windows/keyboard.c] Added, marginally implemented, GetKeyboardLayoutName(). Only returns US English keyboard name. Tue Sep 22 16:32:41 1998 Marcel Baur <mbaur@iiic.ethz.ch> * [programs/control/*] New Winelib application. Mon Sep 21 00:29:18 1998 Peter Hunnisett <hunnise@nortel.ca> * [include/dplay.h][multimedia/dplay.c][ole/compobj.c] Added all DirectPlayLobby interfaces and enhanced DirectPlay and DirectPlayLobby support. Still not all that much. Useful enough if you just need to start a program, don't try any real dplay/lobby stuff. * [documentation/status/directplay] Added a very little bit. * [graphics/ddraw.c] - Call to SetWindowLong32A wasn't working because there was no memory set aside when the window class was registered. - Fixed some xlib reference counting and change the behaviour of DirectDrawSurface3_SetPalette to mimic observed behaviour (palette is associated will all backbuffers) - Also stored all palette colour fields and spit back our saved colour fields rather than query X for them. - Added plenty of AddRef and Release traces. - Added Xlib support for using -desktop option. - Fixed Xlib message handling. Messages weren't being passed to the application. Fixes mouse movements in some xlib DDraw games. - Added a few stubs. * [windows/win.c][include/winerror.h] Fixed up some error handling in WIN_SetWindowLong. SetLastError wasn't being used. Could cause problems with 0 return codes. Added new error in winerror (1400). * [AUTHORS] [include/authors.h] Added myself as a Wine author. Sun Sep 20 21:22:44 1998 Alexander Larsson <alla@lysator.liu.se> * [loader/module.c] Changed GetModuleFileName32A so that is returns the long version of the filename. Note that just the name is long, not the directories. Sat Sep 19 20:05:30 1998 Per Ångström <pang@mind.nu> * [controls/menu.c] Made a couple of fixes to make life easier for applications that alter their menus at runtime. * [windows/defdlg.c] Removed the cast of the return value from dialog procedures to a 16-bit bool. The return value needs to retain all its 32 bits, since it is not always a bool, such as when responding to the WM_NCHITTEST message. Fri Sep 18 11:30:38 1998 Sergey Turchanov <turchanov@usa.net> * [loader/resource.c] Fixed very funny bug (though gravely affecting further excecution) with FindResource[Ex]32 functions. * [include/multimon.h] [windows/multimon.c] [relay32/user32.spec] [include/windows.h] [windows/sysmetrics.c] Default implementation for Multimonitor API. * [include/windows.h] [windows/winpos.c] Fixed incorrect declaration (and behaviour) of GetWindowRect32. Wed Sep 16 10:21:15 1998 Gerard Patel <G.Patel@Wanadoo.fr> * [controls/edit.c] Fixed EDIT_EM_GetLine to use correctly length of lines. Tue Sep 15 20:40:16 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [misc/tweak.c][include/tweak.h][controls/menu.c] Replaced the tweak graphic routines by calls to DrawEdge32(). * [misc/tweak.c][include/tweak.h][documentation/win95look] [wine.ini][*/*] Changed "look and feel" selection. Allows Win3.1, Win95 and Win98 (no GUI code implemented) look and feel. * [dlls/comctl32/header.c][include/header.h][include/commctrl.h] Started callback item support and did some minor improvements. * [dlls/comctl32/imagelist.c] Fixed bug in transparent image display. ImageList_GetIcon is still buggy :-( * [dlls/comctl32/toolbar.c] Fixed button drawing (partial hack). * [dlls/comctl32/commctrl.c] Fixed MenuHelp(). * [controls/button.c] Added 3d effect for groupbox. * [windows/msgbox.c] Added font support for message boxes. * [windows/nonclient.c] Fixed window moving bug. * [dlls/comctl32/*.c] Various improvements. * [dlls/comctl32/listview.c][dlls/comctl32/rebar.c] [include/commctrl.h] More messages. * [windows/syscolor.c][include/windows.h] Introduced new Win98 system colors. Tue Sep 15 18:29:45 1998 Wesley Filardo <eightknots@aol.com> * [files/profile.c] Added support in PROFILE_LoadWineIni for -config option * [misc/main.c] [include/options.h] Added -config option. Tue Sep 15 18:22:26 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [documentation/Makefile.in] Make sure directory exists before installing into it. Tue Sep 15 01:47:33 1998 Pablo Saratxaga <pablo.sarachaga@ping.be> * [ole/nls/*] [ole/ole2nls.c] [include/winnls.h] Fixed a few errors and completed some NLS files. Mon Sep 14 01:23:45 1998 Joseph Pranevich <knight@baltimore.wwaves.com> * [include/miscemu.h] [msdos/interrupts.c] Removed a compilation warning, added INT 25 to the list of interrupts callable from DOS applications, added a debug message when unsupported interrupts are used. Sun Sep 13 19:55:22 1998 Lawson Whitney <lawson_whitney@juno.com> * [if1632/relay.c] CallProcEx32W should not reverse arguments. Sun Aug 17 21:18:12 1998 Eric Pouech <eric.pouech@lemel.fr> * [multimedia/midi.c] [multimedia/init.c] [multimedia/mmsys.c] [include/multimedia.h] [include/mmsystem.h] [multimedia/Makefile.in] [multimedia/midipatch.c] [if1632/multimedia.spec] Made MIDI input and output functional on OSS capable systems. * [multimedia/timer.c] Changes to trigger callbacks at the accurate pace even when fake timers are used.
1078 lines
32 KiB
C
1078 lines
32 KiB
C
/*
|
|
* DOS drives handling functions
|
|
*
|
|
* Copyright 1993 Erik Bos
|
|
* Copyright 1996 Alexandre Julliard
|
|
*/
|
|
|
|
#include "config.h"
|
|
|
|
#include <assert.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
|
|
#ifdef HAVE_SYS_PARAM_H
|
|
# include <sys/param.h>
|
|
#endif
|
|
#ifdef STATFS_DEFINED_BY_SYS_VFS
|
|
# include <sys/vfs.h>
|
|
#else
|
|
# ifdef STATFS_DEFINED_BY_SYS_MOUNT
|
|
# include <sys/mount.h>
|
|
# else
|
|
# ifdef STATFS_DEFINED_BY_SYS_STATFS
|
|
# include <sys/statfs.h>
|
|
# endif
|
|
# endif
|
|
#endif
|
|
|
|
#include "windows.h"
|
|
#include "winbase.h"
|
|
#include "drive.h"
|
|
#include "file.h"
|
|
#include "heap.h"
|
|
#include "msdos.h"
|
|
#include "options.h"
|
|
#include "task.h"
|
|
#include "debug.h"
|
|
|
|
typedef struct
|
|
{
|
|
char *root; /* root dir in Unix format without trailing / */
|
|
char *dos_cwd; /* cwd in DOS format without leading or trailing \ */
|
|
char *unix_cwd; /* cwd in Unix format without leading or trailing / */
|
|
char *device; /* raw device path */
|
|
char label[12]; /* drive label */
|
|
DWORD serial; /* drive serial number */
|
|
DRIVETYPE type; /* drive type */
|
|
UINT32 flags; /* drive flags */
|
|
dev_t dev; /* unix device number */
|
|
ino_t ino; /* unix inode number */
|
|
} DOSDRIVE;
|
|
|
|
|
|
static const char * const DRIVE_Types[] =
|
|
{
|
|
"floppy", /* TYPE_FLOPPY */
|
|
"hd", /* TYPE_HD */
|
|
"cdrom", /* TYPE_CDROM */
|
|
"network" /* TYPE_NETWORK */
|
|
};
|
|
|
|
|
|
/* Known filesystem types */
|
|
|
|
typedef struct
|
|
{
|
|
const char *name;
|
|
UINT32 flags;
|
|
} FS_DESCR;
|
|
|
|
static const FS_DESCR DRIVE_Filesystems[] =
|
|
{
|
|
{ "unix", DRIVE_CASE_SENSITIVE | DRIVE_CASE_PRESERVING },
|
|
{ "msdos", DRIVE_SHORT_NAMES },
|
|
{ "dos", DRIVE_SHORT_NAMES },
|
|
{ "fat", DRIVE_SHORT_NAMES },
|
|
{ "vfat", DRIVE_CASE_PRESERVING },
|
|
{ "win95", DRIVE_CASE_PRESERVING },
|
|
{ NULL, 0 }
|
|
};
|
|
|
|
|
|
static DOSDRIVE DOSDrives[MAX_DOS_DRIVES];
|
|
static int DRIVE_CurDrive = -1;
|
|
|
|
static HTASK16 DRIVE_LastTask = 0;
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetDriveType
|
|
*/
|
|
static DRIVETYPE DRIVE_GetDriveType( const char *name )
|
|
{
|
|
char buffer[20];
|
|
int i;
|
|
|
|
PROFILE_GetWineIniString( name, "Type", "hd", buffer, sizeof(buffer) );
|
|
for (i = 0; i < sizeof(DRIVE_Types)/sizeof(DRIVE_Types[0]); i++)
|
|
{
|
|
if (!strcasecmp( buffer, DRIVE_Types[i] )) return (DRIVETYPE)i;
|
|
}
|
|
MSG("%s: unknown type '%s', defaulting to 'hd'.\n", name, buffer );
|
|
return TYPE_HD;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetFSFlags
|
|
*/
|
|
static UINT32 DRIVE_GetFSFlags( const char *name, const char *value )
|
|
{
|
|
const FS_DESCR *descr;
|
|
|
|
for (descr = DRIVE_Filesystems; descr->name; descr++)
|
|
if (!strcasecmp( value, descr->name )) return descr->flags;
|
|
MSG("%s: unknown filesystem type '%s', defaulting to 'unix'.\n",
|
|
name, value );
|
|
return DRIVE_CASE_SENSITIVE | DRIVE_CASE_PRESERVING;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_Init
|
|
*/
|
|
int DRIVE_Init(void)
|
|
{
|
|
int i, len, count = 0;
|
|
char name[] = "Drive A";
|
|
char path[MAX_PATHNAME_LEN];
|
|
char buffer[80];
|
|
struct stat drive_stat_buffer;
|
|
char *p;
|
|
DOSDRIVE *drive;
|
|
|
|
for (i = 0, drive = DOSDrives; i < MAX_DOS_DRIVES; i++, name[6]++, drive++)
|
|
{
|
|
PROFILE_GetWineIniString( name, "Path", "", path, sizeof(path)-1 );
|
|
if (path[0])
|
|
{
|
|
p = path + strlen(path) - 1;
|
|
while ((p > path) && ((*p == '/') || (*p == '\\'))) *p-- = '\0';
|
|
if (!path[0]) strcpy( path, "/" );
|
|
|
|
if (stat( path, &drive_stat_buffer ))
|
|
{
|
|
MSG("Could not stat %s, ignoring drive %c:\n", path, 'A' + i );
|
|
continue;
|
|
}
|
|
if (!S_ISDIR(drive_stat_buffer.st_mode))
|
|
{
|
|
MSG("%s is not a directory, ignoring drive %c:\n",
|
|
path, 'A' + i );
|
|
continue;
|
|
}
|
|
|
|
drive->root = HEAP_strdupA( SystemHeap, 0, path );
|
|
drive->dos_cwd = HEAP_strdupA( SystemHeap, 0, "" );
|
|
drive->unix_cwd = HEAP_strdupA( SystemHeap, 0, "" );
|
|
drive->type = DRIVE_GetDriveType( name );
|
|
drive->device = NULL;
|
|
drive->flags = 0;
|
|
drive->dev = drive_stat_buffer.st_dev;
|
|
drive->ino = drive_stat_buffer.st_ino;
|
|
|
|
/* Get the drive label */
|
|
PROFILE_GetWineIniString( name, "Label", name, drive->label, 12 );
|
|
if ((len = strlen(drive->label)) < 11)
|
|
{
|
|
/* Pad label with spaces */
|
|
memset( drive->label + len, ' ', 11 - len );
|
|
drive->label[12] = '\0';
|
|
}
|
|
|
|
/* Get the serial number */
|
|
PROFILE_GetWineIniString( name, "Serial", "12345678",
|
|
buffer, sizeof(buffer) );
|
|
drive->serial = strtoul( buffer, NULL, 16 );
|
|
|
|
/* Get the filesystem type */
|
|
PROFILE_GetWineIniString( name, "Filesystem", "unix",
|
|
buffer, sizeof(buffer) );
|
|
drive->flags = DRIVE_GetFSFlags( name, buffer );
|
|
|
|
/* Get the device */
|
|
PROFILE_GetWineIniString( name, "Device", "",
|
|
buffer, sizeof(buffer) );
|
|
if (buffer[0])
|
|
drive->device = HEAP_strdupA( SystemHeap, 0, buffer );
|
|
|
|
/* Make the first hard disk the current drive */
|
|
if ((DRIVE_CurDrive == -1) && (drive->type == TYPE_HD))
|
|
DRIVE_CurDrive = i;
|
|
|
|
count++;
|
|
TRACE(dosfs, "%s: path=%s type=%s label='%s' serial=%08lx flags=%08x dev=%x ino=%x\n",
|
|
name, path, DRIVE_Types[drive->type],
|
|
drive->label, drive->serial, drive->flags,
|
|
(int)drive->dev, (int)drive->ino );
|
|
}
|
|
else WARN(dosfs, "%s: not defined\n", name );
|
|
}
|
|
|
|
if (!count)
|
|
{
|
|
MSG("Warning: no valid DOS drive found, check your configuration file.\n" );
|
|
/* Create a C drive pointing to Unix root dir */
|
|
DOSDrives[2].root = HEAP_strdupA( SystemHeap, 0, "/" );
|
|
DOSDrives[2].dos_cwd = HEAP_strdupA( SystemHeap, 0, "" );
|
|
DOSDrives[2].unix_cwd = HEAP_strdupA( SystemHeap, 0, "" );
|
|
strcpy( DOSDrives[2].label, "Drive C " );
|
|
DOSDrives[2].serial = 0x12345678;
|
|
DOSDrives[2].type = TYPE_HD;
|
|
DOSDrives[2].flags = 0;
|
|
DRIVE_CurDrive = 2;
|
|
}
|
|
|
|
/* Make sure the current drive is valid */
|
|
if (DRIVE_CurDrive == -1)
|
|
{
|
|
for (i = 0, drive = DOSDrives; i < MAX_DOS_DRIVES; i++, drive++)
|
|
{
|
|
if (drive->root && !(drive->flags & DRIVE_DISABLED))
|
|
{
|
|
DRIVE_CurDrive = i;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_IsValid
|
|
*/
|
|
int DRIVE_IsValid( int drive )
|
|
{
|
|
if ((drive < 0) || (drive >= MAX_DOS_DRIVES)) return 0;
|
|
return (DOSDrives[drive].root &&
|
|
!(DOSDrives[drive].flags & DRIVE_DISABLED));
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetCurrentDrive
|
|
*/
|
|
int DRIVE_GetCurrentDrive(void)
|
|
{
|
|
TDB *pTask = (TDB *)GlobalLock16( GetCurrentTask() );
|
|
if (pTask && (pTask->curdrive & 0x80)) return pTask->curdrive & ~0x80;
|
|
return DRIVE_CurDrive;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_SetCurrentDrive
|
|
*/
|
|
int DRIVE_SetCurrentDrive( int drive )
|
|
{
|
|
TDB *pTask = (TDB *)GlobalLock16( GetCurrentTask() );
|
|
if (!DRIVE_IsValid( drive ))
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
TRACE(dosfs, "%c:\n", 'A' + drive );
|
|
DRIVE_CurDrive = drive;
|
|
if (pTask) pTask->curdrive = drive | 0x80;
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_FindDriveRoot
|
|
*
|
|
* Find a drive for which the root matches the begginning of the given path.
|
|
* This can be used to translate a Unix path into a drive + DOS path.
|
|
* Return value is the drive, or -1 on error. On success, path is modified
|
|
* to point to the beginning of the DOS path.
|
|
*/
|
|
int DRIVE_FindDriveRoot( const char **path )
|
|
{
|
|
/* idea: check at all '/' positions.
|
|
* If the device and inode of that path is identical with the
|
|
* device and inode of the current drive then we found a solution.
|
|
* If there is another drive pointing to a deeper position in
|
|
* the file tree, we want to find that one, not the earlier solution.
|
|
*/
|
|
int drive, rootdrive = -1;
|
|
char buffer[MAX_PATHNAME_LEN];
|
|
char *next = buffer;
|
|
const char *p = *path;
|
|
struct stat st;
|
|
|
|
strcpy( buffer, "/" );
|
|
for (;;)
|
|
{
|
|
if (stat( buffer, &st ) || !S_ISDIR( st.st_mode )) break;
|
|
|
|
/* Find the drive */
|
|
|
|
for (drive = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
{
|
|
if (!DOSDrives[drive].root ||
|
|
(DOSDrives[drive].flags & DRIVE_DISABLED)) continue;
|
|
|
|
if ((DOSDrives[drive].dev == st.st_dev) &&
|
|
(DOSDrives[drive].ino == st.st_ino))
|
|
{
|
|
rootdrive = drive;
|
|
*path = p;
|
|
}
|
|
}
|
|
|
|
/* Get the next path component */
|
|
|
|
*next++ = '/';
|
|
while ((*p == '/') || (*p == '\\')) p++;
|
|
if (!*p) break;
|
|
while (!IS_END_OF_NAME(*p)) *next++ = *p++;
|
|
*next = 0;
|
|
}
|
|
*next = 0;
|
|
|
|
if (rootdrive != -1)
|
|
TRACE(dosfs, "%s -> drive %c:, root='%s', name='%s'\n",
|
|
buffer, 'A' + rootdrive,
|
|
DOSDrives[rootdrive].root, *path );
|
|
return rootdrive;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetRoot
|
|
*/
|
|
const char * DRIVE_GetRoot( int drive )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return NULL;
|
|
return DOSDrives[drive].root;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetDosCwd
|
|
*/
|
|
const char * DRIVE_GetDosCwd( int drive )
|
|
{
|
|
TDB *pTask = (TDB *)GlobalLock16( GetCurrentTask() );
|
|
if (!DRIVE_IsValid( drive )) return NULL;
|
|
|
|
/* Check if we need to change the directory to the new task. */
|
|
if (pTask && (pTask->curdrive & 0x80) && /* The task drive is valid */
|
|
((pTask->curdrive & ~0x80) == drive) && /* and it's the one we want */
|
|
(DRIVE_LastTask != GetCurrentTask())) /* and the task changed */
|
|
{
|
|
/* Perform the task-switch */
|
|
if (!DRIVE_Chdir( drive, pTask->curdir )) DRIVE_Chdir( drive, "\\" );
|
|
DRIVE_LastTask = GetCurrentTask();
|
|
}
|
|
return DOSDrives[drive].dos_cwd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetUnixCwd
|
|
*/
|
|
const char * DRIVE_GetUnixCwd( int drive )
|
|
{
|
|
TDB *pTask = (TDB *)GlobalLock16( GetCurrentTask() );
|
|
if (!DRIVE_IsValid( drive )) return NULL;
|
|
|
|
/* Check if we need to change the directory to the new task. */
|
|
if (pTask && (pTask->curdrive & 0x80) && /* The task drive is valid */
|
|
((pTask->curdrive & ~0x80) == drive) && /* and it's the one we want */
|
|
(DRIVE_LastTask != GetCurrentTask())) /* and the task changed */
|
|
{
|
|
/* Perform the task-switch */
|
|
if (!DRIVE_Chdir( drive, pTask->curdir )) DRIVE_Chdir( drive, "\\" );
|
|
DRIVE_LastTask = GetCurrentTask();
|
|
}
|
|
return DOSDrives[drive].unix_cwd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetLabel
|
|
*/
|
|
const char * DRIVE_GetLabel( int drive )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return NULL;
|
|
return DOSDrives[drive].label;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetSerialNumber
|
|
*/
|
|
DWORD DRIVE_GetSerialNumber( int drive )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return 0;
|
|
return DOSDrives[drive].serial;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_SetSerialNumber
|
|
*/
|
|
int DRIVE_SetSerialNumber( int drive, DWORD serial )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return 0;
|
|
DOSDrives[drive].serial = serial;
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetType
|
|
*/
|
|
DRIVETYPE DRIVE_GetType( int drive )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return TYPE_INVALID;
|
|
return DOSDrives[drive].type;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetFlags
|
|
*/
|
|
UINT32 DRIVE_GetFlags( int drive )
|
|
{
|
|
if ((drive < 0) || (drive >= MAX_DOS_DRIVES)) return 0;
|
|
return DOSDrives[drive].flags;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_Chdir
|
|
*/
|
|
int DRIVE_Chdir( int drive, const char *path )
|
|
{
|
|
DOS_FULL_NAME full_name;
|
|
char buffer[MAX_PATHNAME_LEN];
|
|
LPSTR unix_cwd;
|
|
BY_HANDLE_FILE_INFORMATION info;
|
|
TDB *pTask = (TDB *)GlobalLock16( GetCurrentTask() );
|
|
|
|
TRACE(dosfs, "(%c:,%s)\n", 'A' + drive, path );
|
|
strcpy( buffer, "A:" );
|
|
buffer[0] += drive;
|
|
lstrcpyn32A( buffer + 2, path, sizeof(buffer) - 2 );
|
|
|
|
if (!DOSFS_GetFullName( buffer, TRUE, &full_name )) return 0;
|
|
if (!FILE_Stat( full_name.long_name, &info )) return 0;
|
|
if (!(info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY))
|
|
{
|
|
DOS_ERROR( ER_FileNotFound, EC_NotFound, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
unix_cwd = full_name.long_name + strlen( DOSDrives[drive].root );
|
|
while (*unix_cwd == '/') unix_cwd++;
|
|
|
|
TRACE(dosfs, "(%c:): unix_cwd=%s dos_cwd=%s\n",
|
|
'A' + drive, unix_cwd, full_name.short_name + 3 );
|
|
|
|
HeapFree( SystemHeap, 0, DOSDrives[drive].dos_cwd );
|
|
HeapFree( SystemHeap, 0, DOSDrives[drive].unix_cwd );
|
|
DOSDrives[drive].dos_cwd = HEAP_strdupA( SystemHeap, 0,
|
|
full_name.short_name + 3 );
|
|
DOSDrives[drive].unix_cwd = HEAP_strdupA( SystemHeap, 0, unix_cwd );
|
|
|
|
if (pTask && (pTask->curdrive & 0x80) &&
|
|
((pTask->curdrive & ~0x80) == drive))
|
|
{
|
|
lstrcpyn32A( pTask->curdir, full_name.short_name + 2,
|
|
sizeof(pTask->curdir) );
|
|
DRIVE_LastTask = GetCurrentTask();
|
|
}
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_Disable
|
|
*/
|
|
int DRIVE_Disable( int drive )
|
|
{
|
|
if ((drive < 0) || (drive >= MAX_DOS_DRIVES) || !DOSDrives[drive].root)
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
DOSDrives[drive].flags |= DRIVE_DISABLED;
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_Enable
|
|
*/
|
|
int DRIVE_Enable( int drive )
|
|
{
|
|
if ((drive < 0) || (drive >= MAX_DOS_DRIVES) || !DOSDrives[drive].root)
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
DOSDrives[drive].flags &= ~DRIVE_DISABLED;
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_SetLogicalMapping
|
|
*/
|
|
int DRIVE_SetLogicalMapping ( int existing_drive, int new_drive )
|
|
{
|
|
/* If new_drive is already valid, do nothing and return 0
|
|
otherwise, copy DOSDrives[existing_drive] to DOSDrives[new_drive] */
|
|
|
|
DOSDRIVE *old, *new;
|
|
|
|
old = DOSDrives + existing_drive;
|
|
new = DOSDrives + new_drive;
|
|
|
|
if ((existing_drive < 0) || (existing_drive >= MAX_DOS_DRIVES) ||
|
|
!old->root ||
|
|
(new_drive < 0) || (new_drive >= MAX_DOS_DRIVES))
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
|
|
if ( new->root )
|
|
{
|
|
TRACE(dosfs, "Can\'t map drive %c to drive %c - "
|
|
"drive %c already exists\n",
|
|
'A' + existing_drive, 'A' + new_drive,
|
|
'A' + new_drive );
|
|
/* it is already mapped there, so return success */
|
|
if (!strcmp(old->root,new->root))
|
|
return 1;
|
|
return 0;
|
|
}
|
|
|
|
new->root = HEAP_strdupA( SystemHeap, 0, old->root );
|
|
new->dos_cwd = HEAP_strdupA( SystemHeap, 0, old->dos_cwd );
|
|
new->unix_cwd = HEAP_strdupA( SystemHeap, 0, old->unix_cwd );
|
|
memcpy ( new->label, old->label, 12 );
|
|
new->serial = old->serial;
|
|
new->type = old->type;
|
|
new->flags = old->flags;
|
|
new->dev = old->dev;
|
|
new->ino = old->ino;
|
|
|
|
TRACE(dosfs, "Drive %c is now equal to drive %c\n",
|
|
'A' + new_drive, 'A' + existing_drive );
|
|
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_OpenDevice
|
|
*
|
|
* Open the drive raw device and return a Unix fd (or -1 on error).
|
|
*/
|
|
int DRIVE_OpenDevice( int drive, int flags )
|
|
{
|
|
if (!DRIVE_IsValid( drive )) return -1;
|
|
return open( DOSDrives[drive].device, flags );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DRIVE_GetFreeSpace
|
|
*/
|
|
static int DRIVE_GetFreeSpace( int drive, DWORD *size, DWORD *available )
|
|
{
|
|
struct statfs info;
|
|
|
|
if (!DRIVE_IsValid(drive))
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return 0;
|
|
}
|
|
|
|
/* FIXME: add autoconf check for this */
|
|
#if defined(__svr4__) || defined(_SCO_DS)
|
|
if (statfs( DOSDrives[drive].root, &info, 0, 0) < 0)
|
|
#else
|
|
if (statfs( DOSDrives[drive].root, &info) < 0)
|
|
#endif
|
|
{
|
|
FILE_SetDosError();
|
|
WARN(dosfs, "cannot do statfs(%s)\n", DOSDrives[drive].root);
|
|
return 0;
|
|
}
|
|
|
|
*size = info.f_bsize * info.f_blocks;
|
|
#ifdef STATFS_HAS_BAVAIL
|
|
*available = info.f_bavail * info.f_bsize;
|
|
#else
|
|
# ifdef STATFS_HAS_BFREE
|
|
*available = info.f_bfree * info.f_bsize;
|
|
# else
|
|
# error "statfs has no bfree/bavail member!"
|
|
# endif
|
|
#endif
|
|
return 1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDiskFreeSpace16 (KERNEL.422)
|
|
*/
|
|
BOOL16 WINAPI GetDiskFreeSpace16( LPCSTR root, LPDWORD cluster_sectors,
|
|
LPDWORD sector_bytes, LPDWORD free_clusters,
|
|
LPDWORD total_clusters )
|
|
{
|
|
return GetDiskFreeSpace32A( root, cluster_sectors, sector_bytes,
|
|
free_clusters, total_clusters );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDiskFreeSpace32A (KERNEL32.206)
|
|
*/
|
|
BOOL32 WINAPI GetDiskFreeSpace32A( LPCSTR root, LPDWORD cluster_sectors,
|
|
LPDWORD sector_bytes, LPDWORD free_clusters,
|
|
LPDWORD total_clusters )
|
|
{
|
|
int drive;
|
|
DWORD size,available;
|
|
|
|
if (!root) drive = DRIVE_GetCurrentDrive();
|
|
else
|
|
{
|
|
if ((root[1]) && ((root[1] != ':') || (root[2] != '\\')))
|
|
{
|
|
WARN(dosfs, "invalid root '%s'\n", root );
|
|
return FALSE;
|
|
}
|
|
drive = toupper(root[0]) - 'A';
|
|
}
|
|
if (!DRIVE_GetFreeSpace(drive, &size, &available)) return FALSE;
|
|
|
|
/* Cap the size and available at 2GB as per specs. */
|
|
if (size > 0x7fffffff) size = 0x7fffffff;
|
|
if (available > 0x7fffffff) available = 0x7fffffff;
|
|
|
|
if (DRIVE_GetType(drive)==TYPE_CDROM) {
|
|
*sector_bytes = 2048;
|
|
size /= 2048;
|
|
available /= 2048;
|
|
} else {
|
|
*sector_bytes = 512;
|
|
size /= 512;
|
|
available /= 512;
|
|
}
|
|
/* fixme: probably have to adjust those variables too for CDFS */
|
|
*cluster_sectors = 1;
|
|
while (*cluster_sectors * 65536 < size) *cluster_sectors *= 2;
|
|
*free_clusters = available/ *cluster_sectors;
|
|
*total_clusters = size/ *cluster_sectors;
|
|
return TRUE;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDiskFreeSpace32W (KERNEL32.207)
|
|
*/
|
|
BOOL32 WINAPI GetDiskFreeSpace32W( LPCWSTR root, LPDWORD cluster_sectors,
|
|
LPDWORD sector_bytes, LPDWORD free_clusters,
|
|
LPDWORD total_clusters )
|
|
{
|
|
LPSTR xroot;
|
|
BOOL32 ret;
|
|
|
|
xroot = HEAP_strdupWtoA( GetProcessHeap(), 0, root);
|
|
ret = GetDiskFreeSpace32A( xroot,cluster_sectors, sector_bytes,
|
|
free_clusters, total_clusters );
|
|
HeapFree( GetProcessHeap(), 0, xroot );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDiskFreeSpaceEx32A (KERNEL32.871)
|
|
*/
|
|
BOOL32 WINAPI GetDiskFreeSpaceEx32A( LPCSTR root,
|
|
LPULARGE_INTEGER avail,
|
|
LPULARGE_INTEGER total,
|
|
LPULARGE_INTEGER totalfree)
|
|
{
|
|
int drive;
|
|
DWORD size,available;
|
|
|
|
if (!root) drive = DRIVE_GetCurrentDrive();
|
|
else
|
|
{
|
|
if ((root[1]) && ((root[1] != ':') || (root[2] != '\\')))
|
|
{
|
|
WARN(dosfs, "invalid root '%s'\n", root );
|
|
return FALSE;
|
|
}
|
|
drive = toupper(root[0]) - 'A';
|
|
}
|
|
if (!DRIVE_GetFreeSpace(drive, &size, &available)) return FALSE;
|
|
/*FIXME: Do we have the number of bytes available to the user? */
|
|
avail->HighPart = total->HighPart = 0;
|
|
avail->LowPart = available;
|
|
total->LowPart = size;
|
|
if(totalfree)
|
|
{
|
|
totalfree->HighPart =0;
|
|
totalfree->LowPart= available;
|
|
}
|
|
return TRUE;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* GetDiskFreeSpaceEx32W (KERNEL32.873)
|
|
*/
|
|
BOOL32 WINAPI GetDiskFreeSpaceEx32W( LPCWSTR root, LPULARGE_INTEGER avail,
|
|
LPULARGE_INTEGER total,
|
|
LPULARGE_INTEGER totalfree)
|
|
{
|
|
LPSTR xroot;
|
|
BOOL32 ret;
|
|
|
|
xroot = HEAP_strdupWtoA( GetProcessHeap(), 0, root);
|
|
ret = GetDiskFreeSpaceEx32A( xroot, avail, total, totalfree);
|
|
HeapFree( GetProcessHeap(), 0, xroot );
|
|
return ret;
|
|
}
|
|
|
|
/***********************************************************************
|
|
* GetDriveType16 (KERNEL.136)
|
|
* This functions returns the drivetype of a drive in Win16.
|
|
* Note that it returns DRIVE_REMOTE for CD-ROMs, since MSCDEX uses the
|
|
* remote drive API. The returnvalue DRIVE_REMOTE for CD-ROMs has been
|
|
* verified on Win3.11 and Windows 95. Some programs rely on it, so don't
|
|
* do any pseudo-clever changes.
|
|
*
|
|
* RETURNS
|
|
* drivetype DRIVE_xxx
|
|
*/
|
|
UINT16 WINAPI GetDriveType16(
|
|
UINT16 drive /* [in] number (NOT letter) of drive */
|
|
) {
|
|
TRACE(dosfs, "(%c:)\n", 'A' + drive );
|
|
switch(DRIVE_GetType(drive))
|
|
{
|
|
case TYPE_FLOPPY: return DRIVE_REMOVABLE;
|
|
case TYPE_HD: return DRIVE_FIXED;
|
|
case TYPE_CDROM: return DRIVE_REMOTE;
|
|
case TYPE_NETWORK: return DRIVE_REMOTE;
|
|
case TYPE_INVALID:
|
|
default: return DRIVE_CANNOTDETERMINE;
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDriveType32A (KERNEL32.208)
|
|
*
|
|
* Returns the type of the disk drive specified. If root is NULL the
|
|
* root of the current directory is used.
|
|
*
|
|
* RETURNS
|
|
*
|
|
* Type of drive (from Win32 SDK):
|
|
*
|
|
* DRIVE_UNKNOWN unable to find out anything about the drive
|
|
* DRIVE_NO_ROOT_DIR nonexistand root dir
|
|
* DRIVE_REMOVABLE the disk can be removed from the machine
|
|
* DRIVE_FIXED the disk can not be removed from the machine
|
|
* DRIVE_REMOTE network disk
|
|
* DRIVE_CDROM CDROM drive
|
|
* DRIVE_RAMDISK virtual disk in ram
|
|
*
|
|
* DRIVE_DOESNOTEXIST XXX Not valid return value
|
|
*
|
|
* BUGS
|
|
*
|
|
* Currently returns DRIVE_DOESNOTEXIST when it really should return
|
|
* DRIVE_UNKNOWN or DRIVE_NO_ROOT_DIR. DRIVE_RAMDISK is unsupported.
|
|
* Should determine current directory and use that root if param is
|
|
* NULL.
|
|
*/
|
|
UINT32 WINAPI GetDriveType32A(LPCSTR root /* String describing drive */)
|
|
{
|
|
TRACE(dosfs, "(%s)\n", NULL != root ? root : "NULL");
|
|
if (NULL == root)
|
|
{
|
|
FIXME(dosfs,"(NULL) should use current dir, hardcoded c: instead\n");
|
|
root = "C:";
|
|
}
|
|
|
|
if ((root[1]) && (root[1] != ':'))
|
|
{
|
|
WARN(dosfs, "invalid root '%s'\n", NULL != root ? root : "NULL");
|
|
return DRIVE_DOESNOTEXIST;
|
|
}
|
|
switch(DRIVE_GetType(toupper(root[0]) - 'A'))
|
|
{
|
|
case TYPE_FLOPPY: return DRIVE_REMOVABLE;
|
|
case TYPE_HD: return DRIVE_FIXED;
|
|
case TYPE_CDROM: return DRIVE_CDROM;
|
|
case TYPE_NETWORK: return DRIVE_REMOTE;
|
|
case TYPE_INVALID: return DRIVE_DOESNOTEXIST;
|
|
default: return DRIVE_CANNOTDETERMINE;
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDriveType32W (KERNEL32.209)
|
|
*/
|
|
UINT32 WINAPI GetDriveType32W( LPCWSTR root )
|
|
{
|
|
LPSTR xpath = HEAP_strdupWtoA( GetProcessHeap(), 0, root );
|
|
UINT32 ret = GetDriveType32A( xpath );
|
|
HeapFree( GetProcessHeap(), 0, xpath );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetCurrentDirectory16 (KERNEL.411)
|
|
*/
|
|
UINT16 WINAPI GetCurrentDirectory16( UINT16 buflen, LPSTR buf )
|
|
{
|
|
return (UINT16)GetCurrentDirectory32A( buflen, buf );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetCurrentDirectory32A (KERNEL32.196)
|
|
*
|
|
* Returns "X:\\path\\etc\\".
|
|
*
|
|
* Despite the API description, return required length including the
|
|
* terminating null when buffer too small. This is the real behaviour.
|
|
*/
|
|
UINT32 WINAPI GetCurrentDirectory32A( UINT32 buflen, LPSTR buf )
|
|
{
|
|
UINT32 ret;
|
|
const char *s = DRIVE_GetDosCwd( DRIVE_GetCurrentDrive() );
|
|
|
|
assert(s);
|
|
ret = strlen(s) + 3; /* length of WHOLE current directory */
|
|
if (ret >= buflen) return ret + 1;
|
|
lstrcpyn32A( buf, "A:\\", MIN( 4, buflen ) );
|
|
if (buflen) buf[0] += DRIVE_GetCurrentDrive();
|
|
if (buflen > 3) lstrcpyn32A( buf + 3, s, buflen - 3 );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetCurrentDirectory32W (KERNEL32.197)
|
|
*/
|
|
UINT32 WINAPI GetCurrentDirectory32W( UINT32 buflen, LPWSTR buf )
|
|
{
|
|
LPSTR xpath = HeapAlloc( GetProcessHeap(), 0, buflen+1 );
|
|
UINT32 ret = GetCurrentDirectory32A( buflen, xpath );
|
|
lstrcpyAtoW( buf, xpath );
|
|
HeapFree( GetProcessHeap(), 0, xpath );
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SetCurrentDirectory (KERNEL.412)
|
|
*/
|
|
BOOL16 WINAPI SetCurrentDirectory16( LPCSTR dir )
|
|
{
|
|
return SetCurrentDirectory32A( dir );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SetCurrentDirectory32A (KERNEL32.479)
|
|
*/
|
|
BOOL32 WINAPI SetCurrentDirectory32A( LPCSTR dir )
|
|
{
|
|
int drive = DRIVE_GetCurrentDrive();
|
|
|
|
if (!dir) {
|
|
ERR(file,"(NULL)!\n");
|
|
return FALSE;
|
|
}
|
|
if (dir[0] && (dir[1]==':'))
|
|
{
|
|
drive = tolower( *dir ) - 'a';
|
|
if (!DRIVE_IsValid( drive ))
|
|
{
|
|
DOS_ERROR( ER_InvalidDrive, EC_MediaError, SA_Abort, EL_Disk );
|
|
return FALSE;
|
|
}
|
|
dir += 2;
|
|
}
|
|
/* FIXME: what about empty strings? Add a \\ ? */
|
|
if (!DRIVE_Chdir( drive, dir )) return FALSE;
|
|
if (drive == DRIVE_GetCurrentDrive()) return TRUE;
|
|
return DRIVE_SetCurrentDrive( drive );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* SetCurrentDirectory32W (KERNEL32.480)
|
|
*/
|
|
BOOL32 WINAPI SetCurrentDirectory32W( LPCWSTR dirW )
|
|
{
|
|
LPSTR dir = HEAP_strdupWtoA( GetProcessHeap(), 0, dirW );
|
|
BOOL32 res = SetCurrentDirectory32A( dir );
|
|
HeapFree( GetProcessHeap(), 0, dir );
|
|
return res;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetLogicalDriveStrings32A (KERNEL32.231)
|
|
*/
|
|
UINT32 WINAPI GetLogicalDriveStrings32A( UINT32 len, LPSTR buffer )
|
|
{
|
|
int drive, count;
|
|
|
|
for (drive = count = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
if (DRIVE_IsValid(drive)) count++;
|
|
if (count * 4 * sizeof(char) <= len)
|
|
{
|
|
LPSTR p = buffer;
|
|
for (drive = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
if (DRIVE_IsValid(drive))
|
|
{
|
|
*p++ = 'a' + drive;
|
|
*p++ = ':';
|
|
*p++ = '\\';
|
|
*p++ = '\0';
|
|
}
|
|
*p = '\0';
|
|
}
|
|
return count * 4 * sizeof(char);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetLogicalDriveStrings32W (KERNEL32.232)
|
|
*/
|
|
UINT32 WINAPI GetLogicalDriveStrings32W( UINT32 len, LPWSTR buffer )
|
|
{
|
|
int drive, count;
|
|
|
|
for (drive = count = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
if (DRIVE_IsValid(drive)) count++;
|
|
if (count * 4 * sizeof(WCHAR) <= len)
|
|
{
|
|
LPWSTR p = buffer;
|
|
for (drive = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
if (DRIVE_IsValid(drive))
|
|
{
|
|
*p++ = (WCHAR)('a' + drive);
|
|
*p++ = (WCHAR)':';
|
|
*p++ = (WCHAR)'\\';
|
|
*p++ = (WCHAR)'\0';
|
|
}
|
|
*p = (WCHAR)'\0';
|
|
}
|
|
return count * 4 * sizeof(WCHAR);
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetLogicalDrives (KERNEL32.233)
|
|
*/
|
|
DWORD WINAPI GetLogicalDrives(void)
|
|
{
|
|
DWORD ret = 0;
|
|
int drive;
|
|
|
|
for (drive = 0; drive < MAX_DOS_DRIVES; drive++)
|
|
if (DRIVE_IsValid(drive)) ret |= (1 << drive);
|
|
return ret;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetVolumeInformation32A (KERNEL32.309)
|
|
*/
|
|
BOOL32 WINAPI GetVolumeInformation32A( LPCSTR root, LPSTR label,
|
|
DWORD label_len, DWORD *serial,
|
|
DWORD *filename_len, DWORD *flags,
|
|
LPSTR fsname, DWORD fsname_len )
|
|
{
|
|
int drive;
|
|
char *cp;
|
|
|
|
/* FIXME, SetLastErrors missing */
|
|
|
|
if (!root) drive = DRIVE_GetCurrentDrive();
|
|
else
|
|
{
|
|
if ((root[1]) && (root[1] != ':'))
|
|
{
|
|
WARN(dosfs, "invalid root '%s'\n",root);
|
|
return FALSE;
|
|
}
|
|
drive = toupper(root[0]) - 'A';
|
|
}
|
|
if (!DRIVE_IsValid( drive )) return FALSE;
|
|
if (label)
|
|
{
|
|
lstrcpyn32A( label, DOSDrives[drive].label, label_len );
|
|
for (cp = label; *cp; cp++);
|
|
while (cp != label && *(cp-1) == ' ') cp--;
|
|
*cp = '\0';
|
|
}
|
|
if (serial) *serial = DOSDrives[drive].serial;
|
|
|
|
/* Set the filesystem information */
|
|
/* Note: we only emulate a FAT fs at the present */
|
|
|
|
if (filename_len) {
|
|
if (DOSDrives[drive].flags & DRIVE_SHORT_NAMES)
|
|
*filename_len = 12;
|
|
else
|
|
*filename_len = 255;
|
|
}
|
|
if (flags) *flags = 0;
|
|
if (fsname) {
|
|
/* Diablo checks that return code ... */
|
|
if (DRIVE_GetType(drive)==TYPE_CDROM)
|
|
lstrcpyn32A( fsname, "CDFS", fsname_len );
|
|
else
|
|
lstrcpyn32A( fsname, "FAT", fsname_len );
|
|
}
|
|
return TRUE;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetVolumeInformation32W (KERNEL32.310)
|
|
*/
|
|
BOOL32 WINAPI GetVolumeInformation32W( LPCWSTR root, LPWSTR label,
|
|
DWORD label_len, DWORD *serial,
|
|
DWORD *filename_len, DWORD *flags,
|
|
LPWSTR fsname, DWORD fsname_len )
|
|
{
|
|
LPSTR xroot = HEAP_strdupWtoA( GetProcessHeap(), 0, root );
|
|
LPSTR xvolname = label ? HeapAlloc(GetProcessHeap(),0,label_len) : NULL;
|
|
LPSTR xfsname = fsname ? HeapAlloc(GetProcessHeap(),0,fsname_len) : NULL;
|
|
BOOL32 ret = GetVolumeInformation32A( xroot, xvolname, label_len, serial,
|
|
filename_len, flags, xfsname,
|
|
fsname_len );
|
|
if (ret)
|
|
{
|
|
if (label) lstrcpyAtoW( label, xvolname );
|
|
if (fsname) lstrcpyAtoW( fsname, xfsname );
|
|
}
|
|
HeapFree( GetProcessHeap(), 0, xroot );
|
|
HeapFree( GetProcessHeap(), 0, xvolname );
|
|
HeapFree( GetProcessHeap(), 0, xfsname );
|
|
return ret;
|
|
}
|
|
|
|
BOOL32 WINAPI SetVolumeLabel32A(LPCSTR rootpath,LPCSTR volname) {
|
|
FIXME(dosfs,"(%s,%s),stub!\n",rootpath,volname);
|
|
return TRUE;
|
|
}
|