Art Yerkes
7e8e7b9634
PowerPC support drop in freeldr, from my branch.
...
Some stuff not working, but disk IO now implemented.
Get boot partition either from boot-device env var or from cmd line.
Needs some work to build with the new tools.
svn path=/trunk/; revision=19857
2005-12-04 12:13:48 +00:00
Magnus Olsen
1849ba7261
adding missing dx headers
...
svn path=/trunk/; revision=19856
2005-12-04 12:07:08 +00:00
Art Yerkes
a3972b6c26
Added powerpc boot program. Not working with egcs tools yet.
...
svn path=/trunk/; revision=19855
2005-12-04 12:03:50 +00:00
Art Yerkes
b1fa799b0b
Added support for ROS_AUTOMAKE variable.
...
Added support for <if> <module ...> </if>
Added BootProgram target type
Added simple initial ReactOS-ppc.xml, using my egcs compiler
More work required, but getting there
svn path=/trunk/; revision=19854
2005-12-04 12:02:45 +00:00
Magnus Olsen
05a351a06f
adding missing dx headers
...
svn path=/trunk/; revision=19853
2005-12-04 12:02:21 +00:00
Magnus Olsen
3ac39b8d00
wrote amaudio.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.
...
svn path=/trunk/; revision=19852
2005-12-04 11:50:42 +00:00
Magnus Olsen
ea2e229e1c
wrote audevcod.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.
...
svn path=/trunk/; revision=19851
2005-12-04 11:38:48 +00:00
Magnus Olsen
7813f9d6a9
wrote amvideo.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.
...
svn path=/trunk/; revision=19850
2005-12-04 11:09:40 +00:00
Art Yerkes
1cdc4a44ed
Broaden the lock over the whole text rendering loop. Solves text corruption.
...
svn path=/trunk/; revision=19849
2005-12-04 08:09:18 +00:00
Art Yerkes
f68caa66a7
Add ROS_AUTOMAKE variable to determine the location of makefile.auto
...
- Allows multiple configurations to be used in the same tree
svn path=/trunk/; revision=19848
2005-12-04 07:58:46 +00:00
Alex Ionescu
0a36bfb449
- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackDetachProcess and KeDetachProcess. The code was brain-dead and I must've been drunk when I first wrote it.
...
- Update some NDK definitions and some fixes.
- Update HAL Private Dispatch Table to 2.0
- Make RtlIpv* API definitions more correct.
svn path=/trunk/; revision=19847
2005-12-04 03:24:11 +00:00
Magnus Olsen
deca81698a
revert my latest change for it contain to some serous bugs and some mistake thx w3seek
...
svn path=/trunk/; revision=19846
2005-12-03 21:25:27 +00:00
Sebastian Gasiorek
63c14b7666
fix for LoadStringA - return part of string if buffer is to small
...
svn path=/trunk/; revision=19845
2005-12-03 21:00:55 +00:00
Magnus Olsen
dad86fa425
Implmenet IDxDiagContainerImpl_GetNumberOfProps, IDxDiagContainerImpl_EnumPropNames, IDxDiagContainerImpl_GetProp working fine in windows but in reactos we are missing some regvalues (alot). This change should be commit to wine.
...
svn path=/trunk/; revision=19844
2005-12-03 20:53:23 +00:00
Gé van Geldorp
96ce8a5210
Document (failed) attempt to optimize memcpy()
...
svn path=/trunk/; revision=19843
2005-12-03 19:40:52 +00:00
Thomas Bluemel
94fc07e5fa
get the root fcb when creating a file and no parent fcb is returned
...
svn path=/trunk/; revision=19842
2005-12-03 18:16:02 +00:00
Thomas Bluemel
b746a9f60a
fixed prototype of GdiGetCharDimensions
...
svn path=/trunk/; revision=19841
2005-12-03 17:33:41 +00:00
Sebastian Gasiorek
02c31f477f
fixes from Wine.
...
user32 dialog test: 55 executes, 7 failures
svn path=/trunk/; revision=19840
2005-12-03 17:21:37 +00:00
Thomas Bluemel
d792c652cf
partly implemented DeviceProblemWizardA/W
...
svn path=/trunk/; revision=19839
2005-12-03 16:42:41 +00:00
Filip Navara
f68fa88629
Make the debugging functions slightly more portable.
...
svn path=/trunk/; revision=19838
2005-12-03 15:26:36 +00:00
Thomas Bluemel
612e3a0420
- document and partly implement DevicePropertiesExA/W()
...
- minor fixes
svn path=/trunk/; revision=19837
2005-12-03 14:07:38 +00:00
Thomas Bluemel
78d39e7d39
- if the device cannot be opened display information about the parent node
...
- only administrators can change the status of a device
svn path=/trunk/; revision=19836
2005-12-03 11:55:07 +00:00
Magnus Olsen
b6a2d79ae4
Correct some prototypes and struct, Adding some missing struct for d3d Thx Alex Ionescu for his patch for it.
...
svn path=/trunk/; revision=19835
2005-12-03 09:09:10 +00:00
Sebastian Gasiorek
e7fc72f796
imported newer version of DIALOG_DoDialogBox and DEFDLG_RestoreFocus from Wine
...
svn path=/trunk/; revision=19834
2005-12-02 22:50:23 +00:00
Sebastian Gasiorek
f8d5ea2d87
fixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_CreateIndirect from Wine 0.9.2
...
user32 dialog test failures decreased to 7
svn path=/trunk/; revision=19833
2005-12-02 22:14:03 +00:00
Magnus Olsen
d20fedcdd0
Corretat en översätting miss upptäckes av harteex program files till program
...
svn path=/trunk/; revision=19832
2005-12-02 22:01:52 +00:00
Sebastian Gasiorek
61fb8a2022
Imported from Wine 0.9.2:
...
DIALOG_GetNextTabItem
GetNextDlgGroupItem
GetNextDlgTabItem
fixes user32 dialog test hang and decreases number of failure tests to 9
svn path=/trunk/; revision=19831
2005-12-02 21:33:33 +00:00
Alex Ionescu
9c17fcb18d
- Correctly zero out esi. Thanks to Patrick Baggett.
...
svn path=/trunk/; revision=19830
2005-12-02 20:06:02 +00:00
Christoph von Wittich
cf12adb39f
set eol-style:native
...
svn path=/trunk/; revision=19829
2005-12-02 15:45:47 +00:00
Christoph von Wittich
a8142077ab
added ACF files req. by midl
...
svn path=/trunk/; revision=19828
2005-12-02 15:43:44 +00:00
Royce Mitchell III
5e6a2214be
store pointer to Backend in the Project class so properties of the Backend object can eventually be queried from the generic rbuild code
...
svn path=/trunk/; revision=19827
2005-12-02 13:59:35 +00:00
Christoph von Wittich
bb4c8ed5ee
fixed BaseAddress
...
svn path=/trunk/; revision=19826
2005-12-02 12:47:42 +00:00
Hervé Poussineau
5d803ea902
- Implement PciIdeXSetBusData
...
- Return documented status code in PciIdeXGetBusData
svn path=/trunk/; revision=19825
2005-12-02 09:32:31 +00:00
Christoph von Wittich
03075d0a48
fixed vcproj files for modules which do not use pch
...
svn path=/trunk/; revision=19824
2005-12-02 08:13:52 +00:00
Steven Edwards
b8f03978a6
incress the number of passes to detect the mouse and keyboard under VMware if the VM does not have ownership of the mouse. Thanks to GreatLord and Royce
...
svn path=/trunk/; revision=19823
2005-12-02 04:05:04 +00:00
Art Yerkes
df57b512f5
Added struct tag.
...
svn path=/trunk/; revision=19822
2005-12-01 23:52:14 +00:00
Thomas Bluemel
ee15a8d71a
fixed a device status check (take two)
...
svn path=/trunk/; revision=19821
2005-12-01 23:28:34 +00:00
Thomas Bluemel
6fd3ec8ecb
fixed a device status check
...
svn path=/trunk/; revision=19820
2005-12-01 23:14:30 +00:00
Gé van Geldorp
c9ff6fb121
Complain if used outside ntoskrnl/win32k
...
svn path=/trunk/; revision=19819
2005-12-01 23:02:50 +00:00
Thomas Bluemel
17b432abb7
fixed difference in signedness warnings
...
svn path=/trunk/; revision=19818
2005-12-01 22:40:58 +00:00
Gé van Geldorp
ac156d2b5a
Files forgotten in r19815
...
svn path=/trunk/; revision=19817
2005-12-01 22:38:03 +00:00
Gé van Geldorp
ddfc8192ca
Send proper messages/events to processes during logoff and kill them if they
...
dont self-destruct.
Work in progress, not complete yet. Committed so others can work on it too.
svn path=/trunk/; revision=19815
2005-12-01 22:29:57 +00:00
Martin Fuchs
3fb8c3f6ed
simplify secure function usage using template overloads
...
svn path=/trunk/; revision=19814
2005-12-01 22:24:00 +00:00
Hervé Poussineau
d0afb66f3f
HMACHINE and DEVINST are not the same thing. Fix their usage
...
svn path=/trunk/; revision=19813
2005-12-01 22:15:57 +00:00
Thomas Bluemel
0e88bfc51b
fixed uninitialized variable warning
...
svn path=/trunk/; revision=19812
2005-12-01 22:08:48 +00:00
Alex Ionescu
a96173e692
- fix mp hal too
...
svn path=/trunk/; revision=19811
2005-12-01 21:38:13 +00:00
Steven Edwards
de98d55a46
stop the abuse of having the ddk directory in the path when including a ddk header
...
svn path=/trunk/; revision=19810
2005-12-01 21:37:19 +00:00
Alex Ionescu
5114c3f992
- Fix HAL build.
...
svn path=/trunk/; revision=19809
2005-12-01 21:35:44 +00:00
Alex Ionescu
529ece8e66
- Add some more misc. public definitions and fix exfuncs.h so that it can be included independently (thanks to hpoussin for noticing the bug).
...
svn path=/trunk/; revision=19808
2005-12-01 21:23:06 +00:00
Thomas Bluemel
3c3c3ff8f8
don't tell the user the device is working properly when the drivers aren't even installed
...
svn path=/trunk/; revision=19807
2005-12-01 21:17:25 +00:00