Commit graph

17945 commits

Author SHA1 Message Date
James Tabor 0beb028660 Add devmgr.xml for testing.
svn path=/trunk/; revision=19220
2005-11-14 03:51:31 +00:00
James Tabor 3f4c411061 Fix xml name conflict.
svn path=/trunk/; revision=19219
2005-11-14 02:16:04 +00:00
James Tabor 168b9c5b2a Fix xml name conflict.
svn path=/trunk/; revision=19218
2005-11-14 02:14:23 +00:00
James Tabor e40ccd5933 Fix xml name conflict.
svn path=/trunk/; revision=19217
2005-11-14 01:30:50 +00:00
James Tabor 3d306f5baa Fix xml name conflict.
svn path=/trunk/; revision=19216
2005-11-14 01:23:44 +00:00
Christoph von Wittich 9a90dd7fde fixed some memory leaks
svn path=/trunk/; revision=19215
2005-11-13 23:21:38 +00:00
Christoph von Wittich 2aa1842c68 added missing advapi32.lib to fix build with msvc
svn path=/trunk/; revision=19214
2005-11-13 23:05:41 +00:00
Christoph von Wittich 1bd2bae415 export EnumServicesStatusExA/EnumServicesStatusExW stubs needed by msconfig
svn path=/trunk/; revision=19213
2005-11-13 23:03:06 +00:00
Christoph von Wittich 5169455416 did some work on msconfig
svn path=/trunk/; revision=19212
2005-11-13 20:58:29 +00:00
Ged Murphy 89fded3555 use neater tray arrows from Dominik (dominik@newmatic.de)
svn path=/trunk/; revision=19211
2005-11-13 19:05:01 +00:00
Hartmut Birr a3a691913f Set the boot processor as active processor in KeInit1.
svn path=/trunk/; revision=19210
2005-11-13 17:33:54 +00:00
Hartmut Birr 80cd960aeb Shutdown the process manager before shutdown the registry.
Running processes may have opened a registry handle.

svn path=/trunk/; revision=19209
2005-11-13 17:32:01 +00:00
Hartmut Birr 2fa81ffdfd - Removed the process from the parameter list of MmCreateMemoryArea.
- Changed the 9th parameter of MmCreateMemoryArea to allocation flags.  
- Implemented SEC_NO_CHANGE.

svn path=/trunk/; revision=19208
2005-11-13 17:28:24 +00:00
Eric Kohl 1be846c026 ScmrControlService: Check access rights.
svn path=/trunk/; revision=19207
2005-11-13 14:15:08 +00:00
Thomas Bluemel 577f6f4aa6 fixed unrecognized escape character sequence warning
svn path=/trunk/; revision=19206
2005-11-13 11:29:17 +00:00
Hervé Poussineau c853cee9e8 Fix typo: Install pci.sys for PCI buses, and isapnp.sys for ISA bus
svn path=/trunk/; revision=19205
2005-11-13 09:39:51 +00:00
Martin Fuchs 6bea768ef7 some little german translation fixes
svn path=/trunk/; revision=19204
2005-11-13 09:05:28 +00:00
Alex Ionescu e339e62f5a - Unconditionally support XBOX in Freeldr.
svn path=/trunk/; revision=19203
2005-11-13 08:34:24 +00:00
Filip Navara 0cd1d327a2 Fix the clipping checks in TuiFillArea.
svn path=/trunk/; revision=19202
2005-11-13 08:24:15 +00:00
Gé van Geldorp 7e9d2d769e Spelling fixes. Thanks to Royce for pointing them out.
svn path=/trunk/; revision=19200
2005-11-13 08:19:54 +00:00
Steven Edwards db470c2cf8 add information for the Windows Installer Service. This allows Office2000 and OfficeXP setup to get slightly further
svn path=/trunk/; revision=19198
2005-11-13 07:41:32 +00:00
James Tabor 2a752cf4a1 Fix unix paths.
svn path=/trunk/; revision=19197
2005-11-13 06:57:29 +00:00
Alex Ionescu d451a511e9 - Add new configuration option "SARCH" to define the sub-architecture. Examples include i386-xbox, ppc-be/le (little/bigendian), or any other sub-types of the specified ARCH.
- Use SARCH option to isolate XBOX architecture code in freeldr. 
- Only build rs232.c if DEBUG is on, because the code is only used in DEBUG mode.

svn path=/trunk/; revision=19196
2005-11-13 06:34:51 +00:00
Alex Ionescu 2ecabb093f - Remove duplicate PCH entry, it'll inherit freeldr's.
svn path=/trunk/; revision=19195
2005-11-13 06:13:20 +00:00
Alex Ionescu 543d63dcc0 - Fix a bug in printf.
svn path=/trunk/; revision=19194
2005-11-13 06:11:38 +00:00
Alex Ionescu 91bc76c72e - Fix setupldr. Thanks to Steven.
svn path=/trunk/; revision=19193
2005-11-13 06:09:37 +00:00
Alex Ionescu df5138e0a0 - Remove duplicated code in "rtl" and use libstring and librtl instead (their code is safe for freeldr).
- Fix a PCH bug.

