Magnus Olsen
7eedda6459
patch from Pierre Schweitzer <heis_spiter at hotmail dot com>
...
comment from Pierre Schweitzer
In rev 27054, ekohl reduced access right when creating partition list (when
opening "disk"). To work, usetup needs more rights (like reading contents). So
this patch adds the missing right
See issue #2293 for more details.
svn path=/trunk/; revision=27064
2007-06-07 21:33:17 +00:00
Dmitry Gorbachev
fb92e1fc3d
Improve debug message.
...
svn path=/trunk/; revision=27063
2007-06-07 21:19:57 +00:00
Magnus Olsen
48d33901ec
implement VideoPortFreeCommonBuffer,
...
implement VideoPortPutDmaAdapter use halPutDmaAdapter for this
we already have all code for it, it was simple write a warper for both so they works, both api need be tested hard.
svn path=/trunk/; revision=27062
2007-06-07 21:13:06 +00:00
Magnus Olsen
69be2950f9
export HalPutDmaAdapter so we can use it for VideoPortPutDmaAdapter
...
svn path=/trunk/; revision=27061
2007-06-07 21:11:58 +00:00
Magnus Olsen
23a0686be6
fixing bug in reactos GetFreq code for dx
...
svn path=/trunk/; revision=27060
2007-06-07 19:05:28 +00:00
Magnus Olsen
a5b4c11371
adding a big freq test
...
svn path=/trunk/; revision=27059
2007-06-07 19:03:11 +00:00
Eric Kohl
e86c5c5ce0
- Fix indentation and coding style.
...
- Fix the Unicode-only code.
- No code changes.
svn path=/trunk/; revision=27055
2007-06-07 16:18:38 +00:00
Eric Kohl
f807c0daab
Fix access rights.
...
svn path=/trunk/; revision=27054
2007-06-07 16:08:08 +00:00
Eric Kohl
7f2ba4663b
Fix object attributes
...
svn path=/trunk/; revision=27053
2007-06-07 16:05:12 +00:00
Magnus Olsen
94e835008d
comment out line 2028 it seam bit wrong and it crash the win32k.
...
svn path=/trunk/; revision=27052
2007-06-07 14:03:10 +00:00
Maarten Bosma
06ea7c3758
sorry. fix it for real now.
...
svn path=/trunk/; revision=27051
2007-06-07 13:23:44 +00:00
Maarten Bosma
3db527c9d9
Fix little mistake
...
svn path=/trunk/; revision=27050
2007-06-07 13:19:56 +00:00
Magnus Olsen
eafaa0751c
adding get FourCC working now
...
svn path=/trunk/; revision=27049
2007-06-07 13:12:55 +00:00
Magnus Olsen
a4e1dbf9bd
cleanup Create_DirectDraw after all debuging and thx w3seek thuse advice. I was getting insaine why malloc fail.
...
svn path=/trunk/; revision=27048
2007-06-07 13:02:10 +00:00
Magnus Olsen
bfccdbeac1
wrong size of memory was alloc in startup.c
...
svn path=/trunk/; revision=27047
2007-06-07 12:56:13 +00:00
Magnus Olsen
01309cc881
no crash in ddraw what I known about for moment
...
svn path=/trunk/; revision=27046
2007-06-07 12:50:11 +00:00
Magnus Olsen
79583495ee
fixing another crash for -O3
...
svn path=/trunk/; revision=27045
2007-06-07 12:39:42 +00:00
Magnus Olsen
259286f6fc
Fixed one weird crash, please type make draw_clean 3 times so it gurated be clean in u tree, now build the ddraw,
...
tested compile with -O and no crash have been show
svn path=/trunk/; revision=27044
2007-06-07 12:20:13 +00:00
Maarten Bosma
d4c1add2a8
Some Clipper Code.
...
svn path=/trunk/; revision=27043
2007-06-07 11:49:43 +00:00
Magnus Olsen
6a3725e689
commit SFV_CREATE at w3seek requet
...
svn path=/trunk/; revision=27042
2007-06-07 11:46:33 +00:00
Magnus Olsen
3246f9583b
Cleanup debug msg allot
...
svn path=/trunk/; revision=27041
2007-06-07 11:28:23 +00:00
Dmitry Gorbachev
6ed41fe051
Do not free memory twice.
...
svn path=/trunk/; revision=27039
2007-06-07 11:15:22 +00:00
Magnus Olsen
fdf97aa483
remove seh on malloc
...
svn path=/trunk/; revision=27038
2007-06-07 10:33:04 +00:00
Magnus Olsen
a0230af6f5
fixing a stuoied bug, when malloc fail, gcc genrated code will crash.
...
This fix will provent ddraw alloc crash.
svn path=/trunk/; revision=27037
2007-06-07 09:43:50 +00:00
Magnus Olsen
8d0428bfbd
adding more seh protection to the code
...
svn path=/trunk/; revision=27036
2007-06-07 08:46:33 +00:00
Magnus Olsen
958b55cf2c
fixing smaller bugs in cleanup so it remove memory that we alloc, adding more seh around some ore api
...
svn path=/trunk/; revision=27035
2007-06-07 02:23:54 +00:00
Magnus Olsen
201a7b042d
more seh fixed
...
svn path=/trunk/; revision=27034
2007-06-07 01:53:44 +00:00
Dmitry Gorbachev
32740d717d
Fix my previous "fix", which is even worse then original.
...
svn path=/trunk/; revision=27033
2007-06-07 01:34:35 +00:00
Magnus Olsen
8c5a2928ed
adding more seh, everthing need warp around seh in ddraw.
...
svn path=/trunk/; revision=27032
2007-06-07 01:27:38 +00:00
Magnus Olsen
9ad6d62b37
Fixing another bugm, leaking memory, it will when we trying alloc memory for FourCC, this bug fix it and I manger come bit futher with my werid crash
...
svn path=/trunk/; revision=27031
2007-06-07 01:12:42 +00:00
Magnus Olsen
0c0bb0a0f4
Fixing some bugs
...
svn path=/trunk/; revision=27030
2007-06-07 01:00:52 +00:00
Dmitry Gorbachev
73f5eae1ad
Fix stack corruption bug.
...
svn path=/trunk/; revision=27029
2007-06-06 22:44:33 +00:00
Dmitry Gorbachev
822527aaa7
Check for ERROR_PIPE_CONNECTED.
...
svn path=/trunk/; revision=27024
2007-06-06 11:44:20 +00:00
Timo Kreuzer
cf7825f156
- partly implement GetFontResourceInfoW
...
- Remove GetFontResourceInfo stub
svn path=/trunk/; revision=27023
2007-06-06 11:15:27 +00:00
Timo Kreuzer
c77aba633c
- IntGdiAddFontResource: Add the filename to the font entry
...
- implement NtGdiGetFontResourceInfoInternalW and add it to the syscall table
svn path=/trunk/; revision=27022
2007-06-06 11:00:53 +00:00
Magnus Olsen
1ac461d40d
implement VideoPortAllocateContiguousMemory after msdn documations (need be tested) see msdn http://msdn2.microsoft.com/en-us/library/aa479107.aspx
...
remove assert on VideoPortReleaseDeviceLock and VideoPortAcquireDeviceLock
it should not be a assernt if any of thuse api success
svn path=/trunk/; revision=27021
2007-06-05 22:51:44 +00:00
Dmitry Gorbachev
ffb658d9bb
Fix keyboard layout name. See www.reactos.org/forum/viewtopic.php?t=4004
...
svn path=/trunk/; revision=27019
2007-06-05 21:59:46 +00:00
Dmitry Gorbachev
684273bc12
Fix issue #2284 .
...
svn path=/trunk/; revision=27016
2007-06-05 21:26:38 +00:00
Dmitry Gorbachev
0d8c6fe483
Update Polish translation. Add French translation by Pierre Schweitzer.
...
Reorganize resource files. (Bugs 2283 & 2284).
svn path=/trunk/; revision=27012
2007-06-05 19:18:12 +00:00
Magnus Olsen
785873953b
delete a unuse rc file
...
thx irc:HeisSpiter notice this
svn path=/trunk/; revision=27010
2007-06-05 17:29:30 +00:00
Dmitry Gorbachev
319d53aa6b
French translations. Bug #2282 .
...
svn path=/trunk/; revision=27009
2007-06-05 16:01:58 +00:00
Hervé Poussineau
f5d19e8198
It doesn't seem required to be called once with a NULL PDO.
...
Force this call, as it is where we initialize the keyboard/mouse
svn path=/trunk/; revision=27001
2007-06-04 20:22:07 +00:00
Hervé Poussineau
5f83cc2f85
Don't assume that a device without driver doesn't need any driver. It can simply not be installed
...
Better debugging messages
svn path=/trunk/; revision=27000
2007-06-04 19:32:28 +00:00
Hervé Poussineau
5423d567cc
i8042prt is not a pnp driver yet
...
svn path=/trunk/; revision=26999
2007-06-04 19:32:19 +00:00
Hervé Poussineau
f859d4a99a
Add missing registry value
...
svn path=/trunk/; revision=26998
2007-06-04 19:32:10 +00:00
Dmitry Gorbachev
8c1718142f
Update Polish translation. Bug #2280 .
...
svn path=/trunk/; revision=26997
2007-06-04 19:04:03 +00:00
Aleksey Bragin
cd085ee581
- Revert 26995 since it breaks booting.
...
svn path=/trunk/; revision=26996
2007-06-04 18:59:08 +00:00
Sylvain Petreolle
f7efcc22cc
Install ISA PNP bus driver
...
svn path=/trunk/; revision=26995
2007-06-04 16:34:19 +00:00
Aleksey Bragin
fc0bcf57b3
- Correctly fill FullDllName for modules loaded by the bootloader. This prevents loading them again later by MmLoadSystemImage().
...
svn path=/trunk/; revision=26994
2007-06-04 15:32:35 +00:00
Hervé Poussineau
cc07f4e2d7
Reapply r18676/r18677 (dispatch.S part) on w3seek advice.
...
Fixes vmwinst.exe crash on 2nd stage in qemu
svn path=/trunk/; revision=26993
2007-06-04 14:49:28 +00:00