Commit graph

18225 commits

Author SHA1 Message Date
Casper Hornstrup
5247d48cf1 Publish ISOs via FTP
svn path=/trunk/; revision=19523
2005-11-24 12:34:08 +00:00
Hervé Poussineau
125e25d424 Set Tag value in registry when needed.
(Not tested due to bug 1048)

svn path=/trunk/; revision=19522
2005-11-24 11:03:23 +00:00
Hervé Poussineau
06ce8efe4f Fix Start value for mouclass driver, which was leading to not detect legacy mouse drivers as i8042prt
svn path=/trunk/; revision=19521
2005-11-24 09:33:29 +00:00
Hervé Poussineau
bc8462e40a Detect devices using the NULL driver, and set the STARTED flag
svn path=/trunk/; revision=19520
2005-11-24 09:18:16 +00:00
Hervé Poussineau
c4cc828696 Fix access rights when opening registry keys
Better traces

svn path=/trunk/; revision=19519
2005-11-24 09:11:44 +00:00
Hervé Poussineau
1361420584 Third parameter in INF AddService directive seems to be optional. Ignore the error if it is missing
Implement SetupDiGetDeviceInfoListDetailW

svn path=/trunk/; revision=19518
2005-11-24 09:05:38 +00:00
Gé van Geldorp
5976ea377e Use inflib
svn path=/trunk/; revision=19517
2005-11-24 08:12:20 +00:00
Gé van Geldorp
1c781d1933 - Factor out .inf handling code from usetup
- Provide a dual interface, for use in build tools and for use in ReactOS code

svn path=/trunk/; revision=19516
2005-11-24 08:07:12 +00:00
Steven Edwards
59a50a6f88 more msvc compile fixes by Brezenbak and I
svn path=/trunk/; revision=19515
2005-11-24 06:07:04 +00:00
James Tabor
192667e346 set eol-style to native
svn path=/trunk/; revision=19514
2005-11-24 01:49:36 +00:00
James Tabor
66c616228f Sorry for the mess. 8^P
svn path=/trunk/; revision=19513
2005-11-24 01:09:01 +00:00
James Tabor
7977e12600 PortCls.sys, Port Class functions for audio drivers.
svn path=/trunk/; revision=19512
2005-11-24 01:05:58 +00:00
James Tabor
f8691dcde6 PortCls.sys, Port Class functions for audio drivers.
svn path=/trunk/; revision=19511
2005-11-24 01:03:27 +00:00
James Tabor
f051be88a6 PortCls.sys, Port Class functions for audio drivers.
svn path=/trunk/; revision=19510
2005-11-24 00:58:47 +00:00
Ged Murphy
14e1f7b936 only display host info once when more than one adapter is present.
svn path=/trunk/; revision=19509
2005-11-24 00:21:42 +00:00
Thomas Bluemel
d5879d411b added an initial mmsys.cpl. not added to the build system because w32api lacks a devguid.h
svn path=/trunk/; revision=19508
2005-11-23 23:02:35 +00:00
Hartmut Birr
67d7a1aea3 Used the size of the data cell instead of the previous data length to check if enough space is available (in NtSetValueKey).
svn path=/trunk/; revision=19507
2005-11-23 22:16:21 +00:00
Hartmut Birr
938923f391 Get the cursor keys on the numpad working (patch by tinus).
svn path=/trunk/; revision=19506
2005-11-23 22:10:30 +00:00
Hartmut Birr
add44c2ed4 Use the correct read length in ConReadConsoleInput.
svn path=/trunk/; revision=19505
2005-11-23 22:01:38 +00:00
Hartmut Birr
34639a5b85 Don't return from inside an exception handler.
svn path=/trunk/; revision=19504
2005-11-23 21:59:34 +00:00
Hartmut Birr
fb3dcc851d Fixed FormatMessageA/W.
svn path=/trunk/; revision=19503
2005-11-23 21:19:00 +00:00
Hartmut Birr
fb29639c6b Removed some escape sequences from the command line in CreateProcessInternalW.
svn path=/trunk/; revision=19502
2005-11-23 21:17:11 +00:00
Hartmut Birr
ec55f4fec0 - Implemented wgetmainargs.
- Fixed the allocating of argv if a empty cmd line is given.  
- Fixed the allocating of pgmptr.

svn path=/trunk/; revision=19501
2005-11-23 21:14:06 +00:00
Hervé Poussineau
b57ef29796 Use a common header file
Small fix in CheckPciDevice