svn path=/trunk/; revision=19192
2005-11-13 06:05:06 +00:00
Alex Ionescu 2e2179a2fe - Remove some header duplication.
svn path=/trunk/; revision=19191
2005-11-13 05:17:17 +00:00
Alex Ionescu 527ce70dc2 - PCHify freeldr and cleanup some headers (just a start).
Freeldr now compiles about 2-4 times faster.

svn path=/trunk/; revision=19190
2005-11-13 04:50:55 +00:00
Steven Edwards 2fda11708c Pablo Borobia - Spanish Translation
svn path=/trunk/; revision=19189
2005-11-13 04:34:41 +00:00
Steven Edwards 358d2bb5e2 propset svn:eol-style 'native'
svn path=/trunk/; revision=19188
2005-11-13 04:29:53 +00:00
Hartmut Birr 4cff81907a Fixed the growing of the dirty bitmap. This will fix the registry update bugs, if the binary hive is larger than 128kB.
svn path=/trunk/; revision=19187
2005-11-12 23:45:32 +00:00
Hervé Poussineau bcd8352715 Try to open driver registry key before creating it.
Fixes bug 977

svn path=/trunk/; revision=19186
2005-11-12 21:11:09 +00:00
Alex Ionescu 035f7342cb - Small msvc compatiblity change.
svn path=/trunk/; revision=19185
2005-11-12 20:28:32 +00:00
Hervé Poussineau e357028fa5 assert -> ASSERT
Initialize error_line in all cases (Merge from Wine)

svn path=/trunk/; revision=19184
2005-11-12 20:18:29 +00:00
Hervé Poussineau 50e25b573a (Merge from Wine) YunSong Hwang <hys545@dreamwiz.com>
Add Korean translations.

svn path=/trunk/; revision=19183
2005-11-12 20:15:20 +00:00
Magnus Olsen d6d6296399 Commit the patch for ibm code pages
svn path=/trunk/; revision=19182
2005-11-12 19:24:08 +00:00
Magnus Olsen 5af89de586 adding ibmcp861.txt the patch for create it will follow in next commit
svn path=/trunk/; revision=19181
2005-11-12 19:17:21 +00:00
Gé van Geldorp 6ca1eabd30 Add some more shutdown messages
svn path=/trunk/; revision=19180
2005-11-12 19:15:37 +00:00
Gé van Geldorp 65ad7a2cbb Filip correctly pointed out that my change 18782 was only a workaround and
that the real fix would be to have services.exe correctly start auto-load
drivers. This should do the trick.

svn path=/trunk/; revision=19179
2005-11-12 18:54:45 +00:00
Gé van Geldorp acb521d8c0 Silence debug message
svn path=/trunk/; revision=19178
2005-11-12 18:40:53 +00:00
Gé van Geldorp 5b196837de Set time field in timer messages too
svn path=/trunk/; revision=19177
2005-11-12 18:13:20 +00:00
Magnus Olsen 9d7168ff94 Fix the break did add right code page for ja.rc but I need add it to all file, so i remvoe it for now.
svn path=/trunk/; revision=19176
2005-11-12 16:04:31 +00:00
Magnus Olsen 3704b141c0 You can now open one of these language's file in visual studio and edit it directly
svn path=/trunk/; revision=19175
2005-11-12 10:37:47 +00:00
Magnus Olsen f411eaabf8 fix the ja.rc be vs compatible
svn path=/trunk/; revision=19174
2005-11-12 10:31:25 +00:00
Gé van Geldorp 027b224db3 Set mouse position in timer messages
svn path=/trunk/; revision=19173
2005-11-12 09:52:06 +00:00
Hervé Poussineau 21f6f8853b Move the initialization of USB keyboard and mouse to DriverEntry, to prevent some (not all!) race conditions with the loading of kbd/mouclass.
It is still not satisfying (they are not real USB drivers), but that's better...

svn path=/trunk/; revision=19172
2005-11-12 09:27:52 +00:00
Steven Edwards df6851867e fix most of the rest of the tests, disable the rest till tomorrow
svn path=/trunk/; revision=19171
2005-11-12 08:40:47 +00:00
Steven Edwards fcad5d2773 build fixes
svn path=/trunk/; revision=19170
2005-11-12 06:37:36 +00:00
Alex Ionescu 61f6a69b0e - Add RtlPinAtomInAtomTable
svn path=/trunk/; revision=19169
2005-11-12 05:51:44 +00:00