Commit graph

17542 commits

Author SHA1 Message Date
Hervé Poussineau 5afbfdd6e1 Add PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
svn path=/trunk/; revision=18512
2005-10-17 12:02:31 +00:00
Christoph von Wittich f9f5eb9f29 added missing HEAP_ZERO_MEMORY
added missing HeapFree

svn path=/trunk/; revision=18511
2005-10-17 11:49:36 +00:00
Christoph von Wittich a1651b5787 fix regedit to compile with MSVC
svn path=/trunk/; revision=18510
2005-10-17 11:10:11 +00:00
Christoph von Wittich da83fe4dcc fix some headers to compile with MSVC
svn path=/trunk/; revision=18509
2005-10-17 11:09:35 +00:00
Martin Fuchs 4d498c7390 - move shortcut comment texts into string resources
- add error handling
- create new "Accessories" folder in programs start menu

svn path=/trunk/; revision=18508
2005-10-17 11:03:30 +00:00
Christoph von Wittich 35113a023e destroy window handles when program terminates
svn path=/trunk/; revision=18507
2005-10-17 09:44:17 +00:00
Hervé Poussineau 39b4f74f8c Fix IoGetDeviceProperty, which should never return STATUS_BUFFER_OVERFLOW, but STATUS_BUFFER_TOO_SMALL
svn path=/trunk/; revision=18506
2005-10-17 08:41:00 +00:00
Christoph von Wittich 703d635153 set eol-style:native
svn path=/trunk/; revision=18505
2005-10-16 23:01:01 +00:00
Christoph von Wittich dc37877edc started implementation of msconfig tool
svn path=/trunk/; revision=18504
2005-10-16 22:59:45 +00:00
Magnus Olsen 5cd92ce1f5 forget add Ja.rc to rundll32.rc
svn path=/trunk/; revision=18503
2005-10-16 18:29:08 +00:00
Magnus Olsen 1474352abe Update directx header and correct more info.
I belive the ddraw.h header are okay now 

svn path=/trunk/; revision=18502
2005-10-16 18:21:20 +00:00
Eric Kohl 07c9ed4a4d Fix typos and remove trailing whitespace.
svn path=/trunk/; revision=18501
2005-10-16 17:11:48 +00:00
Christoph von Wittich 3ad8d81bd4 fixed some typos
svn path=/trunk/; revision=18500
2005-10-16 16:21:59 +00:00
Eric Kohl 2812e11e34 Fix [out, size_is, unique] parameter issues.
svn path=/trunk/; revision=18499
2005-10-16 15:27:38 +00:00
Hartmut Birr ecdd18cbd0 Invalidate the start value if start key doesn't exist.
svn path=/trunk/; revision=18498
2005-10-16 14:24:11 +00:00
Hervé Poussineau 197d4d0964 Sorry, most devices were reinstalled at each boot, as the calculated crc32 for the parent was changing.
Prevent this by using only the parent InstancePath instead of the whole DEVICE_NODE structure

svn path=/trunk/; revision=18497
2005-10-16 14:10:29 +00:00
Hartmut Birr abb25bef4f Implemented SMART commands for ide devices.
svn path=/trunk/; revision=18496
2005-10-16 11:17:26 +00:00
Hervé Poussineau c7baaf3eb2 Remove registry entries for class installers we don't have
svn path=/trunk/; revision=18495
2005-10-16 11:11:35 +00:00
Hartmut Birr 831aa04b24 - Do only read the pci config header. Some devices/drivers don't like it
if the complete pci config space is accessed (like my Tekram DC-390F SCSI controller).  
- Replaced some numeric values with nice named constants.


svn path=/trunk/; revision=18494
2005-10-16 11:08:01 +00:00
Hervé Poussineau 18df49d077 Implement SetupDiDestroyDriverInfoList
svn path=/trunk/; revision=18493
2005-10-16 10:46:22 +00:00
Eric Kohl 85acbb6eec - Add samsrv.dll stub.
- Install cfgmgr32.dll, lsasrv.dll and samsrv.dll.

svn path=/trunk/; revision=18492
2005-10-16 09:58:19 +00:00
Gunnar Dalsnes fd7c8f26a8 fix buffer overflow
svn path=/trunk/; revision=18491
2005-10-16 01:29:08 +00:00
Gunnar Dalsnes 3e68f60244 fix two buffer overflows
svn path=/trunk/; revision=18490
2005-10-16 01:27:32 +00:00
Gunnar Dalsnes 21b0bdd718 fix buffer overflow
add error checking

