Commit graph

15789 commits

Author SHA1 Message Date
Filip Navara 34674d7646 Fix a race condition in quantum code. Spotted by Shmuel Baron.
svn path=/trunk/; revision=16904
2005-07-30 23:06:46 +00:00
Eric Kohl 46be8912e3 - Support conformant arrays as in and out parameters.
- Fix message buffer size calculation for client and server.

svn path=/trunk/; revision=16903
2005-07-30 19:31:52 +00:00
Aleksey Bragin 237b710b56 Move NDEBUG higher so it actually works and doesn't output all debug messages (fix suggested by hpoussin).
svn path=/trunk/; revision=16902
2005-07-30 19:06:53 +00:00
Hartmut Birr 2e4f8bfdb1 If a mutex already exist, open it instead of create.
svn path=/trunk/; revision=16901
2005-07-30 19:03:34 +00:00
Hartmut Birr 65c8fe4c15 Initialized Basep8BitStringToUnicodeString
svn path=/trunk/; revision=16900
2005-07-30 19:00:33 +00:00
Hartmut Birr 2316f95498 Check if the cpu supports the pae mode.
svn path=/trunk/; revision=16899
2005-07-30 18:55:25 +00:00
Hartmut Birr dce178cf7c Made cmd unicode compatible.
svn path=/trunk/; revision=16898
2005-07-30 18:52:33 +00:00
Hartmut Birr dc648e2083 Use FileGetString instead of ReadFile, because ReadFile doesn't return a null terminated string.
svn path=/trunk/; revision=16897
2005-07-30 18:51:43 +00:00
Hartmut Birr 498a7947fe Put FindClose onto the correct position.
svn path=/trunk/; revision=16896
2005-07-30 18:32:18 +00:00
Emanuele Aliberti 3e4d8abf36 Create a subdir for rbuild documentation.
Move rbuild.txt there.
Convert rbuild.txt in Docbook.
Fix some minor inconsistencies in the element reference.

svn path=/trunk/; revision=16895
2005-07-30 16:53:09 +00:00
Filip Navara ca071d7417 - Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
- Export PsGetCurrentThread and PsGetCurrentProcess.

svn path=/trunk/; revision=16894
2005-07-30 16:25:35 +00:00
Hartmut Birr f25c9b142b Reverted back to 16420, because it contains too many bugs.
svn path=/trunk/; revision=16893
2005-07-30 13:49:41 +00:00
Magnus Olsen c34da245a4 fix waring kdump.c:246: warning: 'OldIrql' may be used uninitialized for dgb=0;
svn path=/trunk/; revision=16892
2005-07-30 13:44:07 +00:00
James Tabor 050a6ba318 Implement SetMenuItemBitmaps and fix bool flags.
svn path=/trunk/; revision=16891
2005-07-30 00:52:22 +00:00
James Tabor af30e6342b Patch by Dmitry Timoshkov dmitry@baikal.ru. Take into account CS_NOCLOSE window class style and SC_CLOSE system menu item state while adding MDI system menu buttons and generating WM_SYSCOMMAND messages.
svn path=/trunk/; revision=16890
2005-07-29 23:37:11 +00:00
James Tabor 8fe920ee49 Show SetMenuItemInfoA&W implemented.
svn path=/trunk/; revision=16889
2005-07-29 23:15:01 +00:00
Thomas Bluemel a37c5005c7 make the telProcessNetwork() thread function STDCALL!
svn path=/trunk/; revision=16888
2005-07-29 23:04:48 +00:00
Steven Edwards 62e33ea5ff dos line endings
svn path=/trunk/; revision=16887
2005-07-29 23:03:42 +00:00
Thomas Bluemel f5bba7d9af - simplified BasepAnsiStringToHeapUnicodeString
- fixed linking (global variable Basep8BitStringToUnicodeString was missing)
- fixed typo in the debug print in SetThreadUILanguage

svn path=/trunk/; revision=16886
2005-07-29 23:03:12 +00:00
Steven Edwards 4214fc67a7 turn on command options
svn path=/trunk/; revision=16885
2005-07-29 23:01:16 +00:00
Steven Edwards 42f41fa7c2 imported mkdosfs, added getopt.c for use with dosfsck
svn path=/trunk/; revision=16884
2005-07-29 22:53:33 +00:00
Steven Edwards c7cd667539 Major fixes for partitions larger than 4GB. Thanks to Tamlin again.
svn path=/trunk/; revision=16883
2005-07-29 22:22:12 +00:00
Hartmut Birr 7006f75f63 - Copy all data in FindFirstFileA.
- Changed back to the old code in FindFirstFileExW, because too many things are broken or useless.

svn path=/trunk/; revision=16882
2005-07-29 21:59:06 +00:00
Hartmut Birr ade86ba7d7 Fixed some bugs in CreateProcessA which was introduced by r16730.
svn path=/trunk/; revision=16881
2005-07-29 21:55:09 +00:00
Filip Navara 7559937efb Fix definiton of DPRINT1 for non-DBG build.
svn path=/trunk/; revision=16879
2005-07-29 18:11:04 +00:00
Thomas Bluemel e069829247 dynamically import functions from ntdll on startup
svn path=/trunk/; revision=16878
2005-07-29 18:01:01 +00:00
Thomas Bluemel 209e4c128e silence debug messages when calling the SEH handler
svn path=/trunk/; revision=16877
2005-07-29 17:35:22 +00:00
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 <saveliyt@mail.ru>:
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