Eric Kohl
709cd514ab
Implemented MmMapViewOfSection().
...
svn path=/trunk/; revision=2368
2001-11-13 22:46:49 +00:00
Steven Edwards
0de577f6cd
Remove my old port of the winelib notepad
...
svn path=/trunk/; revision=2366
2001-11-11 18:21:32 +00:00
Steven Edwards
a36b062468
install script for wine dlls and programs
...
svn path=/trunk/; revision=2365
2001-11-11 18:16:52 +00:00
Casper Hornstrup
c23a2d7aee
Fixed typo
...
svn path=/trunk/; revision=2364
2001-11-09 15:50:34 +00:00
Eric Kohl
cdd8ad011c
Added message compiler.
...
svn path=/trunk/; revision=2363
2001-11-09 12:37:15 +00:00
Eric Kohl
51f2c2d3d0
Added message compiler.
...
svn path=/trunk/; revision=2362
2001-11-09 12:27:02 +00:00
Eric Kohl
af8dfb404f
Implemented abandoning of mutexes/mutants.
...
svn path=/trunk/; revision=2361
2001-11-08 13:58:13 +00:00
Eric Kohl
7ab413e8de
Fixed thread termination bug when a mutex must be abandoned.
...
svn path=/trunk/; revision=2360
2001-11-08 01:09:20 +00:00
David Welch
a122417a8a
Fixed thread termination bug
...
svn path=/trunk/; revision=2359
2001-11-07 22:36:47 +00:00
Eric Kohl
1355fed119
Added mutex test application.
...
svn path=/trunk/; revision=2358
2001-11-07 16:42:15 +00:00
Eric Kohl
679c19d7f8
Added GetInterruptVector() routine to PCI bus handler.
...
svn path=/trunk/; revision=2357
2001-11-07 02:27:33 +00:00
Phillip Susi
01009ce267
Re enabled mounting more than one filesystem
...
svn path=/trunk/; revision=2356
2001-11-07 02:21:19 +00:00
Eric Kohl
7a232306cc
Attach/detach mutant(mutex) to/from owning thread.
...
Fixed return value of KeWaitForMultipleObjects() on timeout.
svn path=/trunk/; revision=2355
2001-11-07 02:17:22 +00:00
James Tabor
7e8fb651af
Fix export wvsnprintfA and W from user32.dll
...
svn path=/trunk/; revision=2354
2001-11-05 21:00:31 +00:00
David Welch
18992fbe14
Don't check for critical sections when delivering special kernel mode APCs
...
svn path=/trunk/; revision=2353
2001-11-05 20:49:30 +00:00
Emanuele Aliberti
e0308e50e8
tlist clone (partial).
...
Tested under NT 4.0.1382 SP6a EN_US.
NOT tested under ROS, but it should NOT work, since
NtQuerySystemInformation misses at least one info class needed
by the application.
svn path=/trunk/; revision=2352
2001-11-04 21:53:20 +00:00
Eric Kohl
156f7ec157
Implemented mutant object.
...
svn path=/trunk/; revision=2350
2001-11-04 00:18:40 +00:00
Casper Hornstrup
558496bca6
New target 'implib' to avoid cicular references.
...
Integrate WINE into the build system.
svn path=/trunk/; revision=2349
2001-11-03 16:48:07 +00:00
Eric Kohl
5db2a7d92d
Disabled secondary channel by default
...
svn path=/trunk/; revision=2348
2001-11-03 16:34:58 +00:00
Hartmut Birr
547896ce6f
Reworked code for handling of asynchonous i/o requests.
...
svn path=/trunk/; revision=2347
2001-11-02 22:57:14 +00:00
Hartmut Birr
c2c9804f47
Reworked code for handling of asynchonous i/o requests.
...
svn path=/trunk/; revision=2346
2001-11-02 22:47:36 +00:00
Hartmut Birr
75bfca5f83
Fixed a minor bug in vfatMakeRootFCB().
...
Reworked code for handling of asynchonous i/o requests.
svn path=/trunk/; revision=2345
2001-11-02 22:40:50 +00:00
Hartmut Birr
b5e7b94ea7
Speed optimization in FATxxFindAvailableCluster().
...
svn path=/trunk/; revision=2344
2001-11-02 22:35:31 +00:00
Hartmut Birr
2723d14c06
Added some modifications for asyncronous i/o requests (for vfatfs).
...
svn path=/trunk/; revision=2343
2001-11-02 22:22:33 +00:00
Hartmut Birr
ab19671382
Fixed a bug in GetVolumeInformationA()
...
svn path=/trunk/; revision=2342
2001-11-02 22:08:28 +00:00
Eric Kohl
c0ddd03a2f
Fixed a typo.
...
svn path=/trunk/; revision=2341
2001-11-02 09:17:52 +00:00
Eric Kohl
b639c5def9
Implemented basic ANSI/OEM <--> Unicode translation tables.
...
svn path=/trunk/; revision=2340
2001-11-02 09:10:49 +00:00
Rex Jolliff
286d73f7e6
Initial attempt at a handle table for GDI objects. Needs testing and fixing i am sure.
...
svn path=/trunk/; revision=2339
2001-11-02 06:10:11 +00:00
Eric Kohl
ec23fa085b
Removed PCI_COMMON_CONFIG
...
svn path=/trunk/; revision=2338
2001-11-01 23:17:10 +00:00
Eric Kohl
91540343f5
Set sector size to 512 bytes.
...
svn path=/trunk/; revision=2337
2001-11-01 17:48:13 +00:00
Eric Kohl
66b3542076
Enabled secondary IDE channel for PCI and ISA bus
...
Fixed BytesPerSector hack
Minor cleanup
svn path=/trunk/; revision=2336
2001-11-01 14:51:57 +00:00
Hartmut Birr
ae482ce24e
Fixed some bugs in VfatGetStandardInformation().
...
Implemented VfatGetInternalInformation().
svn path=/trunk/; revision=2335
2001-11-01 10:44:11 +00:00
Hartmut Birr
24f81ff1c1
Enabled the check of the correct buffer size in some functions.
...
svn path=/trunk/; revision=2334
2001-11-01 10:41:53 +00:00
Hartmut Birr
287fa79a6a
Fixed the type of st_dev in stat.
...
svn path=/trunk/; revision=2333
2001-11-01 10:39:54 +00:00
Hartmut Birr
dbf14d8c26
Initialized statbuf->st_mode in _stat() and _fstati64().
...
svn path=/trunk/; revision=2332
2001-11-01 10:37:58 +00:00
Hartmut Birr
1dafd03c3d
Fixed some bugs in GetFileInformationByHandle().
...
svn path=/trunk/; revision=2331
2001-11-01 10:35:15 +00:00
Eric Kohl
998550e404
Moved/added some declarations
...
Fixed atapi drive identification
svn path=/trunk/; revision=2330
2001-11-01 00:30:29 +00:00
Eric Kohl
6d21eb028c
Moved/added some declarations
...
Fixed ide drive identification
svn path=/trunk/; revision=2329
2001-11-01 00:28:57 +00:00
Jason Filby
af347caa8c
Kludge: draw within screen until we have clipping working
...
svn path=/trunk/; revision=2328
2001-10-31 21:08:00 +00:00
David Welch
7e2973b768
Fix for advapi32 failing to load (it had imported symbols from itself)
...
svn path=/trunk/; revision=2325
2001-10-31 01:03:04 +00:00
David Welch
2179744c2c
Fixed bug causing crash when running mc
...
svn path=/trunk/; revision=2324
2001-10-31 00:03:07 +00:00
David Welch
6efd918a8b
Zero pages before allocated.
...
svn path=/trunk/; revision=2323
2001-10-29 02:39:38 +00:00
Hartmut Birr
2a1ac328ed
Clear the allocated page for a bss section (in MmNotPresentFaultSectionView).
...
svn path=/trunk/; revision=2322
2001-10-27 15:55:45 +00:00
Steven Edwards
4f6b97db87
Initial revision
...
svn path=/trunk/; revision=2319
2001-10-25 23:22:02 +00:00
Eugene Ingerman
03c7fccace
Porting pice.
...
svn path=/trunk/; revision=2318
2001-10-23 21:33:17 +00:00
Steven Edwards
f475b72c8c
Initial revision
...
svn path=/trunk/; revision=2315
2001-10-23 21:15:37 +00:00
Phillip Susi
a69fa0c124
Changed path to vgaddi.dll to use SystemRoot instead of C:
...
svn path=/trunk/; revision=2314
2001-10-23 00:22:04 +00:00
Eugene Ingerman
5b13cb7208
Porting pice.
...
svn path=/trunk/; revision=2313
2001-10-22 05:02:47 +00:00
Casper Hornstrup
f238a86a0b
Create named pipe for SCM
...
svn path=/trunk/; revision=2312
2001-10-21 19:09:06 +00:00
Casper Hornstrup
7cb3efcca8
Prototype fixes.
...
svn path=/trunk/; revision=2311
2001-10-21 19:07:28 +00:00