Gé van Geldorp
30f4eba8d2
Hopefully the last in a series of fixes for size of maximized windows
...
svn path=/trunk/; revision=17890
2005-09-16 21:15:58 +00:00
Gé van Geldorp
d7876f7981
Bletch <npwoods@mess.org>
...
Partially implemented the treeview right-click menu on Regedit. Just supporting
Expand and Collapse for now, and also started work on renaming keys.
svn path=/trunk/; revision=17889
2005-09-16 20:13:26 +00:00
Gé van Geldorp
a5556fb1e4
RegQueryValueExW retrieves Unicode strings but the size must be specified in
...
bytes. Fixes bug 770.
svn path=/trunk/; revision=17888
2005-09-16 19:47:44 +00:00
Gé van Geldorp
0f6d6950a2
Do some boundschecking on iOrder. Fixes bug 770.
...
svn path=/trunk/; revision=17887
2005-09-16 18:18:48 +00:00
Andrew Munger
7f46bf47f7
Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml
...
svn path=/trunk/; revision=17886
2005-09-16 18:07:19 +00:00
Andrew Munger
e03998d67c
Fix release build of dflat32, initalizing some vars and fixing one typo.
...
svn path=/trunk/; revision=17885
2005-09-16 18:00:49 +00:00
Gé van Geldorp
0dee5251b9
Fix "var might be used uninitialized" warning
...
svn path=/trunk/; revision=17884
2005-09-16 17:53:40 +00:00
Gé van Geldorp
17c7dd0144
Only access dwTypeData if the caller pronounced it valid.
...
svn path=/trunk/; revision=17883
2005-09-16 15:34:19 +00:00
Hartmut Birr
bae216e9d2
Free all messages in LpcpDeletePort.
...
svn path=/trunk/; revision=17882
2005-09-16 15:18:23 +00:00
Brandon Turner
873253a8e9
start even console apps in there own new window. caught by GvG.
...
svn path=/trunk/; revision=17881
2005-09-16 15:18:07 +00:00
Brandon Turner
dadab98225
fix a bug in 'if exsist', it was only reading to the first space for the file name, ignoring quotes and there fore searching for bad file names.
...
svn path=/trunk/; revision=17880
2005-09-16 15:00:22 +00:00
Hartmut Birr
0e07f15c6a
Dereference the port object in PspExitThread.
...
svn path=/trunk/; revision=17879
2005-09-16 14:50:25 +00:00
Brandon Turner
50aaff9bd3
Set errorlevel to 0 when user enters 'no' on del confirmation. this is how MS does it.
...
svn path=/trunk/; revision=17878
2005-09-16 13:58:37 +00:00
Steven Edwards
2fe4d89ea8
added support for test on 2k,XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block
...
svn path=/trunk/; revision=17877
2005-09-16 08:48:00 +00:00
Brandon Turner
ea5a3afa86
When searching for a file to execute, if you fail to find it using the first part of the input, try to use the full line input. problem is really only seen when doing "start foo.bat".
...
svn path=/trunk/; revision=17876
2005-09-16 05:51:20 +00:00
Brandon Turner
3d2d6eff0b
"start" or "start cmd" now opens a new cmd.exe in its own process. this is how MS cmd does it.
...
svn path=/trunk/; revision=17875
2005-09-16 05:35:43 +00:00
Brandon Turner
00e96a6cb1
last time. fix a typo. im so sorry!
...
svn path=/trunk/; revision=17874
2005-09-16 04:53:07 +00:00
Brandon Turner
691589bdf4
forgot to free comspec, very sorry.
...
svn path=/trunk/; revision=17873
2005-09-16 04:46:06 +00:00
Brandon Turner
b494052296
Use compsec instead of "cmd" when trying to find cmd.exe
...
svn path=/trunk/; revision=17872
2005-09-16 04:40:46 +00:00
Gé van Geldorp
30aad7b52a
Fix some of the damage r17811 did to the GDB stub
...
svn path=/trunk/; revision=17871
2005-09-15 22:07:35 +00:00
Aleksey Bragin
43bdfc834c
Fix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger.
...
svn path=/trunk/; revision=17870
2005-09-15 20:24:30 +00:00
Aleksey Bragin
646ee13307
Revert 17867:17866 change, introduced to temporarily fix tree-compiling. Made obsolete by rev. 17868.
...
svn path=/trunk/; revision=17869
2005-09-15 19:30:27 +00:00
Alex Ionescu
019ed71c23
- Fix build, sorry.
...
svn path=/trunk/; revision=17868
2005-09-15 19:18:59 +00:00
Aleksey Bragin
fbc3848431
Fix compiling error, feel free to revert this when commiting missing changes (if it's not a typo).
...
svn path=/trunk/; revision=17867
2005-09-15 19:14:42 +00:00
Hartmut Birr
3d3c2afb41
- Assign first the partitions to drive letters, which have a registry entry in MountedDevices.
...
- Create for all partitions a registry entry in MountedDevices if none exists.
- Assign all partitions with arc names first and the others as second.
svn path=/trunk/; revision=17866
2005-09-15 17:26:56 +00:00
Hartmut Birr
1384de5268
- Fixed the creation of arc names. Only valid partitions should be linked to an arc names.
...
- Create arc names only for partitions on disks, which are visible by the bios.
svn path=/trunk/; revision=17865
2005-09-15 17:23:41 +00:00
Hartmut Birr
9f214815b7
- Do only allow to install reactos on disks which are visible by the bios.
...
- Arrange the disks in the same sequence how they was detected by the bios.
- Create a registry entry in MountedDevices for each recognized partition.
svn path=/trunk/; revision=17864
2005-09-15 17:19:31 +00:00
Hartmut Birr
a9ef5d9d40
Fixed the MP build.
...
svn path=/trunk/; revision=17863
2005-09-15 16:52:23 +00:00
Hartmut Birr
b3f6e62113
Used the given registry path from DriverEntry to query the registry.
...
This will also fix the bug in I8042ReadRegistry, which has append the string to an unicode string with an uninitialized length value.
svn path=/trunk/; revision=17862
2005-09-15 16:46:17 +00:00
Hervé Poussineau
cff40b3061
If we have a PCI device, try to keep the IRQ assigned by the BIOS instead of forcing 0x9
...
svn path=/trunk/; revision=17861
2005-09-15 15:57:28 +00:00
Alex Ionescu
184ae2cb27
Return valid status
...
svn path=/trunk/; revision=17860
2005-09-15 14:07:37 +00:00
Hervé Poussineau
86ce7ba5ab
Revert 17858 and fix all warnings at once.
...
This fix may be strange at first sight, but original Linux code doesn't use "flags" variable at all. This fix is here only to prevent a warning and shouldn't break the behaviour of the code.
svn path=/trunk/; revision=17859
2005-09-15 13:25:32 +00:00
Hervé Poussineau
7329dca76f
Initialize flags variable to 0
...
svn path=/trunk/; revision=17858
2005-09-15 12:57:11 +00:00
Aleksey Bragin
8e8dbdf319
Initialize DeviceNumber to 0
...
svn path=/trunk/; revision=17857
2005-09-15 12:50:40 +00:00
Art Yerkes
f6cf8905f8
Took some advice from alex re: w32api headers. Use ..._DEFINED to override
...
items in the standard headers for different wordsize host. wrc almost working
on 64-bit host.
svn path=/trunk/; revision=17856
2005-09-15 05:58:49 +00:00
Andrew Munger
ddaabb16b4
Added a text test to rosperf, and build as unicode.
...
svn path=/trunk/; revision=17855
2005-09-15 04:57:51 +00:00
Andrew Munger
a88a9fff19
Fix release build of string library
...
svn path=/trunk/; revision=17854
2005-09-15 04:51:14 +00:00
Filip Navara
0443a3b73c
Update the IDC_* constants.
...
svn path=/trunk/; revision=17853
2005-09-14 22:13:22 +00:00
Filip Navara
d3a5c3f2bd
Patricio Martínez Ros <silencium@wanadoo.es>
...
Spanish translation.
svn path=/trunk/; revision=17852
2005-09-14 21:07:04 +00:00
Filip Navara
b3abdb0812
Patricio Martínez Ros <silencium@wanadoo.es>
...
Spanish translation.
svn path=/trunk/; revision=17851
2005-09-14 21:06:35 +00:00
Andrew Munger
1b7481234a
Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN.
...
svn path=/trunk/; revision=17850
2005-09-14 20:24:43 +00:00
Hervé Poussineau
5b76e2c8f8
Fix indentation of generated code, by letting Output method do its indenting job
...
svn path=/trunk/; revision=17849
2005-09-14 19:32:47 +00:00
Alex Ionescu
02eed3311f
fix build
...
svn path=/trunk/; revision=17848
2005-09-14 02:03:17 +00:00
Alex Ionescu
e0eea608a6
ntoskrnl header cleanups
...
svn path=/trunk/; revision=17847
2005-09-14 01:44:19 +00:00
Alex Ionescu
e8dcb74344
ntoskrnl header cleanups
...
svn path=/trunk/; revision=17846
2005-09-14 01:05:50 +00:00
Alex Ionescu
a6f1511ecb
ntoskrnl header cleanups
...
svn path=/trunk/; revision=17845
2005-09-13 23:48:54 +00:00
Alex Ionescu
11272023e5
Part 1 of <many> ntoskrnl header cleanups
...
svn path=/trunk/; revision=17844
2005-09-13 23:28:21 +00:00
Royce Mitchell III
10f2fdca23
zero out the struct and disable code that has no connection with reality - I'm thinking MIIM_STRING should be removed from flags also, but I have not tested with that change.
...
svn path=/trunk/; revision=17843
2005-09-13 23:04:32 +00:00
Alex Ionescu
4d1f146406
Filip doesn't like int3. Implemented Trap6 failure on bad stack and V86M syscall return
...
svn path=/trunk/; revision=17842
2005-09-13 20:26:57 +00:00
Alex Ionescu
99e5e010dc
Properly bias frame, remove bugcheck added for debugging, re-add bugcheck removed for debugging
...
svn path=/trunk/; revision=17841
2005-09-13 20:13:05 +00:00