svn path=/trunk/; revision=18489
2005-10-16 01:26:52 +00:00
Gunnar Dalsnes 819d130a5a RtlInitUnicodeString is only legal with nullterminated strings and also the string in initialized manually below...
svn path=/trunk/; revision=18488
2005-10-16 01:22:18 +00:00
Hartmut Birr a17ada0615 Allocated buffers from non paged pool for all user buffers.
svn path=/trunk/; revision=18487
2005-10-15 21:41:48 +00:00
Christoph von Wittich d991d613f5 * added a lot of stack-size information to *.def files
* added one more stub to secur32

svn path=/trunk/; revision=18486
2005-10-15 21:17:52 +00:00
Eric Kohl 94d46bd214 - CreateServiceW: Calculate the Dependency length.
- Implement NotifyBootConfigStatus.

svn path=/trunk/; revision=18485
2005-10-15 19:34:53 +00:00
Hartmut Birr 68b164341e Fixed the definition of PDEV_INSTALL_W.
svn path=/trunk/; revision=18484
2005-10-15 16:39:22 +00:00
Martin Fuchs 79ec345d3a Winefile:
- fix item background color for non-white windows background
- fix drive size output: wsprintf() -> _stprintf()
- declare COLOR_SELECTION_TXT

svn path=/trunk/; revision=18483
2005-10-15 16:37:34 +00:00
Hartmut Birr 00a4a8acbd Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.
svn path=/trunk/; revision=18481
2005-10-15 13:22:13 +00:00
Magnus Olsen 36c303f191 Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18480
2005-10-15 12:40:30 +00:00
Magnus Olsen 45e5519258 Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18479
2005-10-15 12:26:40 +00:00
Magnus Olsen f961f704ac Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18478
2005-10-15 12:21:12 +00:00
Magnus Olsen 005da60232 Spanish translation By HUMA2000
svn path=/trunk/; revision=18477
2005-10-15 11:52:41 +00:00
Magnus Olsen af0c90f70c Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18476
2005-10-15 11:48:07 +00:00
Magnus Olsen 4f0c5db20f fix no end waring
svn path=/trunk/; revision=18475
2005-10-15 11:42:26 +00:00
Magnus Olsen 8727e532bf Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18474
2005-10-15 11:39:54 +00:00
Magnus Olsen 14b4fa9f73 Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18473
2005-10-15 11:10:25 +00:00
Magnus Olsen 73a78c480e Japanese translation by tsk email tsk_n@mail.goo.ne.jp
remove Si.rc it was not translate, it was on english. 



svn path=/trunk/; revision=18472
2005-10-15 11:08:44 +00:00
Magnus Olsen b5ef43a91f Japanese translation by tsk email tsk_n@mail.goo.ne.jp
svn path=/trunk/; revision=18471
2005-10-15 10:47:53 +00:00
Christoph von Wittich 663998bfcd * set eol-style:native
svn path=/trunk/; revision=18470
2005-10-15 10:34:38 +00:00
Gé van Geldorp 00642f300e Make sure we don't hang forever when activating a window belonging to
another thread

svn path=/trunk/; revision=18468
2005-10-15 09:53:14 +00:00
Magnus Olsen 42ce928624 forget remove struct _SURFACEALIGNMENT for it have been move to right header dmemmgr.h
svn path=/trunk/; revision=18467
2005-10-15 09:10:57 +00:00
Magnus Olsen d00889ce26 Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. start fixing the header ddkernel.h
svn path=/trunk/; revision=18466
2005-10-15 02:00:56 +00:00
Magnus Olsen 5196ff03b6 set eol-style : native
svn path=/trunk/; revision=18465
2005-10-15 00:12:49 +00:00
Magnus Olsen df288c5836 Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. Complete the header dmemmgr.h it was missing and move stuff into that header.
svn path=/trunk/; revision=18464
2005-10-15 00:09:45 +00:00
Christoph von Wittich ffaa12375e * add Security.dll (redirects all calls to secur32.dll)
svn path=/trunk/; revision=18463
2005-10-14 23:13:08 +00:00
Gé van Geldorp 3e063edcc7 Include kernelmode routines in stack backtrace
svn path=/trunk/; revision=18462
2005-10-14 22:56:23 +00:00
Christoph von Wittich b1700953dd *add some more stubs for Virtual DOS Machine Debug (six still missing)
svn path=/trunk/; revision=18461
2005-10-14 22:31:06 +00:00