Emanuele Aliberti
91ae1adf27
More details in the rosapps makefile message.
...
Split sysutils.
svn path=/trunk/; revision=16861
2005-07-29 13:46:03 +00:00
Filip Navara
93155e947c
Initialize DescriptorTranslated->u.Interrupt.Level before calling HalGetInterruptVector. Remember, casting hides bugs! Debugged by Hervé Poussineau.
...
svn path=/trunk/; revision=16860
2005-07-29 13:30:22 +00:00
Thomas Bluemel
bbdbd036ca
added a forward declaration to _DRIVE_LAYOUT_INFORMATION(_EX). this fixes building io/disk.c with GCC4. The reason is that the structures were used in function prototypes, which are forward declarations in the scope of the function declaration only. Since the structures were defined later, the implementations of the functions using them, actually used the defined structure types, which were different from the forward declarations in the function prototypes (even though they have the same name, they just differ in their scope). This caused GCC to warn because of incompatible function prototypes and incompatible pointer types passed to those functions
...
svn path=/trunk/; revision=16859
2005-07-29 13:28:37 +00:00
Filip Navara
05bc18eb6c
Properly propagate the SL_PENDING_RETURNED flag to stack locations in IofCompleteRequest and fix the priority boost for master IRPs.
...
svn path=/trunk/; revision=16858
2005-07-29 13:28:34 +00:00
James Tabor
714eb0ec09
Sorry for the mess. Fixup debug prints.
...
svn path=/trunk/; revision=16857
2005-07-29 12:20:28 +00:00
Casper Hornstrup
14344dd176
Display implemented/unimplemented icon for functions
...
svn path=/trunk/; revision=16856
2005-07-29 12:19:26 +00:00
Casper Hornstrup
e4bb3b1573
Browser XSLT support. Optimize for size.
...
svn path=/trunk/; revision=16855
2005-07-29 11:40:01 +00:00
Emanuele Aliberti
3b17d563fa
Various fixex to make HEAD compile.
...
I hope I did break nothing.
svn path=/trunk/; revision=16854
2005-07-29 10:04:38 +00:00
Emanuele Aliberti
c20aa760c5
Add PORT_MESSAGE_TYPE macro.
...
svn path=/trunk/; revision=16853
2005-07-29 09:51:08 +00:00
Emanuele Aliberti
62e6228e7e
Various fixes to DPRINT parameter list.
...
Some were #if0'ed because they referenced non existing variables or parameters.
svn path=/trunk/; revision=16852
2005-07-29 09:30:41 +00:00
Emanuele Aliberti
3bf350101f
[11:21] EmanueleAliberti: Usurp: drivers/dd/beep/bbep.c:178: only one DPRINT was #if 0'ed
...
[11:22] Usurp: EmanueleAliberti: its a 2 line change
[11:22] Usurp: <Usurp> - pbsp->Frequency,
[11:22] Usurp: <Usurp> - pbsp->Duration);
[11:22] Usurp: <Usurp> + BeepParam->Frequency,
[11:22] Usurp: <Usurp> + BeepParam->Duration);
svn path=/trunk/; revision=16851
2005-07-29 09:25:26 +00:00
Alex Ionescu
ddb24faedc
- Fix debug header, spottted by Gunnar
...
svn path=/trunk/; revision=16850
2005-07-29 00:14:05 +00:00
Thomas Bluemel
a661e95cdf
clear out the lower 2 bits of a pid before using it to calculate the hash as they may vary
...
svn path=/trunk/; revision=16849
2005-07-28 23:29:44 +00:00
Thomas Bluemel
d0f433ab3a
don't generate meaningless lvalue typecast
...
svn path=/trunk/; revision=16848
2005-07-28 23:22:47 +00:00
Thomas Bluemel
f2c7927059
discard explicitly returned value
...
svn path=/trunk/; revision=16847
2005-07-28 23:19:22 +00:00
Alex Ionescu
b5027d8a17
- Fix/update w32api PE headers
...
- Implement proper PEB creation, set all necessary fields and read data from PE Header and Config Directory. Fixes "corruption" issue with console apps.
svn path=/trunk/; revision=16846
2005-07-28 22:43:24 +00:00
Magnus Olsen
01cbbcac9c
Implement GdiEntry13, GdiEntry15, GdiEntry16 (all are party tested)
...
svn path=/trunk/; revision=16845
2005-07-28 22:34:11 +00:00
Magnus Olsen
480b18f588
Implement GdiEntry12 (8 of 16 are done and party tested)
...
svn path=/trunk/; revision=16844
2005-07-28 22:08:29 +00:00
Magnus Olsen
6f8996d82e
implement GdiEntry 8, Implement GdiEntry 10
...
svn path=/trunk/; revision=16843
2005-07-28 21:55:51 +00:00
Magnus Olsen
01918f37b1
thx irc : unC0Rr did sport typo fault in GdiEntry3
...
svn path=/trunk/; revision=16842
2005-07-28 21:34:00 +00:00
Magnus Olsen
52754f93e1
implement GdiEntry7 (some part is untested)
...
svn path=/trunk/; revision=16841
2005-07-28 21:08:55 +00:00
Magnus Olsen
642c3770b3
implement GdiEntry6 (party untested)
...
svn path=/trunk/; revision=16840
2005-07-28 21:00:24 +00:00
Magnus Olsen
a5fb10e380
delete ddentry.h for it was it was party copy of include/win32k/ntdraw.h, change to ros coding style forgot about that. Implement GdiEntry5 (3 of 16 are done and untested)
...
svn path=/trunk/; revision=16839
2005-07-28 20:35:53 +00:00
Magnus Olsen
b5f3ac7964
set eol style native
...
svn path=/trunk/; revision=16838
2005-07-28 19:37:36 +00:00
Magnus Olsen
4d4bdde2eb
implemet GdiEntry3 (2 of 16 are now implement) but some part is still untested
...
svn path=/trunk/; revision=16837
2005-07-28 19:28:25 +00:00
Filip Navara
f99da74356
Add definition of PI_RESOURCE_ARBITER_ENTRY.
...
svn path=/trunk/; revision=16836
2005-07-28 19:23:11 +00:00
Steven Edwards
6d7b5426e7
some cleanups and I hope closer to making it work
...
svn path=/trunk/; revision=16835
2005-07-28 18:53:35 +00:00
Magnus Olsen
c33b209409
implement GDIEntry1 of 16, the code is bit untested, we can not test it until all are in place and win32k/ntdraw got some stub remove. when all GdiEntry1-16 we are compatble with ms directdraw1-7 interface in gdi32.dll
...
svn path=/trunk/; revision=16834
2005-07-28 18:45:58 +00:00
Steven Edwards
1aa3ba72f9
fixed opening of the device
...
svn path=/trunk/; revision=16833
2005-07-28 18:34:01 +00:00
Magnus Olsen
fea82752a1
add copyright note
...
svn path=/trunk/; revision=16832
2005-07-28 16:52:15 +00:00
Magnus Olsen
0ee80aa69e
Do not do syscall. redirect the call to DdEntry1-56 in gdi32.dll it make our d3d8thk windows xp compatible.
...
svn path=/trunk/; revision=16831
2005-07-28 16:44:25 +00:00
Magnus Olsen
7b99ee39f8
Add DdEntry 1-56 it is pure syscall to win32k/ntdraw. Windows XP and higher does have this entry. And thanks to that we can make directdraw Windows XP or higher compatible. But rember alot of directdraw api are still stub in win32k/ntdraw.
...
svn path=/trunk/; revision=16830
2005-07-28 16:42:06 +00:00
Emanuele Aliberti
ab051595b1
Fix compilation (as hinted by Alex).
...
svn path=/trunk/; revision=16828
2005-07-28 11:48:58 +00:00
Casper Hornstrup
509048a223
Don't clean alias modules
...
svn path=/trunk/; revision=16827
2005-07-28 10:45:21 +00:00
Alex Ionescu
f15bd378aa
- Start of fixing CreateProcess's problems. Implemented the console creation as it should be done (not quite, but much closer to design then before). There are still some problems (input/output handle inconsitencies), I am currently working on these issues;
...
- Some debug header cleanup.
- Use the proper debug macros in some of the network code, shuts up a lot of spam when debugging for those modules wasn't enabled.
svn path=/trunk/; revision=16826
2005-07-28 04:12:43 +00:00
Steven Edwards
7851e816be
fixed building dosfsck
...
svn path=/trunk/; revision=16825
2005-07-28 03:10:35 +00:00
Steven Edwards
ab92efdeca
added port of dosfsck. Does not work yet as I cannot figure how to open the device. Win32 file access code is included ported from mkdosfs.c
...
svn path=/trunk/; revision=16824
2005-07-28 02:37:42 +00:00
Thomas Bluemel
71a12f48d0
implemented TreeResetNamedSecurityInfo and forward it to the MARTA provider
...
svn path=/trunk/; revision=16823
2005-07-27 23:11:38 +00:00
Alex Ionescu
42a3e034f8
- Fix incorrect definitions
...
svn path=/trunk/; revision=16822
2005-07-27 21:48:47 +00:00
Thomas Bluemel
9dabbd25fc
implemented GetExplicitEntriesFromAcl and forward it to the MARTA provider
...
svn path=/trunk/; revision=16816
2005-07-27 20:24:11 +00:00
Alex Ionescu
6870957b9a
- Fix included headers in GDI for PSDK compatibility
...
- Fix some incorrect definitions.
- Remove more quintuplicated header nonsense...
svn path=/trunk/; revision=16815
2005-07-27 20:09:46 +00:00
Casper Hornstrup
f5ef0f7c0f
Add Revison ISO interface
...
svn path=/trunk/; revision=16814
2005-07-27 20:09:19 +00:00
Casper Hornstrup
efcdb62b24
Move API status stylesheet
...
svn path=/trunk/; revision=16813
2005-07-27 20:06:18 +00:00
Casper Hornstrup
4f757b3d6e
Add API status scripts
...
svn path=/trunk/; revision=16812
2005-07-27 20:04:48 +00:00
Alex Ionescu
ea3d8b6b8d
- Fix debug header nonsense
...
- Fix some w32api definitions
- MSVC/PSDK Compatibility fixes.
- Clean up user32 headers for greater PCH usage.
svn path=/trunk/; revision=16811
2005-07-27 19:21:46 +00:00
Casper Hornstrup
24f28bb15b
Put halmp.dll on CD
...
svn path=/trunk/; revision=16810
2005-07-27 19:10:57 +00:00
Casper Hornstrup
dc0201cafa
Update API status to SVN
...
svn path=/trunk/; revision=16809
2005-07-27 18:46:52 +00:00
Casper Hornstrup
cfa4cb7478
rgenstat makefile
...
svn path=/trunk/; revision=16808
2005-07-27 18:46:27 +00:00
Thomas Bluemel
d04a2e183c
implemented GetInheritanceSource and FreeInheritedFromArray and forward them to the MARTA provider
...
svn path=/trunk/; revision=16807
2005-07-27 18:24:18 +00:00
Thomas Bluemel
a3b5b6b8a8
implemented SetEntriesInAclA/W and forward the call to the MARTA provider
...
svn path=/trunk/; revision=16806
2005-07-27 17:20:57 +00:00