Commit Graph
15762 Commits
Author SHA1 Message Date
Thomas Bluemel 23d295c1ca fix the SetThreadUILanguage stub
svn path=/trunk/; revision=16876
2005-07-29 17:31:59 +00:00
Magnus Olsen b2c6d0e0d9 Implement GdiEntry14 (party tested see older commit msg)
svn path=/trunk/; revision=16875
2005-07-29 17:11:11 +00:00
Thomas Bluemel af45d81b0e don't limit read/write access for kdb to umode mem
svn path=/trunk/; revision=16874
2005-07-29 16:53:27 +00:00
Steven Edwards 7917a7f21d Fixes by tamlin. It really works now.
svn path=/trunk/; revision=16873
2005-07-29 16:48:09 +00:00
Alex Ionescu 6aa9f0c2da - Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.
svn path=/trunk/; revision=16872
2005-07-29 16:06:13 +00:00
Emanuele Aliberti f781c38507 Even if the Session Manager is a degenerate subsystem, keep its include files in the include/subsys tree.
svn path=/trunk/; revision=16871
2005-07-29 15:17:25 +00:00
Thomas Bluemel 3536691731 define __NO_CTYPE_INLINES to get DBG:=0 builds work again
svn path=/trunk/; revision=16870
2005-07-29 15:11:26 +00:00
Filip Navara 9697817837 Stop abusing the non-paged pool.
svn path=/trunk/; revision=16869
2005-07-29 15:08:20 +00:00
Filip Navara dd2dc39610 Fix the file to be actually compilable (with GAS 2.16.91).
svn path=/trunk/; revision=16868
2005-07-29 15:00:02 +00:00
Alex Ionescu 1afce7ac9b - Add back and fix useful dprint.
svn path=/trunk/; revision=16867
2005-07-29 14:56:38 +00:00
Casper Hornstrup 62104039bc Add stylesheet header to xml
svn path=/trunk/; revision=16866
2005-07-29 14:36:11 +00:00
Filip Navara be84f5ac52 IoAllocateAdapterChannel should set CurrentIrp field in the wait context block.
svn path=/trunk/; revision=16865
2005-07-29 13:58:25 +00:00
Emanuele Aliberti 852cd1035f Add posix, os2, and vms optional modules.
svn path=/trunk/; revision=16864
2005-07-29 13:56:00 +00:00
Filip Navara 12e1f03a17 IoAllocateAdapterChannel should set CurrentIrp field in the wait context block.
svn path=/trunk/; revision=16863
2005-07-29 13:54:13 +00:00
Thomas Bluemel 7fdc3cb55b Saveliy Tretiakov <[email protected]>:
serialui returns error codes directly.

svn path=/trunk/; revision=16862
2005-07-29 13:50:05 +00:00
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