svn path=/trunk/; revision=19500
2005-11-23 20:47:38 +00:00
Magnus Olsen
9e0866bd57 Verify VBE is found and not anything else, is a safe check.
svn path=/trunk/; revision=19499
2005-11-23 20:37:38 +00:00
Magnus Olsen
8553d872c8 TotalMemory is in number of 64K block not 16K block see VBE 2.0 or 3.0 specification.
svn path=/trunk/; revision=19498
2005-11-23 20:23:41 +00:00
Hervé Poussineau
5cb6768bb2 Implement IRP_MN_QUERY_DEVICE_RELATIONS
Activate code in IRP_MN_STOP_DEVICE

svn path=/trunk/; revision=19497
2005-11-23 20:16:34 +00:00
Magnus Olsen
35a12f5a28 Detect Bad graphic Bios, Some graphice card report VBE 2.0 when the are VBE 1.2. For the manufactures have use wrong version and do not set the OemVendoerPtr. When that happen it is VBE 1.2 on the Graphic card
svn path=/trunk/; revision=19496
2005-11-23 19:35:44 +00:00
Hervé Poussineau
cbe451a3df Don't check if user is admin before installing a device, as we're running DevInstallW in SYSTEM context (this would change one day...)
svn path=/trunk/; revision=19495
2005-11-23 19:29:38 +00:00
Aleksey Bragin
269a84332f Translation of newdev by unC0Rr, proofread by me.
svn path=/trunk/; revision=19494
2005-11-23 18:44:02 +00:00
Aleksey Bragin
c6849998ca Translation of vmwinst by unC0Rr, modified by me.
svn path=/trunk/; revision=19493
2005-11-23 18:33:01 +00:00
Steven Edwards
3b374afaa1 Identifier '__value' changed everywhere to '__val' to avoid clashes with Microsoft's 'managed C++' keyword
svn path=/trunk/; revision=19492
2005-11-23 17:53:08 +00:00
Casper Hornstrup
a98cfa1b66 ReactOS Sin Custom Revision Action (Revision ISO Creator)
svn path=/trunk/; revision=19491
2005-11-23 17:31:28 +00:00
Casper Hornstrup
f250d1638b ReactOS Sin Verifier
svn path=/trunk/; revision=19490
2005-11-23 17:25:55 +00:00
Steven Edwards
03582db4bb really remove the offending header this time
svn path=/trunk/; revision=19489
2005-11-23 16:57:00 +00:00
Aleksey Bragin
1240589ad8 Translation by unC0Rr (slightly amended by me).
svn path=/trunk/; revision=19488
2005-11-23 15:52:21 +00:00
Casper Hornstrup
6afed94a54 Fix building rbuild tests
svn path=/trunk/; revision=19487
2005-11-23 15:16:18 +00:00
Casper Hornstrup
f4e5a5a581 Disable pre-compiled headers when using compilation units
svn path=/trunk/; revision=19486
2005-11-23 15:05:53 +00:00
Hervé Poussineau
8f440cb624 In NtUserInsertMenuItem, try to copy the whole MENUITEMINFOW structure from caller. If it fails, try without the last field
svn path=/trunk/; revision=19485
2005-11-23 13:45:34 +00:00
Christoph von Wittich
071e4d5c83 fixed bug 888 (menus created by application itself may not appear)
svn path=/trunk/; revision=19484
2005-11-23 13:13:09 +00:00
Filip Navara
45d8a5eb8b Update GPL and LGPL licenses.
svn path=/trunk/; revision=19483
2005-11-23 07:07:40 +00:00
Steven Edwards
09acd27660 porting fixes
svn path=/trunk/; revision=19482
2005-11-23 06:33:19 +00:00
Steven Edwards
9324227517 porting fixes
svn path=/trunk/; revision=19481
2005-11-23 06:02:15 +00:00
Christoph von Wittich
7588129e24 fix bug 838 (Sol.exe is missing it's menubar)
svn path=/trunk/; revision=19480
2005-11-23 06:00:41 +00:00
Alex Ionescu
348e9f5f3d Fix msvc/gcc NDK problem
svn path=/trunk/; revision=19479
2005-11-23 04:31:58 +00:00
Alex Ionescu
7208d96617 move devices.h to a more appropriate location (approximately where it's located in the nt4 ddk)
svn path=/trunk/; revision=19478
2005-11-23 03:54:11 +00:00
Casper Hornstrup
4758974147 Option to disable compilation units
svn path=/trunk/; revision=19477
2005-11-23 03:12:52 +00:00
Thomas Bluemel
a0b7f5c0aa remove incorrect includes
svn path=/trunk/; revision=19476
2005-11-23 01:40:19 +00:00
Thomas Bluemel
8665826884 define IID_ISecurityInformation in a separate file not using the precomp.h
svn path=/trunk/; revision=19475
2005-11-23 01:39:45 +00:00
Christoph von Wittich
1676773413 updated german translation
svn path=/trunk/; revision=19474
2005-11-23 00:27:26 +00:00