Sign in
goma
/
wine
/
6f9336dd316a812477ed7be349a1b62655ffc42c
/
win32
/
device.c
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
bf97962
Avoid including stackframe.h if it's not needed.
by Alexandre Julliard
· 22 years ago
583bb3f
- started implementing ntdll.NtDeviceIoControlFile and made
by Eric Pouech
· 22 years ago
1bb3859
Added support for overlapped ioctl requests (and a few other cosmetics).
by Eric Pouech
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
75dee50
Replace 0x%p with %p.
by Patrik Stridvall
· 22 years ago
c71cf7e
Move int13 handler to winedos.
by Jukka Heinonen
· 22 years ago
ed800c6
Build ntdll with -DSTRICT.
by Andrew John Hughes
· 22 years ago
d41581d
DeviceIoControl now calls winedos interrupt handlers. Fixed RawModeSwitch.
by Jukka Heinonen
· 22 years ago
5cf56a3
Removed LPxxx handle types that don't exist under Windows.
by Alexandre Julliard
· 23 years ago
f2ef2c2
Handle special registry root keys directly in advapi32, and avoid
by Alexandre Julliard
· 23 years ago
fb40a72
Copied the registry functions needed by VMM into device.c and got rid
by Alexandre Julliard
· 23 years ago
3fa613c
Moved internal context macros out of winnt.h.
by Alexandre Julliard
· 23 years ago
d75aed2
Convert most of the file APIs to Unicode.
by Dmitry Timoshkov
· 23 years ago
d016f81
Added include protection for unistd.h and sys/time.h.
by Patrik Stridvall
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
c97e24e
Fixed warnings.
by Gerald Pfeifer
· 23 years ago
6a96749
- Add some undocumented ioctl mappings.
by Andreas Mohr
· 23 years ago
8c08ceb
Replaced -dosver and -winver options by config file parameters.
by Alexandre Julliard
· 23 years ago
6044307
A few fixes for mingw cross-compilation.
by Alexandre Julliard
· 23 years ago
88dadae
Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
by Mike McCormack
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
5cc6105
Changed the Wine internal cdrom interface to the NT model.
by Eric Pouech
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 23 years ago
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 23 years ago
f359895
Yet another documentation/message text patch.
by Andreas Mohr
· 24 years ago
1922c72
Removed unnecessary inclusion of heap.h.
by Alexandre Julliard
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
3eb3569
- add handler for VCD VxD ("virtual comm device" ?)
by Andreas Mohr
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
282f727
Small 'typos in comments' fixes.
by Francois Gouget
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
by Alexandre Julliard
· 24 years ago
d0a4177
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
895d4f1
Give both --winver nt40 and win31 for VxD warning, as some programs
by Andreas Mohr
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
6c8edaa
Use getpagesize() instead of VIRTUAL_GetPageSize().
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
08a1147
Added a --winver nt40 hint to VxD error message.
by Andreas Mohr
· 24 years ago
2af03e4
Do not include sys/ptrace.h and sys/user.h unconditionally.
by Dimitrie O. Paun
· 24 years ago
0a5d9ef
Added HASP device stub.
by Kees Schoenmakers
· 24 years ago
ad2b103
Quieten VxDCall_VMM output.
by Marcus Meissner
· 24 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
d586dc9
Replaced VERSION_* calls by exported API equivalents.
by Alexandre Julliard
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
5dff4fb
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
by Ian Schmidt
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
1cc90ff
Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
by Ian Schmidt
· 25 years ago
be728f1
Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
by Peter Ganten
· 25 years ago
eb94c7d
Adapted to new register function handling.
by Ulrich Weigand
· 25 years ago
796c0f1
Implemented VWin32 VxDCall mechanism and 2 calls.
by Ian Schmidt
· 25 years ago
f005247
Allow for buggy apps that call the wrong VxDCall routine.
by Ulrich Weigand
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
526d8e9
Fixed last error code when trying to load unknown VxD with CreateFile.
by Ulrich Weigand
· 26 years ago
40b083f
Create VxD handle only for known VxDs.
by Ulrich Weigand
· 26 years ago
0fa6dad
Fixed some CONTEXT86 vs. CONTEXT mismatches.
by Ulrich Weigand
· 26 years ago
1327748
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
by Howard Abrams
· 26 years ago
617955d
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
by Alexandre Julliard
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
f08b819
Some stubs for pccard vxd to debug the native shell32.
by Juergen Schmied
· 26 years ago
fd45627
VxDCall functions do not need to be 'register'.
by Alexandre Julliard
· 26 years ago
91aaca8
Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
by Marcus Meissner
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
c53def7
Added (empty) stub for OpenVxDHandle.
by Eric Pouech
· 26 years ago
96c08d8
Use server handles directly for Win32 handles. Removed use of K32OBJ.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
62a8b43
Hacked server-side device support
by Alexandre Julliard
· 26 years ago
638f169
Recovery of release 990110 after disk crash.
by Alexandre Julliard
· 26 years ago
wine-990110
0562539
Implemented file sharing checks in the server.
by Alexandre Julliard
· 26 years ago
5544387
Removed client-side wait functions; all waiting is now done through the server.
by Alexandre Julliard
· 26 years ago
1298062
Implemented (most) VWin32.VxD DeviceIoControl routines.
by Ulrich Weigand
· 26 years ago
6a41a4b
monodebg.vxd used by some Origin programs implemented.
by Marcus Meissner
· 26 years ago
686db71
Removed things that were earlier added by mistake.
by Patrik Stridvall
· 26 years ago
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614