From amunger at svn.reactos.com Thu Sep 1 04:57:32 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [amunger] 17600: Correct some checks, fix bug 748 (qemu networking). Fix by his vaingloriousness Alex Ionescu. Message-ID: <000601c5aea0$e5b1c3c0$6b01a8c0@PENELOPE> Correct some checks, fix bug 748 (qemu networking). Fix by his vaingloriousness Alex Ionescu. Updated files: trunk/reactos/drivers/net/ndis/ndis/miniport.c From gdalsnes at svn.reactos.com Thu Sep 1 23:09:11 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [gdalsnes] 17601: fixed RtlCompareUnicodeString and RtlCompareString (said stuff were equal when it was not) by ripping from wine Message-ID: <000601c5af39$66989700$6b01a8c0@PENELOPE> fixed RtlCompareUnicodeString and RtlCompareString (said stuff were equal when it was not) by ripping from wine Updated files: trunk/reactos/lib/rtl/unicode.c From blight at svn.reactos.com Fri Sep 2 01:33:02 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [blight] 17602: Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load the driver. Message-ID: <000601c5af4d$7eac2280$6b01a8c0@PENELOPE> Link against string.a instead of hal and ntoskrnl, otherwise Windows will not load the driver. Updated files: trunk/reactos/drivers/video/displays/framebuf/framebuf.xml From navaraf at svn.reactos.com Fri Sep 2 13:29:45 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [navaraf] 17603: Fix open mode passed to CreateFile in DoSaveFile function. Patch by Johannes Anderwald. Message-ID: <000601c5afb1$9ed97210$6b01a8c0@PENELOPE> Fix open mode passed to CreateFile in DoSaveFile function. Patch by Johannes Anderwald. Updated files: trunk/reactos/subsys/system/notepad/dialog.c From navaraf at svn.reactos.com Fri Sep 2 15:12:47 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [navaraf] 17604: Check for Request == NULL. Message-ID: <000601c5afc0$038fbb20$6b01a8c0@PENELOPE> Check for Request == NULL. Updated files: trunk/reactos/ntoskrnl/lpc/reply.c From hpoussin at svn.reactos.com Fri Sep 2 20:51:36 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hpoussin] 17605: No need to allocate too much memory, as SetupDiGetDeviceRegistryPropertyW returns a size in bytes, not in characters. Bug spotted by Filip Message-ID: <000601c5afef$58544750$6b01a8c0@PENELOPE> No need to allocate too much memory, as SetupDiGetDeviceRegistryPropertyW returns a size in bytes, not in characters. Bug spotted by Filip Updated files: trunk/reactos/lib/setupapi/devinst.c From hpoussin at svn.reactos.com Fri Sep 2 21:05:14 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hpoussin] 17606: Don't fill twice the output buffer. Bug spotted by Filip Message-ID: <000601c5aff1$3fd6d470$6b01a8c0@PENELOPE> Don't fill twice the output buffer. Bug spotted by Filip Updated files: trunk/reactos/lib/setupapi/devinst.c From gdalsnes at svn.reactos.com Fri Sep 2 22:46:09 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [gdalsnes] 17607: mostly naming changes Message-ID: <000601c5afff$58f994c0$6b01a8c0@PENELOPE> mostly naming changes Updated files: branches/win32k rewrite attempt/win32k/eng/window.c branches/win32k rewrite attempt/win32k/include/accelerator.h branches/win32k rewrite attempt/win32k/include/cursoricon.h branches/win32k rewrite attempt/win32k/include/hook.h branches/win32k rewrite attempt/win32k/include/ntuser.h branches/win32k rewrite attempt/win32k/include/object.h branches/win32k rewrite attempt/win32k/include/userfuncs.h branches/win32k rewrite attempt/win32k/include/win32.h branches/win32k rewrite attempt/win32k/include/window.h branches/win32k rewrite attempt/win32k/include/winpos.h branches/win32k rewrite attempt/win32k/ntuser/accelerator.c branches/win32k rewrite attempt/win32k/ntuser/callback.c branches/win32k rewrite attempt/win32k/ntuser/caret.c branches/win32k rewrite attempt/win32k/ntuser/class.c branches/win32k rewrite attempt/win32k/ntuser/cursoricon.c branches/win32k rewrite attempt/win32k/ntuser/desktop.c branches/win32k rewrite attempt/win32k/ntuser/focus.c branches/win32k rewrite attempt/win32k/ntuser/hook.c branches/win32k rewrite attempt/win32k/ntuser/hotkey.c branches/win32k rewrite attempt/win32k/ntuser/input.c branches/win32k rewrite attempt/win32k/ntuser/menu.c branches/win32k rewrite attempt/win32k/ntuser/message.c branches/win32k rewrite attempt/win32k/ntuser/misc.c branches/win32k rewrite attempt/win32k/ntuser/monitor.c branches/win32k rewrite attempt/win32k/ntuser/msgqueue.c branches/win32k rewrite attempt/win32k/ntuser/ntuser.c branches/win32k rewrite attempt/win32k/ntuser/object.c branches/win32k rewrite attempt/win32k/ntuser/painting.c branches/win32k rewrite attempt/win32k/ntuser/prop.c branches/win32k rewrite attempt/win32k/ntuser/scrollbar.c branches/win32k rewrite attempt/win32k/ntuser/timer.c branches/win32k rewrite attempt/win32k/ntuser/vis.c branches/win32k rewrite attempt/win32k/ntuser/windc.c branches/win32k rewrite attempt/win32k/ntuser/window.c branches/win32k rewrite attempt/win32k/ntuser/winpos.c branches/win32k rewrite attempt/win32k/ntuser/winsta.c branches/win32k rewrite attempt/win32k/objects/color.c branches/win32k rewrite attempt/win32k/objects/dc.c From hpoussin at svn.reactos.com Fri Sep 2 23:11:21 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hpoussin] 17608: Remove DbgPrint statements as they were not executed + some of them were badly placed Message-ID: <000601c5b002$de0ec420$6b01a8c0@PENELOPE> Remove DbgPrint statements as they were not executed + some of them were badly placed Updated files: trunk/rosapps/cmdutils/touch/touch.c trunk/rosapps/cmdutils/touch/touch.xml From hpoussin at svn.reactos.com Fri Sep 2 23:13:29 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hpoussin] 17609: RmRemove warnings Message-ID: <000601c5b003$2a554930$6b01a8c0@PENELOPE> RmRemove warnings Updated files: trunk/rosapps/dflat32/dflat32.xml trunk/rosapps/dflat32/edit.c trunk/rosapps/dflat32/normal.c trunk/rosapps/net/niclist/niclist.c trunk/rosapps/net/niclist/niclist.xml trunk/rosapps/notevil/notevil.c trunk/rosapps/notevil/notevil.xml trunk/rosapps/templates/dialog/page1.c From hpoussin at svn.reactos.com Fri Sep 2 23:27:02 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hpoussin] 17610: Remove warnings Message-ID: <000601c5b005$0f4f56b0$6b01a8c0@PENELOPE> Remove warnings Updated files: trunk/rosapps/net/netreg/netreg.cpp trunk/rosapps/net/netreg/netreg.xml From turner at svn.reactos.com Sat Sep 3 00:41:51 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [turner] 17611: Fixed a bug that crashed cmd when "cd /D" but no path. Bug reported by Harteex. Message-ID: <000601c5b00f$827cc460$6b01a8c0@PENELOPE> Fixed a bug that crashed cmd when "cd /D" but no path. Bug reported by Harteex. Updated files: trunk/reactos/subsys/system/cmd/internal.c From royce at svn.reactos.com Sat Sep 3 03:19:28 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [royce] 17612: small efficiency boost Message-ID: <000601c5b025$87cf8590$6b01a8c0@PENELOPE> small efficiency boost Updated files: trunk/reactos/tools/rbuild/XML.cpp From turner at svn.reactos.com Sat Sep 3 03:34:47 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [turner] 17613: Correctly assign %propmt%. Message-ID: <000601c5b027$ab87e430$6b01a8c0@PENELOPE> Correctly assign %propmt%. cmd.c = give %prompt% default value of $P$G prompt.c = when param are null, assign %prompt% to $P$G Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/prompt.c From greatlrd at svn.reactos.com Sat Sep 3 11:46:50 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17614: revers brandon change to prompt.c they are incorrect. Add a check if prompt env are set or not. if it is not set cmd set the prompt value. in cmd.c brandon forget that. Message-ID: <000601c5b06c$6873c020$6b01a8c0@PENELOPE> revers brandon change to prompt.c they are incorrect. Add a check if prompt env are set or not. if it is not set cmd set the prompt value. in cmd.c brandon forget that. Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/prompt.c From greatlrd at svn.reactos.com Sat Sep 3 13:05:34 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17615: * Updated translation by Anders, proofread by Andreas Bjerkeholt Message-ID: <000601c5b077$6844bfe0$6b01a8c0@PENELOPE> * Updated translation by Anders, proofread by Andreas Bjerkeholt Updated files: trunk/reactos/lib/aclui/aclui_Sv.rc From greatlrd at svn.reactos.com Sat Sep 3 13:20:14 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17616: David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt Message-ID: <000601c5b079$74801690$6b01a8c0@PENELOPE> David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt Added files: trunk/reactos/subsys/system/expand/Sv.rc Updated files: trunk/reactos/subsys/system/expand/expand.rc From greatlrd at svn.reactos.com Sat Sep 3 13:22:23 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17617: Swedish translation by Andreas Bjerkeholt, proofread by David Nordenberg. Some did forget add Es.rc to rsrc.rc (the Spanish translations) Message-ID: <000601c5b079$c14e9050$6b01a8c0@PENELOPE> Swedish translation by Andreas Bjerkeholt, proofread by David Nordenberg. Some did forget add Es.rc to rsrc.rc (the Spanish translations) Added files: trunk/reactos/subsys/system/regedit/Sv.rc Updated files: trunk/reactos/subsys/system/regedit/rsrc.rc From greatlrd at svn.reactos.com Sat Sep 3 13:23:39 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17618: Swedish translation by David Nordenberg, proofread by Andreas Bjerkeholt Message-ID: <000601c5b079$ef14db20$6b01a8c0@PENELOPE> Swedish translation by David Nordenberg, proofread by Andreas Bjerkeholt Added files: trunk/reactos/subsys/system/userinit/Sv.rc Updated files: trunk/reactos/subsys/system/userinit/userinit.rc From greatlrd at svn.reactos.com Sat Sep 3 13:50:31 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17619: Updated translation by Anders, proofread by Andreas Bjerkeholt, rename Sw to sv, Sw stand for another language's. Steven can you send this change to winehq. Message-ID: <000601c5b07d$afb40ba0$6b01a8c0@PENELOPE> Updated translation by Anders, proofread by Andreas Bjerkeholt, rename Sw to sv, Sw stand for another language's. Steven can you send this change to winehq. Added files: trunk/reactos/subsys/system/notepad/Sv.rc Updated files: trunk/reactos/subsys/system/notepad/rsrc.rc Deleted files: trunk/reactos/subsys/system/notepad/Sw.rc From turner at svn.reactos.com Sat Sep 3 13:51:33 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [turner] 17620: Setting my changes back for prompt.c. Greatlord and I agreed about this. These was a miscommication about these changes and the way different MS version handle it. Message-ID: <000601c5b07d$d4eb2cf0$6b01a8c0@PENELOPE> Setting my changes back for prompt.c. Greatlord and I agreed about this. These was a miscommication about these changes and the way different MS version handle it. Updated files: trunk/reactos/subsys/system/cmd/prompt.c From hbirr at svn.reactos.com Sat Sep 3 19:40:41 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hbirr] 17621: Set the ownership before locking the bitmap in EngCreateDeviceSurface, because GDIOBJ_SetOwnership runs in a dead lock if the object is already locked by the same process. Message-ID: <000601c5b0ae$9ac29a50$6b01a8c0@PENELOPE> Set the ownership before locking the bitmap in EngCreateDeviceSurface, because GDIOBJ_SetOwnership runs in a dead lock if the object is already locked by the same process. This may fix bug 747. Updated files: trunk/reactos/subsys/win32k/eng/surface.c From hbirr at svn.reactos.com Sat Sep 3 20:00:58 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [hbirr] 17622: Fixed the return value in KeRundownQueue if the queue is empty. This should fix bug 751. Message-ID: <000601c5b0b1$6fd75490$6b01a8c0@PENELOPE> Fixed the return value in KeRundownQueue if the queue is empty. This should fix bug 751. Updated files: trunk/reactos/ntoskrnl/ke/queue.c From amunger at svn.reactos.com Sat Sep 3 20:05:41 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [amunger] 17623: Fix cmd build. Please check your changes before commiting. Message-ID: <000601c5b0b2$18b7e7a0$6b01a8c0@PENELOPE> Fix cmd build. Please check your changes before commiting. Updated files: trunk/reactos/subsys/system/cmd/prompt.c From ekohl at svn.reactos.com Sat Sep 3 21:44:53 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [ekohl] 17624: Fix GUID->String conversion. Message-ID: <000601c5b0bf$f4aa70e0$6b01a8c0@PENELOPE> Fix GUID->String conversion. Implement CM_Get_Class[_Ex]A/W. Updated files: trunk/reactos/include/wine/cfgmgr32.h trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/w32api/include/ddk/cfgmgr32.h From greatlrd at svn.reactos.com Sat Sep 3 22:00:01 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17625: fix type can handler \n at text output thx ravelo for the small patch. see file misc.c. prompt.c fix the szParam so it have a buffer set. and do not use szParam for param, the param length can in future very big. when dymatic buffer be implement at command line. Message-ID: <000601c5b0c2$11645820$6b01a8c0@PENELOPE> fix type can handler \n at text output thx ravelo for the small patch. see file misc.c. prompt.c fix the szParam so it have a buffer set. and do not use szParam for param, the param length can in future very big. when dymatic buffer be implement at command line. Updated files: trunk/reactos/subsys/system/cmd/misc.c trunk/reactos/subsys/system/cmd/prompt.c From greatlrd at svn.reactos.com Sun Sep 4 01:12:20 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17626: remove some hardcode commadline buffer value. first step to implement dymatic buffer. but we need do it very carefull, so nothing will be broken. Message-ID: <000601c5b0dc$ef56e430$6b01a8c0@PENELOPE> remove some hardcode commadline buffer value. first step to implement dymatic buffer. but we need do it very carefull, so nothing will be broken. Updated files: trunk/reactos/subsys/system/cmd/start.c From greatlrd at svn.reactos.com Sun Sep 4 11:29:49 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17627: fix a small bug after me, and check if it really got memmory or not. Message-ID: <000601c5b133$3237bfd0$6b01a8c0@PENELOPE> fix a small bug after me, and check if it really got memmory or not. Updated files: trunk/reactos/subsys/system/cmd/start.c From greatlrd at svn.reactos.com Sun Sep 4 11:55:10 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17628: Remove more hardcode buffer value to dymatic buffer. Message-ID: <000601c5b136$bcece800$6b01a8c0@PENELOPE> Remove more hardcode buffer value to dymatic buffer. Updated files: trunk/reactos/subsys/system/cmd/cmd.c From navaraf at svn.reactos.com Sun Sep 4 12:02:26 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [navaraf] 17629: - Set the MAP_BASE_SW_SG flag for map registers in IoFreeMapRegisters. Message-ID: <000601c5b137$c0db91e0$6b01a8c0@PENELOPE> - Set the MAP_BASE_SW_SG flag for map registers in IoFreeMapRegisters. - Fix address calculation in HalpCopyBufferMap. - Correctly set the map register counter in IoMapTransfer if dealing with MAP_BASE_SW_SG map registers. Updated files: trunk/reactos/hal/halx86/generic/dma.c From navaraf at svn.reactos.com Sun Sep 4 13:17:41 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [navaraf] 17630: Fix the return value of HalReadDmaCounter at the end of transfer. Message-ID: <000601c5b142$439b5b60$6b01a8c0@PENELOPE> Fix the return value of HalReadDmaCounter at the end of transfer. Updated files: trunk/reactos/hal/halx86/generic/dma.c From greatlrd at svn.reactos.com Sun Sep 4 13:18:46 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [greatlrd] 17631: remove some hardcode buffer value. The dymatic buffer does not work yet, until all CMDLINE_LENGTH are remove. Message-ID: <000601c5b142$6ab1c400$6b01a8c0@PENELOPE> remove some hardcode buffer value. The dymatic buffer does not work yet, until all CMDLINE_LENGTH are remove. Updated files: trunk/reactos/subsys/system/cmd/bugs.txt trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/cmdinput.c From ekohl at svn.reactos.com Sun Sep 4 13:26:22 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:14 2006 Subject: [ros-svn] [ekohl] 17632: - Enclose GUID in curly brackets. Message-ID: <000601c5b143$7a52f770$6b01a8c0@PENELOPE> - Enclose GUID in curly brackets. - Implement CM_Get_Class_Key_Name_ExA. Updated files: trunk/reactos/lib/setupapi/cfgmgr.c From greatlrd at svn.reactos.com Sun Sep 4 13:32:07 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [greatlrd] 17633: Revers the change after reboot it did carcgh for me hole time. Message-ID: <000601c5b144$482c9160$6b01a8c0@PENELOPE> Revers the change after reboot it did carcgh for me hole time. Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/cmdinput.c From greatlrd at svn.reactos.com Sun Sep 4 13:47:58 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [greatlrd] 17634: fix bug 739 can not create file notepad newfile.txt Message-ID: <000601c5b146$7eebd920$6b01a8c0@PENELOPE> fix bug 739 can not create file notepad newfile.txt at cmd prompt Updated files: trunk/reactos/subsys/system/notepad/dialog.c From ekohl at svn.reactos.com Sun Sep 4 16:40:15 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ekohl] 17635: Implement CM_Get_Class_Name_ExA. Message-ID: <000601c5b15e$9034f8c0$6b01a8c0@PENELOPE> Implement CM_Get_Class_Name_ExA. Updated files: trunk/reactos/lib/setupapi/cfgmgr.c From navaraf at svn.reactos.com Sun Sep 4 17:18:55 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [navaraf] 17636: Get correct physical address in HalpGrowMapBuffers. Message-ID: <000601c5b163$f6fa88e0$6b01a8c0@PENELOPE> Get correct physical address in HalpGrowMapBuffers. Updated files: trunk/reactos/hal/halx86/generic/dma.c From ion at svn.reactos.com Sun Sep 4 17:57:20 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17637: - Disable two tests since the Balance Set Manager isn't implemented yet and they'll freeze ROS. Message-ID: <000601c5b169$54f7de20$6b01a8c0@PENELOPE> - Disable two tests since the Balance Set Manager isn't implemented yet and they'll freeze ROS. Updated files: trunk/reactos/regtests/winetests/kernel32/thread.c From ion at svn.reactos.com Sun Sep 4 20:01:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17638: - Various fixes to headers, such as fixing some LPC prototypes, adding/correcting some structures, adding some missing definitions, etc... Message-ID: <000601c5b17a$a05f8c30$6b01a8c0@PENELOPE> - Various fixes to headers, such as fixing some LPC prototypes, adding/correcting some structures, adding some missing definitions, etc... Updated files: trunk/reactos/include/ndk/dbgktypes.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/setypes.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/ntoskrnl/ex/error.c trunk/reactos/ntoskrnl/include/internal/port.h trunk/reactos/ntoskrnl/lpc/reply.c trunk/reactos/ntoskrnl/lpc/send.c trunk/reactos/subsys/smss/smapi.c From hpoussin at svn.reactos.com Sun Sep 4 22:11:55 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17639: Implement SetComputerNameExA/W Message-ID: <000601c5b18c$e5caad10$6b01a8c0@PENELOPE> Implement SetComputerNameExA/W Updated files: trunk/reactos/lib/kernel32/misc/computername.c trunk/reactos/lib/kernel32/misc/stubs.c trunk/reactos/w32api/include/winbase.h From hpoussin at svn.reactos.com Sun Sep 4 22:45:38 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17640: Don't double-define KEBUGCHECK(EX) Message-ID: <000601c5b191$9b20cec0$6b01a8c0@PENELOPE> Don't double-define KEBUGCHECK(EX) Updated files: trunk/reactos/include/reactos/helper.h From hpoussin at svn.reactos.com Sun Sep 4 23:15:01 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17641: Allow compilation of fs_rec driver with MSVC Message-ID: <000601c5b195$b611f200$6b01a8c0@PENELOPE> Allow compilation of fs_rec driver with MSVC Updated files: trunk/reactos/drivers/fs/fs_rec/blockdev.c trunk/reactos/drivers/fs/fs_rec/cdfs.c trunk/reactos/drivers/fs/fs_rec/fat.c trunk/reactos/drivers/fs/fs_rec/fs_rec.c trunk/reactos/drivers/fs/fs_rec/fs_rec.h trunk/reactos/drivers/fs/fs_rec/fs_rec.rc trunk/reactos/drivers/fs/fs_rec/fs_rec.xml trunk/reactos/drivers/fs/fs_rec/ntfs.c trunk/reactos/drivers/fs/fs_rec/udfs.c From hpoussin at svn.reactos.com Sun Sep 4 23:44:25 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17642: Allow compilation of npfs driver with MSVC Message-ID: <000601c5b199$d1697830$6b01a8c0@PENELOPE> Allow compilation of npfs driver with MSVC Updated files: trunk/reactos/drivers/fs/np/create.c trunk/reactos/drivers/fs/np/finfo.c trunk/reactos/drivers/fs/np/fsctrl.c trunk/reactos/drivers/fs/np/npfs.c trunk/reactos/drivers/fs/np/npfs.h trunk/reactos/drivers/fs/np/npfs.rc trunk/reactos/drivers/fs/np/npfs.xml trunk/reactos/drivers/fs/np/rw.c trunk/reactos/drivers/fs/np/volume.c From hpoussin at svn.reactos.com Mon Sep 5 00:12:42 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17643: Alex prefers that we don't locally define structures that not in the DDK/IFS kit, but that we use the NDK headers. Message-ID: <000601c5b19d$c516ba30$6b01a8c0@PENELOPE> Alex prefers that we don't locally define structures that not in the DDK/IFS kit, but that we use the NDK headers. This change breaks the compilation with the DDK/IFS kit only. Updated files: trunk/reactos/drivers/fs/np/create.c trunk/reactos/drivers/fs/np/npfs.h From hpoussin at svn.reactos.com Mon Sep 5 00:13:39 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17644: Fix definition of STDCALL. Thanks Alex Message-ID: <000601c5b19d$e6e0a130$6b01a8c0@PENELOPE> Fix definition of STDCALL. Thanks Alex Updated files: trunk/reactos/drivers/fs/fs_rec/fs_rec.h From ion at svn.reactos.com Mon Sep 5 00:17:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17645: - Fix incompatible IO_STACK_LOCATION definition in W32api ddk/winddk.k Message-ID: <000601c5b19e$62804610$6b01a8c0@PENELOPE> - Fix incompatible IO_STACK_LOCATION definition in W32api ddk/winddk.k - Add EXTENDED_IO_STACK_LOCATION to NDK, with the full definition. Updated files: trunk/reactos/include/ndk/iotypes.h trunk/reactos/w32api/include/ddk/winddk.h From hpoussin at svn.reactos.com Mon Sep 5 00:20:28 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17646: Fix SetComputerNameA/W. They were sending a bad parameter to SetComputerNameExA/W. Thanks Hartmut Message-ID: <000601c5b19e$dae24c20$6b01a8c0@PENELOPE> Fix SetComputerNameA/W. They were sending a bad parameter to SetComputerNameExA/W. Thanks Hartmut Updated files: trunk/reactos/lib/kernel32/misc/computername.c From ion at svn.reactos.com Mon Sep 5 00:33:39 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17647: - Fix typo in NDK Message-ID: <000601c5b1a0$b2731f60$6b01a8c0@PENELOPE> - Fix typo in NDK - Fix compilation of NPFS and MSFS and increase their compile speed by using PCH. Updated files: trunk/reactos/drivers/fs/ms/create.c trunk/reactos/drivers/fs/ms/finfo.c trunk/reactos/drivers/fs/ms/fsctrl.c trunk/reactos/drivers/fs/ms/msfs.c trunk/reactos/drivers/fs/ms/msfs.h trunk/reactos/drivers/fs/ms/msfs.xml trunk/reactos/drivers/fs/ms/rw.c trunk/reactos/drivers/fs/np/create.c trunk/reactos/drivers/fs/np/npfs.xml trunk/reactos/include/ndk/iotypes.h From ion at svn.reactos.com Mon Sep 5 01:18:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17648: - Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition Message-ID: <000601c5b1a6$fcd3e5c0$6b01a8c0@PENELOPE> - Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition - Fix MSFS to build with MSDDK. - Fix iotypes.h to be MSDDK compatible. Updated files: trunk/reactos/drivers/fs/ms/create.c trunk/reactos/drivers/fs/ms/finfo.c trunk/reactos/drivers/fs/ms/fsctrl.c trunk/reactos/drivers/fs/ms/msfs.c trunk/reactos/drivers/fs/ms/msfs.h trunk/reactos/drivers/fs/ms/rw.c trunk/reactos/include/ndk/iotypes.h trunk/reactos/w32api/include/ddk/ntifs.h From ion at svn.reactos.com Mon Sep 5 01:26:43 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17649: - Define NTSYSAPI and NTSYSCALLAPI Message-ID: <000601c5b1a8$1c1f42c0$6b01a8c0@PENELOPE> - Define NTSYSAPI and NTSYSCALLAPI Updated files: trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Mon Sep 5 01:48:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17650: - Fix kernel32 and ntoskrnl build issues. Message-ID: <000601c5b1ab$28ba7740$6b01a8c0@PENELOPE> - Fix kernel32 and ntoskrnl build issues. - Define public version of DEVOBJ_EXTENSION in DDK. Updated files: trunk/reactos/lib/kernel32/file/mailslot.c trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/deviface.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/plugplay.c trunk/reactos/ntoskrnl/io/pnpmgr.c trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntdef.h From ion at svn.reactos.com Mon Sep 5 06:48:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17651: - NDK compatibility fixes for MSDDK. Use NTAPI instead of STDCALL, and use NTSYSAPI instead of NTOSAPI. Message-ID: <000601c5b1d5$0ec2e050$6b01a8c0@PENELOPE> - NDK compatibility fixes for MSDDK. Use NTAPI instead of STDCALL, and use NTSYSAPI instead of NTOSAPI. - Remove some functions/types in NDK that were already documented in DDK/IFS. - Fixup syscall structures for the table and fix protoype of KeAdd/RemoveServiceDescriptorTable. Updated files: trunk/reactos/drivers/fs/ms/msfs.h trunk/reactos/include/ndk/cctypes.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/halfuncs.h trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/i386/ketypes.h trunk/reactos/include/ndk/inbvfuncs.h trunk/reactos/include/ndk/kdfuncs.h trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/mmfuncs.h trunk/reactos/include/ndk/obfuncs.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/psfuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/sefuncs.h trunk/reactos/include/ndk/setypes.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/tools/nci/ncitool.c trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Mon Sep 5 09:51:26 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17652: - More NDK/MSDDK compatibility fixes. Message-ID: <000601c5b1ee$9dfb6bc0$6b01a8c0@PENELOPE> - More NDK/MSDDK compatibility fixes. Updated files: trunk/reactos/include/ndk/ifssupp.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/sefuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/lib/kernel32/file/lock.c trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/rtl/rtl.h trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/lpc/query.c trunk/reactos/ntoskrnl/mm/virtual.c trunk/reactos/ntoskrnl/se/audit.c trunk/reactos/w32api/include/ddk/ntddk.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/winnt.h From hpoussin at svn.reactos.com Mon Sep 5 09:59:39 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hpoussin] 17653: Fix the build. TIB field in KIPCR structure is named NtTib, not Tib Message-ID: <000601c5b1ef$c4135ab0$6b01a8c0@PENELOPE> Fix the build. TIB field in KIPCR structure is named NtTib, not Tib Updated files: trunk/reactos/ntoskrnl/kdbg/kdb_cli.c From gvg at svn.reactos.com Mon Sep 5 10:01:55 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17654: svn maintenance: ignore generated GNUmakefile Message-ID: <000601c5b1f0$1565fd00$6b01a8c0@PENELOPE> svn maintenance: ignore generated GNUmakefile From gvg at svn.reactos.com Mon Sep 5 10:18:40 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17655: Wine-20050830 vendor drop Message-ID: <000601c5b1f2$6c0d7370$6b01a8c0@PENELOPE> Wine-20050830 vendor drop Updated files: vendor/wine/dlls/cabinet/current/cabinet.h vendor/wine/dlls/cabinet/current/cabinet.spec vendor/wine/dlls/cabinet/current/cabinet_main.c vendor/wine/dlls/comctl32/current/Makefile.in vendor/wine/dlls/comctl32/current/animate.c vendor/wine/dlls/comctl32/current/comboex.c vendor/wine/dlls/comctl32/current/comctl32.h vendor/wine/dlls/comctl32/current/comctl32.spec vendor/wine/dlls/comctl32/current/comctl32undoc.c vendor/wine/dlls/comctl32/current/commctrl.c vendor/wine/dlls/comctl32/current/datetime.c vendor/wine/dlls/comctl32/current/dpa.c vendor/wine/dlls/comctl32/current/header.c vendor/wine/dlls/comctl32/current/imagelist.c vendor/wine/dlls/comctl32/current/ipaddress.c vendor/wine/dlls/comctl32/current/listview.c vendor/wine/dlls/comctl32/current/monthcal.c vendor/wine/dlls/comctl32/current/progress.c vendor/wine/dlls/comctl32/current/propsheet.c vendor/wine/dlls/comctl32/current/rebar.c vendor/wine/dlls/comctl32/current/status.c vendor/wine/dlls/comctl32/current/tab.c vendor/wine/dlls/comctl32/current/toolbar.c vendor/wine/dlls/comctl32/current/tooltips.c vendor/wine/dlls/comctl32/current/trackbar.c vendor/wine/dlls/comctl32/current/treeview.c vendor/wine/dlls/commdlg/current/cdlg32.c vendor/wine/dlls/commdlg/current/filedlg.c vendor/wine/dlls/commdlg/current/filedlgbrowser.c vendor/wine/dlls/commdlg/current/filedlgbrowser.h vendor/wine/dlls/commdlg/current/printdlg.c vendor/wine/dlls/dinput8/current/Makefile.in vendor/wine/dlls/dinput8/current/dinput8.spec vendor/wine/dlls/dinput8/current/dinput8_main.c vendor/wine/dlls/dsound/current/capture.c vendor/wine/dlls/dsound/current/dsound_main.c vendor/wine/dlls/dsound/current/mixer.c vendor/wine/dlls/dsound/current/primary.c vendor/wine/dlls/icmp/current/icmp_main.c vendor/wine/dlls/midimap/current/midimap.spec vendor/wine/dlls/mpr/current/mpr.spec vendor/wine/dlls/mpr/current/mpr_main.c vendor/wine/dlls/msi/current/action.c vendor/wine/dlls/msi/current/action.h vendor/wine/dlls/msi/current/classes.c vendor/wine/dlls/msi/current/create.c vendor/wine/dlls/msi/current/custom.c vendor/wine/dlls/msi/current/delete.c vendor/wine/dlls/msi/current/events.c vendor/wine/dlls/msi/current/files.c vendor/wine/dlls/msi/current/format.c vendor/wine/dlls/msi/current/helpers.c vendor/wine/dlls/msi/current/insert.c vendor/wine/dlls/msi/current/install.c vendor/wine/dlls/msi/current/msi.c vendor/wine/dlls/msi/current/msi.spec vendor/wine/dlls/msi/current/msipriv.h vendor/wine/dlls/msi/current/msiquery.c vendor/wine/dlls/msi/current/package.c vendor/wine/dlls/msi/current/regsvr.c vendor/wine/dlls/msi/current/select.c vendor/wine/dlls/msi/current/table.c vendor/wine/dlls/msimg32/current/msimg32.spec vendor/wine/dlls/ole32/current/antimoniker.c vendor/wine/dlls/ole32/current/compobj.c vendor/wine/dlls/ole32/current/compobj.spec vendor/wine/dlls/ole32/current/compobj_private.h vendor/wine/dlls/ole32/current/compositemoniker.c vendor/wine/dlls/ole32/current/datacache.c vendor/wine/dlls/ole32/current/defaulthandler.c vendor/wine/dlls/ole32/current/errorinfo.c vendor/wine/dlls/ole32/current/filemoniker.c vendor/wine/dlls/ole32/current/ftmarshal.c vendor/wine/dlls/ole32/current/ifs.h vendor/wine/dlls/ole32/current/itemmoniker.c vendor/wine/dlls/ole32/current/marshal.c vendor/wine/dlls/ole32/current/moniker.c vendor/wine/dlls/ole32/current/moniker.h vendor/wine/dlls/ole32/current/ole16.c vendor/wine/dlls/ole32/current/ole2.c vendor/wine/dlls/ole32/current/ole2.spec vendor/wine/dlls/ole32/current/ole2_16.c vendor/wine/dlls/ole32/current/ole32.spec vendor/wine/dlls/ole32/current/oleproxy.c vendor/wine/dlls/ole32/current/stg_prop.c vendor/wine/dlls/ole32/current/storage.c vendor/wine/dlls/ole32/current/storage.spec vendor/wine/dlls/ole32/current/storage32.c vendor/wine/dlls/oleaut32/current/oleaut.c vendor/wine/dlls/oleaut32/current/oleaut32.spec vendor/wine/dlls/oleaut32/current/olefont.c vendor/wine/dlls/oleaut32/current/olepicture.c vendor/wine/dlls/oleaut32/current/regsvr.c vendor/wine/dlls/oleaut32/current/safearray.c vendor/wine/dlls/oleaut32/current/tmarshal.c vendor/wine/dlls/oleaut32/current/typelib.c vendor/wine/dlls/oleaut32/current/typelib.h vendor/wine/dlls/oleaut32/current/typelib2.c vendor/wine/dlls/oleaut32/current/varformat.c vendor/wine/dlls/oleaut32/current/variant.c vendor/wine/dlls/oleaut32/current/variant.h vendor/wine/dlls/oleaut32/current/vartype.c vendor/wine/dlls/olepro32/current/Makefile.in vendor/wine/dlls/riched20/current/caret.c vendor/wine/dlls/riched20/current/context.c vendor/wine/dlls/riched20/current/editor.c vendor/wine/dlls/riched20/current/editor.h vendor/wine/dlls/riched20/current/editstr.h vendor/wine/dlls/riched20/current/paint.c vendor/wine/dlls/riched20/current/reader.c vendor/wine/dlls/riched20/current/richole.c vendor/wine/dlls/riched20/current/row.c vendor/wine/dlls/riched20/current/rtf.h vendor/wine/dlls/riched20/current/writer.c vendor/wine/dlls/richedit/current/Makefile.in vendor/wine/dlls/richedit/current/riched32.spec vendor/wine/dlls/richedit/current/richedit.c vendor/wine/dlls/rpcrt4/current/cpsf.c vendor/wine/dlls/rpcrt4/current/ndr_marshall.c vendor/wine/dlls/rpcrt4/current/ndr_midl.c vendor/wine/dlls/rpcrt4/current/rpc_epmap.c vendor/wine/dlls/rpcrt4/current/rpc_message.c vendor/wine/dlls/rpcrt4/current/rpc_server.c vendor/wine/dlls/rpcrt4/current/rpcrt4.spec vendor/wine/dlls/rpcrt4/current/rpcrt4_main.c vendor/wine/dlls/shdocvw/current/shdocvw.spec vendor/wine/dlls/shell32/current/Makefile.in vendor/wine/dlls/shell32/current/autocomplete.c vendor/wine/dlls/shell32/current/cpanelfolder.c vendor/wine/dlls/shell32/current/debughlp.c vendor/wine/dlls/shell32/current/folders.c vendor/wine/dlls/shell32/current/iconcache.c vendor/wine/dlls/shell32/current/pidl.c vendor/wine/dlls/shell32/current/regsvr.c vendor/wine/dlls/shell32/current/shell.c vendor/wine/dlls/shell32/current/shell32.spec vendor/wine/dlls/shell32/current/shell32_main.c vendor/wine/dlls/shell32/current/shell32_main.h vendor/wine/dlls/shell32/current/shellfolder.h vendor/wine/dlls/shell32/current/shelllink.c vendor/wine/dlls/shell32/current/shellole.c vendor/wine/dlls/shell32/current/shellreg.c vendor/wine/dlls/shell32/current/shfldr_desktop.c vendor/wine/dlls/shell32/current/shfldr_fs.c vendor/wine/dlls/shell32/current/shfldr_mycomp.c vendor/wine/dlls/shell32/current/shfldr_unixfs.c vendor/wine/dlls/shell32/current/shlexec.c vendor/wine/dlls/shell32/current/shlview.c vendor/wine/dlls/shell32/current/shres.rc vendor/wine/dlls/shell32/current/shresdef.h vendor/wine/dlls/shell32/current/shv_bg_cmenu.c vendor/wine/dlls/shlwapi/current/istream.c vendor/wine/dlls/shlwapi/current/ordinal.c vendor/wine/dlls/shlwapi/current/reg.c vendor/wine/dlls/shlwapi/current/regstream.c vendor/wine/dlls/shlwapi/current/shlwapi.spec vendor/wine/dlls/shlwapi/current/shlwapi_main.c vendor/wine/dlls/shlwapi/current/string.c vendor/wine/dlls/shlwapi/current/thread.c vendor/wine/dlls/urlmon/current/regsvr.c vendor/wine/dlls/urlmon/current/urlmon.spec vendor/wine/dlls/urlmon/current/urlmon_main.c vendor/wine/dlls/uxtheme/current/draw.c vendor/wine/dlls/uxtheme/current/msstyles.c vendor/wine/dlls/uxtheme/current/msstyles.h vendor/wine/dlls/uxtheme/current/property.c vendor/wine/dlls/uxtheme/current/system.c vendor/wine/dlls/uxtheme/current/uxtheme.spec vendor/wine/dlls/uxtheme/current/uxthemedll.h vendor/wine/libs/unicode/current/mbtowc.c vendor/wine/libs/unicode/current/wctomb.c vendor/wine/programs/msiexec/current/msiexec.c vendor/wine/tools/winebuild/current/build.h vendor/wine/tools/winebuild/current/import.c vendor/wine/tools/winebuild/current/main.c vendor/wine/tools/winebuild/current/parser.c vendor/wine/tools/winebuild/current/res32.c vendor/wine/tools/winebuild/current/spec16.c vendor/wine/tools/winebuild/current/spec32.c vendor/wine/tools/winebuild/current/utils.c vendor/wine/tools/winebuild/current/winebuild.man.in vendor/wine/tools/wrc/current/parser.y From gvg at svn.reactos.com Mon Sep 5 11:25:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17656: The kernel extension is really a EXTENDED_DEVOBJ_EXTENSION now Message-ID: <000601c5b1fb$bb157360$6b01a8c0@PENELOPE> The kernel extension is really a EXTENDED_DEVOBJ_EXTENSION now Updated files: trunk/reactos/ntoskrnl/io/device.c From gvg at svn.reactos.com Mon Sep 5 11:26:13 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17657: Fix compilation when ENABLE_VALIDATE_POOL is defined Message-ID: <000601c5b1fb$dbf807a0$6b01a8c0@PENELOPE> Fix compilation when ENABLE_VALIDATE_POOL is defined Updated files: trunk/reactos/ntoskrnl/mm/npool.c From gvg at svn.reactos.com Mon Sep 5 12:18:15 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17658: Sync to Wine-20050830: Message-ID: <000601c5b203$20a86500$6b01a8c0@PENELOPE> Sync to Wine-20050830: Mike McCormack - Fix a gcc 4.0 -Wpointer-sign warning. - gcc 4.0 warning fix. Updated files: trunk/reactos/tools/unicode/mbtowc.c trunk/reactos/tools/unicode/wctomb.c From gvg at svn.reactos.com Mon Sep 5 19:35:34 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17659: Sync to Wine-20050830: Message-ID: <000601c5b240$38b16c90$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Beginnings of a crt0 library. - Added a warning for DllGetVersion and DllInstall not being declared private. Also warn when one of the Dll* functions is using a different internal name. - Added a --undefined option to allow forcing some symbols to be resolved by the linker. - Byteswap the resources if we detect that the header is in the wrong endianness. - Moved more of the spec initialization code to the winecrt0 library, and get rid of implicit kernel32 imports. - Use __wine_unimplemented_stub from crt0 for 16-bit spec files too. - Moved the delay loading support code to the winecrt0 library. - Avoid using common symbols, they are broken on Mac OS. - Moved the implementation of spec file stubs to the winecrt0 library. - The exported name strings should be inside the export directory (found by Vitaliy Margolen). - Added some general purpose routines for managing list of symbol names. - Print a warning when a generated import library doesn't export anything useful. - Implemented DelayLoadFailureHook and use it in the winebuild-generated delay load code. - Compute the ordinal base and limit in assign_ordinals instead of doing it while parsing. - Get rid of the unused owner_name field. Ge van Geldorp - Adapt changes to ReactOS Updated files: trunk/reactos/tools/winebuild/build.h trunk/reactos/tools/winebuild/import.c trunk/reactos/tools/winebuild/main.c trunk/reactos/tools/winebuild/parser.c trunk/reactos/tools/winebuild/res32.c trunk/reactos/tools/winebuild/spec16.c trunk/reactos/tools/winebuild/spec32.c trunk/reactos/tools/winebuild/utils.c trunk/reactos/tools/winebuild/winebuild.man.in From ion at svn.reactos.com Mon Sep 5 20:06:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [ion] 17660: - More NDK + MSDDK/IFS Compatibility fixes Message-ID: <000601c5b244$8cb4da30$6b01a8c0@PENELOPE> - More NDK + MSDDK/IFS Compatibility fixes - Prototype fixes Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/lib/advapi32/sec/ac.c trunk/reactos/lib/advapi32/sec/sec.c trunk/reactos/lib/kernel32/file/file.c trunk/reactos/lib/kernel32/include/kernel32.h trunk/reactos/lib/rtl/acl.c trunk/reactos/lib/rtl/nls.c trunk/reactos/lib/rtl/sd.c trunk/reactos/lib/rtl/sid.c trunk/reactos/lib/rtl/unicode.c trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntdef.h From gvg at svn.reactos.com Mon Sep 5 22:03:11 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17661: Alexandre Julliard Message-ID: <000601c5b254$d7cb0250$6b01a8c0@PENELOPE> Alexandre Julliard - Removed the broken mmap64 configure check, and moved the _FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that need the define include it. Added files: trunk/reactos/lib/libwine/string.c Updated files: trunk/reactos/include/wine/config.h trunk/reactos/lib/libwine/libwine.xml trunk/reactos/tools/wrc/parser.y trunk/reactos/tools/wrc/y.tab.c trunk/reactos/tools/wrc/y.tab.h From gvg at svn.reactos.com Mon Sep 5 22:07:56 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17662: Sync to Wine-20050830: Message-ID: <000601c5b255$814193d0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. Mike McCormack - Fix gcc 4.0 warnings. Updated files: trunk/reactos/lib/cabinet/cabinet.h trunk/reactos/lib/cabinet/cabinet.spec trunk/reactos/lib/cabinet/cabinet_main.c From gvg at svn.reactos.com Mon Sep 5 22:12:29 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17663: Add forgotten files Message-ID: <000601c5b256$24086a30$6b01a8c0@PENELOPE> Add forgotten files Added files: vendor/wine/dlls/comctl32/current/theme_combo.c vendor/wine/dlls/comctl32/current/theme_dialog.c vendor/wine/dlls/comctl32/current/theme_edit.c vendor/wine/dlls/comctl32/current/theme_listbox.c vendor/wine/dlls/comctl32/current/theming.c From hbirr at svn.reactos.com Mon Sep 5 22:25:38 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hbirr] 17665: - Copy the map registers to the buffer only, if they are used (in IoFlushAdapterBuffers). Message-ID: <000601c5b257$faa603d0$6b01a8c0@PENELOPE> - Copy the map registers to the buffer only, if they are used (in IoFlushAdapterBuffers). - Do not use the byte offset into the page from a given buffer if the map registers are used, because the caller didn't request for one additional register in the call to IoAllocateAdapterChannel and it will not work for a 64k buffer. Updated files: trunk/reactos/hal/halx86/generic/dma.c trunk/reactos/hal/halx86/include/haldma.h From gvg at svn.reactos.com Mon Sep 5 22:25:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17664: Sync to Wine-20050830: Message-ID: <000601c5b257$fabdf8a0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Vitaliy Margolen - Fix handling of minimum tab width. Add more tests to test it. Filip Navara - Use ReleaseDC instead of DeleteDC on DC handle. Phil Krylov - Improved header control performance by maintaining an internal order array. - Draw header control items only within the header client area. Felix Nawothnig - Fix DPA_Search for sorted arrays. Michael Kaufmann - Handle WM_GETFONT and WM_SETFONT. - Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS, PBM_STEPIT. - New tests. Thomas Weidenmueller - It should be allowed to pass NULL handles in the phpage array of the PROPSHEETHEADER structure to PropertySheet(), just ignore them. Aric Stewart - Fix for dreamweaver site definition dialog. Need to initialize the rect for a tab control to an empty rect if it is not visible. Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. - Fixed regression in DPA_Search. Yuri Kozlov - Set default size for toolbar bitmap if not specified. Mike McCormack - Fix gcc 4.0 warnings. Vitaly Lipatov - Use STATEIMAGEINDEX / INDEXTOSTATEIMAGEMASK instead of bit operations. Steven Edwards - Correct RegCreateKeyEx[A/W] prototype to match the PSDK. Frank Richter - Only draw a themed border when edit control has WS_EX_CLIENTEDGE style. - Merge subclass stubs and subclass proc. Having the stub set the window proc to the subclass proc was not a good idea since that breaks subclasses of themed standard controls (e.g. what Delphi does a lot). - Determining the superclass for a window subclassed for theming doesn't work - e.g. Delphi buttons have the classname "TButton" for which no superclass will be found. Instead, use initial subclass window procs that have the subclass hardcoded and store it for the "real" subclass window proc. - Add theming for toolbar control. - Improved trackbar theming. - Add initial theming support for trackbars. - Add theming for treeview control. - Add theming support for dialogs (to support tab page background). - Add theming for listbox (and combo listbox) controls. - Add theming for combo boxes. - Subclass edit control to draw themed border. - Added some generic code to allow subclassing (for the purpose of theming) of standard controls. - Fix warnings in 64bit. - Add hottracking support for the header control. - Since OpenThemeData() should return 0 in case theming is disabled globally or for the application we don't need to check that when calling OpenThemeData(). - Remove unneeded theming check. - Add theming for the monthcal control. - Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what native does: just clear WS_EX_STATICEDGE when themed and reduce the area the actual bar is painted in to the progress bar theme part content rect. - Add theming for the progress control. - Split up the drawing code into a set of smaller functions and also moved some common computations into helper functions. All that to facilitate the implementation of the forthcoming theming support. - Add theming for the rebar control. - Add theming for status bar control. - Fix text color for "button" style tabs when theming is enabled. - Add theming support for the tab control. - Forward WM_DESTROY to superclass in edit & listbox theming. - Add WM_CTLCOLORSTATIC handler to dialog theming subclass so static text can appear transparent (for e.g. tab pages which commonly have a "fancy" background). Added files: trunk/reactos/lib/comctl32/theme_combo.c trunk/reactos/lib/comctl32/theme_dialog.c trunk/reactos/lib/comctl32/theme_edit.c trunk/reactos/lib/comctl32/theme_listbox.c trunk/reactos/lib/comctl32/theming.c Updated files: trunk/reactos/lib/comctl32/animate.c trunk/reactos/lib/comctl32/comboex.c trunk/reactos/lib/comctl32/comctl32.h trunk/reactos/lib/comctl32/comctl32.spec trunk/reactos/lib/comctl32/comctl32.xml trunk/reactos/lib/comctl32/comctl32undoc.c trunk/reactos/lib/comctl32/commctrl.c trunk/reactos/lib/comctl32/datetime.c trunk/reactos/lib/comctl32/dpa.c trunk/reactos/lib/comctl32/header.c trunk/reactos/lib/comctl32/imagelist.c trunk/reactos/lib/comctl32/ipaddress.c trunk/reactos/lib/comctl32/listview.c trunk/reactos/lib/comctl32/monthcal.c trunk/reactos/lib/comctl32/progress.c trunk/reactos/lib/comctl32/propsheet.c trunk/reactos/lib/comctl32/rebar.c trunk/reactos/lib/comctl32/status.c trunk/reactos/lib/comctl32/tab.c trunk/reactos/lib/comctl32/toolbar.c trunk/reactos/lib/comctl32/tooltips.c trunk/reactos/lib/comctl32/trackbar.c trunk/reactos/lib/comctl32/treeview.c trunk/reactos/w32api/include/winuser.h From gvg at svn.reactos.com Mon Sep 5 23:04:21 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17666: Sync to Wine-20050830: Message-ID: <000601c5b25d$633caa70$6b01a8c0@PENELOPE> Sync to Wine-20050830: Michael Jung - Check the GetPidlFromDataObject's doSelected parameter before calling a method on it. Alexandre Julliard - Replace the _ICOM_THIS_From macros by inline functions the way it's already done in shelllink.c. Vincent B?ron - Uniformize DllMain TRACEing across dlls. Vitaly Lipatov - Restore paper orientation when pagesetupdlg is initializing. Troy Rollo - Browse to the directory if a directory name is typed into the edit box of a file dialog and the confirmation button (or Enter key) is hit. Return any file name in the edit box if OFN_NOVALIDATE is set and OFN_FILEMUSTEXIST is not, even if that file name includes a path name or is the name of a folder. Updated files: trunk/reactos/lib/comdlg32/cdlg32.c trunk/reactos/lib/comdlg32/comdlg32.spec trunk/reactos/lib/comdlg32/filedlg.c trunk/reactos/lib/comdlg32/filedlgbrowser.c trunk/reactos/lib/comdlg32/filedlgbrowser.h trunk/reactos/lib/comdlg32/printdlg.c From gvg at svn.reactos.com Mon Sep 5 23:07:03 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17667: Sync to Wine-20050830: Message-ID: <000601c5b25d$c3bd8f90$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. - Uncomment out DisableThreadLibraryCalls in DllMain and add the kernel32 imports that it requires. Updated files: trunk/reactos/lib/dinput8/dinput8.spec trunk/reactos/lib/dinput8/dinput8_main.c Deleted files: trunk/reactos/lib/dinput8/Makefile.in From gvg at svn.reactos.com Mon Sep 5 23:08:37 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17668: Sync to Wine-20050830: Message-ID: <000601c5b25d$fbe15b40$6b01a8c0@PENELOPE> Sync to Wine-20050830: Mike McCormack - gcc 4.0 warning fixes. Updated files: trunk/reactos/lib/icmp/icmp.spec trunk/reactos/lib/icmp/icmp_main.c From gvg at svn.reactos.com Mon Sep 5 23:15:59 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17669: Sync to Wine-20050830: Message-ID: <000601c5b25f$03494d60$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. Updated files: trunk/reactos/lib/mpr/mpr.spec trunk/reactos/lib/mpr/mpr_main.c From gvg at svn.reactos.com Mon Sep 5 23:17:34 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17670: Sync to Wine-20050830: Message-ID: <000601c5b25f$3b9cdba0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Mark DllMain and similar exports as private. Updated files: trunk/reactos/lib/msimg32/msimg32.spec From gdalsnes at svn.reactos.com Mon Sep 5 23:19:49 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gdalsnes] 17671: -surround user part (most of it) with a single lock (currently a mutex, but will be a resource). other now useless locks will be removed next. Message-ID: <000601c5b25f$8c250200$6b01a8c0@PENELOPE> -surround user part (most of it) with a single lock (currently a mutex, but will be a resource). other now useless locks will be removed next. -dont call NtUser fucnctions internally (they are syscalls only!) -prepend co_ to functions leading to a "callout" (callback, wait, etc) Added files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/ntuser.c Updated files: trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/include/callback.h trunk/reactos/subsys/win32k/include/caret.h trunk/reactos/subsys/win32k/include/csr.h trunk/reactos/subsys/win32k/include/desktop.h trunk/reactos/subsys/win32k/include/focus.h trunk/reactos/subsys/win32k/include/guicheck.h trunk/reactos/subsys/win32k/include/hook.h trunk/reactos/subsys/win32k/include/msgqueue.h trunk/reactos/subsys/win32k/include/painting.h trunk/reactos/subsys/win32k/include/scroll.h trunk/reactos/subsys/win32k/include/vis.h trunk/reactos/subsys/win32k/include/win32k.h trunk/reactos/subsys/win32k/include/winpos.h trunk/reactos/subsys/win32k/include/winsta.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/callback.c trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/guicheck.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/keyboard.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/metric.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/prop.c trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/timer.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/ntuser/winsta.c trunk/reactos/subsys/win32k/objects/color.c trunk/reactos/subsys/win32k/objects/dc.c trunk/reactos/subsys/win32k/win32k.xml From gvg at svn.reactos.com Mon Sep 5 23:34:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17672: Sync to Wine-20050830: Message-ID: <000601c5b261$a0331000$6b01a8c0@PENELOPE> Sync to Wine-20050830: Francois Gouget - Change some Dll* functions so they are exported by name like on Windows. Update the documentation accordingly. Johan Dahlin - Implemented MsiSetComponentState*. - Added stubs for MsiSetComponentStateA and MsiSetComponentStateW. - Added a null check for component. Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. Vincent Beron - Correct mismatches between spec files and comments about export number. Aric Stewart - Display the correct text string in the action text field for the dialog boxes. Also the string should be deformatted. - Make index INT not UINT because it can be -1. - Fixed a memory overflow and leak identified by Mike McCormack. - Add some body to ResolveSource because it is possible to need it when an install is begun but the media is not in the drive, such as in install-on-demand cases. - The file name used in the ui messages is the target name not the source name. Yuri Kozlov - Remove duplicate declaration of MSI_SetPropertyW. Mike McCormack - Handle loading strings over 64k from the string table. - build a standard Wine list of folders instead of using an array - use folder pointers instead of array indexes - build a standard Wine list of files instead of using an array - use file pointers instead of array indexes - build a standard Wine list of features instead of using an array - use feature pointers instead of array indexes - build a standard Wine list of components instead of using an array - use component pointers instead of array indexes - Store the component information in a standard Wine list. - Add include guard to header and make functions extern. - build a standard Wine list of extensions instead of using an array - use extension pointers instead of array indexes - build a standard Wine list of appids instead of using an array - use appid pointers instead of array indexes - build a standard Wine list of mime types instead of using an array - use mime type pointers instead of array indexes - Add the allocated mime type to the mime type list. - build a standard Wine list of classes instead of using an array - use class pointers instead of array indexes - Fix a small bug introduced when converting appids to a list. - Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY). - Better stub for MsiViewGetError. - Don't dereference variables in a trace. - the combination of all table keys must be unique, not each key - MsiViewExecute may not be called before MsiModifyView - Make sure to save the result calculated in ACTION_UpdateInstallStates. Steven Edwards - Add real stub for MsiConfigureFeatureW. Updated files: trunk/reactos/lib/msi/action.c trunk/reactos/lib/msi/action.h trunk/reactos/lib/msi/classes.c trunk/reactos/lib/msi/create.c trunk/reactos/lib/msi/custom.c trunk/reactos/lib/msi/delete.c trunk/reactos/lib/msi/events.c trunk/reactos/lib/msi/files.c trunk/reactos/lib/msi/format.c trunk/reactos/lib/msi/helpers.c trunk/reactos/lib/msi/insert.c trunk/reactos/lib/msi/install.c trunk/reactos/lib/msi/msi.c trunk/reactos/lib/msi/msi.spec trunk/reactos/lib/msi/msipriv.h trunk/reactos/lib/msi/msiquery.c trunk/reactos/lib/msi/package.c trunk/reactos/lib/msi/regsvr.c trunk/reactos/lib/msi/select.c trunk/reactos/lib/msi/table.c trunk/reactos/w32api/include/msi.h trunk/reactos/w32api/include/msiquery.h From gvg at svn.reactos.com Mon Sep 5 23:37:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17673: objsel vendor drop Message-ID: <000601c5b262$0b3a33b0$6b01a8c0@PENELOPE> objsel vendor drop Added files: vendor/wine/dlls/objsel/ vendor/wine/dlls/objsel/Makefile.in vendor/wine/dlls/objsel/factory.c vendor/wine/dlls/objsel/objsel.c vendor/wine/dlls/objsel/objsel.rc vendor/wine/dlls/objsel/objsel.spec vendor/wine/dlls/objsel/objsel_private.h vendor/wine/dlls/objsel/regsvr.c From hbirr at svn.reactos.com Mon Sep 5 23:40:06 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [hbirr] 17674: Revert my last commit. Message-ID: <000601c5b262$61bf3ff0$6b01a8c0@PENELOPE> Revert my last commit. Updated files: trunk/reactos/hal/halx86/generic/dma.c trunk/reactos/hal/halx86/include/haldma.h From gvg at svn.reactos.com Mon Sep 5 23:42:42 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17675: And now import to the correct directory Message-ID: <000601c5b262$be69efc0$6b01a8c0@PENELOPE> And now import to the correct directory Added files: vendor/wine/dlls/objsel/current/ vendor/wine/dlls/objsel/current/Makefile.in vendor/wine/dlls/objsel/current/factory.c vendor/wine/dlls/objsel/current/objsel.c vendor/wine/dlls/objsel/current/objsel.rc vendor/wine/dlls/objsel/current/objsel.spec vendor/wine/dlls/objsel/current/objsel_private.h vendor/wine/dlls/objsel/current/regsvr.c Deleted files: vendor/wine/dlls/objsel/Makefile.in vendor/wine/dlls/objsel/factory.c vendor/wine/dlls/objsel/objsel.c vendor/wine/dlls/objsel/objsel.rc vendor/wine/dlls/objsel/objsel.spec vendor/wine/dlls/objsel/objsel_private.h vendor/wine/dlls/objsel/regsvr.c From gvg at svn.reactos.com Mon Sep 5 23:44:17 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17676: Delete existing objsel to prepare for vendor import Message-ID: <000601c5b262$f77c3a20$6b01a8c0@PENELOPE> Delete existing objsel to prepare for vendor import Deleted files: trunk/reactos/lib/objsel/ From gvg at svn.reactos.com Mon Sep 5 23:47:31 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17677: Import from vendor drop Message-ID: <000601c5b263$6abc7810$6b01a8c0@PENELOPE> Import from vendor drop Added files: trunk/reactos/lib/objsel/ trunk/reactos/lib/objsel/objsel.xml Deleted files: trunk/reactos/lib/objsel/Makefile.in From gvg at svn.reactos.com Mon Sep 5 23:56:36 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17678: Sync to Wine-20050830: Message-ID: <000601c5b264$af81cbc0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Francois Gouget - Use LPSTORAGE to better match the PSDK. Document the real SEGPTR type using the standard documentation mechanisms. Fixes winapi_check warnings. Robert Shearman - Remove unused thread handle entry from the apartment structure. - Implement IMarshal on proxies so that we don't end up with proxies to proxies, causing potential deadlock issues and performance problems. - Add a test for this situation and remove the todo_wine from another test that now succeeds. - Add stub for CoAllowSetForegroundWindow. Vincent Beron - Remove local declarations already in included public headers. - Correct mismatches between spec files and comments about export number. Alexandre Julliard - Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of duplicate typedefs. - Use the proper WOW functions everywhere instead of the K32WOW variant. - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. - Remove duplicate definition of FILE_BEGIN. - Replace the _ICOM_THIS_From macros by inline functions the way it's already done in shelllink.c. Mike McCormack - Warning fixes for gcc 4.0. - Fix some gcc 4.0 warnings. - return a precomputed result for a NULL string - pass strlen an LPSTR to eliminate a sign warning Marcus Meissner - Implemented ILockBytes16 (memorystream) support for the 16bit compound storage implementation. - Added ReadClassStg, OleDoAutoConvert, GetConvertStg implementations/stubs. Marcus Meissner - Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs. Updated files: trunk/reactos/lib/ole32/antimoniker.c trunk/reactos/lib/ole32/compobj.c trunk/reactos/lib/ole32/compobj.spec trunk/reactos/lib/ole32/compobj_private.h trunk/reactos/lib/ole32/compositemoniker.c trunk/reactos/lib/ole32/datacache.c trunk/reactos/lib/ole32/defaulthandler.c trunk/reactos/lib/ole32/errorinfo.c trunk/reactos/lib/ole32/filemoniker.c trunk/reactos/lib/ole32/ftmarshal.c trunk/reactos/lib/ole32/ifs.h trunk/reactos/lib/ole32/itemmoniker.c trunk/reactos/lib/ole32/marshal.c trunk/reactos/lib/ole32/moniker.c trunk/reactos/lib/ole32/moniker.h trunk/reactos/lib/ole32/ole16.c trunk/reactos/lib/ole32/ole2.c trunk/reactos/lib/ole32/ole2.spec trunk/reactos/lib/ole32/ole2_16.c trunk/reactos/lib/ole32/ole32.spec trunk/reactos/lib/ole32/oleproxy.c trunk/reactos/lib/ole32/stg_prop.c trunk/reactos/lib/ole32/storage.c trunk/reactos/lib/ole32/storage.spec trunk/reactos/lib/ole32/storage32.c From gvg at svn.reactos.com Tue Sep 6 00:00:28 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17679: Sync to Wine-20050830: Message-ID: <000601c5b265$39f9f250$6b01a8c0@PENELOPE> Sync to Wine-20050830: Francois Gouget - Change some Dll* functions so they are exported by name like on Windows. Update the documentation accordingly. Robert Shearman - Remove redundant QueryInterface in marshal_interface - the object is always queried later on for the correct interface of the object. - Make sure to Release the marshaled pointer in the typelib marshaler once it is no longer required. - Shunt some trace statements over to the typelib channel that aren't really much use except in debugging typelib parsing. - Make sure to release a reference to being returned as VariantCopyInd takes one for us. - Revert to previous behaviour of detecting names with non-alphanumeric characters as ones with offsets, but add in a special case for an empty name. - A name in an SLTG typelib only beginning with 0xff is the indicator of an offset, instead of any non alpha-numeric character. - Any dispatch interface should have the fixed vtable size, not just dual ones. - Warn when ITypeInfo_GetDocumentation fails. - Make typelib marshaler use IRpcChannelBuffer::GetBuffer if possible. Alexandre Julliard - Replace the ICOM_THIS_From macros by inline functions. - Moved a number of definitions that are not needed in other files into vartype.c - Removed some unnecessary macros, and make some functions static. - Get rid of the almost empty tmarshal.h file. Vincent Beron - Uniformize DllMain TRACEing across dlls. Mike McCormack - Fix gcc 4.0 warnings. - gcc 4.0 warning fixes. Michael Stefaniuc - Implement IPicture::get_hPal for PICTYPE_BITMAP. - VarAdd, VarMul: I4 overflows to R8 and not I8 even if the result would fit in I8. Fix tests. - Document a brokeness in the handling of I8 numbers in VarNumFromParseNum. Fix tests. Walt Ogburn - When applying logical / himetric ratio to olefont sizes, must divide by the standard ratio 72 / 2540. Updated files: trunk/reactos/lib/oleaut32/ole2disp.spec trunk/reactos/lib/oleaut32/oleaut.c trunk/reactos/lib/oleaut32/oleaut32.spec trunk/reactos/lib/oleaut32/olefont.c trunk/reactos/lib/oleaut32/olepicture.c trunk/reactos/lib/oleaut32/regsvr.c trunk/reactos/lib/oleaut32/safearray.c trunk/reactos/lib/oleaut32/tmarshal.c trunk/reactos/lib/oleaut32/typelib.c trunk/reactos/lib/oleaut32/typelib.h trunk/reactos/lib/oleaut32/typelib.spec trunk/reactos/lib/oleaut32/typelib2.c trunk/reactos/lib/oleaut32/varformat.c trunk/reactos/lib/oleaut32/variant.c trunk/reactos/lib/oleaut32/variant.h trunk/reactos/lib/oleaut32/vartype.c From gvg at svn.reactos.com Tue Sep 6 00:03:40 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17680: Correct eol-style and remove unused file Message-ID: <000601c5b265$acb71d90$6b01a8c0@PENELOPE> Correct eol-style and remove unused file Updated files: trunk/reactos/lib/olepro32/olepro32.spec Deleted files: trunk/reactos/lib/olepro32/Makefile.in From gvg at svn.reactos.com Tue Sep 6 00:08:05 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:15 2006 Subject: [ros-svn] [gvg] 17681: Sync to Wine-20050830: Message-ID: <000601c5b266$4a5e9cd0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Phil Krylov - Added support for backward search to RichEdit EM_FINDTEXT[AW], EM_FINDTEXTEX[AW] message handler. - Fixed EM_SETEVENTMASK RichEdit message handler to return old event mask. - Added handling of deff RTF control word. - Added common keyboard shortcuts for Select All, Undo, Redo, Cut, Copy and Paste to RichEdit. - Automatically set default font after parsing a font table in RichEdit RTF reader. - Fixed EM_EXLINEFROMCHAR to work for last row of a paragraph. - Fixed UTF-8 RTF parsing. - Fixed a bug in EM_STREAMOUT RichEdit message handler which truncated some streamed text. - Generate ending \par in RTF output of RichEdit when streaming out a whole document. - Fixed a RichEdit RTF reader bug which resulted in loss of text. Eliminated unneeded recursion in ME_InsertTextFromCursor(). - Implemented EM_CHARFROMPOS RichEdit message. - Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling. Added support for GT_SELECTION flag in EM_GETTEXTEX handler. Mike McCormack - gcc 4.0 warning fixes for Interlocked* functions. Updated files: trunk/reactos/lib/riched20/caret.c trunk/reactos/lib/riched20/context.c trunk/reactos/lib/riched20/editor.c trunk/reactos/lib/riched20/editor.h trunk/reactos/lib/riched20/editstr.h trunk/reactos/lib/riched20/paint.c trunk/reactos/lib/riched20/reader.c trunk/reactos/lib/riched20/richole.c trunk/reactos/lib/riched20/row.c trunk/reactos/lib/riched20/rtf.h trunk/reactos/lib/riched20/writer.c trunk/reactos/w32api/include/richedit.h From gvg at svn.reactos.com Tue Sep 6 00:09:59 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17682: Sync to Wine-20050830: Message-ID: <000601c5b266$8e755670$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Don't prefix the functions DllInstall and DllGetVersion with the dll name so that the compiler can check the prototypes. - riched32 doesn't need an import library. Updated files: trunk/reactos/lib/richedit/riched32.spec trunk/reactos/lib/richedit/richedit.c Deleted files: trunk/reactos/lib/richedit/Makefile.in From gvg at svn.reactos.com Tue Sep 6 00:20:14 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17683: Sync to Wine-20050830: Message-ID: <000601c5b267$fcac40d0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Robert Shearman - Don't free previous buffer in NdrGetBuffer. - Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling and context handle functions. Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. Mike McCormack - Fix some gcc 4.0 warnings. Updated files: trunk/reactos/lib/rpcrt4/cpsf.c trunk/reactos/lib/rpcrt4/ndr_marshall.c trunk/reactos/lib/rpcrt4/ndr_midl.c trunk/reactos/lib/rpcrt4/rpc_epmap.c trunk/reactos/lib/rpcrt4/rpc_message.c trunk/reactos/lib/rpcrt4/rpc_server.c trunk/reactos/lib/rpcrt4/rpcrt4.spec trunk/reactos/lib/rpcrt4/rpcrt4_main.c Deleted files: trunk/reactos/lib/rpcrt4/Makefile.in From gdalsnes at svn.reactos.com Tue Sep 6 00:39:45 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17684: remove relatives lock, window props lock, classes locks, thread window lock, menu locks Message-ID: <000601c5b26a$b6a26260$6b01a8c0@PENELOPE> remove relatives lock, window props lock, classes locks, thread window lock, menu locks Updated files: trunk/reactos/subsys/win32k/include/class.h trunk/reactos/subsys/win32k/include/menu.h trunk/reactos/subsys/win32k/include/prop.h trunk/reactos/subsys/win32k/include/win32.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/prop.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From gdalsnes at svn.reactos.com Tue Sep 6 01:12:00 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17685: remove user handle table lock, cursor locks, message queue locks, hook lock Message-ID: <000601c5b26f$38817790$6b01a8c0@PENELOPE> remove user handle table lock, cursor locks, message queue locks, hook lock Updated files: trunk/reactos/subsys/win32k/include/cursoricon.h trunk/reactos/subsys/win32k/include/hook.h trunk/reactos/subsys/win32k/include/msgqueue.h trunk/reactos/subsys/win32k/include/object.h trunk/reactos/subsys/win32k/misc/object.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winsta.c From gdalsnes at svn.reactos.com Tue Sep 6 02:34:57 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17686: remove window update lock Message-ID: <000601c5b27a$cf003a20$6b01a8c0@PENELOPE> remove window update lock Updated files: trunk/reactos/subsys/win32k/include/painting.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/window.c From ion at svn.reactos.com Tue Sep 6 07:31:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17687: - Some more MSDDK/IFS compatibility fixes. Message-ID: <000601c5b2a4$2c499e50$6b01a8c0@PENELOPE> - Some more MSDDK/IFS compatibility fixes. Updated files: trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/lib/kernel32/misc/utils.c trunk/reactos/lib/rtl/largeint.c trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntdef.h From ion at svn.reactos.com Tue Sep 6 07:58:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17688: - Use inlined functions like MSDDK. Message-ID: <000601c5b2a8$1269f170$6b01a8c0@PENELOPE> - Use inlined functions like MSDDK. Updated files: trunk/reactos/include/ndk/rtlfuncs.h From ion at svn.reactos.com Tue Sep 6 08:19:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17689: A couple more fixes to prepare for the final patch Message-ID: <000601c5b2aa$fd2d0e20$6b01a8c0@PENELOPE> A couple more fixes to prepare for the final patch Updated files: trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/lib/rtl/unicode.c trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Tue Sep 6 08:31:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17690: - Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZzzStringSize correctly so that the MSDDK macros can work and be added to the NDK/gnu ifs Message-ID: <000601c5b2ac$8d45ad40$6b01a8c0@PENELOPE> - Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZzzStringSize correctly so that the MSDDK macros can work and be added to the NDK/gnu ifs Updated files: trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/rtl/unicode.c trunk/reactos/ntoskrnl/ntoskrnl.def From ion at svn.reactos.com Tue Sep 6 08:44:42 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17691: - Add missing decoration to Zw* Message-ID: <000601c5b2ae$765ff160$6b01a8c0@PENELOPE> - Add missing decoration to Zw* Updated files: trunk/reactos/include/ndk/zwfuncs.h From gdalsnes at svn.reactos.com Tue Sep 6 09:58:55 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17692: forgot a file:-| sry Message-ID: <000601c5b2b8$d44a68a0$6b01a8c0@PENELOPE> forgot a file:-| sry Added files: trunk/reactos/subsys/win32k/include/ntuser.h From gdalsnes at svn.reactos.com Tue Sep 6 11:35:50 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17693: move object.c and ssec.c into ntuser where they belong Message-ID: <000601c5b2c6$5e0c99c0$6b01a8c0@PENELOPE> move object.c and ssec.c into ntuser where they belong Added files: trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/ssec.c Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/win32k.xml Deleted files: trunk/reactos/subsys/win32k/misc/object.c trunk/reactos/subsys/win32k/misc/ssec.c From gdalsnes at svn.reactos.com Tue Sep 6 12:05:56 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17694: make handle table session global Message-ID: <000601c5b2ca$92a60960$6b01a8c0@PENELOPE> make handle table session global Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/include/winsta.h trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/ntuser.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/ntuser/winsta.c From gdalsnes at svn.reactos.com Tue Sep 6 13:00:44 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17695: naming changes: Message-ID: <000601c5b2d2$3a64ad80$6b01a8c0@PENELOPE> naming changes: -remove annying "Object" from variables. prepend handles with "h" instead. -rename window->Self -> Window->hSelf Updated files: trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From gdalsnes at svn.reactos.com Tue Sep 6 15:36:09 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17696: remove WndObjListLock Message-ID: <000601c5b2e7$f0820710$6b01a8c0@PENELOPE> remove WndObjListLock Updated files: trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/window.c From gdalsnes at svn.reactos.com Tue Sep 6 16:09:30 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17697: make window parent a pointer + fix usage Message-ID: <000601c5b2ec$999daa80$6b01a8c0@PENELOPE> make window parent a pointer + fix usage Updated files: trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From gdalsnes at svn.reactos.com Tue Sep 6 16:19:13 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17698: window parent handle -> pointer adaptions Message-ID: <000601c5b2ed$f517ad10$6b01a8c0@PENELOPE> window parent handle -> pointer adaptions Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/windc.c From ion at svn.reactos.com Tue Sep 6 17:57:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17699: - Remove deprecated zwtypes.h and spread out the types in the NT subsystems where they should go. Message-ID: <000601c5b2fb$b9cdb9d0$6b01a8c0@PENELOPE> - Remove deprecated zwtypes.h and spread out the types in the NT subsystems where they should go. Updated files: trunk/reactos/include/ndk/cmtypes.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/iotypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/pstypes.h Deleted files: trunk/reactos/include/ndk/zwtypes.h From ion at svn.reactos.com Tue Sep 6 19:34:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17700: - Use DDK macros to speed up size calculations on single-byte codepages. Message-ID: <000601c5b309$2b6034d0$6b01a8c0@PENELOPE> - Use DDK macros to speed up size calculations on single-byte codepages. Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/rtl/unicode.c trunk/reactos/w32api/include/ddk/winddk.h From gvg at svn.reactos.com Tue Sep 6 20:07:49 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17701: Shut up some debug messages Message-ID: <000601c5b30d$e44067a0$6b01a8c0@PENELOPE> Shut up some debug messages Updated files: trunk/reactos/ntoskrnl/ob/wait.c trunk/reactos/services/umpnpmgr/umpnpmgr.c From gvg at svn.reactos.com Tue Sep 6 21:21:45 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17702: Fix release build Message-ID: <000601c5b318$383f80c0$6b01a8c0@PENELOPE> Fix release build Updated files: trunk/reactos/tools/winebuild/spec32.c From ion at svn.reactos.com Tue Sep 6 21:37:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17703: - Fix the sad sad definition of sizeof(ANSI_NULL) which returned 4... Message-ID: <000601c5b31a$751d4020$6b01a8c0@PENELOPE> - Fix the sad sad definition of sizeof(ANSI_NULL) which returned 4... Updated files: trunk/reactos/w32api/include/winnt.h From ion at svn.reactos.com Tue Sep 6 21:39:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17704: - Use Rtl macros instead of manually handling the cases. Message-ID: <000601c5b31a$a2ed00d0$6b01a8c0@PENELOPE> - Use Rtl macros instead of manually handling the cases. Updated files: trunk/reactos/lib/rtl/unicode.c From ion at svn.reactos.com Tue Sep 6 21:47:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17705: - Fix size functions to return the correct results in all cases. Message-ID: <000601c5b31b$c790ed60$6b01a8c0@PENELOPE> - Fix size functions to return the correct results in all cases. Updated files: trunk/reactos/lib/rtl/nls.c trunk/reactos/lib/rtl/unicode.c From gdalsnes at svn.reactos.com Wed Sep 7 00:11:41 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17706: remake refcounting Message-ID: <000601c5b32f$f56aa910$6b01a8c0@PENELOPE> remake refcounting naming changes convert internal function to page ptr and not handle Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/accelerator.c From ion at svn.reactos.com Wed Sep 7 01:05:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17707: Fix win32k build errors so HEAD can build again, although most are caused by poor programming and will crash if called with unexpected parameters that aren't being properly handled. Message-ID: <000601c5b337$72e5e790$6b01a8c0@PENELOPE> Fix win32k build errors so HEAD can build again, although most are caused by poor programming and will crash if called with unexpected parameters that aren't being properly handled. Updated files: trunk/reactos/subsys/win32k/dib/dib1bpp.c trunk/reactos/subsys/win32k/eng/xlate.c trunk/reactos/subsys/win32k/ntuser/keyboard.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/objects/dc.c From ion at svn.reactos.com Wed Sep 7 01:15:26 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17708: - One last build fix. Message-ID: <000601c5b338$dd659650$6b01a8c0@PENELOPE> - One last build fix. Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From gvg at svn.reactos.com Wed Sep 7 01:16:34 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17709: Correct sizes if origin is not (0, 0) Message-ID: <000601c5b339$0626c8c0$6b01a8c0@PENELOPE> Correct sizes if origin is not (0, 0) Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib1bpp.c trunk/reactos/subsys/win32k/dib/dib24bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c trunk/reactos/subsys/win32k/dib/dib4bpp.c trunk/reactos/subsys/win32k/dib/dib8bpp.c From gdalsnes at svn.reactos.com Wed Sep 7 01:21:50 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17710: menu: code cleanup, naming changes, simplify refcounting, make internal func take objects and not handles Message-ID: <000601c5b339$c255ae30$6b01a8c0@PENELOPE> menu: code cleanup, naming changes, simplify refcounting, make internal func take objects and not handles Updated files: trunk/reactos/subsys/win32k/include/menu.h trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/window.c From gdalsnes at svn.reactos.com Wed Sep 7 01:30:04 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17711: prop: simplify refcounting, naming changes Message-ID: <000601c5b33a$e8e4a1e0$6b01a8c0@PENELOPE> prop: simplify refcounting, naming changes Updated files: trunk/reactos/subsys/win32k/include/prop.h trunk/reactos/subsys/win32k/ntuser/prop.c From gdalsnes at svn.reactos.com Wed Sep 7 02:02:49 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17712: scrollbar: Message-ID: <000601c5b33f$7bf03ae0$6b01a8c0@PENELOPE> scrollbar: simplify refcounting fix a bug in NtUserGetSystemMenu, accessing nullpointer use pointers internally, not handles Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/window.c From gdalsnes at svn.reactos.com Wed Sep 7 09:53:36 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17713: make co_WinPosShowWindow take pWnd, not hWnd Message-ID: <000601c5b381$40af98d0$6b01a8c0@PENELOPE> make co_WinPosShowWindow take pWnd, not hWnd add co_ to some funcs Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/include/winpos.h trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From gvg at svn.reactos.com Wed Sep 7 10:43:53 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17714: Sync to Wine-20050830: Message-ID: <000601c5b388$4718f7f0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Michael Jung - Initialize all members in UnixFolder constructor. Support NULL value pidls in GetDisplayNameOf method. - Implemented IPersist::GetClassID. - Use wine_get_dos_file_name instead of GetFullPathName. - Implemented 'My Documents' folder. - Added stubbed implementation of IPersistPropertyBag interface. Register unixfs as CLSID_FolderShortcut. - Clone pidlLast before free'ing pidl after call to SHBindToParent. - Use FIXME's in stubs instead of TRACE's. Infer pathmode from CLSID in UnixFolderConstructor. Fail in IShellFolder::BindToObject, if folder does not initialize. - Use StringFromGUID2 instead of StringFromCLSID in UNIXFS_is_rooted_at_desktop. Michael Jung Ge van Geldorp - Prepend Desktop folder path for files/directories stored in the filesystem Desktop folder when GetDisplayNameOf is called with the SHGDN_FORPARSING flags. - Add testcases. Ge van Geldorp - Fix resource leak on error paths. - Do not load all shell32 icons during initialization, it wastes a lot of memory Alexandre Julliard - Replace the _ICOM_THIS_From macros by inline functions the way it's already done in shelllink.c. - Use ERR instead of DPRINTF in dump_pidl_hex. - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. - Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of duplicate typedefs. - Get rid of the _ICOM_THIS macros and call the inline function directly instead. - Removed the broken mmap64 configure check, and moved the _FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that need the define include it. - Added missing ntdll imports. Francois Gouget - Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6. - Update the conformance tests accordingly. - Tweak a trace because it's very confusing to see the path with no escaped quotes in ShellExecuteA() and then with escaped quotes in ShellExecuteExW32() (due to debugstr_w()). - Fix the return value of SHELL_Argify() so it once again returns true if a '%1' or equivalent placeholder was found. This fixes ShellExecuteEx(lpFile="foo.txt", lpClass="txtfile"). - Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKEY. They are not disjoint flags. Mike McCormack - Warning fixes for gcc 4.0. - Fix some gcc 4.0 warnings. Jozef Stefanka - Fixed browsing to other directories in Word 2003 file open dialog. Double clicking on a folder in the File->Open dialog works now. Steven Edwards - Correct definition of SFGAO_STORAGEANCESTOR. Jason Edmeades - Add the time to the file display dialog modified column. - Handle context menu->refresh, and F5 to initiate a refresh of the file dialog. Updated files: trunk/reactos/include/wine/shlguid.h trunk/reactos/lib/shell32/Makefile.in trunk/reactos/lib/shell32/autocomplete.c trunk/reactos/lib/shell32/cpanelfolder.c trunk/reactos/lib/shell32/debughlp.c trunk/reactos/lib/shell32/folders.c trunk/reactos/lib/shell32/iconcache.c trunk/reactos/lib/shell32/pidl.c trunk/reactos/lib/shell32/regsvr.c trunk/reactos/lib/shell32/shell.c trunk/reactos/lib/shell32/shell32.spec trunk/reactos/lib/shell32/shell32_main.c trunk/reactos/lib/shell32/shell32_main.h trunk/reactos/lib/shell32/shelllink.c trunk/reactos/lib/shell32/shellole.c trunk/reactos/lib/shell32/shellreg.c trunk/reactos/lib/shell32/shfldr_desktop.c trunk/reactos/lib/shell32/shfldr_fs.c trunk/reactos/lib/shell32/shfldr_mycomp.c trunk/reactos/lib/shell32/shlexec.c trunk/reactos/lib/shell32/shlview.c trunk/reactos/lib/shell32/shres.rc trunk/reactos/lib/shell32/shresdef.h trunk/reactos/lib/shell32/shv_bg_cmenu.c trunk/reactos/w32api/include/shlguid.h From gvg at svn.reactos.com Wed Sep 7 17:09:09 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17715: Sync to Wine-20050830: Message-ID: <000601c5b3be$19321d40$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Fixed DllGetClassObject spec entries. Updated files: trunk/reactos/lib/shdocvw/shdocvw.spec From gvg at svn.reactos.com Wed Sep 7 17:53:15 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17716: Sync to Wine-20050830: Message-ID: <000601c5b3c4$42096100$6b01a8c0@PENELOPE> Sync to Wine-20050830: Huw Davies - IUnknown_SetSite calls IObjectWithSite_SetSite or IInternetSecurityManager_SetSecuritySite. - Fix call to GetMenuItemInfo and unicodify while we're at it. - Implement SHLoadIndirectString. - _CreateAllAccessSecurityAttributes takes three parameters. - Forward ordinals 457,458 to GetLongPathNameW,A. - Implement SHLoadRegUIStringW. - Partial implementation of DeleteMenuWrap. - Implement IUnknown_EnumObjects. - Implement and add tests for the FDSA functions. Alexandre Julliard - Don't prefix the functions DllInstall and DllGetVersion with the dll name so that the compiler can check the prototypes. Vincent Beron - Correct typo in format string. Mike McCormack - gcc 4.0 warning fixes. Steven Edwards - Correct RegCreateKeyEx[A/W] prototype to match the PSDK. Added files: trunk/reactos/w32api/include/msxml.h trunk/reactos/w32api/include/urlmon.h Updated files: trunk/reactos/lib/shlwapi/istream.c trunk/reactos/lib/shlwapi/ordinal.c trunk/reactos/lib/shlwapi/reg.c trunk/reactos/lib/shlwapi/regstream.c trunk/reactos/lib/shlwapi/shlwapi.spec trunk/reactos/lib/shlwapi/shlwapi_main.c trunk/reactos/lib/shlwapi/string.c trunk/reactos/lib/shlwapi/thread.c trunk/reactos/w32api/include/ocidl.h trunk/reactos/w32api/include/shlwapi.h Deleted files: trunk/reactos/include/wine/urlmon.h From gvg at svn.reactos.com Wed Sep 7 17:57:48 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17717: Sync to Wine-20050830: Message-ID: <000601c5b3c4$e4d01050$6b01a8c0@PENELOPE> Sync to Wine-20050830: Francois Gouget - Add missing WINAPI to MSXML_DllGetClassObject(). Standardize the DllGetClassObject() prototypes so they match the MSDN definition. Alexandre Julliard - Don't prefix the functions DllCanUnloadNow, DllGetClassObject and Dll(Un)RegisterServer with the dll name so that the compiler can check the prototypes. Updated files: trunk/reactos/lib/urlmon/regsvr.c trunk/reactos/lib/urlmon/urlmon.spec trunk/reactos/lib/urlmon/urlmon_main.c Deleted files: trunk/reactos/lib/urlmon/Makefile.in From ion at svn.reactos.com Wed Sep 7 18:02:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17718: Return correct size. This fixes bug 756 Message-ID: <000601c5b3c5$911b93c0$6b01a8c0@PENELOPE> Return correct size. This fixes bug 756 Updated files: trunk/reactos/lib/rtl/unicode.c From gvg at svn.reactos.com Wed Sep 7 18:23:07 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17719: Sync to Wine-20050830: Message-ID: <000601c5b3c8$6e13ce30$6b01a8c0@PENELOPE> Sync to Wine-20050830: Kevin Koltzau - Fix 'cast to pointer from integer of different size' warnings in 64bit. Frank Richter - Add support for the BT_NONE background type. - Better computations to have uniformly sized parts scaled in both directions. - Implement GetThemeBackgroundExtent(). - Implement DrawThemeEdge(). - Implement support for the ST_TILE background stretching mode. - Implementation for GetThemePartSize() (not entirely equivalent to native uxtheme, but sensibly useable). - Enhance uxtheme to store the themed system metrics in the registry and also backup the old metrics. That way, themed system colors are set even uxtheme was not loaded and initialized yet, and when a theme is deactivated, the colors prior to the activation are restored as well. - Also, not having to set the system colors in uxtheme startup works around weird problems where SetSystemColors() ended up being called from inside window creation and this seemingly led to some creation message being sent twice. - Make GetThemeMargins() return default values (0 margin) if the function does not succeed. - More elaborate IsThemeBackgroundPartiallyTransparent() implementation; also returns TRUE for theme parts with 32bpp images. - Since theme images are reused now it's not really a good idea to delete them in drawing functions. - Pass around what kind of transparency an image actually needs. Use alpha-blending for 32bpp images. - Set some default values for truesize sizing that seem closer to Windows. - If a MINSIZEn property is not present, fall back to actual size of nth image to determine whether it is suitable. - EnumThemeColors() and EnumThemeSizes() actually do not return a single string with the color/size name, but rather a struct containing three strings - name, display name and tooltip. - The default image layout is HORIZONTAL, not VERTICAL. - Take a common computation out of two if-branches in UXTHEME_LoadImage(). - Compare result of RegQueryValueExW() with ERROR_SUCCESS. - Another fix to use magenta as the default transparent color. - Implement "manual" image sharing(as opposed to using LoadImage() with LR_SHARED) by keeping the loaded images in a list. This is needed for proper alpha support later on since once-per-image preparations will be needed then. - Add support for horizontal & vertical alignment when doing truesize sizing. - Whatever TrueSizeStretchMark is for - it's not what Wine uxtheme used it for. Native uxtheme always stretches "truesize" parts when the destination is smaller than the part image size, but TrueSizeStretchMark doesn't seem to have an influence. Updated files: trunk/reactos/lib/uxtheme/draw.c trunk/reactos/lib/uxtheme/msstyles.c trunk/reactos/lib/uxtheme/msstyles.h trunk/reactos/lib/uxtheme/property.c trunk/reactos/lib/uxtheme/system.c trunk/reactos/lib/uxtheme/uxtheme.spec trunk/reactos/lib/uxtheme/uxthemedll.h Deleted files: trunk/reactos/lib/uxtheme/Makefile.in From gvg at svn.reactos.com Wed Sep 7 18:23:32 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17720: Add AC_SRC constants Message-ID: <000601c5b3c8$7d60e3a0$6b01a8c0@PENELOPE> Add AC_SRC constants Updated files: trunk/reactos/w32api/include/wingdi.h From gvg at svn.reactos.com Wed Sep 7 18:28:16 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17721: Sync to Wine-20050830: Message-ID: <000601c5b3c9$26acbba0$6b01a8c0@PENELOPE> Sync to Wine-20050830: Alexandre Julliard - Removed a useless header file. Updated files: trunk/reactos/subsys/system/msiexec/msiexec.c Deleted files: trunk/reactos/subsys/system/msiexec/Makefile.in From gvg at svn.reactos.com Wed Sep 7 18:34:17 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17722: Finish Wine-20050830 import Message-ID: <000601c5b3c9$fdca9e40$6b01a8c0@PENELOPE> Finish Wine-20050830 import Added files: vendor/wine/dlls/cabinet/Wine-20050830/ vendor/wine/dlls/comctl32/Wine-20050830/ vendor/wine/dlls/commdlg/Wine-20050830/ vendor/wine/dlls/dinput8/Wine-20050830/ vendor/wine/dlls/dsound/Wine-20050830/ vendor/wine/dlls/icmp/Wine-20050830/ vendor/wine/dlls/midimap/Wine-20050830/ vendor/wine/dlls/mpr/Wine-20050830/ vendor/wine/dlls/msi/Wine-20050830/ vendor/wine/dlls/msimg32/Wine-20050830/ vendor/wine/dlls/objsel/Wine-20050830/ vendor/wine/dlls/ole32/Wine-20050830/ vendor/wine/dlls/oleaut32/Wine-20050830/ vendor/wine/dlls/oledlg/Wine-20050830/ vendor/wine/dlls/olepro32/Wine-20050830/ vendor/wine/dlls/riched20/Wine-20050830/ vendor/wine/dlls/richedit/Wine-20050830/ vendor/wine/dlls/rpcrt4/Wine-20050830/ vendor/wine/dlls/shdocvw/Wine-20050830/ vendor/wine/dlls/shell32/Wine-20050830/ vendor/wine/dlls/shlwapi/Wine-20050830/ vendor/wine/dlls/urlmon/Wine-20050830/ vendor/wine/dlls/uxtheme/Wine-20050830/ vendor/wine/libs/unicode/Wine-20050830/ vendor/wine/libs/wpp/Wine-20050830/ vendor/wine/programs/msiexec/Wine-20050830/ vendor/wine/tools/winebuild/Wine-20050830/ vendor/wine/tools/wrc/Wine-20050830/ Deleted files: vendor/wine/dlls/cabinet/Wine-20050725/ vendor/wine/dlls/comctl32/Wine-20050725/ vendor/wine/dlls/commdlg/Wine-20050725/ vendor/wine/dlls/dinput8/Wine-20050725/ vendor/wine/dlls/dsound/Wine-20050725/ vendor/wine/dlls/icmp/Wine-20050725/ vendor/wine/dlls/midimap/Wine-20050725/ vendor/wine/dlls/mpr/Wine-20050725/ vendor/wine/dlls/msi/Wine-20050725/ vendor/wine/dlls/msimg32/Wine-20050725/ vendor/wine/dlls/ole32/Wine-20050725/ vendor/wine/dlls/oleaut32/Wine-20050725/ vendor/wine/dlls/oledlg/Wine-20050725/ vendor/wine/dlls/olepro32/Wine-20050725/ vendor/wine/dlls/riched20/Wine-20050725/ vendor/wine/dlls/richedit/Wine-20050725/ vendor/wine/dlls/rpcrt4/Wine-20050725/ vendor/wine/dlls/shdocvw/Wine-20050725/ vendor/wine/dlls/shell32/Wine-20050725/ vendor/wine/dlls/shlwapi/Wine-20050725/ vendor/wine/dlls/urlmon/Wine-20050725/ vendor/wine/dlls/uxtheme/Wine-20050725/ vendor/wine/libs/unicode/Wine-20050725/ vendor/wine/libs/wpp/Wine-20050725/ vendor/wine/programs/msiexec/Wine-20050725/ vendor/wine/tools/winebuild/Wine-20050725/ vendor/wine/tools/wrc/Wine-20050725/ From gvg at svn.reactos.com Wed Sep 7 18:34:54 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17723: Update status Message-ID: <000601c5b3ca$13d5edc0$6b01a8c0@PENELOPE> Update status Updated files: trunk/reactos/media/doc/README.WINE From hbirr at svn.reactos.com Wed Sep 7 19:20:40 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [hbirr] 17724: Fixed the definition of RtlUnicodeStringToCountedOemSize. This will fix bug 756. Message-ID: <000601c5b3d0$787266e0$6b01a8c0@PENELOPE> Fixed the definition of RtlUnicodeStringToCountedOemSize. This will fix bug 756. Updated files: trunk/reactos/include/ndk/rtlfuncs.h From gvg at svn.reactos.com Wed Sep 7 19:54:55 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gvg] 17725: Make sure memory will be freed on delete of DIB section Message-ID: <000601c5b3d5$416dd490$6b01a8c0@PENELOPE> Make sure memory will be freed on delete of DIB section Updated files: trunk/reactos/subsys/win32k/objects/dib.c From amunger at svn.reactos.com Wed Sep 7 21:10:13 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [amunger] 17726: Fix include so packlib builds after latest wine sync. Message-ID: <000601c5b3df$c61a52e0$6b01a8c0@PENELOPE> Fix include so packlib builds after latest wine sync. Updated files: trunk/rosapps/packmgr/lib/download.cpp From ion at svn.reactos.com Wed Sep 7 21:37:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17727: Implement NTDLL's CSR routines in a compatible way. Fix prototypes, argument count, deprecated functions and new functions. Some functions will not work (or are designed not to work) fully until the new CSR is committed, but they keep the same functionality as the previous versions (no regressions found; tested with cmd, cmt, putty, telnet, ps). Also added NtSecureConnectPort. Message-ID: <000601c5b3e3$a73f51a0$6b01a8c0@PENELOPE> Implement NTDLL's CSR routines in a compatible way. Fix prototypes, argument count, deprecated functions and new functions. Some functions will not work (or are designed not to work) fully until the new CSR is committed, but they keep the same functionality as the previous versions (no regressions found; tested with cmd, cmt, putty, telnet, ps). Also added NtSecureConnectPort. Added files: trunk/reactos/lib/ntdll/csr/api.c trunk/reactos/lib/ntdll/csr/connect.c Updated files: trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/subsys/csrss/csrss.h trunk/reactos/lib/kernel32/misc/console.c trunk/reactos/lib/kernel32/misc/dllmain.c trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/subsys/csrss/init.c trunk/reactos/tools/nci/sysfuncs.lst Deleted files: trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/csr/probe.c trunk/reactos/lib/ntdll/csr/srv.c trunk/reactos/lib/ntdll/csr/thread.c From gdalsnes at svn.reactos.com Wed Sep 7 23:00:19 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17728: -replace user object/handle manager with the one from wine. its simpler, faster and more correct. Message-ID: <000601c5b3ef$27b75890$6b01a8c0@PENELOPE> -replace user object/handle manager with the one from wine. its simpler, faster and more correct. -convert dozens of functions to take pointers as args, not handles -attempt to simplify/correct refcounting -remove much useless refcounting -make callout refcounts auto undoable (ei. if the thread crash in umode during callback) -misc formatting/naming changes Updated files: trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/include/cursoricon.h trunk/reactos/subsys/win32k/include/object.h trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/include/win32.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/include/winpos.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/ntuser.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From gdalsnes at svn.reactos.com Wed Sep 7 23:05:34 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17729: window pointer was incorrectly passed as wparam to co_IntSendMessage instead of hwnd Message-ID: <000601c5b3ef$e356a830$6b01a8c0@PENELOPE> window pointer was incorrectly passed as wparam to co_IntSendMessage instead of hwnd Updated files: trunk/reactos/subsys/win32k/ntuser/message.c From gdalsnes at svn.reactos.com Wed Sep 7 23:26:22 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [gdalsnes] 17730: indent with astyle v1.15.3: --style=ansi -c -s3 -S --convert-tabs Message-ID: <000601c5b3f2$cb15aca0$6b01a8c0@PENELOPE> indent with astyle v1.15.3: --style=ansi -c -s3 -S --convert-tabs Updated files: trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/callback.c trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/clipboard.c trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/guicheck.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/keyboard.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/metric.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/ntuser.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/prop.c trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/ssec.c trunk/reactos/subsys/win32k/ntuser/stubs.c trunk/reactos/subsys/win32k/ntuser/timer.c trunk/reactos/subsys/win32k/ntuser/useratom.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/ntuser/winsta.c From ion at svn.reactos.com Thu Sep 8 02:09:55 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17731: - Part one of major RTL cleanup. Merge duplicated code and stick everything in lib\rtl that used to be in ntdll. Also cleanup the file headers, copyright information and includes. Message-ID: <000601c5b409$a46401d0$6b01a8c0@PENELOPE> - Part one of major RTL cleanup. Merge duplicated code and stick everything in lib\rtl that used to be in ntdll. Also cleanup the file headers, copyright information and includes. Added files: trunk/reactos/lib/ntdll/rtl/version.c trunk/reactos/lib/rtl/apc.c trunk/reactos/lib/rtl/callback.c trunk/reactos/lib/rtl/crc32.c trunk/reactos/lib/rtl/dbgbuffer.c trunk/reactos/lib/rtl/handle.c trunk/reactos/lib/rtl/math.c trunk/reactos/lib/rtl/message.c trunk/reactos/lib/rtl/propvar.c trunk/reactos/lib/rtl/rangelist.c trunk/reactos/lib/rtl/resource.c trunk/reactos/lib/rtl/timerqueue.c Updated files: trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/rtl/access.c trunk/reactos/lib/rtl/acl.c trunk/reactos/lib/rtl/atom.c trunk/reactos/lib/rtl/bit.c trunk/reactos/lib/rtl/bitmap.c trunk/reactos/lib/rtl/bootdata.c trunk/reactos/lib/rtl/compress.c trunk/reactos/lib/rtl/dos8dot3.c trunk/reactos/lib/rtl/encode.c trunk/reactos/lib/rtl/env.c trunk/reactos/lib/rtl/error.c trunk/reactos/lib/rtl/exception.c trunk/reactos/lib/rtl/generictable.c trunk/reactos/lib/rtl/heap.c trunk/reactos/lib/rtl/image.c trunk/reactos/lib/rtl/largeint.c trunk/reactos/lib/rtl/luid.c trunk/reactos/lib/rtl/mem.c trunk/reactos/lib/rtl/network.c trunk/reactos/lib/rtl/nls.c trunk/reactos/lib/rtl/ppb.c trunk/reactos/lib/rtl/process.c trunk/reactos/lib/rtl/qsort.c trunk/reactos/lib/rtl/random.c trunk/reactos/lib/rtl/registry.c trunk/reactos/lib/rtl/rtl.h trunk/reactos/lib/rtl/rtl.xml trunk/reactos/lib/rtl/sd.c trunk/reactos/lib/rtl/security.c trunk/reactos/lib/rtl/sid.c trunk/reactos/lib/rtl/splaytree.c trunk/reactos/lib/rtl/thread.c trunk/reactos/lib/rtl/time.c trunk/reactos/lib/rtl/timezone.c trunk/reactos/lib/rtl/unicode.c trunk/reactos/lib/rtl/unicodeprefix.c trunk/reactos/lib/rtl/version.c trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/ntoskrnl/rtl/libsupp.c Deleted files: trunk/reactos/lib/ntdll/rtl/apc.c trunk/reactos/lib/ntdll/rtl/callback.c trunk/reactos/lib/ntdll/rtl/crc32.c trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/ntdll/rtl/handle.c trunk/reactos/lib/ntdll/rtl/math.c trunk/reactos/lib/ntdll/rtl/message.c trunk/reactos/lib/ntdll/rtl/misc.c trunk/reactos/lib/ntdll/rtl/process.c trunk/reactos/lib/ntdll/rtl/propvar.c trunk/reactos/lib/ntdll/rtl/rangelist.c trunk/reactos/lib/ntdll/rtl/resource.c trunk/reactos/lib/ntdll/rtl/secobj.c trunk/reactos/lib/ntdll/rtl/teb.c trunk/reactos/lib/ntdll/rtl/timerqueue.c trunk/reactos/lib/ntdll/rtl/trace.c trunk/reactos/ntoskrnl/rtl/message.c trunk/reactos/ntoskrnl/rtl/rangelist.c From ion at svn.reactos.com Thu Sep 8 04:29:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:16 2006 Subject: [ros-svn] [ion] 17732: - Move more stuff to /rtl Message-ID: <000601c5b41d$2839b910$6b01a8c0@PENELOPE> - Move more stuff to /rtl - Bring back Ki* callbacks into ntdll. Added files: trunk/reactos/lib/ntdll/main/dispatch.c trunk/reactos/lib/rtl/critical.c trunk/reactos/lib/rtl/path.c trunk/reactos/lib/rtl/vectoreh.c Updated files: trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/inc/ntdllp.h trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/rtl/heap.c trunk/reactos/lib/rtl/rtl.h trunk/reactos/lib/rtl/rtl.xml trunk/reactos/ntoskrnl/rtl/libsupp.c Deleted files: trunk/reactos/lib/ntdll/rtl/critical.c trunk/reactos/lib/ntdll/rtl/exception.c trunk/reactos/lib/ntdll/rtl/path.c trunk/reactos/lib/rtl/apc.c trunk/reactos/lib/rtl/callback.c From ion at svn.reactos.com Thu Sep 8 06:27:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ion] 17733: Don't duplicate string and ctype functions 2 (or even 3) times... we have stringlib for that Message-ID: <000601c5b42d$92d07470$6b01a8c0@PENELOPE> Don't duplicate string and ctype functions 2 (or even 3) times... we have stringlib for that Added files: trunk/reactos/lib/string/ctype.c trunk/reactos/lib/string/memicmp.c trunk/reactos/lib/string/stricmp.c trunk/reactos/lib/string/strlwr.c trunk/reactos/lib/string/strnicmp.c trunk/reactos/lib/string/strrev.c trunk/reactos/lib/string/strset.c trunk/reactos/lib/string/strstr.c trunk/reactos/lib/string/strupr.c trunk/reactos/lib/string/wcsnset.c trunk/reactos/lib/string/wcsrev.c trunk/reactos/lib/string/wstring.c Updated files: trunk/reactos/lib/kjs/ksrc/compat.c trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/string/string.xml trunk/reactos/ntoskrnl/ntoskrnl.xml Deleted files: trunk/reactos/lib/ntdll/string/ trunk/reactos/ntoskrnl/rtl/string.c trunk/reactos/ntoskrnl/rtl/wstring.c From ion at svn.reactos.com Thu Sep 8 07:03:48 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ion] 17734: Share more duplicated functions Message-ID: <000601c5b432$b2301ff0$6b01a8c0@PENELOPE> Share more duplicated functions Added files: trunk/reactos/lib/string/abs.c trunk/reactos/lib/string/atoi.c trunk/reactos/lib/string/atoi64.c trunk/reactos/lib/string/atol.c trunk/reactos/lib/string/bsearch.c trunk/reactos/lib/string/itoa.c trunk/reactos/lib/string/itow.c trunk/reactos/lib/string/labs.c trunk/reactos/lib/string/lfind.c trunk/reactos/lib/string/mbstowcs.c trunk/reactos/lib/string/rand.c trunk/reactos/lib/string/splitp.c trunk/reactos/lib/string/strtol.c trunk/reactos/lib/string/strtoul.c trunk/reactos/lib/string/wcstol.c trunk/reactos/lib/string/wcstombs.c trunk/reactos/lib/string/wcstoul.c trunk/reactos/lib/string/wtoi.c trunk/reactos/lib/string/wtoi64.c trunk/reactos/lib/string/wtol.c Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/string/string.xml trunk/reactos/ntoskrnl/ntoskrnl.xml Deleted files: trunk/reactos/lib/ntdll/stdlib/ From ion at svn.reactos.com Thu Sep 8 08:52:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ion] 17735: - Move s(w)printf to rtl (cannot be shared in string because of differences with the CRT implementation). - Fix build errors due to previous commits (sorry). Message-ID: <000601c5b441$d852dbf0$6b01a8c0@PENELOPE> - Move s(w)printf to rtl (cannot be shared in string because of differences with the CRT implementation). - Fix build errors due to previous commits (sorry). Added files: trunk/reactos/lib/rtl/sprintf.c trunk/reactos/lib/rtl/swprintf.c trunk/reactos/lib/string/scanf.h trunk/reactos/lib/string/sscanf.c Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/lib/crt/crt.xml trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/rtl/rtl.xml trunk/reactos/lib/string/ctype.c trunk/reactos/lib/string/string.xml trunk/reactos/ntoskrnl/ntoskrnl.xml Deleted files: trunk/reactos/lib/crt/ctype/ trunk/reactos/lib/ntdll/stdio/ trunk/reactos/ntoskrnl/rtl/ctype.c trunk/reactos/ntoskrnl/rtl/sprintf.c trunk/reactos/ntoskrnl/rtl/stdlib.c trunk/reactos/ntoskrnl/rtl/swprintf.c From gvg at svn.reactos.com Thu Sep 8 10:29:08 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17736: Translate partition 0 to active partition. Fixes bug 181. Message-ID: <000601c5b44f$61ae8310$6b01a8c0@PENELOPE> Translate partition 0 to active partition. Fixes bug 181. Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386.h trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/disk/partition.c trunk/reactos/boot/freeldr/freeldr/include/disk.h trunk/reactos/boot/freeldr/freeldr/include/machine.h trunk/reactos/boot/freeldr/freeldr/linuxboot.c trunk/reactos/boot/freeldr/freeldr/machine.c trunk/reactos/boot/freeldr/freeldr/miscboot.c trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c From gvg at svn.reactos.com Thu Sep 8 10:34:43 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17737: Getting tired of seeing "? ros" Message-ID: <000601c5b450$293723b0$6b01a8c0@PENELOPE> Getting tired of seeing "? ros" From ion at svn.reactos.com Thu Sep 8 10:38:27 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ion] 17738: Well heck I'm getting tired of ? too Message-ID: <000601c5b450$af1d17f0$6b01a8c0@PENELOPE> Well heck I'm getting tired of ? too From gvg at svn.reactos.com Thu Sep 8 15:08:25 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17739: Reserve space for The Terminator Message-ID: <000601c5b476$65669750$6b01a8c0@PENELOPE> Reserve space for The Terminator Updated files: trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c From gvg at svn.reactos.com Thu Sep 8 15:27:26 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17740: saveliyt@mail.ru: Message-ID: <000601c5b479$0d7dadf0$6b01a8c0@PENELOPE> saveliyt@mail.ru: Start SCM on livecd too Updated files: trunk/reactos/subsys/system/winlogon/winlogon.c From gvg at svn.reactos.com Thu Sep 8 16:02:00 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17741: Correct notepad location Message-ID: <000601c5b47d$e238eba0$6b01a8c0@PENELOPE> Correct notepad location Updated files: trunk/reactos/bootdata/hivecls.inf From gvg at svn.reactos.com Thu Sep 8 17:51:48 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17742: Unlock console on alternate return paths. Fixes bug 734. Message-ID: <000601c5b48d$38a91280$6b01a8c0@PENELOPE> Unlock console on alternate return paths. Fixes bug 734. Updated files: trunk/reactos/subsys/csrss/win32csr/conio.c From gdalsnes at svn.reactos.com Thu Sep 8 18:19:15 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gdalsnes] 17743: -remove hotkey lock Message-ID: <000601c5b491$0e45a4f0$6b01a8c0@PENELOPE> -remove hotkey lock -remove dc list lock -simplify/rework refcounting -remove keyboard queue state lock -convert some functions into taking pointerargs, not handles Updated files: trunk/reactos/subsys/win32k/include/cursoricon.h trunk/reactos/subsys/win32k/include/dce.h trunk/reactos/subsys/win32k/include/hotkey.h trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/include/winpos.h trunk/reactos/subsys/win32k/include/winsta.h trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/keyboard.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/metric.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/scrollbar.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From chorns at svn.reactos.com Thu Sep 8 18:41:18 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [chorns] 17744: Christoph_vW : Message-ID: <000601c5b494$232fc5a0$6b01a8c0@PENELOPE> Christoph_vW : Binutils detection Modified to support cross-compilation Resolves #707 Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/backend/mingw/mingw.h trunk/reactos/tools/rbuild/exception.cpp trunk/reactos/tools/rbuild/exception.h From hpoussin at svn.reactos.com Thu Sep 8 21:58:58 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17745: Start of big changes in layout of USB code. Fireball and I are agreeing on these changes. Message-ID: <000601c5b4af$c03a9b70$6b01a8c0@PENELOPE> Start of big changes in layout of USB code. Fireball and I are agreeing on these changes. Step 1: delete all useless stuff Deleted files: trunk/reactos/drivers/usb/miniport/ trunk/reactos/drivers/usb/usbhub/ trunk/reactos/drivers/usb/usbport/ From hpoussin at svn.reactos.com Thu Sep 8 22:02:55 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17746: Rename drivers to their right name Message-ID: <000601c5b4b0$4d84f4d0$6b01a8c0@PENELOPE> Rename drivers to their right name Added files: trunk/reactos/drivers/usb/cromwell/usbhub/ trunk/reactos/drivers/usb/cromwell/usbohci/ trunk/reactos/drivers/usb/cromwell/usbport/ trunk/reactos/drivers/usb/cromwell/usbuhci/ Deleted files: trunk/reactos/drivers/usb/cromwell/core/ trunk/reactos/drivers/usb/cromwell/host/ trunk/reactos/drivers/usb/cromwell/hub/ trunk/reactos/drivers/usb/cromwell/uhci/ From hpoussin at svn.reactos.com Thu Sep 8 22:07:24 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17747: Move drivers to the right location Message-ID: <000601c5b4b0$edb9d5b0$6b01a8c0@PENELOPE> Move drivers to the right location Added files: trunk/reactos/drivers/usb/miniport/ trunk/reactos/drivers/usb/miniport/linux/ trunk/reactos/drivers/usb/miniport/sys/ trunk/reactos/drivers/usb/miniport/usb_wrapper.h trunk/reactos/drivers/usb/miniport/usbohci/ trunk/reactos/drivers/usb/miniport/usbuhci/ trunk/reactos/drivers/usb/usbhub/ trunk/reactos/drivers/usb/usbport/ Deleted files: trunk/reactos/drivers/usb/cromwell/linux/ trunk/reactos/drivers/usb/cromwell/sys/ trunk/reactos/drivers/usb/cromwell/usb_wrapper.h trunk/reactos/drivers/usb/cromwell/usbhub/ trunk/reactos/drivers/usb/cromwell/usbohci/ trunk/reactos/drivers/usb/cromwell/usbport/ trunk/reactos/drivers/usb/cromwell/usbuhci/ From hbirr at svn.reactos.com Thu Sep 8 22:12:43 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17748: Initialize the length in the header in LpcSendTerminationPort. Message-ID: <000601c5b4b1$abd17850$6b01a8c0@PENELOPE> Initialize the length in the header in LpcSendTerminationPort. Updated files: trunk/reactos/ntoskrnl/lpc/send.c From hpoussin at svn.reactos.com Thu Sep 8 22:16:47 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17749: Add xml files at the right places Message-ID: <000601c5b4b2$3d5b0200$6b01a8c0@PENELOPE> Add xml files at the right places Remove now useless cromwell directory Added files: trunk/reactos/drivers/usb/miniport/directory.xml trunk/reactos/drivers/usb/miniport/usbohci/usbohci.xml trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml trunk/reactos/drivers/usb/usbhub/usbhub.xml trunk/reactos/drivers/usb/usbport/usbport.xml Updated files: trunk/reactos/drivers/usb/directory.xml Deleted files: trunk/reactos/drivers/usb/cromwell/ trunk/reactos/drivers/usb/miniport/usbohci/host.xml trunk/reactos/drivers/usb/miniport/usbuhci/uhci.xml trunk/reactos/drivers/usb/usbhub/hub.xml trunk/reactos/drivers/usb/usbport/usbcore.xml From hbirr at svn.reactos.com Thu Sep 8 22:19:00 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17750: Allocate a larger storage for the request buffer. It is necessary since the latest changeing in ntdll for csrss connections. Message-ID: <000601c5b4b2$8c7651f0$6b01a8c0@PENELOPE> Allocate a larger storage for the request buffer. It is necessary since the latest changeing in ntdll for csrss connections. Updated files: trunk/reactos/subsys/csrss/api/wapi.c From hpoussin at svn.reactos.com Thu Sep 8 22:53:33 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17751: Fix build, by correcting include paths and updating xml files of USB components Message-ID: <000601c5b4b7$5fdef7f0$6b01a8c0@PENELOPE> Fix build, by correcting include paths and updating xml files of USB components Added files: trunk/reactos/drivers/usb/usbport/usbport.def Updated files: trunk/reactos/drivers/usb/miniport/linux/pci_hal.c trunk/reactos/drivers/usb/miniport/usbohci/ohci-hcd.c trunk/reactos/drivers/usb/miniport/usbohci/ohci_main.c trunk/reactos/drivers/usb/miniport/usbohci/usbohci.xml trunk/reactos/drivers/usb/miniport/usbuhci/uhci-hcd.c trunk/reactos/drivers/usb/miniport/usbuhci/uhci.h trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml trunk/reactos/drivers/usb/usbhub/usbhub.h trunk/reactos/drivers/usb/usbhub/usbhub.xml trunk/reactos/drivers/usb/usbport/buffer_simple.c trunk/reactos/drivers/usb/usbport/config.c trunk/reactos/drivers/usb/usbport/core_drivers/usbkey.c trunk/reactos/drivers/usb/usbport/core_drivers/usbmouse.c trunk/reactos/drivers/usb/usbport/hcd-pci.c trunk/reactos/drivers/usb/usbport/hcd.c trunk/reactos/drivers/usb/usbport/hub.c trunk/reactos/drivers/usb/usbport/message.c trunk/reactos/drivers/usb/usbport/urb.c trunk/reactos/drivers/usb/usbport/usb-debug.c trunk/reactos/drivers/usb/usbport/usb.c trunk/reactos/drivers/usb/usbport/usbcore.c trunk/reactos/drivers/usb/usbport/usbport.xml Deleted files: trunk/reactos/drivers/usb/usbport/usbcore.def From gvg at svn.reactos.com Thu Sep 8 23:09:05 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17752: Fix double-clicking control panel items Message-ID: <000601c5b4b9$8b99a960$6b01a8c0@PENELOPE> Fix double-clicking control panel items Updated files: trunk/reactos/lib/shell32/cpanelfolder.c trunk/reactos/lib/shell32/shlexec.c From hpoussin at svn.reactos.com Thu Sep 8 23:33:04 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17753: Remove warnings and allow installation of USB files with make install Message-ID: <000601c5b4bc$e5358b30$6b01a8c0@PENELOPE> Remove warnings and allow installation of USB files with make install Updated files: trunk/reactos/drivers/usb/miniport/linux/usb.h trunk/reactos/drivers/usb/miniport/usbohci/ohci_main.c trunk/reactos/drivers/usb/miniport/usbohci/usbohci.xml trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml trunk/reactos/drivers/usb/usbhub/usbhub.xml trunk/reactos/drivers/usb/usbport/usb.c trunk/reactos/drivers/usb/usbport/usbport.xml From hpoussin at svn.reactos.com Thu Sep 8 23:54:50 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17754: Change driver name ohci.sys -> usbohci.sys Message-ID: <000601c5b4bf$f0096d30$6b01a8c0@PENELOPE> Change driver name ohci.sys -> usbohci.sys Updated files: trunk/reactos/bootdata/hivesys.inf From royce at svn.reactos.com Fri Sep 9 01:11:24 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [royce] 17755: win32 api compatibility fix Message-ID: <000601c5b4ca$a1c56970$6b01a8c0@PENELOPE> win32 api compatibility fix changed 'warnings' attribute of to 'allowwarnings' to make it's function less ambiguous Updated files: trunk/reactos/apps/utils/net/ftp/ftp.xml trunk/reactos/apps/utils/net/ipconfig/ipconfig.xml trunk/reactos/apps/utils/net/netstat/netstat.xml trunk/reactos/apps/utils/net/route/route.xml trunk/reactos/boot/freeldr/freeldr/freeldr_base.xml trunk/reactos/drivers/bus/acpi/acpi.xml trunk/reactos/drivers/bus/pci/pci.xml trunk/reactos/drivers/dd/sndblst/sndblst.xml trunk/reactos/drivers/lib/ip/ip.xml trunk/reactos/drivers/lib/oskittcp/oskittcp.xml trunk/reactos/drivers/storage/disk/disk.xml trunk/reactos/drivers/usb/usbstor/usbstor.xml trunk/reactos/hal/halx86/xbox/halxbox.xml trunk/reactos/lib/adns/adns.xml trunk/reactos/lib/cabinet/cabinet.xml trunk/reactos/lib/comctl32/comctl32.xml trunk/reactos/lib/comdlg32/comdlg32.xml trunk/reactos/lib/dbghelp/dbghelp.xml trunk/reactos/lib/devenum/devenum.xml trunk/reactos/lib/dinput/dinput.xml trunk/reactos/lib/dxdiagn/dxdiagn.xml trunk/reactos/lib/freetype/freetype.xml trunk/reactos/lib/glu32/glu32.xml trunk/reactos/lib/imagehlp/imagehlp.xml trunk/reactos/lib/iphlpapi/iphlpapi.xml trunk/reactos/lib/keyboard/kbdbe/kbdbe.xml trunk/reactos/lib/keyboard/kbdda/kbdda.xml trunk/reactos/lib/keyboard/kbddv/kbddv.xml trunk/reactos/lib/keyboard/kbdes/kbdes.xml trunk/reactos/lib/keyboard/kbdfr/kbdfr.xml trunk/reactos/lib/keyboard/kbdgr/kbdgr.xml trunk/reactos/lib/keyboard/kbdru/kbdru.xml trunk/reactos/lib/keyboard/kbdse/kbdse.xml trunk/reactos/lib/keyboard/kbdsg/kbdsg.xml trunk/reactos/lib/keyboard/kbduk/kbduk.xml trunk/reactos/lib/keyboard/kbdus/kbdus.xml trunk/reactos/lib/mesa32/mesa32.xml trunk/reactos/lib/mpr/mpr.xml trunk/reactos/lib/msi/msi.xml trunk/reactos/lib/msimg32/msimg32.xml trunk/reactos/lib/netapi32/netapi32.xml trunk/reactos/lib/ole32/ole32.xml trunk/reactos/lib/oleaut32/oleaut32.xml trunk/reactos/lib/oledlg/oledlg.xml trunk/reactos/lib/riched20/riched20.xml trunk/reactos/lib/rpcrt4/rpcrt4.xml trunk/reactos/lib/setupapi/setupapi.xml trunk/reactos/lib/shdocvw/shdocvw.xml trunk/reactos/lib/shell32/shell32.xml trunk/reactos/lib/shlwapi/shlwapi.xml trunk/reactos/lib/twain/twain_32.xml trunk/reactos/lib/urlmon/urlmon.xml trunk/reactos/lib/user32/user32.xml trunk/reactos/lib/uxtheme/uxtheme.xml trunk/reactos/lib/version/version.xml trunk/reactos/lib/wininet/wininet.xml trunk/reactos/lib/winmm/midimap/midimap.xml trunk/reactos/lib/winmm/wavemap/wavemap.xml trunk/reactos/lib/winmm/winmm.xml trunk/reactos/regtests/winetests/advapi32/advapi32.xml trunk/reactos/regtests/winetests/comctl32/comctl32.xml trunk/reactos/regtests/winetests/gdi32/gdi32.xml trunk/reactos/regtests/winetests/kernel32/kernel32.xml trunk/reactos/regtests/winetests/msvcrt/msvcrt.xml trunk/reactos/regtests/winetests/ntdll/ntdll.xml trunk/reactos/regtests/winetests/psapi/psapi.xml trunk/reactos/regtests/winetests/setupapi/setupapi.xml trunk/reactos/regtests/winetests/shell32/shell32.xml trunk/reactos/regtests/winetests/shlwapi/shlwapi.xml trunk/reactos/regtests/winetests/user32/user32.xml trunk/reactos/regtests/winetests/version/version.xml trunk/reactos/subsys/system/dhcp/dhcp.xml trunk/reactos/subsys/system/format/format.xml trunk/reactos/subsys/system/hostname/hostname.xml trunk/reactos/subsys/system/msiexec/msiexec.xml trunk/reactos/subsys/system/usetup/usetup.xml trunk/reactos/subsys/system/winefile/winefile.xml trunk/reactos/subsys/win32k/win32k.xml trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp trunk/reactos/tools/rbuild/doc/rbuild.dbk trunk/reactos/tools/rbuild/doc/rbuild.txt trunk/reactos/tools/rbuild/module.cpp trunk/reactos/tools/rbuild/project.dtd trunk/reactos/tools/rbuild/rbuild.h From gdalsnes at svn.reactos.com Fri Sep 9 02:25:57 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gdalsnes] 17756: -cursoricon: naming changes, cleanup Message-ID: <000601c5b4d5$0c4c06f0$6b01a8c0@PENELOPE> -cursoricon: naming changes, cleanup -fix: hide/show caret to accept NULL hWnds -some handle to pointer converions -double handle table size -fix: co_WinPosActivateOtherWindow was trying to access desktop parent Updated files: trunk/reactos/subsys/win32k/include/object.h trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c From amunger at svn.reactos.com Fri Sep 9 02:38:46 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [amunger] 17757: Remove stray data from the XML. This one goes out to TLF. Message-ID: <000601c5b4d6$d66ee500$6b01a8c0@PENELOPE> Remove stray data from the XML. This one goes out to TLF. Updated files: trunk/rosapps/demos/ddraw/ddraw.xml From gvg at svn.reactos.com Fri Sep 9 11:48:37 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17758: Remove WS_VISIBLE bit from correct member Message-ID: <000601c5b523$a67893d0$6b01a8c0@PENELOPE> Remove WS_VISIBLE bit from correct member Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From gvg at svn.reactos.com Fri Sep 9 11:51:04 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17759: Window handle is not valid anymore when the object is in "destroyed" state Message-ID: <000601c5b523$fe338800$6b01a8c0@PENELOPE> Window handle is not valid anymore when the object is in "destroyed" state Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From gvg at svn.reactos.com Fri Sep 9 12:22:45 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17760: RetVal is in bytes, so check against MAX_PATH in bytes Message-ID: <000601c5b528$6b7b2900$6b01a8c0@PENELOPE> RetVal is in bytes, so check against MAX_PATH in bytes Updated files: trunk/reactos/lib/kernel32/process/create.c From gvg at svn.reactos.com Fri Sep 9 13:43:29 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17761: Convert title from UNICODE_STRING to nul-terminated Message-ID: <000601c5b533$b2cdf9d0$6b01a8c0@PENELOPE> Convert title from UNICODE_STRING to nul-terminated Updated files: trunk/reactos/subsys/csrss/win32csr/guiconsole.c From gvg at svn.reactos.com Fri Sep 9 14:22:05 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17762: Don't assume UNICODE_STRINGs are nul terminated Message-ID: <000601c5b539$16e029c0$6b01a8c0@PENELOPE> Don't assume UNICODE_STRINGs are nul terminated Updated files: trunk/reactos/subsys/csrss/win32csr/conio.c From gvg at svn.reactos.com Fri Sep 9 14:22:31 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17763: Restore console title after running a command Message-ID: <000601c5b539$266b80b0$6b01a8c0@PENELOPE> Restore console title after running a command Updated files: trunk/reactos/subsys/system/cmd/cmd.c From gvg at svn.reactos.com Fri Sep 9 15:35:05 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17764: Use max tracking size instead of maximized size to limit window size. Message-ID: <000601c5b543$49db6b00$6b01a8c0@PENELOPE> Use max tracking size instead of maximized size to limit window size. Fixes bug 721. Updated files: trunk/reactos/lib/user32/windows/defwnd.c From gvg at svn.reactos.com Fri Sep 9 16:47:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17765: maxlen is in characters, _cnt is in bytes. Message-ID: <000601c5b54d$6c834a60$6b01a8c0@PENELOPE> maxlen is in characters, _cnt is in bytes. Note: rebuild of lib/crt required for this change to take effect (make crt_clean; make crt) This brings the VMware Tools installer a hell of a lot further (bug 717). Updated files: trunk/reactos/lib/crt/stdio/vsprintf.c From hpoussin at svn.reactos.com Fri Sep 9 17:58:43 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17766: Compile cmd.exe as unicode Message-ID: <000601c5b557$5ab9b7b0$6b01a8c0@PENELOPE> Compile cmd.exe as unicode Updated files: trunk/reactos/subsys/system/cmd/cmd.xml From gvg at svn.reactos.com Fri Sep 9 23:15:35 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17767: Don't trust the returned date/time from the BIOS. QEmu messes this up sometimes. Message-ID: <000601c5b583$9e824d50$6b01a8c0@PENELOPE> Don't trust the returned date/time from the BIOS. QEmu messes this up sometimes. Partly fixes bug 716. Updated files: trunk/reactos/boot/freeldr/freeldr/ui/tui.c From mf at svn.reactos.com Sat Sep 10 10:00:03 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [mf] 17768: tag ReactOS release 0.2.7 Message-ID: <000601c5b5dd$a67f7d20$6b01a8c0@PENELOPE> tag ReactOS release 0.2.7 Added files: tags/ReactOS-0.2.7/ From mf at svn.reactos.com Sat Sep 10 10:00:43 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [mf] 17769: Remove wrong tag Message-ID: <000601c5b5dd$be05faf0$6b01a8c0@PENELOPE> Remove wrong tag Deleted files: tags/ReactOS-0.2.7/ From mf at svn.reactos.com Sat Sep 10 10:01:21 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [mf] 17770: tag ReactOS release 0.2.7 Message-ID: <000601c5b5dd$d5154cf0$6b01a8c0@PENELOPE> tag ReactOS release 0.2.7 Added files: tags/ReactOS-0.2.7/ From gvg at svn.reactos.com Sat Sep 10 10:22:09 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [gvg] 17771: Fix maximizing problem introduced by r17764 Message-ID: <000601c5b5e0$bcd8be30$6b01a8c0@PENELOPE> Fix maximizing problem introduced by r17764 Updated files: trunk/reactos/subsys/win32k/ntuser/winpos.c From ekohl at svn.reactos.com Sat Sep 10 12:31:25 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ekohl] 17772: Add RegDeleteTreeA/W prototype. Message-ID: <000601c5b5f2$cbddc8f0$6b01a8c0@PENELOPE> Add RegDeleteTreeA/W prototype. Updated files: trunk/reactos/w32api/include/winreg.h From ekohl at svn.reactos.com Sat Sep 10 15:02:25 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ekohl] 17773: Implement CM_Delete_Class_Key[_Ex]. Message-ID: <000601c5b607$e3cbae90$6b01a8c0@PENELOPE> Implement CM_Delete_Class_Key[_Ex]. Updated files: trunk/reactos/include/idl/pnp.idl trunk/reactos/include/wine/cfgmgr32.h trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/services/umpnpmgr/umpnpmgr.c trunk/reactos/services/umpnpmgr/umpnpmgr.xml trunk/reactos/w32api/include/ddk/cfgmgr32.h From hpoussin at svn.reactos.com Sat Sep 10 15:03:27 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17774: Add USB drivers to bootcd Message-ID: <000601c5b608$0921f0a0$6b01a8c0@PENELOPE> Add USB drivers to bootcd Updated files: trunk/reactos/bootdata/packages/reactos.dff From ea at svn.reactos.com Sat Sep 10 16:46:16 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [ea] 17775: Message-ID: <000601c5b616$6600ee80$6b01a8c0@PENELOPE> Updated files: trunk/rosapps/games/solitaire/solitaire.xml trunk/rosapps/mc/mc.xml trunk/rosapps/net/ncftp/ncftp.xml trunk/rosapps/templates/dialog/dialog.xml From hpoussin at svn.reactos.com Sat Sep 10 17:17:20 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17776: Move common code of USB miniport drivers into drivers/usb/miniport/common library Message-ID: <000601c5b61a$bcc3a330$6b01a8c0@PENELOPE> Move common code of USB miniport drivers into drivers/usb/miniport/common library Added files: trunk/reactos/drivers/usb/miniport/common/ trunk/reactos/drivers/usb/miniport/common/cleanup.c trunk/reactos/drivers/usb/miniport/common/close.c trunk/reactos/drivers/usb/miniport/common/common.xml trunk/reactos/drivers/usb/miniport/common/create.c trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/miniport/common/misc.c trunk/reactos/drivers/usb/miniport/common/pdo.c trunk/reactos/drivers/usb/miniport/common/uhci.c trunk/reactos/drivers/usb/miniport/common/uhci.h Updated files: trunk/reactos/drivers/usb/miniport/directory.xml trunk/reactos/drivers/usb/miniport/usbuhci/uhci.c trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml Deleted files: trunk/reactos/drivers/usb/miniport/usbuhci/cleanup.c trunk/reactos/drivers/usb/miniport/usbuhci/close.c trunk/reactos/drivers/usb/miniport/usbuhci/create.c trunk/reactos/drivers/usb/miniport/usbuhci/fdo.c trunk/reactos/drivers/usb/miniport/usbuhci/misc.c trunk/reactos/drivers/usb/miniport/usbuhci/pdo.c trunk/reactos/drivers/usb/miniport/usbuhci/uhci.h From hbirr at svn.reactos.com Sat Sep 10 17:18:54 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17777: Fixed GetConsoleTitleA/W. Message-ID: <000601c5b61a$f4fa81b0$6b01a8c0@PENELOPE> Fixed GetConsoleTitleA/W. Updated files: trunk/reactos/lib/kernel32/misc/console.c From hbirr at svn.reactos.com Sat Sep 10 17:20:21 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17778: Fixed the allocation of some buffers in Execute. Message-ID: <000601c5b61b$291ac680$6b01a8c0@PENELOPE> Fixed the allocation of some buffers in Execute. Updated files: trunk/reactos/subsys/system/cmd/cmd.c From hbirr at svn.reactos.com Sat Sep 10 17:21:32 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17779: Fixed a typo. Message-ID: <000601c5b61b$53086b00$6b01a8c0@PENELOPE> Fixed a typo. Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c From hbirr at svn.reactos.com Sat Sep 10 17:30:28 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17780: Silence two debug messages after they have cried a little bit. Message-ID: <000601c5b61c$9266d740$6b01a8c0@PENELOPE> Silence two debug messages after they have cried a little bit. Updated files: trunk/reactos/lib/advapi32/sec/lsa.c From hbirr at svn.reactos.com Sat Sep 10 17:36:52 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hbirr] 17781: Print only the complete information if the fd is valid itself (in is_valid_fd). Message-ID: <000601c5b61d$77523430$6b01a8c0@PENELOPE> Print only the complete information if the fd is valid itself (in is_valid_fd). Updated files: trunk/reactos/lib/crt/io/open.c From hpoussin at svn.reactos.com Sat Sep 10 20:05:02 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17782: Move shareable part of USB miniport drivers to a new directory. UHCI uses it. Message-ID: <000601c5b632$2a7d9360$6b01a8c0@PENELOPE> Move shareable part of USB miniport drivers to a new directory. UHCI uses it. Added files: trunk/reactos/drivers/usb/miniport/common/main.c trunk/reactos/drivers/usb/miniport/common/usbcommon.h trunk/reactos/drivers/usb/miniport/common/usbcommon_types.h trunk/reactos/drivers/usb/miniport/usbuhci/uhci.h Updated files: trunk/reactos/drivers/usb/miniport/common/cleanup.c trunk/reactos/drivers/usb/miniport/common/close.c trunk/reactos/drivers/usb/miniport/common/common.xml trunk/reactos/drivers/usb/miniport/common/create.c trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/miniport/common/misc.c trunk/reactos/drivers/usb/miniport/common/pdo.c trunk/reactos/drivers/usb/miniport/linux/pci_hal.c trunk/reactos/drivers/usb/miniport/sys/linuxwrapper.c trunk/reactos/drivers/usb/miniport/usbuhci/uhci-hcd.c trunk/reactos/drivers/usb/miniport/usbuhci/uhci.c trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml Deleted files: trunk/reactos/drivers/usb/miniport/common/uhci.c trunk/reactos/drivers/usb/miniport/common/uhci.h From royce at svn.reactos.com Sat Sep 10 20:39:47 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [royce] 17783: change rest of warnings to allowwarnings - sorry I didn't get to this the other day. Message-ID: <000601c5b637$055c03a0$6b01a8c0@PENELOPE> change rest of warnings to allowwarnings - sorry I didn't get to this the other day. Updated files: trunk/rosapps/sysutils/chkdsk/chkdsk.xml trunk/rosapps/sysutils/chklib/chklib.xml trunk/rosapps/templates/mdi/mdi.xml From hpoussin at svn.reactos.com Sat Sep 10 20:45:44 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:17 2006 Subject: [ros-svn] [hpoussin] 17784: Remove unneeded pointer indirection Message-ID: <000601c5b637$da106050$6b01a8c0@PENELOPE> Remove unneeded pointer indirection Updated files: trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/miniport/common/usbcommon.h trunk/reactos/drivers/usb/miniport/usbuhci/uhci.c From ekohl at svn.reactos.com Sat Sep 10 21:02:00 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ekohl] 17785: - Implement CM_Enumerate_Enumerators[_Ex]A/W Message-ID: <000601c5b63a$1fe86710$6b01a8c0@PENELOPE> - Implement CM_Enumerate_Enumerators[_Ex]A/W - Fix PNP_EnumerateSubKeys Updated files: trunk/reactos/include/idl/pnp.idl trunk/reactos/include/wine/cfgmgr32.h trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/services/umpnpmgr/umpnpmgr.c From gvg at svn.reactos.com Sat Sep 10 21:21:58 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17786: Auto-determine base of DWORD registry entries. Message-ID: <000601c5b63c$e9d01b70$6b01a8c0@PENELOPE> Auto-determine base of DWORD registry entries. Fixes bug 764. Updated files: trunk/reactos/lib/setupapi/install.c From gvg at svn.reactos.com Sat Sep 10 21:37:28 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17787: Also add registry entries when driver files are already present Message-ID: <000601c5b63f$13e02a20$6b01a8c0@PENELOPE> Also add registry entries when driver files are already present Updated files: trunk/reactos/subsys/system/vmwinst/vmwinst.c From gvg at svn.reactos.com Sat Sep 10 22:19:40 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17788: Handle .msi files Message-ID: <000601c5b644$f9156f10$6b01a8c0@PENELOPE> Handle .msi files Updated files: trunk/reactos/bootdata/hivecls.inf From hbirr at svn.reactos.com Sun Sep 11 00:35:15 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hbirr] 17789: - Acquire the temporary buffer from non paged pool in NtQueryDirectoryObject, because the buffer is accessed at DPC_LEVEL. Message-ID: <000601c5b657$ea41d4c0$6b01a8c0@PENELOPE> - Acquire the temporary buffer from non paged pool in NtQueryDirectoryObject, because the buffer is accessed at DPC_LEVEL. - Do always add an empty entry at the end of the buffer Updated files: trunk/reactos/ntoskrnl/ob/dirobj.c From gvg at svn.reactos.com Sun Sep 11 01:02:04 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17790: Fix some object/handle victims. Fixes bug 765. Message-ID: <000601c5b65b$a8f36610$6b01a8c0@PENELOPE> Fix some object/handle victims. Fixes bug 765. Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From hpoussin at svn.reactos.com Sun Sep 11 01:50:38 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17791: xHCI: Message-ID: <000601c5b662$71f5edc0$6b01a8c0@PENELOPE> xHCI: * Fix value returned by IRP_MN_QUERY_CAPABILITIES and IOCTL_INTERNAL_USB_GET_ROOT_USB_DEVICE * Remove debug output USBHUB: * Don't enumerate too much children. Display informations about them Updated files: trunk/reactos/drivers/usb/miniport/common/misc.c trunk/reactos/drivers/usb/miniport/common/pdo.c trunk/reactos/drivers/usb/usbhub/fdo.c From ekohl at svn.reactos.com Sun Sep 11 10:45:09 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ekohl] 17792: - Implement CM_Enumerate_Enumerators_ExA. Message-ID: <000601c5b6ad$1d7a5100$6b01a8c0@PENELOPE> - Implement CM_Enumerate_Enumerators_ExA. - Fix a typo in PNP_EnumerateSubKeys. Updated files: trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/services/umpnpmgr/umpnpmgr.c From arty at svn.reactos.com Sun Sep 11 11:19:38 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [arty] 17793: Previously, the first character written to the buffer was random (off the Message-ID: <000601c5b6b1$ef337240$6b01a8c0@PENELOPE> Previously, the first character written to the buffer was random (off the stack). Not sure why this didn't blow up for others. Make sure we fill one character before placing one in the buffer. Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp From hpoussin at svn.reactos.com Sun Sep 11 11:23:39 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17794: Display debug error message only when action fails Message-ID: <000601c5b6b2$7ea95e30$6b01a8c0@PENELOPE> Display debug error message only when action fails Updated files: trunk/reactos/ntoskrnl/io/pnpmgr.c From hpoussin at svn.reactos.com Sun Sep 11 13:40:53 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17795: Let OHCI miniport use shared code in drivers/usb/miniport/common/*, instead of duplicating it Message-ID: <000601c5b6c5$aa6efc60$6b01a8c0@PENELOPE> Let OHCI miniport use shared code in drivers/usb/miniport/common/*, instead of duplicating it Added files: trunk/reactos/drivers/usb/miniport/usbohci/ohci.c Updated files: trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/miniport/common/main.c trunk/reactos/drivers/usb/miniport/common/usbcommon.h trunk/reactos/drivers/usb/miniport/usbohci/ohci-hcd.c trunk/reactos/drivers/usb/miniport/usbohci/ohci-pci.c trunk/reactos/drivers/usb/miniport/usbohci/ohci.h trunk/reactos/drivers/usb/miniport/usbohci/usbohci.xml Deleted files: trunk/reactos/drivers/usb/miniport/usbohci/ohci.def trunk/reactos/drivers/usb/miniport/usbohci/ohci_main.c trunk/reactos/drivers/usb/miniport/usbohci/ohci_main.h From fireball at svn.reactos.com Sun Sep 11 13:59:33 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [fireball] 17796: updated wait_for_completion, should work similar to schedule_timeout. Message-ID: <000601c5b6c8$45f58580$6b01a8c0@PENELOPE> updated wait_for_completion, should work similar to schedule_timeout. Updated files: trunk/reactos/drivers/usb/miniport/sys/linuxwrapper.c From navaraf at svn.reactos.com Sun Sep 11 14:36:19 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [navaraf] 17797: Fix strtoull implementation and add it to build files. Based on patch by Mark Junker . Message-ID: <000601c5b6cd$68c0e4b0$6b01a8c0@PENELOPE> Fix strtoull implementation and add it to build files. Based on patch by Mark Junker . Updated files: trunk/reactos/lib/crt/crt.xml trunk/reactos/lib/crt/stdlib/strtoull.c From navaraf at svn.reactos.com Sun Sep 11 15:05:43 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [navaraf] 17798: Make _strtoui64 an alias of strtoull. Message-ID: <000601c5b6d1$848891d0$6b01a8c0@PENELOPE> Make _strtoui64 an alias of strtoull. Updated files: trunk/reactos/lib/msvcrt/msvcrt.def From hpoussin at svn.reactos.com Sun Sep 11 15:55:27 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17799: Disable USB keyboard and mouse support, as they conflict with i8042prt driver. Message-ID: <000601c5b6d8$76db4580$6b01a8c0@PENELOPE> Disable USB keyboard and mouse support, as they conflict with i8042prt driver. We need to change kbdclass/mouclass to be an upper filter of keyboard/mouse device objects (which would become unnamed), and to support multiple keyboards/mice Updated files: trunk/reactos/drivers/usb/miniport/common/main.c From hpoussin at svn.reactos.com Sun Sep 11 15:55:35 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17800: Signal USB device arrivals to PnP manager Message-ID: <000601c5b6d8$7b9ff980$6b01a8c0@PENELOPE> Signal USB device arrivals to PnP manager Updated files: trunk/reactos/drivers/usb/usbhub/usbhub.c trunk/reactos/drivers/usb/usbport/hcd.h trunk/reactos/drivers/usb/usbport/hub.c trunk/reactos/drivers/usb/usbport/usb.c From ekohl at svn.reactos.com Sun Sep 11 16:39:07 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ekohl] 17801: - CFGMGR32.DLL: Forward implemented functions to SETUPAPI.DLL. Message-ID: <000601c5b6de$906a2ec0$6b01a8c0@PENELOPE> - CFGMGR32.DLL: Forward implemented functions to SETUPAPI.DLL. - SETUPAPI.DLL: Use PNP_EnumerateSubKeys to implement CM_Enumerate_Classes_Ex. Updated files: trunk/reactos/lib/cfgmgr32/cfgmgr32.def trunk/reactos/lib/setupapi/cfgmgr.c From gdalsnes at svn.reactos.com Sun Sep 11 16:48:53 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gdalsnes] 17802: -refcount reworking (simplification & improvement) Message-ID: <000601c5b6df$edab83d0$6b01a8c0@PENELOPE> -refcount reworking (simplification & improvement) -make functions deal with pointers, not handles -misc formatting Updated files: trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/timer.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/objects/color.c From greatlrd at svn.reactos.com Sun Sep 11 19:47:03 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [greatlrd] 17803: Update the swedish translation by Harteex Message-ID: <000601c5b6f8$d16ccbc0$6b01a8c0@PENELOPE> Update the swedish translation by Harteex Updated files: trunk/reactos/lib/cpl/desk/sv.rc From gvg at svn.reactos.com Sun Sep 11 20:00:04 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17804: The system menu is allowed to have an unnamed entry which is not a separator Message-ID: <000601c5b6fa$a2f4ab30$6b01a8c0@PENELOPE> The system menu is allowed to have an unnamed entry which is not a separator Updated files: trunk/reactos/subsys/win32k/ntuser/menu.c From turner at svn.reactos.com Sun Sep 11 21:40:49 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [turner] 17805: Windows style auto complete should only return folders then the preceding command is cd or rd. Message-ID: <000601c5b708$b610e8b0$6b01a8c0@PENELOPE> Windows style auto complete should only return folders then the preceding command is cd or rd. Updated files: trunk/reactos/subsys/system/cmd/filecomp.c From greatlrd at svn.reactos.com Sun Sep 11 22:16:43 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [greatlrd] 17806: Do not crash if the prompt command name are binger that 260char or the command line. Message-ID: <000601c5b70d$ba064c80$6b01a8c0@PENELOPE> Do not crash if the prompt command name are binger that 260char or the command line. Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/start.c trunk/reactos/subsys/system/cmd/where.c From turner at svn.reactos.com Sun Sep 11 22:26:49 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [turner] 17807: simple fix for 'del foo' where foo is a folder. Message-ID: <000601c5b70f$2373c7f0$6b01a8c0@PENELOPE> simple fix for 'del foo' where foo is a folder. Updated files: trunk/reactos/subsys/system/cmd/del.c From greatlrd at svn.reactos.com Sun Sep 11 22:41:47 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [greatlrd] 17808: Make some more dymatic buffer and correct some free() Message-ID: <000601c5b711$3a83f260$6b01a8c0@PENELOPE> Make some more dymatic buffer and correct some free() Updated files: trunk/reactos/subsys/system/cmd/cmd.c From gdalsnes at svn.reactos.com Sun Sep 11 23:05:52 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gdalsnes] 17809: fix referencing bug (ros crashed during setup if mousemove) in co_WinPosSearchChildren Message-ID: <000601c5b714$9812b940$6b01a8c0@PENELOPE> fix referencing bug (ros crashed during setup if mousemove) in co_WinPosSearchChildren Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/object.c trunk/reactos/subsys/win32k/ntuser/winpos.c From greatlrd at svn.reactos.com Sun Sep 11 23:19:41 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [greatlrd] 17810: Do not compile cmd to unicode, if we do pipe will be 100% broken then. Message-ID: <000601c5b716$85f1b160$6b01a8c0@PENELOPE> Do not compile cmd to unicode, if we do pipe will be 100% broken then. Updated files: trunk/reactos/subsys/system/cmd/cmd.xml From ion at svn.reactos.com Mon Sep 12 00:33:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ion] 17811: Major refactoring of the exception handling code + misc fixes: Message-ID: <000601c5b720$c54d6f70$6b01a8c0@PENELOPE> Major refactoring of the exception handling code + misc fixes: - Fix/add prototypes for RtlCaptureContext, RtlDispatchException and RtlUnwind - Fix EXCEPTION_REGISTRATION_RECORD structure and PEXCEPTION_ROUTINE - Add w32api excpt.h (based on mingw) with PSDK compatibility fixes - Fix seriously broken User-Mode Ldr thunk and APC Callback prototypes - Fix KiUserExceptionDispatcher - Remove useless NTDLL entrypoint - Implement NTDLL Ki* callbacks in ASM - Implement RtlCaptureContext - Fix RtlRaiseException to handle cases when a user-mode debugger is present - Fix RtlRaiseStatus as above, plus set the exception address and capture context - Little cleanup of RTL headers - Implement RtlpGetStackLimits, RtlpGetExceptionList, RtlpSetExceptionList, RtlpGetExceptionAddress in ASM - Fix RtlDispatchException, add cases for exceptions in the DPC stack and validate the validity of the exception frames. Add support for exception logging by the global flag. Use TRAP_FRAME/EXCPETION_FRAME instead of Context. - Fix RtlUnwind logic, support cases where it's called with custom arguments instead of NULL. - Reimplement RtlpCaptureContext to work properly, convert exception handler calling functions to INTEL syntax and fix some bugs (like checking for the right unwind flag, clearing volatile register values, etc. Also use some optimizations to increase speed. - Modify some kernel functions (like KeContextToTrapFrame, KiDispatchException, KiInitializeUserApc, etc.) to support a PKEXCEPTION_FRAME for future PPC compatibility. - Reimplement RtlCaptureUnicodeString/FreeUnicodeString as inlined probe macros and optimize them. - Export ExRaiseStatus/Exception as Rtl* - Reimplement NtContinue to have more platform-independent code, and to protect and validate user-mode context and parameters with SEH. - Implement KiRaiseException, add SEH to all user-mode parameters and when copying data to the user-mode stack. - Fix KiInitializeUserApc to use KeTrapFrameToContext, to save the debug registers, not to deliver APCs during v86 mode, and to protect user-mode stack operations in SEH and probing. Also make it generate the proper stack for the user-mode callback. - Implement KiUnexpectedInterrupt and KiCoprocessorError - Reimplement NtRaiseException in ASM to take advantage of optimizations due to the trap frame being in the stack when called through System call interface. - Fix Ntcontinue to respect AlertThread paramter - Fix some functiosn to return with KiServiceExit2 instead of KiServiceExit when required/needed - Fix KiDispatchException's logic, fix hacks when calling KeUserExceptionDispatcher, use correct context flags,... - Make NTDLL Ki* callbacks have SEH to protect them and return to kernel-mode with notification of any exceptions (the kernel-mode code to handle this isn't written yet though) Added files: trunk/reactos/lib/ntdll/main/i386/ trunk/reactos/lib/ntdll/main/i386/dispatch.S trunk/reactos/lib/rtl/rtlp.h trunk/reactos/ntoskrnl/ke/exception.c trunk/reactos/w32api/include/excpt.h Updated files: trunk/reactos/include/ndk/asm.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/wine/exception.h trunk/reactos/lib/crt/except/unwind.c trunk/reactos/lib/crt/wine/scanf.c trunk/reactos/lib/dbghelp/stack.c trunk/reactos/lib/dbghelp/stackframe.h trunk/reactos/lib/dbghelp/thread.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/main/dispatch.c trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/rtl/exception.c trunk/reactos/lib/rtl/i386/except.s trunk/reactos/lib/rtl/i386/exception.c trunk/reactos/lib/rtl/rtl.h trunk/reactos/ntoskrnl/ex/error.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/fpu.c trunk/reactos/ntoskrnl/ke/i386/irqhand.s trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/i386/thread.c trunk/reactos/ntoskrnl/ke/i386/trap.s trunk/reactos/ntoskrnl/mm/pagefile.c trunk/reactos/ntoskrnl/ntoskrnl.def trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/ntoskrnl/ob/symlink.c trunk/reactos/ntoskrnl/ps/debug.c trunk/reactos/ntoskrnl/rtl/i386/exception.c trunk/reactos/ntoskrnl/rtl/libsupp.c trunk/reactos/w32api/include/ddk/ntddk.h Deleted files: trunk/reactos/lib/ntdll/ldr/entry.S trunk/reactos/lib/ntdll/main/dllmain.c trunk/reactos/ntoskrnl/rtl/capture.c From royce at svn.reactos.com Mon Sep 12 03:31:28 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17812: document parameter names Message-ID: <000601c5b739$b26af4e0$6b01a8c0@PENELOPE> document parameter names Updated files: trunk/reactos/w32api/include/winternl.h From royce at svn.reactos.com Mon Sep 12 03:32:18 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17813: patch by Alex_Ionescu - fixes crash in usb driver on bootup in vmware Message-ID: <000601c5b739$d035e8e0$6b01a8c0@PENELOPE> patch by Alex_Ionescu - fixes crash in usb driver on bootup in vmware Updated files: trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Mon Sep 12 04:57:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ion] 17814: Fix RtlpGetStackLimits to get the right limits if called in kernel-mode (separated implementations). Also don't return from _SEH_TRY blocks, because PSEH doesn't support this. Also temporarly disable a ProbeForRead check in KiContinue because it currently causes trouble Message-ID: <000601c5b745$c3cd1130$6b01a8c0@PENELOPE> Fix RtlpGetStackLimits to get the right limits if called in kernel-mode (separated implementations). Also don't return from _SEH_TRY blocks, because PSEH doesn't support this. Also temporarly disable a ProbeForRead check in KiContinue because it currently causes trouble Updated files: trunk/reactos/lib/ntdll/main/i386/dispatch.S trunk/reactos/lib/rtl/i386/except.s trunk/reactos/ntoskrnl/ke/exception.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/rtl/i386/seh.s From ion at svn.reactos.com Mon Sep 12 05:10:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ion] 17815: Fix bug in KiUserExceptionDispatcher Message-ID: <000601c5b747$7f473020$6b01a8c0@PENELOPE> Fix bug in KiUserExceptionDispatcher Updated files: trunk/reactos/lib/ntdll/main/i386/dispatch.S From ion at svn.reactos.com Mon Sep 12 05:59:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [ion] 17816: Fix previous strangely incomplete NtRaiseException implementation and re-enable the ProbeForRead call that failed Message-ID: <000601c5b74e$52752c30$6b01a8c0@PENELOPE> Fix previous strangely incomplete NtRaiseException implementation and re-enable the ProbeForRead call that failed Updated files: trunk/reactos/ntoskrnl/ke/exception.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/syscall.S From royce at svn.reactos.com Mon Sep 12 16:34:01 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17817: fix warning about unlink() being undeclared Message-ID: <000601c5b7a7$04e9a690$6b01a8c0@PENELOPE> fix warning about unlink() being undeclared Updated files: trunk/reactos/tools/winebuild/main.c From royce at svn.reactos.com Mon Sep 12 16:55:58 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17818: io.h only exists for win32 - sorry *nix users Message-ID: <000601c5b7aa$15e57610$6b01a8c0@PENELOPE> io.h only exists for win32 - sorry *nix users Updated files: trunk/reactos/tools/winebuild/main.c From royce at svn.reactos.com Mon Sep 12 18:06:58 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17819: msvc6 compatibility and small performance improvement in filename completion Message-ID: <000601c5b7b4$00eee660$6b01a8c0@PENELOPE> msvc6 compatibility and small performance improvement in filename completion Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/cmdinput.c trunk/reactos/subsys/system/cmd/color.c trunk/reactos/subsys/system/cmd/del.c trunk/reactos/subsys/system/cmd/dir.c trunk/reactos/subsys/system/cmd/echo.c trunk/reactos/subsys/system/cmd/filecomp.c trunk/reactos/subsys/system/cmd/history.c trunk/reactos/subsys/system/cmd/internal.c trunk/reactos/subsys/system/cmd/precomp.h From gvg at svn.reactos.com Mon Sep 12 19:10:04 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17820: Bletch Message-ID: <000601c5b7bc$d146a610$6b01a8c0@PENELOPE> Bletch - Implements the Encoding field when you save, allowing the user to save as ANSI, Unicode or UTF-8 - Invoking 'Save As' after saving or loading a file will default to the earlier filename (minor changes by GvG, so mistakes are mine). Updated files: trunk/reactos/subsys/system/notepad/En.rc trunk/reactos/subsys/system/notepad/dialog.c trunk/reactos/subsys/system/notepad/main.h trunk/reactos/subsys/system/notepad/notepad_res.h From greatlrd at svn.reactos.com Mon Sep 12 21:50:20 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [greatlrd] 17821: DoCommand() Message-ID: <000601c5b7d3$34d98420$6b01a8c0@PENELOPE> DoCommand() Remove one more hardcode buffer size. Remove limit command to MAX_PATH. No check for limit command line- Updated files: trunk/reactos/subsys/system/cmd/cmd.c From royce at svn.reactos.com Mon Sep 12 21:58:50 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17822: fix breakage - sorry Message-ID: <000601c5b7d4$64fdc6b0$6b01a8c0@PENELOPE> fix breakage - sorry Updated files: trunk/reactos/subsys/system/cmd/internal.c From royce at svn.reactos.com Mon Sep 12 22:05:02 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17823: msvc6 warning fix - cast return value of SHAlloc() Message-ID: <000601c5b7d5$42b3bdc0$6b01a8c0@PENELOPE> msvc6 warning fix - cast return value of SHAlloc() Updated files: trunk/reactos/lib/shell32/brsfolder.c From royce at svn.reactos.com Mon Sep 12 22:07:36 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17824: msvc6 warning fix - cast return value of SHAlloc() Message-ID: <000601c5b7d5$9ebeab20$6b01a8c0@PENELOPE> msvc6 warning fix - cast return value of SHAlloc() Updated files: trunk/reactos/lib/shell32/shell32_main.h From royce at svn.reactos.com Mon Sep 12 23:46:25 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17825: security audit of explorer code... Message-ID: <000601c5b7e3$6cbb7190$6b01a8c0@PENELOPE> security audit of explorer code... strcpy -> lstrcpyn strncpy -> lstrcpyn [v]sprintf -> [v]snprintf moved common Shell::get_path() subclass implementations into Shell::get_path_base() and made function overflow-proof make other non-common subclass implementations of get_path overflow-proof Updated files: trunk/reactos/subsys/system/explorer/dialogs/searchprogram.cpp trunk/reactos/subsys/system/explorer/explorer.cpp trunk/reactos/subsys/system/explorer/notifyhook/notifyhook.c trunk/reactos/subsys/system/explorer/shell/entries.cpp trunk/reactos/subsys/system/explorer/shell/entries.h trunk/reactos/subsys/system/explorer/shell/fatfs.cpp trunk/reactos/subsys/system/explorer/shell/fatfs.h trunk/reactos/subsys/system/explorer/shell/filechild.cpp trunk/reactos/subsys/system/explorer/shell/mainframe.cpp trunk/reactos/subsys/system/explorer/shell/ntobjfs.cpp trunk/reactos/subsys/system/explorer/shell/ntobjfs.h trunk/reactos/subsys/system/explorer/shell/regfs.cpp trunk/reactos/subsys/system/explorer/shell/regfs.h trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellfs.cpp trunk/reactos/subsys/system/explorer/shell/shellfs.h trunk/reactos/subsys/system/explorer/shell/unixfs.cpp trunk/reactos/subsys/system/explorer/shell/unixfs.h trunk/reactos/subsys/system/explorer/shell/winfs.cpp trunk/reactos/subsys/system/explorer/shell/winfs.h trunk/reactos/subsys/system/explorer/taskbar/favorites.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/utility/shellclasses.cpp trunk/reactos/subsys/system/explorer/utility/shellclasses.h trunk/reactos/subsys/system/explorer/utility/utility.h trunk/reactos/subsys/system/explorer/utility/xmlstorage.h From hpoussin at svn.reactos.com Mon Sep 12 23:48:55 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hpoussin] 17826: Kimmo Myllyvirta Message-ID: <000601c5b7e3$c5bd1690$6b01a8c0@PENELOPE> Kimmo Myllyvirta Added Finnish resources. Added files: trunk/reactos/lib/setupapi/Fi.rc Updated files: trunk/reactos/lib/setupapi/setupapi.rc From sedwards at svn.reactos.com Tue Sep 13 05:46:26 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [sedwards] 17827: started working on generation of msvc2kX project files. THESE ARE NOT CORRECT. Right now its just a copy of the existing msvc6 generation code. It will generate a *.sln and *.vcproj files however they are still in the old format. Message-ID: <000601c5b815$b7833320$6b01a8c0@PENELOPE> started working on generation of msvc2kX project files. THESE ARE NOT CORRECT. Right now its just a copy of the existing msvc6 generation code. It will generate a *.sln and *.vcproj files however they are still in the old format. Added files: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp Updated files: trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp trunk/reactos/tools/rbuild/backend/msvc/msvc.h trunk/reactos/tools/rbuild/rbuild.mak From sedwards at svn.reactos.com Tue Sep 13 05:51:22 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [sedwards] 17828: added LGPL license header to the code from Wine and Patrik Stridvall and Royce Mitchell III as authors Message-ID: <000601c5b816$67d6f860$6b01a8c0@PENELOPE> added LGPL license header to the code from Wine and Patrik Stridvall and Royce Mitchell III as authors Updated files: trunk/reactos/tools/rbuild/backend/msvc/msvc.cpp trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp From royce at svn.reactos.com Tue Sep 13 13:57:54 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17829: fix crash in 'make msvc' Message-ID: <000601c5b85a$60217520$6b01a8c0@PENELOPE> fix crash in 'make msvc' Updated files: trunk/reactos/tools/rbuild/XML.cpp From royce at svn.reactos.com Tue Sep 13 16:34:52 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17830: copy&paste enhancement Message-ID: <000601c5b870$4d316d60$6b01a8c0@PENELOPE> copy&paste enhancement patch by "brbak" (see bug 749) Updated files: trunk/reactos/subsys/win32k/ntuser/input.c From blight at svn.reactos.com Tue Sep 13 16:46:04 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [blight] 17831: Query support for opengl-driver-info escape before calling it and some other minor changes. Message-ID: <000601c5b871$ddd90610$6b01a8c0@PENELOPE> Query support for opengl-driver-info escape before calling it and some other minor changes. Updated files: trunk/reactos/lib/opengl32/opengl32.c trunk/reactos/lib/opengl32/opengl32.h trunk/reactos/lib/opengl32/wgl.c From blight at svn.reactos.com Tue Sep 13 16:46:59 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [blight] 17832: Implement QUERYESCSUPPORT escape in ExtEscape (returns FALSE always) Message-ID: <000601c5b871$fed5d910$6b01a8c0@PENELOPE> Implement QUERYESCSUPPORT escape in ExtEscape (returns FALSE always) Updated files: trunk/reactos/subsys/win32k/objects/print.c From gvg at svn.reactos.com Tue Sep 13 18:50:00 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [gvg] 17833: SVN maintenance: makefile was replaced by GNUmakefile Message-ID: <000601c5b883$2e26d2d0$6b01a8c0@PENELOPE> SVN maintenance: makefile was replaced by GNUmakefile From hbirr at svn.reactos.com Tue Sep 13 20:04:04 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hbirr] 17834: Fixed the declaration of RtlPinAtomInAtomTable. Message-ID: <000601c5b88d$86d7b430$6b01a8c0@PENELOPE> Fixed the declaration of RtlPinAtomInAtomTable. Updated files: trunk/reactos/w32api/include/winternl.h From hbirr at svn.reactos.com Tue Sep 13 20:08:25 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [hbirr] 17835: - Freed the path string for the keyboard dll. Message-ID: <000601c5b88e$224c74f0$6b01a8c0@PENELOPE> - Freed the path string for the keyboard dll. - Freed some strings in all cases. Updated files: trunk/reactos/subsys/win32k/ntuser/keyboard.c From royce at svn.reactos.com Tue Sep 13 21:04:30 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17836: fix bug in GetBinutilsVersion() Message-ID: <000601c5b895$f886aa20$6b01a8c0@PENELOPE> fix bug in GetBinutilsVersion() Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp From royce at svn.reactos.com Tue Sep 13 21:11:41 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:18 2006 Subject: [ros-svn] [royce] 17837: rename variable and change parameters in call to find_last_not_of() to hopefully be a little more accurate to what it's doing Message-ID: <000601c5b896$f8f26ed0$6b01a8c0@PENELOPE> rename variable and change parameters in call to find_last_not_of() to hopefully be a little more accurate to what it's doing Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp From ion at svn.reactos.com Tue Sep 13 21:33:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17838: Some work-in-progress improvements and rethought of system-level code...notable improvemnts till now are: -The KTHREAD alterted flag is now properly set to FALSE during APC delivery during traps, -More support for PKEXCEPTION_FRAME has been added for future PPC/IA64/etc compatibility -Context to/from TrapFrame functions have been greatly fixed to allow for edited frames, special cases, exceptions and also have the necessary support for supporting sanitation based on PreviousMode - KDBG now shows the proper CS/SS at all times, previous hack was removed. - Systemcall code was optimized a bit and the trap code was made a lot more generic so that in can be made into macros (it currently isn't, for debugging purposes). - V86 Mode trap frame bias has now been added to make trap code a lot more generic and shareable in the future. -More support and fixes for future Debugging capabilities have been added. - Random other scalability and stability code. This is s! till being worked on, syscall.S looks nasty for now (visually) Message-ID: <000601c5b89a$15929710$6b01a8c0@PENELOPE> Some work-in-progress improvements and rethought of system-level code...notable improvemnts till now are: -The KTHREAD alterted flag is now properly set to FALSE during APC delivery during traps, -More support for PKEXCEPTION_FRAME has been added for future PPC/IA64/etc compatibility -Context to/from TrapFrame functions have been greatly fixed to allow for edited frames, special cases, exceptions and also have the necessary support for supporting sanitation based on PreviousMode - KDBG now shows the proper CS/SS at all times, previous hack was removed. - Systemcall code was optimized a bit and the trap code was made a lot more generic so that in can be made into macros (it currently isn't, for debugging purposes). - V86 Mode trap frame bias has now been added to make trap code a lot more generic and shareable in the future. -More support and fixes for future Debugging capabilities have been added. - Random other scalability and stability code. This is still being worked on, ! syscall.S looks nasty for now (visually) Updated files: trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/rtl/i386/exception.c trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/exception.c trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/fpu.c trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/i386/thread.c trunk/reactos/ntoskrnl/ke/i386/trap.s trunk/reactos/ntoskrnl/mm/i386/pfault.c trunk/reactos/ntoskrnl/ps/debug.c From ion at svn.reactos.com Tue Sep 13 21:34:56 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17839: Sorry for the debug messages. Message-ID: <000601c5b89a$388b3a10$6b01a8c0@PENELOPE> Sorry for the debug messages. Updated files: trunk/reactos/lib/ntdll/ldr/startup.c From ion at svn.reactos.com Tue Sep 13 21:41:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17840: Missing files... Message-ID: <000601c5b89b$183a9020$6b01a8c0@PENELOPE> Missing files... Updated files: trunk/reactos/include/ndk/asm.h trunk/reactos/include/ndk/i386/ketypes.h From ion at svn.reactos.com Tue Sep 13 22:13:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17841: Properly bias frame, remove bugcheck added for debugging, re-add bugcheck removed for debugging Message-ID: <000601c5b89f$905249f0$6b01a8c0@PENELOPE> Properly bias frame, remove bugcheck added for debugging, re-add bugcheck removed for debugging Updated files: trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/usercall.c From ion at svn.reactos.com Tue Sep 13 22:27:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17842: Filip doesn't like int3. Implemented Trap6 failure on bad stack and V86M syscall return Message-ID: <000601c5b8a1$7f4aa150$6b01a8c0@PENELOPE> Filip doesn't like int3. Implemented Trap6 failure on bad stack and V86M syscall return Updated files: trunk/reactos/ntoskrnl/ke/i386/syscall.S From royce at svn.reactos.com Wed Sep 14 01:04:36 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [royce] 17843: zero out the struct and disable code that has no connection with reality - I'm thinking MIIM_STRING should be removed from flags also, but I have not tested with that change. Message-ID: <000601c5b8b7$82afea60$6b01a8c0@PENELOPE> zero out the struct and disable code that has no connection with reality - I'm thinking MIIM_STRING should be removed from flags also, but I have not tested with that change. Updated files: trunk/reactos/lib/user32/windows/menu.c From ion at svn.reactos.com Wed Sep 14 01:28:32 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17844: Part 1 of ntoskrnl header cleanups Message-ID: <000601c5b8ba$dabfd500$6b01a8c0@PENELOPE> Part 1 of ntoskrnl header cleanups Updated files: trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/ntoskrnl/include/internal/ex.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/internal/se.h trunk/reactos/ntoskrnl/include/internal/test.h trunk/reactos/ntoskrnl/include/internal/v86m.h trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/ntoskrnl/ke/usercall.c trunk/reactos/ntoskrnl/ps/idle.c trunk/reactos/ntoskrnl/ps/job.c trunk/reactos/ntoskrnl/ps/locale.c trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/win32.c trunk/reactos/ntoskrnl/se/acl.c trunk/reactos/ntoskrnl/se/luid.c trunk/reactos/ntoskrnl/se/priv.c trunk/reactos/ntoskrnl/se/sd.c trunk/reactos/ntoskrnl/se/semgr.c trunk/reactos/ntoskrnl/se/sid.c trunk/reactos/ntoskrnl/se/token.c From ion at svn.reactos.com Wed Sep 14 01:49:00 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17845: ntoskrnl header cleanups Message-ID: <000601c5b8bd$b6d577a0$6b01a8c0@PENELOPE> ntoskrnl header cleanups Updated files: trunk/reactos/include/ndk/pstypes.h trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/include/internal/po.h trunk/reactos/ntoskrnl/include/internal/port.h trunk/reactos/ntoskrnl/lpc/port.c trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ob/namespc.c trunk/reactos/ntoskrnl/ob/object.c trunk/reactos/ntoskrnl/ob/sdcache.c trunk/reactos/ntoskrnl/ob/symlink.c trunk/reactos/ntoskrnl/po/power.c From ion at svn.reactos.com Wed Sep 14 03:06:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17846: ntoskrnl header cleanups Message-ID: <000601c5b8c8$7b2f8910$6b01a8c0@PENELOPE> ntoskrnl header cleanups Added files: trunk/reactos/ntoskrnl/include/internal/rtl.h Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/mm/anonmem.c trunk/reactos/ntoskrnl/mm/aspace.c trunk/reactos/ntoskrnl/mm/balance.c trunk/reactos/ntoskrnl/mm/freelist.c trunk/reactos/ntoskrnl/mm/i386/page.c trunk/reactos/ntoskrnl/mm/kmap.c trunk/reactos/ntoskrnl/mm/marea.c trunk/reactos/ntoskrnl/mm/mdl.c trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/mm/mminit.c trunk/reactos/ntoskrnl/mm/mpw.c trunk/reactos/ntoskrnl/mm/npool.c trunk/reactos/ntoskrnl/mm/pagefile.c trunk/reactos/ntoskrnl/mm/pageop.c trunk/reactos/ntoskrnl/mm/ppool.c trunk/reactos/ntoskrnl/mm/region.c trunk/reactos/ntoskrnl/mm/rmap.c trunk/reactos/ntoskrnl/mm/section.c trunk/reactos/ntoskrnl/rtl/nls.c Deleted files: trunk/reactos/ntoskrnl/include/internal/nls.h From ion at svn.reactos.com Wed Sep 14 03:44:29 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17847: ntoskrnl header cleanups Message-ID: <000601c5b8cd$d89691c0$6b01a8c0@PENELOPE> ntoskrnl header cleanups Added files: trunk/reactos/ntoskrnl/include/internal/fsrtl.h trunk/reactos/ntoskrnl/include/internal/lpc.h Updated files: trunk/reactos/include/ndk/i386/ketypes.h trunk/reactos/ntoskrnl/cc/cacheman.c trunk/reactos/ntoskrnl/cc/copy.c trunk/reactos/ntoskrnl/cc/view.c trunk/reactos/ntoskrnl/include/internal/cc.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ldr.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/ke/bug.c trunk/reactos/ntoskrnl/ke/clock.c trunk/reactos/ntoskrnl/ke/dpc.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/irq.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/i386/usertrap.c trunk/reactos/ntoskrnl/ke/i386/v86m.c trunk/reactos/ntoskrnl/ke/ipi.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ldr/loader.c Deleted files: trunk/reactos/ntoskrnl/include/internal/fs.h trunk/reactos/ntoskrnl/include/internal/port.h trunk/reactos/ntoskrnl/include/internal/v86m.h trunk/reactos/ntoskrnl/include/internal/xhal.h From ion at svn.reactos.com Wed Sep 14 04:03:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17848: fix build Message-ID: <000601c5b8d0$7b717a70$6b01a8c0@PENELOPE> fix build Updated files: trunk/reactos/drivers/video/videoprt/int10.c From hpoussin at svn.reactos.com Wed Sep 14 21:32:51 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hpoussin] 17849: Fix indentation of generated code, by letting Output method do its indenting job Message-ID: <000601c5b963$189c1430$6b01a8c0@PENELOPE> Fix indentation of generated code, by letting Output method do its indenting job Updated files: trunk/reactos/tools/gendib/gendib.c From amunger at svn.reactos.com Wed Sep 14 22:24:46 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [amunger] 17850: Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN. Message-ID: <000601c5b96a$5956f470$6b01a8c0@PENELOPE> Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN. Updated files: trunk/rosapps/sysutils/regexpl/ShellCommandValue.cpp From navaraf at svn.reactos.com Wed Sep 14 23:06:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bnavaraf=5D_17851=3A_Patricio_Mart=ED?= =?iso-8859-1?q?nez_Ros_=3Csilencium=40wanadoo=2Ees=3E?= Message-ID: <000601c5b970$32dd3240$6b01a8c0@PENELOPE> Patricio Mart?nez Ros Spanish translation. Added files: trunk/reactos/lib/cpl/desk/es.rc Updated files: trunk/reactos/lib/cpl/desk/desk.rc From navaraf at svn.reactos.com Wed Sep 14 23:07:07 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bnavaraf=5D_17852=3A_Patricio_Mart=ED?= =?iso-8859-1?q?nez_Ros_=3Csilencium=40wanadoo=2Ees=3E?= Message-ID: <000601c5b970$43f6f160$6b01a8c0@PENELOPE> Patricio Mart?nez Ros Spanish translation. Added files: trunk/reactos/lib/aclui/aclui_Es.rc Updated files: trunk/reactos/lib/aclui/aclui.rc From navaraf at svn.reactos.com Thu Sep 15 00:13:25 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [navaraf] 17853: Update the IDC_* constants. Message-ID: <000601c5b979$87183860$6b01a8c0@PENELOPE> Update the IDC_* constants. Updated files: trunk/reactos/lib/aclui/aclui_Es.rc From amunger at svn.reactos.com Thu Sep 15 06:51:17 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [amunger] 17854: Fix release build of string library Message-ID: <000601c5b9b1$1bda04b0$6b01a8c0@PENELOPE> Fix release build of string library Updated files: trunk/reactos/lib/string/string.xml From amunger at svn.reactos.com Thu Sep 15 06:57:54 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [amunger] 17855: Added a text test to rosperf, and build as unicode. Message-ID: <000601c5b9b2$089f6bf0$6b01a8c0@PENELOPE> Added a text test to rosperf, and build as unicode. Added files: trunk/reactos/apps/utils/rosperf/text.c Updated files: trunk/reactos/apps/utils/rosperf/rosperf.h trunk/reactos/apps/utils/rosperf/rosperf.xml trunk/reactos/apps/utils/rosperf/testlist.c From arty at svn.reactos.com Thu Sep 15 07:59:17 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [arty] 17856: Took some advice from alex re: w32api headers. Use ..._DEFINED to override Message-ID: <000601c5b9ba$9b646230$6b01a8c0@PENELOPE> Took some advice from alex re: w32api headers. Use ..._DEFINED to override items in the standard headers for different wordsize host. wrc almost working on 64-bit host. Updated files: trunk/reactos/tools/wrc/newstruc.c trunk/reactos/tools/wrc/wrc.mak trunk/reactos/w32api/include/windef.h trunk/reactos/w32api/include/winnt.h From fireball at svn.reactos.com Thu Sep 15 14:50:44 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [fireball] 17857: Initialize DeviceNumber to 0 Message-ID: <000601c5b9f4$16039720$6b01a8c0@PENELOPE> Initialize DeviceNumber to 0 Updated files: trunk/reactos/drivers/usb/miniport/common/main.c From hpoussin at svn.reactos.com Thu Sep 15 14:57:16 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hpoussin] 17858: Initialize flags variable to 0 Message-ID: <000601c5b9f4$ffd783c0$6b01a8c0@PENELOPE> Initialize flags variable to 0 Updated files: trunk/reactos/drivers/usb/miniport/usbohci/ohci-hcd.c trunk/reactos/drivers/usb/miniport/usbohci/ohci-q.c From hpoussin at svn.reactos.com Thu Sep 15 15:25:36 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hpoussin] 17859: Revert 17858 and fix all warnings at once. Message-ID: <000601c5b9f8$f510bcf0$6b01a8c0@PENELOPE> Revert 17858 and fix all warnings at once. This fix may be strange at first sight, but original Linux code doesn't use "flags" variable at all. This fix is here only to prevent a warning and shouldn't break the behaviour of the code. Updated files: trunk/reactos/drivers/usb/miniport/linux/linux_wrapper.h trunk/reactos/drivers/usb/miniport/usbohci/ohci-hcd.c trunk/reactos/drivers/usb/miniport/usbohci/ohci-q.c From ion at svn.reactos.com Thu Sep 15 16:07:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17860: Return valid status Message-ID: <000601c5b9fe$d8468860$6b01a8c0@PENELOPE> Return valid status Updated files: trunk/reactos/lib/rtl/exception.c From hpoussin at svn.reactos.com Thu Sep 15 17:57:34 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hpoussin] 17861: If we have a PCI device, try to keep the IRQ assigned by the BIOS instead of forcing 0x9 Message-ID: <000601c5ba0e$2fffaa00$6b01a8c0@PENELOPE> If we have a PCI device, try to keep the IRQ assigned by the BIOS instead of forcing 0x9 Updated files: trunk/reactos/ntoskrnl/io/pnpmgr.c From hbirr at svn.reactos.com Thu Sep 15 18:46:26 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17862: Used the given registry path from DriverEntry to query the registry. Message-ID: <000601c5ba15$0357c350$6b01a8c0@PENELOPE> Used the given registry path from DriverEntry to query the registry. This will also fix the bug in I8042ReadRegistry, which has append the string to an unicode string with an uninitialized length value. Updated files: trunk/reactos/drivers/input/i8042prt/i8042prt.c trunk/reactos/drivers/input/i8042prt/i8042prt.h trunk/reactos/drivers/input/i8042prt/registry.c From hbirr at svn.reactos.com Thu Sep 15 18:52:37 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17863: Fixed the MP build. Message-ID: <000601c5ba15$e0e041c0$6b01a8c0@PENELOPE> Fixed the MP build. Updated files: trunk/reactos/ntoskrnl/ex/power.c trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/bug.c trunk/reactos/ntoskrnl/ke/dpc.c From hbirr at svn.reactos.com Thu Sep 15 19:19:54 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17864: - Do only allow to install reactos on disks which are visible by the bios. Message-ID: <000601c5ba19$b02f5d50$6b01a8c0@PENELOPE> - Do only allow to install reactos on disks which are visible by the bios. - Arrange the disks in the same sequence how they was detected by the bios. - Create a registry entry in MountedDevices for each recognized partition. Updated files: trunk/reactos/subsys/system/usetup/partlist.c trunk/reactos/subsys/system/usetup/partlist.h trunk/reactos/subsys/system/usetup/registry.c trunk/reactos/subsys/system/usetup/usetup.c From hbirr at svn.reactos.com Thu Sep 15 19:23:54 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17865: - Fixed the creation of arc names. Only valid partitions should be linked to an arc names. Message-ID: <000601c5ba1a$3f43a140$6b01a8c0@PENELOPE> - Fixed the creation of arc names. Only valid partitions should be linked to an arc names. - Create arc names only for partitions on disks, which are visible by the bios. Updated files: trunk/reactos/ntoskrnl/io/arcname.c From hbirr at svn.reactos.com Thu Sep 15 19:27:09 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17866: - Assign first the partitions to drive letters, which have a registry entry in MountedDevices. Message-ID: <000601c5ba1a$b34ea940$6b01a8c0@PENELOPE> - Assign first the partitions to drive letters, which have a registry entry in MountedDevices. - Create for all partitions a registry entry in MountedDevices if none exists. - Assign all partitions with arc names first and the others as second. Updated files: trunk/reactos/ntoskrnl/io/disk.c From fireball at svn.reactos.com Thu Sep 15 21:14:52 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [fireball] 17867: Fix compiling error, feel free to revert this when commiting missing changes (if it's not a typo). Message-ID: <000601c5ba29$bfd5c310$6b01a8c0@PENELOPE> Fix compiling error, feel free to revert this when commiting missing changes (if it's not a typo). Updated files: trunk/reactos/lib/rtl/exception.c From ion at svn.reactos.com Thu Sep 15 21:19:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [ion] 17868: - Fix build, sorry. Message-ID: <000601c5ba2a$57127f70$6b01a8c0@PENELOPE> - Fix build, sorry. Updated files: trunk/reactos/lib/rtl/rtlp.h From fireball at svn.reactos.com Thu Sep 15 21:30:40 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [fireball] 17869: Revert 17867:17866 change, introduced to temporarily fix tree-compiling. Made obsolete by rev. 17868. Message-ID: <000601c5ba2b$f4ea19f0$6b01a8c0@PENELOPE> Revert 17867:17866 change, introduced to temporarily fix tree-compiling. Made obsolete by rev. 17868. Updated files: trunk/reactos/lib/rtl/exception.c From fireball at svn.reactos.com Thu Sep 15 22:24:40 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [fireball] 17870: Fix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger. Message-ID: <000601c5ba33$7fe8d170$6b01a8c0@PENELOPE> Fix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger. Updated files: trunk/reactos/lib/rtl/exception.c trunk/reactos/lib/rtl/rtlp.h From gvg at svn.reactos.com Fri Sep 16 00:07:46 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17871: Fix some of the damage r17811 did to the GDB stub Message-ID: <000601c5ba41$e6f343b0$6b01a8c0@PENELOPE> Fix some of the damage r17811 did to the GDB stub Updated files: trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c trunk/reactos/ntoskrnl/ke/i386/exp.c From turner at svn.reactos.com Fri Sep 16 06:40:50 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17872: Use compsec instead of "cmd" when trying to find cmd.exe Message-ID: <000601c5ba78$d04bd640$6b01a8c0@PENELOPE> Use compsec instead of "cmd" when trying to find cmd.exe Updated files: trunk/reactos/subsys/system/cmd/start.c From turner at svn.reactos.com Fri Sep 16 06:46:15 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17873: forgot to free comspec, very sorry. Message-ID: <000601c5ba79$9221e070$6b01a8c0@PENELOPE> forgot to free comspec, very sorry. Updated files: trunk/reactos/subsys/system/cmd/start.c From turner at svn.reactos.com Fri Sep 16 06:53:14 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17874: last time. fix a typo. im so sorry! Message-ID: <000601c5ba7a$8bd1dc10$6b01a8c0@PENELOPE> last time. fix a typo. im so sorry! Updated files: trunk/reactos/subsys/system/cmd/start.c From turner at svn.reactos.com Fri Sep 16 07:35:47 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17875: "start" or "start cmd" now opens a new cmd.exe in its own process. this is how MS cmd does it. Message-ID: <000601c5ba80$7daf5530$6b01a8c0@PENELOPE> "start" or "start cmd" now opens a new cmd.exe in its own process. this is how MS cmd does it. Updated files: trunk/reactos/subsys/system/cmd/start.c From turner at svn.reactos.com Fri Sep 16 07:51:35 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17876: When searching for a file to execute, if you fail to find it using the first part of the input, try to use the full line input. problem is really only seen when doing "start foo.bat". Message-ID: <000601c5ba82$b29dad80$6b01a8c0@PENELOPE> When searching for a file to execute, if you fail to find it using the first part of the input, try to use the full line input. problem is really only seen when doing "start foo.bat". Updated files: trunk/reactos/subsys/system/cmd/cmd.c From sedwards at svn.reactos.com Fri Sep 16 10:48:06 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [sedwards] 17877: added support for test on 2k, XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block Message-ID: <000601c5ba9b$5b1076b0$6b01a8c0@PENELOPE> added support for test on 2k,XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block Updated files: trunk/reactos/regtests/winetests/setupapi/stringtable.c From turner at svn.reactos.com Fri Sep 16 15:58:40 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17878: Set errorlevel to 0 when user enters 'no' on del confirmation. this is how MS does it. Message-ID: <000601c5bac6$be401990$6b01a8c0@PENELOPE> Set errorlevel to 0 when user enters 'no' on del confirmation. this is how MS does it. Updated files: trunk/reactos/subsys/system/cmd/del.c From hbirr at svn.reactos.com Fri Sep 16 16:50:28 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17879: Dereference the port object in PspExitThread. Message-ID: <000601c5bacd$fab27ab0$6b01a8c0@PENELOPE> Dereference the port object in PspExitThread. Updated files: trunk/reactos/ntoskrnl/ps/kill.c From turner at svn.reactos.com Fri Sep 16 17:00:25 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17880: fix a bug in 'if exsist', it was only reading to the first space for the file name, ignoring quotes and there fore searching for bad file names. Message-ID: <000601c5bacf$5e6103a0$6b01a8c0@PENELOPE> fix a bug in 'if exsist', it was only reading to the first space for the file name, ignoring quotes and there fore searching for bad file names. Updated files: trunk/reactos/subsys/system/cmd/if.c From turner at svn.reactos.com Fri Sep 16 17:18:10 2005 From: turner at svn.reactos.com (turner@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [turner] 17881: start even console apps in there own new window. caught by GvG. Message-ID: <000601c5bad1$d96dcc70$6b01a8c0@PENELOPE> start even console apps in there own new window. caught by GvG. Updated files: trunk/reactos/subsys/system/cmd/start.c From hbirr at svn.reactos.com Fri Sep 16 17:18:28 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [hbirr] 17882: Free all messages in LpcpDeletePort. Message-ID: <000601c5bad1$e406f6c0$6b01a8c0@PENELOPE> Free all messages in LpcpDeletePort. Updated files: trunk/reactos/ntoskrnl/lpc/close.c From gvg at svn.reactos.com Fri Sep 16 17:34:23 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17883: Only access dwTypeData if the caller pronounced it valid. Message-ID: <000601c5bad4$1d133bc0$6b01a8c0@PENELOPE> Only access dwTypeData if the caller pronounced it valid. Updated files: trunk/reactos/lib/user32/windows/menu.c From gvg at svn.reactos.com Fri Sep 16 19:53:44 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17884: Fix "var might be used uninitialized" warning Message-ID: <000601c5bae7$94c24ae0$6b01a8c0@PENELOPE> Fix "var might be used uninitialized" warning Updated files: trunk/reactos/subsys/system/notepad/dialog.c From amunger at svn.reactos.com Fri Sep 16 20:00:58 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [amunger] 17885: Fix release build of dflat32, initalizing some vars and fixing one typo. Message-ID: <000601c5bae8$9773e0e0$6b01a8c0@PENELOPE> Fix release build of dflat32, initalizing some vars and fixing one typo. Updated files: trunk/rosapps/dflat32/search.c trunk/rosapps/dflat32/watch.c From amunger at svn.reactos.com Fri Sep 16 20:07:26 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [amunger] 17886: Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml Message-ID: <000601c5bae9$7ed6f490$6b01a8c0@PENELOPE> Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml Updated files: trunk/reactos/lib/rtl/rtl.xml From gvg at svn.reactos.com Fri Sep 16 20:18:57 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17887: Do some boundschecking on iOrder. Fixes bug 770. Message-ID: <000601c5baeb$1a477a20$6b01a8c0@PENELOPE> Do some boundschecking on iOrder. Fixes bug 770. Updated files: trunk/reactos/lib/comctl32/header.c From gvg at svn.reactos.com Fri Sep 16 21:47:48 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17888: RegQueryValueExW retrieves Unicode strings but the size must be specified in Message-ID: <000601c5baf7$83f3ab40$6b01a8c0@PENELOPE> RegQueryValueExW retrieves Unicode strings but the size must be specified in bytes. Fixes bug 770. Updated files: trunk/reactos/lib/comctl32/comctl32undoc.c From gvg at svn.reactos.com Fri Sep 16 22:13:30 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17889: Bletch Message-ID: <000601c5bafb$1b63f360$6b01a8c0@PENELOPE> Bletch Partially implemented the treeview right-click menu on Regedit. Just supporting Expand and Collapse for now, and also started work on renaming keys. Updated files: trunk/reactos/subsys/system/regedit/En.rc trunk/reactos/subsys/system/regedit/childwnd.c trunk/reactos/subsys/system/regedit/hexedit.c trunk/reactos/subsys/system/regedit/main.h trunk/reactos/subsys/system/regedit/resource.h trunk/reactos/subsys/system/regedit/treeview.c From gvg at svn.reactos.com Fri Sep 16 23:16:02 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [gvg] 17890: Hopefully the last in a series of fixes for size of maximized windows Message-ID: <000601c5bb03$d739e9c0$6b01a8c0@PENELOPE> Hopefully the last in a series of fixes for size of maximized windows Updated files: trunk/reactos/subsys/win32k/ntuser/winpos.c From mf at svn.reactos.com Sat Sep 17 12:52:49 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [mf] 17891: add comment Message-ID: <000601c5bb75$f1b16630$6b01a8c0@PENELOPE> add comment Updated files: trunk/reactos/subsys/system/winefile/winefile.c From mf at svn.reactos.com Sat Sep 17 12:54:53 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] [mf] 17892: add new winefile icon images in 48x48 and 16x16 resolutions Message-ID: <000601c5bb76$3c26fbd0$6b01a8c0@PENELOPE> add new winefile icon images in 48x48 and 16x16 resolutions Updated files: trunk/reactos/subsys/system/winefile/winefile.ico From navaraf at svn.reactos.com Sat Sep 17 12:55:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:19 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bnavaraf=5D_17893=3A_Patricio_Mart=ED?= =?iso-8859-1?q?nez_Ros_=3Csilencium=40wanadoo=2Ees=3E?= Message-ID: <000601c5bb76$579206d0$6b01a8c0@PENELOPE> Patricio Mart?nez Ros Spanish translation. Updated files: trunk/reactos/subsys/system/calc/Es.rc From navaraf at svn.reactos.com Sat Sep 17 13:20:40 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17894: Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher . Message-ID: <000601c5bb79$d5f99df0$6b01a8c0@PENELOPE> Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher . Updated files: trunk/reactos/lib/crt/stdio/vfprintf.c trunk/reactos/lib/crt/stdio/vfwprint.c From royce at svn.reactos.com Sat Sep 17 15:48:41 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17895: Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher Message-ID: <000601c5bb8e$83a66f00$6b01a8c0@PENELOPE> Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher (fixed a couple return values while I was in there) Updated files: trunk/reactos/tools/rbuild/ssprintf.cpp From greatlrd at svn.reactos.com Sat Sep 17 18:02:41 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17896: Update the swedish translation by Harteex. Message-ID: <000601c5bba1$3b8c0cd0$6b01a8c0@PENELOPE> Update the swedish translation by Harteex. Updated files: trunk/reactos/subsys/system/regedit/Sv.rc From ekohl at svn.reactos.com Sat Sep 17 19:16:36 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [ekohl] 17897: - String id 0 becomes a reserved (invalid) id. Message-ID: <000601c5bbab$8f1fe100$6b01a8c0@PENELOPE> - String id 0 becomes a reserved (invalid) id. - StringTableStringFromId returns a pointer to an empty string if the string id is invalid. This fixes the stringtable tests. Updated files: trunk/reactos/lib/setupapi/stringtable.c From greatlrd at svn.reactos.com Sat Sep 17 20:56:20 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17898: Bug fix dir *. it only show folders Message-ID: <000601c5bbb9$7dc60340$6b01a8c0@PENELOPE> Bug fix dir *. it only show folders Updated files: trunk/reactos/subsys/system/cmd/dir.c From gvg at svn.reactos.com Sat Sep 17 21:30:09 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17899: Open handle to sfd.sys as asynchromous. This fixes bug 713. Message-ID: <000601c5bbbe$3707de10$6b01a8c0@PENELOPE> Open handle to sfd.sys as asynchromous. This fixes bug 713. Updated files: trunk/reactos/lib/msafd/misc/dllmain.c From gvg at svn.reactos.com Sat Sep 17 21:38:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17900: Add back support for older binutils versions Message-ID: <000601c5bbbf$6c03e770$6b01a8c0@PENELOPE> Add back support for older binutils versions Updated files: trunk/reactos/lib/ntdll/main/i386/dispatch.S trunk/reactos/lib/rtl/i386/except.s trunk/reactos/ntoskrnl/ke/i386/syscall.S From greatlrd at svn.reactos.com Sat Sep 17 23:02:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17901: Fix some part of MoveFileExW Bug, Can not move folder, but it still can not move folder. some bit more work. Message-ID: <000601c5bbcb$24e06c90$6b01a8c0@PENELOPE> Fix some part of MoveFileExW Bug, Can not move folder, but it still can not move folder. some bit more work. Updated files: trunk/reactos/lib/kernel32/file/move.c From gvg at svn.reactos.com Sat Sep 17 23:22:57 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17902: Count each handle which has pending events only once, independent of the number Message-ID: <000601c5bbcd$f925c8e0$6b01a8c0@PENELOPE> Count each handle which has pending events only once, independent of the number of pending events. Fixes bug 779. Updated files: trunk/reactos/lib/msafd/misc/dllmain.c From hbirr at svn.reactos.com Sun Sep 18 00:00:43 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hbirr] 17903: Do not overwrite the disk signature, if we install the boot code into the mbr. Message-ID: <000601c5bbd3$3fd11dd0$6b01a8c0@PENELOPE> Do not overwrite the disk signature, if we install the boot code into the mbr. Updated files: trunk/reactos/subsys/system/usetup/bootsup.c trunk/reactos/subsys/system/usetup/usetup.h From gvg at svn.reactos.com Sun Sep 18 00:34:03 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17904: _getch() doesn't echo the chars it retrieves and operates in raw mode. Message-ID: <000601c5bbd7$e7c04f30$6b01a8c0@PENELOPE> _getch() doesn't echo the chars it retrieves and operates in raw mode. Updated files: trunk/reactos/lib/crt/conio/getch.c From ion at svn.reactos.com Sun Sep 18 05:26:56 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [ion] 17905: Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again Message-ID: <000601c5bc00$d25f9af0$6b01a8c0@PENELOPE> Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again Updated files: trunk/reactos/lib/rtl/i386/except.s From royce at svn.reactos.com Sun Sep 18 05:52:52 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17906: 1) strip ^ escapes from text before processing set command Message-ID: <000601c5bc04$71e0b4d0$6b01a8c0@PENELOPE> 1) strip ^ escapes from text before processing set command 2) recursive descent implementation of set /a - should fix bug 728 (In case anyone checks I realized there were some gaping holes in the implementation I posted to the ml, so this one is modified from it. This code could stand to benefit from a comprehensive feature/regression test.) Updated files: trunk/reactos/subsys/system/cmd/set.c From greatlrd at svn.reactos.com Sun Sep 18 11:29:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17907: Implement second part of move folder. Now we can move empty folder. we need add code for move folder with contain now. Message-ID: <000601c5bc33$7fe930f0$6b01a8c0@PENELOPE> Implement second part of move folder. Now we can move empty folder. we need add code for move folder with contain now. Updated files: trunk/reactos/lib/kernel32/file/move.c From greatlrd at svn.reactos.com Sun Sep 18 13:18:31 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17908: Clean up patch from filip, with small change from me, for MoveFileWithProgressW. Message-ID: <000601c5bc42$b39ea830$6b01a8c0@PENELOPE> Clean up patch from filip, with small change from me, for MoveFileWithProgressW. Updated files: trunk/reactos/lib/kernel32/file/move.c From greatlrd at svn.reactos.com Sun Sep 18 14:06:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17909: give GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using CreateFile then GetFileAttributesExW. It also fix a bug for me for livecd it booting on first try now in vmware. instead second or more booting try. Message-ID: <000601c5bc49$56e6adc0$6b01a8c0@PENELOPE> give GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using CreateFile then GetFileAttributesExW. It also fix a bug for me for livecd it booting on first try now in vmware. instead second or more booting try. Updated files: trunk/reactos/lib/kernel32/file/file.c From hbirr at svn.reactos.com Sun Sep 18 15:10:47 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hbirr] 17910: Don't check the share access for directories. Message-ID: <000601c5bc52$626232b0$6b01a8c0@PENELOPE> Don't check the share access for directories. Updated files: trunk/reactos/drivers/fs/vfat/cleanup.c trunk/reactos/drivers/fs/vfat/create.c From greatlrd at svn.reactos.com Sun Sep 18 15:36:40 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [greatlrd] 17911: revert my change from r17909. Thx hbirr to fix the bug with 17910. Message-ID: <000601c5bc56$005ea860$6b01a8c0@PENELOPE> revert my change from r17909. Thx hbirr to fix the bug with 17910. Updated files: trunk/reactos/lib/kernel32/file/file.c From hbirr at svn.reactos.com Sun Sep 18 15:46:43 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hbirr] 17912: The share disposition isn't necessary for FILE_READ_ATTRIBUTES. Message-ID: <000601c5bc57$67971b60$6b01a8c0@PENELOPE> The share disposition isn't necessary for FILE_READ_ATTRIBUTES. Updated files: trunk/reactos/lib/kernel32/file/file.c From hbirr at svn.reactos.com Sun Sep 18 17:25:38 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hbirr] 17913: Revert my last changes. Message-ID: <000601c5bc65$38f2eb50$6b01a8c0@PENELOPE> Revert my last changes. Updated files: trunk/reactos/drivers/fs/vfat/cleanup.c trunk/reactos/drivers/fs/vfat/create.c From gdalsnes at svn.reactos.com Sun Sep 18 18:56:37 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gdalsnes] 17914: -remove meaningless use of winstas Message-ID: <000601c5bc71$ef17ae00$6b01a8c0@PENELOPE> -remove meaningless use of winstas -move syscalls to end of file Updated files: trunk/reactos/subsys/win32k/ntuser/accelerator.c From royce at svn.reactos.com Sun Sep 18 19:33:15 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17915: fixed bugs in shifting (<<, >>, <<=, >>=) Message-ID: <000601c5bc77$0cd6c8e0$6b01a8c0@PENELOPE> fixed bugs in shifting (<<, >>, <<=, >>=) eliminated some code duplication while I was in there. Updated files: trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Sun Sep 18 19:52:40 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17916: (hopefully) last bugfix to set /a - assignment works again Message-ID: <000601c5bc79$c33bad60$6b01a8c0@PENELOPE> (hopefully) last bugfix to set /a - assignment works again Updated files: trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Sun Sep 18 20:37:19 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17917: fix escaping Message-ID: <000601c5bc80$0054a430$6b01a8c0@PENELOPE> fix escaping Updated files: trunk/reactos/subsys/system/cmd/set.c From ion at svn.reactos.com Sun Sep 18 20:46:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [ion] 17918: Fix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal (54) so that explorer won't crash on shutdown when calling it. Implement the LogoffWindowsDialog stub. Message-ID: <000601c5bc81$48d13380$6b01a8c0@PENELOPE> Fix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal (54) so that explorer won't crash on shutdown when calling it. Implement the LogoffWindowsDialog stub. Updated files: trunk/reactos/lib/shell32/dialogs.c trunk/reactos/lib/shell32/shell32.spec From ion at svn.reactos.com Sun Sep 18 20:49:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [ion] 17919: Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored Message-ID: <000601c5bc81$bd5f4e30$6b01a8c0@PENELOPE> Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored Updated files: trunk/reactos/lib/shell32/dialogs.c From royce at svn.reactos.com Sun Sep 18 20:58:19 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17920: fixes for UNICODE compilation Message-ID: <000601c5bc82$ef2029c0$6b01a8c0@PENELOPE> fixes for UNICODE compilation Updated files: trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Sun Sep 18 21:00:13 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17921: regression test for set /a - fails at the moment because 'if' is bork3d Message-ID: <000601c5bc83$32f8f000$6b01a8c0@PENELOPE> regression test for set /a - fails at the moment because 'if' is bork3d Added files: trunk/reactos/subsys/system/cmd/seta_test.cmd From gvg at svn.reactos.com Sun Sep 18 23:49:00 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17922: Set correct error code, IsWindow() depends on this Message-ID: <000601c5bc9a$c730b250$6b01a8c0@PENELOPE> Set correct error code, IsWindow() depends on this Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From gdalsnes at svn.reactos.com Mon Sep 19 01:06:21 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gdalsnes] 17923: -added better LIST_FOR_EACH macros (ripped from wine) and fix their usage Message-ID: <000601c5bca5$957f70b0$6b01a8c0@PENELOPE> -added better LIST_FOR_EACH macros (ripped from wine) and fix their usage -make hotkeys session global (they dont belong in winsta) Updated files: trunk/reactos/include/reactos/helper.h trunk/reactos/ntoskrnl/fs/filelock.c trunk/reactos/ntoskrnl/fs/notify.c trunk/reactos/subsys/win32k/include/hotkey.h trunk/reactos/subsys/win32k/include/winsta.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/winsta.c From gdalsnes at svn.reactos.com Mon Sep 19 02:02:45 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gdalsnes] 17924: -set last error (invalid handle) in cases where handle is NULL also Message-ID: <000601c5bcad$76a64760$6b01a8c0@PENELOPE> -set last error (invalid handle) in cases where handle is NULL also -remove GvG's workaround Updated files: trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/window.c From royce at svn.reactos.com Mon Sep 19 03:14:40 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17925: move hard-coded strings to En.rc before GreatLord shoots me Message-ID: <000601c5bcb7$82411eb0$6b01a8c0@PENELOPE> move hard-coded strings to En.rc before GreatLord shoots me Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Mon Sep 19 07:29:21 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17926: fixed mistakes, extra tests illustrating problems with if command Message-ID: <000601c5bcdb$16f630e0$6b01a8c0@PENELOPE> fixed mistakes, extra tests illustrating problems with if command Updated files: trunk/reactos/subsys/system/cmd/seta_test.cmd From royce at svn.reactos.com Mon Sep 19 07:42:17 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17927: fix if command to work more like expected. seta_test.cmd gets much further now. Message-ID: <000601c5bcdc$e58346e0$6b01a8c0@PENELOPE> fix if command to work more like expected. seta_test.cmd gets much further now. fixed some msvc6 warnings while I was in here Updated files: trunk/reactos/subsys/system/cmd/if.c From navaraf at svn.reactos.com Mon Sep 19 09:35:41 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17928: - Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosSetWindowPos and fix up the top-level checks. Message-ID: <000601c5bcec$bcfc1cf0$6b01a8c0@PENELOPE> - Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosSetWindowPos and fix up the top-level checks. - Call the redraw routine on parent window if possible in co_WinPosSetWindowPos. Should fix bug #735. Updated files: trunk/reactos/subsys/win32k/ntuser/winpos.c From hpoussin at svn.reactos.com Mon Sep 19 10:12:05 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hpoussin] 17929: Automagically select computer type (UP/MP) during first stage setup Message-ID: <000601c5bcf1$d2b8e500$6b01a8c0@PENELOPE> Automagically select computer type (UP/MP) during first stage setup Updated files: trunk/reactos/bootdata/txtsetup.sif trunk/reactos/subsys/system/usetup/settings.c From hpoussin at svn.reactos.com Mon Sep 19 12:04:12 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hpoussin] 17930: Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS, IRP_MN_QUERY_DEVICE_TEXT for USB devices Message-ID: <000601c5bd01$7c408fb0$6b01a8c0@PENELOPE> Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS, IRP_MN_QUERY_DEVICE_TEXT for USB devices Fix DeviceID and HardwareIDs identifiers returned for root hub (Vendor and Product IDs are still not initialized by Cromwell code) Fix handling of removal IRPs for USB controller Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/miniport/common/pdo.c trunk/reactos/drivers/usb/usbhub/pdo.c trunk/reactos/drivers/usb/usbport/usbport.def trunk/reactos/media/inf/usbport.inf From navaraf at svn.reactos.com Mon Sep 19 12:39:34 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17931: Partial clean-up of the painting functions: Message-ID: <000601c5bd06$6d317b60$6b01a8c0@PENELOPE> Partial clean-up of the painting functions: - Get rid of the DCX_WINDOWPAINT flag (it wasn't used anyway). - Remove the PaintPosted field from message queue, we don't need it. - Use screen cooridnates for the WindowUpdate region instead of window relative ones. - Fix the algorithm for retrieving paint messages to respect the painting order. - Remove the NCUpdateRegion field from window object and calculate it on demand. - Fix GetDCEx to take region in screen coordinates. Updated files: trunk/reactos/subsys/win32k/include/dce.h trunk/reactos/subsys/win32k/include/msgqueue.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/objects/cliprgn.c From navaraf at svn.reactos.com Mon Sep 19 14:21:57 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17932: - Fix region deleting and ownership for DCEs. Message-ID: <000601c5bd14$ba2cf030$6b01a8c0@PENELOPE> - Fix region deleting and ownership for DCEs. - Fix uninitialized hDC variable in painting code :) Updated files: trunk/reactos/subsys/win32k/include/userfuncs.h trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/objects/color.c From navaraf at svn.reactos.com Mon Sep 19 17:15:26 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17933: Fix the taskbar button resizing to account for button spacing. Message-ID: <000601c5bd2c$f6bb06f0$6b01a8c0@PENELOPE> Fix the taskbar button resizing to account for button spacing. Updated files: trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp From navaraf at svn.reactos.com Mon Sep 19 17:16:09 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [navaraf] 17934: Remove accidently commited debug code. Message-ID: <000601c5bd2d$1020a500$6b01a8c0@PENELOPE> Remove accidently commited debug code. Updated files: trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp From hbirr at svn.reactos.com Mon Sep 19 22:01:34 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [hbirr] 17935: - Read more information from the registry about the disks detected by the bios. Message-ID: <000601c5bd54$efb164d0$6b01a8c0@PENELOPE> - Read more information from the registry about the disks detected by the bios. - Fixed the detection of disks with a signature of zero (in AddDiskToList). - Update always the partition table if the modified flag is set. - Create an unique disk signature. - Declared some registry query structures in cmtype.h. Updated files: trunk/reactos/include/ndk/cmtypes.h trunk/reactos/subsys/system/usetup/partlist.c trunk/reactos/subsys/system/usetup/partlist.h From gvg at svn.reactos.com Mon Sep 19 23:11:46 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gvg] 17936: - Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added Message-ID: <000601c5bd5e$be4007d0$6b01a8c0@PENELOPE> - Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added to a few other I was confident about. Still to do: kbddv, kbdgr, kbdru, kbdsg - Prevent access outside array in TryToTranslateChar - Revert r17830, it handles ctrl keys at the wrong location This fixes bug 763. Updated files: trunk/reactos/lib/keyboard/kbdbe/kbdbe.c trunk/reactos/lib/keyboard/kbdda/kbdda.c trunk/reactos/lib/keyboard/kbddv/kbddv.c trunk/reactos/lib/keyboard/kbdes/kbdes.c trunk/reactos/lib/keyboard/kbdfr/kbdfr.c trunk/reactos/lib/keyboard/kbdse/kbdse.c trunk/reactos/lib/keyboard/kbduk/kbduk.c trunk/reactos/lib/keyboard/kbdus/kbdus.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/keyboard.c From steven_ed4153 at yahoo.com Mon Sep 19 23:50:18 2005 From: steven_ed4153 at yahoo.com (Steven Edwards) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [gdalsnes] 17923: -added better LIST_FOR_EACH macros (ripped from wine) and fix their usage In-Reply-To: <000601c5bca5$957f70b0$6b01a8c0@PENELOPE> Message-ID: <20050919215018.26204.qmail@web33513.mail.mud.yahoo.com> Hi, --- gdalsnes@svn.reactos.com wrote: > -added better LIST_FOR_EACH macros (ripped from wine) and fix their usage > -make hotkeys session global (they dont belong in winsta) > Updated files: > trunk/reactos/include/reactos/helper.h These are in include/wine/list.h right? Are you duplicating the macros or are you using them from there? Sorry I don't have time to review the diff. Thanks Steven __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com From royce at svn.reactos.com Tue Sep 20 00:00:08 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17937: reformat code Message-ID: <000601c5bd65$7fd63b20$6b01a8c0@PENELOPE> reformat code Updated files: trunk/reactos/subsys/system/cmd/cmd.c From royce at svn.reactos.com Tue Sep 20 01:00:29 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:20 2006 Subject: [ros-svn] [royce] 17938: hack fix to pass % to set/a unmolested Message-ID: <000601c5bd6d$ee6b46e0$6b01a8c0@PENELOPE> hack fix to pass % to set/a unmolested Updated files: trunk/reactos/subsys/system/cmd/cmd.c From gvg at svn.reactos.com Tue Sep 20 09:37:50 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17939: Bletch : Message-ID: <000601c5bdb6$33e7e460$6b01a8c0@PENELOPE> Bletch : .lnk files (and other files with hidden file extension) got one character truncated off the resulting filename. Updated files: trunk/reactos/subsys/system/explorer/explorer.cpp From gvg at svn.reactos.com Tue Sep 20 09:58:39 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17940: Saveliy Tretiakov : Message-ID: <000601c5bdb9$1c5e2ae0$6b01a8c0@PENELOPE> Saveliy Tretiakov : EventLog changes - Implement basic file operations (WindowsNT compatible file format) - Write events from lpc port to System Log (to read these events, open \ReactOS\system32\config\SysEvent.evt in Windows EventViewer) - RPC server (stubs) Added files: trunk/reactos/include/idl/eventlogrpc.idl trunk/reactos/services/eventlog/file.c trunk/reactos/services/eventlog/rpc.c Updated files: trunk/reactos/include/idl/idl.xml trunk/reactos/services/eventlog/eventlog.c trunk/reactos/services/eventlog/eventlog.h trunk/reactos/services/eventlog/eventlog.xml trunk/reactos/services/eventlog/logport.c From gvg at svn.reactos.com Tue Sep 20 10:00:13 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17941: Set eol-style Message-ID: <000601c5bdb9$54acfe30$6b01a8c0@PENELOPE> Set eol-style From navaraf at svn.reactos.com Tue Sep 20 11:28:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17942: Fix the order of window style setting. Message-ID: <000601c5bdc5$b4ac12b0$6b01a8c0@PENELOPE> Fix the order of window style setting. Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From navaraf at svn.reactos.com Tue Sep 20 11:29:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17943: Support GCW_ATOM in GetClassLong. Message-ID: <000601c5bdc5$c6416a70$6b01a8c0@PENELOPE> Support GCW_ATOM in GetClassLong. Updated files: trunk/reactos/subsys/win32k/ntuser/class.c From navaraf at svn.reactos.com Tue Sep 20 11:31:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17944: Fix parameter validation in WM_GETTEXT and GetWindowText. Message-ID: <000601c5bdc6$1a9ae420$6b01a8c0@PENELOPE> Fix parameter validation in WM_GETTEXT and GetWindowText. Updated files: trunk/reactos/lib/user32/windows/defwnd.c trunk/reactos/lib/user32/windows/window.c From navaraf at svn.reactos.com Tue Sep 20 12:29:24 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17945: Don't return NULL regions from DceGetVisRgn. Message-ID: <000601c5bdce$2b922d80$6b01a8c0@PENELOPE> Don't return NULL regions from DceGetVisRgn. Updated files: trunk/reactos/subsys/win32k/ntuser/windc.c From navaraf at svn.reactos.com Tue Sep 20 12:32:19 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17946: - SetParent shouldn't destroy menus. Message-ID: <000601c5bdce$93ecf5e0$6b01a8c0@PENELOPE> - SetParent shouldn't destroy menus. - UserGetAncestor(Window, GA_ROOT) really shouldn't return NULL, in any case. Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From navaraf at svn.reactos.com Tue Sep 20 12:45:38 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17947: Restore the pre-r17946 UserGetAncestor behaviour and fix the code calling it. Message-ID: <000601c5bdd0$706d5db0$6b01a8c0@PENELOPE> Restore the pre-r17946 UserGetAncestor behaviour and fix the code calling it. Updated files: trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/window.c From royce at svn.reactos.com Tue Sep 20 18:38:07 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17948: cmd's documentation says that env variables override the "built-ins" like %errorlevel% and such. Message-ID: <000601c5be01$ae0253c0$6b01a8c0@PENELOPE> cmd's documentation says that env variables override the "built-ins" like %errorlevel% and such. also fixed a couple msvc6 warnings and added a little documentation to the set/a code Updated files: trunk/reactos/subsys/system/cmd/choice.c trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/misc.c trunk/reactos/subsys/system/cmd/precomp.h trunk/reactos/subsys/system/cmd/set.c From greatlrd at svn.reactos.com Tue Sep 20 20:11:58 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [greatlrd] 17949: Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case. Message-ID: <000601c5be0e$ca9ddc90$6b01a8c0@PENELOPE> Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case. Updated files: trunk/reactos/subsys/system/cmd/choice.c From royce at svn.reactos.com Tue Sep 20 21:27:11 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17950: unrevert change - this change is correct and works in windows Message-ID: <000601c5be19$4c3f8be0$6b01a8c0@PENELOPE> unrevert change - this change is correct and works in windows Updated files: trunk/reactos/subsys/system/cmd/choice.c From mf at svn.reactos.com Tue Sep 20 21:51:41 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [mf] 17951: - fix build for MinGW and VC++ environments Message-ID: <000601c5be1c$b85cac10$6b01a8c0@PENELOPE> - fix build for MinGW and VC++ environments - fix Manifest descriptions - ignore some immediate files Updated files: trunk/reactos/subsys/system/explorer/explorer.dsp trunk/reactos/subsys/system/explorer/explorer.exe.manifest trunk/reactos/subsys/system/explorer/explorer.rc trunk/reactos/subsys/system/explorer/explorer_intres.rc trunk/reactos/subsys/system/explorer/resource.h trunk/reactos/subsys/system/explorer/taskbar/desktopbar.cpp trunk/reactos/subsys/system/explorer/taskbar/desktopbar.h trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp From royce at svn.reactos.com Tue Sep 20 22:13:24 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17952: remove now-pointless if statement Message-ID: <000601c5be1f$c1397900$6b01a8c0@PENELOPE> remove now-pointless if statement add a little more debug output Updated files: trunk/reactos/subsys/system/cmd/choice.c From royce at svn.reactos.com Tue Sep 20 22:32:59 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17953: fix escape removal Message-ID: <000601c5be22$7d66ecf0$6b01a8c0@PENELOPE> fix escape removal Updated files: trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Tue Sep 20 22:43:43 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17954: fix misunderstandings of if syntax Message-ID: <000601c5be23$fd92b430$6b01a8c0@PENELOPE> fix misunderstandings of if syntax Updated files: trunk/reactos/subsys/system/cmd/seta_test.cmd From royce at svn.reactos.com Wed Sep 21 03:23:00 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17955: %1 %2 etc still work with set/a ( just not %foo% ) Message-ID: <000601c5be4b$01328580$6b01a8c0@PENELOPE> %1 %2 etc still work with set/a ( just not %foo% ) Updated files: trunk/reactos/subsys/system/cmd/cmd.c From royce at svn.reactos.com Wed Sep 21 03:23:53 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17956: a few more tests to clarify parsing oddities based on my playing around Message-ID: <000601c5be4b$20e8a7b0$6b01a8c0@PENELOPE> a few more tests to clarify parsing oddities based on my playing around Updated files: trunk/reactos/subsys/system/cmd/seta_test.cmd From royce at svn.reactos.com Wed Sep 21 03:26:12 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17957: fix debug output Message-ID: <000601c5be4b$739c3990$6b01a8c0@PENELOPE> fix debug output remove my '!' code - don't know how I thought this was valid restore part of code I removed previously that was breaking 'not' cases that need to execute and the right half of the == was longer than then left Updated files: trunk/reactos/subsys/system/cmd/if.c From royce at svn.reactos.com Wed Sep 21 03:27:32 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17958: always strip '^' (unless it was preceded by an '^' itself), not just if it precedes the redirection symbols - fixes some of my test cases in seta_test.cmd Message-ID: <000601c5be4b$a3ace990$6b01a8c0@PENELOPE> always strip '^' (unless it was preceded by an '^' itself), not just if it precedes the redirection symbols - fixes some of my test cases in seta_test.cmd Updated files: trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Wed Sep 21 03:28:03 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17959: msvc6 warning fix Message-ID: <000601c5be4b$b5b72330$6b01a8c0@PENELOPE> msvc6 warning fix Updated files: trunk/reactos/subsys/system/cmd/dir.c From royce at svn.reactos.com Wed Sep 21 03:44:27 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17960: give set/a access to "special" variables like errorlevel Message-ID: <000601c5be4e$005898e0$6b01a8c0@PENELOPE> give set/a access to "special" variables like errorlevel Updated files: trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/set.c From royce at svn.reactos.com Wed Sep 21 04:04:16 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [royce] 17961: remove extraneous \n's Message-ID: <000601c5be50$c5153650$6b01a8c0@PENELOPE> remove extraneous \n's Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/set.c From sedwards at svn.reactos.com Wed Sep 21 05:20:18 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [sedwards] 17962: Nathan Woods - Implement a working VS.NET backend, minor fixes to the vc6 backend Message-ID: <000601c5be5b$647aadb0$6b01a8c0@PENELOPE> Nathan Woods - Implement a working VS.NET backend, minor fixes to the vc6 backend Updated files: trunk/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp From navaraf at svn.reactos.com Wed Sep 21 15:49:15 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17963: Incomplete support for WS_EX_TRANSPARENT, should fix Task Manager painting bugs. Message-ID: <000601c5beb3$414c4cb0$6b01a8c0@PENELOPE> Incomplete support for WS_EX_TRANSPARENT, should fix Task Manager painting bugs. Updated files: trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/winpos.c From navaraf at svn.reactos.com Wed Sep 21 16:01:59 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17964: Indentation fix. Message-ID: <000601c5beb5$090333d0$6b01a8c0@PENELOPE> Indentation fix. Updated files: trunk/reactos/subsys/win32k/ntuser/painting.c From weiden at svn.reactos.com Wed Sep 21 17:32:56 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17965: fixed differences in signedness warnings Message-ID: <000601c5bec1$bd952180$6b01a8c0@PENELOPE> fixed differences in signedness warnings Updated files: trunk/reactos/drivers/usb/usbport/config.c trunk/reactos/drivers/usb/usbport/hcd.h From rcampbell at svn.reactos.com Wed Sep 21 19:09:38 2005 From: rcampbell at svn.reactos.com (rcampbell@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [rcampbell] 17966: -small test commit Message-ID: <000601c5becf$3f80a3b0$6b01a8c0@PENELOPE> -small test commit Updated files: trunk/reactos/CREDITS From weiden at svn.reactos.com Wed Sep 21 19:22:55 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17967: fixed some warnings Message-ID: <000601c5bed1$1aa8f590$6b01a8c0@PENELOPE> fixed some warnings Updated files: trunk/reactos/subsys/system/notepad/dialog.c From weiden at svn.reactos.com Wed Sep 21 19:23:42 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17968: pass the buffer size to GetEnvironmentVariable() in characters, not bytes! Message-ID: <000601c5bed1$36b3ea10$6b01a8c0@PENELOPE> pass the buffer size to GetEnvironmentVariable() in characters, not bytes! Updated files: trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/if.c trunk/reactos/subsys/system/cmd/where.c From weiden at svn.reactos.com Wed Sep 21 19:28:30 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17969: add missing function declarations Message-ID: <000601c5bed1$e27a5f00$6b01a8c0@PENELOPE> add missing function declarations Updated files: trunk/reactos/subsys/system/usetup/partlist.h trunk/reactos/subsys/system/usetup/registry.h From weiden at svn.reactos.com Wed Sep 21 19:37:22 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17970: fixed differences in signedness warnings Message-ID: <000601c5bed3$1f304080$6b01a8c0@PENELOPE> fixed differences in signedness warnings Updated files: trunk/reactos/subsys/win32k/include/ntuser.h From weiden at svn.reactos.com Wed Sep 21 19:57:14 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17971: some arc names might be longer than 100 characters, increase the buffer size to 255 characters for now to fix a buffer overflow during startup Message-ID: <000601c5bed5$e5ed41d0$6b01a8c0@PENELOPE> some arc names might be longer than 100 characters, increase the buffer size to 255 characters for now to fix a buffer overflow during startup Updated files: trunk/reactos/ntoskrnl/io/arcname.c From weiden at svn.reactos.com Wed Sep 21 20:24:19 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17972: fixed some mismatching prototypes, sorry for breaking the build Message-ID: <000601c5bed9$aeb2a0d0$6b01a8c0@PENELOPE> fixed some mismatching prototypes, sorry for breaking the build Updated files: trunk/reactos/drivers/usb/miniport/usbohci/ohci-hub.c trunk/reactos/drivers/usb/miniport/usbuhci/uhci-hub.c From mf at svn.reactos.com Wed Sep 21 23:44:43 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [mf] 17973: - Bugfix for UTF-8 strings Message-ID: <000601c5bef5$ad6e0220$6b01a8c0@PENELOPE> - Bugfix for UTF-8 strings - insert more XS_vsnprintf() calls - additional comments - struct XMLWriter Updated files: trunk/reactos/subsys/system/explorer/utility/xmlstorage.cpp trunk/reactos/subsys/system/explorer/utility/xmlstorage.h From mf at svn.reactos.com Wed Sep 21 23:55:15 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [mf] 17974: - use size_t for buffer/string lengths instead of int Message-ID: <000601c5bef7$25f770e0$6b01a8c0@PENELOPE> - use size_t for buffer/string lengths instead of int - define COUNTOF if not defined already Updated files: trunk/reactos/subsys/system/explorer/utility/xmlstorage.h From hbirr at svn.reactos.com Thu Sep 22 00:16:29 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [hbirr] 17975: - Do only create a registry entry for partitions if the signature of the disk is non zero. Message-ID: <000601c5befa$1d77a950$6b01a8c0@PENELOPE> - Do only create a registry entry for partitions if the signature of the disk is non zero. - Do only mount partitions from a registry key if the signature is non zero. - Do delete all registry keys for non existing partitions. Updated files: trunk/reactos/ntoskrnl/io/disk.c From gvg at svn.reactos.com Thu Sep 22 00:48:58 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17976: brbak : Message-ID: <000601c5befe$a75a22c0$6b01a8c0@PENELOPE> brbak : fixes repositioning of text (from bug 749) Updated files: trunk/reactos/lib/user32/controls/edit.c From gvg at svn.reactos.com Thu Sep 22 00:55:52 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17977: brbak : Message-ID: <000601c5beff$9df7d550$6b01a8c0@PENELOPE> brbak : Reset on new calculation. Patch from bug 775. Updated files: trunk/reactos/subsys/system/calc/winecalc.c From weiden at svn.reactos.com Thu Sep 22 01:57:08 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17978: fixed some handle leaks in RegDeleteTree() in some failure cases Message-ID: <000601c5bf08$2ccc3070$6b01a8c0@PENELOPE> fixed some handle leaks in RegDeleteTree() in some failure cases Updated files: trunk/reactos/lib/advapi32/reg/reg.c From gvg at svn.reactos.com Thu Sep 22 09:24:17 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17979: Slicencium : Message-ID: <000601c5bf46$a4016d20$6b01a8c0@PENELOPE> Slicencium : Fix precision bug (bug 775) Updated files: trunk/reactos/subsys/system/calc/winecalc.h From hpoussin at svn.reactos.com Thu Sep 22 11:17:21 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [hpoussin] 17980: Fix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextLocationInformation for USB devices Message-ID: <000601c5bf56$6fca78c0$6b01a8c0@PENELOPE> Fix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextLocationInformation for USB devices I was mis-using usb_get_string() method... Updated files: trunk/reactos/drivers/usb/usbhub/pdo.c From hpoussin at svn.reactos.com Thu Sep 22 13:20:56 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [hpoussin] 17981: Fix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs for root USB hubs. Message-ID: <000601c5bf67$b348b330$6b01a8c0@PENELOPE> Fix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs for root USB hubs. The vendor and device IDs are not filled in Cromwell code, so ask directly the PCI device to retrieve the information Updated files: trunk/reactos/drivers/usb/miniport/common/pdo.c From weiden at svn.reactos.com Thu Sep 22 16:30:33 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17982: add selected principals to the list (doesn't modify the ACLs yet!) Message-ID: <000601c5bf82$30fc1e10$6b01a8c0@PENELOPE> add selected principals to the list (doesn't modify the ACLs yet!) Updated files: trunk/reactos/lib/aclui/aclui.c trunk/reactos/lib/aclui/aclui.xml trunk/reactos/lib/aclui/misc.c trunk/reactos/lib/aclui/precomp.h From weiden at svn.reactos.com Thu Sep 22 21:46:40 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17983: minor string initialization optimizations Message-ID: <000601c5bfae$5a231330$6b01a8c0@PENELOPE> minor string initialization optimizations Updated files: trunk/reactos/lib/advapi32/reg/reg.c From navaraf at svn.reactos.com Thu Sep 22 22:18:07 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17984: InfoTdiQueryInformationEx should return failure if no entity was found. Message-ID: <000601c5bfb2$bea00850$6b01a8c0@PENELOPE> InfoTdiQueryInformationEx should return failure if no entity was found. Updated files: trunk/reactos/drivers/net/tcpip/tcpip/info.c From gvg at svn.reactos.com Thu Sep 22 22:25:09 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17985: Return atom length when requested. Fixes bug 793. Message-ID: <000601c5bfb3$b9facdc0$6b01a8c0@PENELOPE> Return atom length when requested. Fixes bug 793. Updated files: trunk/reactos/lib/rtl/atom.c trunk/reactos/subsys/win32k/ntuser/class.c From navaraf at svn.reactos.com Thu Sep 22 22:36:21 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [navaraf] 17986: Handle some failure cases in better way. Message-ID: <000601c5bfb5$4a8f53a0$6b01a8c0@PENELOPE> Handle some failure cases in better way. Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c From weiden at svn.reactos.com Thu Sep 22 22:44:24 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17987: fixed uninitialized variable warning Message-ID: <000601c5bfb6$6a782920$6b01a8c0@PENELOPE> fixed uninitialized variable warning Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp From gvg at svn.reactos.com Thu Sep 22 22:54:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [gvg] 17988: Bletch : Message-ID: <000601c5bfb7$da5e9840$6b01a8c0@PENELOPE> Bletch : - Implements key and value renaming - Implements key deleting - Implements New Key/String/Binary/DWORD option Updated files: trunk/reactos/subsys/system/regedit/En.rc trunk/reactos/subsys/system/regedit/childwnd.c trunk/reactos/subsys/system/regedit/framewnd.c trunk/reactos/subsys/system/regedit/listview.c trunk/reactos/subsys/system/regedit/main.c trunk/reactos/subsys/system/regedit/main.h trunk/reactos/subsys/system/regedit/regproc.c trunk/reactos/subsys/system/regedit/regproc.h trunk/reactos/subsys/system/regedit/resource.h trunk/reactos/subsys/system/regedit/security.c trunk/reactos/subsys/system/regedit/treeview.c From weiden at svn.reactos.com Thu Sep 22 23:09:19 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17989: fixed gcc4 warning Message-ID: <000601c5bfb9$e5ae0850$6b01a8c0@PENELOPE> fixed gcc4 warning Updated files: trunk/reactos/lib/shell32/ros-systray.c From weiden at svn.reactos.com Fri Sep 23 01:23:15 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17990: some Nt vs. Zw fixes Message-ID: <000601c5bfcc$9b60e7a0$6b01a8c0@PENELOPE> some Nt vs. Zw fixes Updated files: trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/lib/rtl/security.c From weiden at svn.reactos.com Fri Sep 23 01:46:29 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17991: some Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they're shared there's a chance they could be used Message-ID: <000601c5bfcf$da5c3a60$6b01a8c0@PENELOPE> some Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they're shared there's a chance they could be used Updated files: trunk/reactos/lib/rtl/time.c From weiden at svn.reactos.com Fri Sep 23 01:50:48 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17992: some Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they're shared there's a chance they could be used Message-ID: <000601c5bfd0$74fa7140$6b01a8c0@PENELOPE> some Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they're shared there's a chance they could be used Updated files: trunk/reactos/lib/rtl/path.c trunk/reactos/lib/rtl/process.c From weiden at svn.reactos.com Fri Sep 23 02:05:44 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:21 2006 Subject: [ros-svn] [weiden] 17993: mark ZwDuplicateToken as NTSYSAPI. thx to alex Message-ID: <000601c5bfd2$8b06e750$6b01a8c0@PENELOPE> mark ZwDuplicateToken as NTSYSAPI. thx to alex Updated files: trunk/reactos/include/ndk/zwfuncs.h From amunger at svn.reactos.com Fri Sep 23 05:50:07 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [amunger] 17994: Properly return status in iphplapi, and don't close the file handle before we use it in getNumInterfacesInt. Message-ID: <000601c5bff1$e38b54f0$6b01a8c0@PENELOPE> Properly return status in iphplapi, and don't close the file handle before we use it in getNumInterfacesInt. Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c From sedwards at svn.reactos.com Fri Sep 23 07:54:59 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 17995: Lauri Tulmin implement word wrap Message-ID: <000601c5c003$5518a300$6b01a8c0@PENELOPE> Lauri Tulmin implement word wrap Updated files: trunk/reactos/subsys/system/notepad/dialog.c From sedwards at svn.reactos.com Fri Sep 23 07:58:59 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 17996: Kevin Koltzau Handle notepad log feature. Message-ID: <000601c5c003$e42a75f0$6b01a8c0@PENELOPE> Kevin Koltzau Handle notepad log feature. Updated files: trunk/reactos/subsys/system/notepad/dialog.c From sedwards at svn.reactos.com Fri Sep 23 08:02:37 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 17997: Kevin Koltzau Enable/disable menu items based on edit control state. Message-ID: <000601c5c004$661d0ff0$6b01a8c0@PENELOPE> Kevin Koltzau Enable/disable menu items based on edit control state. Updated files: trunk/reactos/subsys/system/notepad/main.c From sedwards at svn.reactos.com Fri Sep 23 08:04:53 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 17998: Dmitry Timoshkov Fix the usage of COLOR_xxx constants in the place of the window's class hbrBackground. Message-ID: <000601c5c004$b76d6850$6b01a8c0@PENELOPE> Dmitry Timoshkov Fix the usage of COLOR_xxx constants in the place of the window's class hbrBackground. Updated files: trunk/reactos/subsys/system/notepad/main.c From sedwards at svn.reactos.com Fri Sep 23 08:06:32 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 17999: Stefan Huehner Message-ID: <000601c5c004$f20911d0$6b01a8c0@PENELOPE> Stefan Huehner Fix more -Wstrict-prototypes warnings. Updated files: trunk/reactos/subsys/system/notepad/dialog.h From ion at svn.reactos.com Fri Sep 23 08:25:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18000: Fix exception handling/PSEH. Fixes bug 797. Message-ID: <000601c5c007$a40b1160$6b01a8c0@PENELOPE> Fix exception handling/PSEH. Fixes bug 797. Updated files: trunk/reactos/lib/rtl/i386/except.s trunk/reactos/lib/rtl/i386/exception.c From ion at svn.reactos.com Fri Sep 23 08:32:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18001: Make TAB+ debug combos work again. Based on bugfix by Andrew Munger. Message-ID: <000601c5c008$a391f450$6b01a8c0@PENELOPE> Make TAB+ debug combos work again. Based on bugfix by Andrew Munger. Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/drivers/input/i8042prt/keyboard.c From ion at svn.reactos.com Fri Sep 23 08:37:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18002: - Fix a bunch of various bugs in the Rtl String routines, mostly subtle (ie: fail AFTER writing maximum length, not before (some apps might depend on it), fix completely broken RtlAnsiCharToUnicodeChar prototype and functionality, don't clear buffers when we shouldn't/clear buffers when we should...) Message-ID: <000601c5c009$40fdca20$6b01a8c0@PENELOPE> - Fix a bunch of various bugs in the Rtl String routines, mostly subtle (ie: fail AFTER writing maximum length, not before (some apps might depend on it), fix completely broken RtlAnsiCharToUnicodeChar prototype and functionality, don't clear buffers when we shouldn't/clear buffers when we should...) - Also cleanup formatting of the file - Use Index member from Rtl...To...N API when null-terminating the strings. - Various optimizations and simplifications in some of the loops. - Remove some duplicated code. - Notes about special handling where required, also implement it in some parts. - Add more failure cases. - Return correct status codes on failures. Updated files: trunk/reactos/lib/rtl/unicode.c From ion at svn.reactos.com Fri Sep 23 09:20:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18003: Forgot these changes, sorry Message-ID: <000601c5c00f$3a914ad0$6b01a8c0@PENELOPE> Forgot these changes, sorry Updated files: trunk/reactos/include/ndk/kdtypes.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h From sedwards at svn.reactos.com Fri Sep 23 09:32:40 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [sedwards] 18004: doing my good dead for the day Message-ID: <000601c5c010$fa51c600$6b01a8c0@PENELOPE> doing my good dead for the day Updated files: trunk/reactos/lib/ntdll/dbg/debug.c From hpoussin at svn.reactos.com Fri Sep 23 10:56:05 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hpoussin] 18005: Cast the right pointer to the structure. Message-ID: <000601c5c01c$a1e083b0$6b01a8c0@PENELOPE> Cast the right pointer to the structure. Fix bug 783. Thanks GvG. Updated files: trunk/reactos/lib/setupapi/devinst.c From hpoussin at svn.reactos.com Fri Sep 23 11:02:32 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hpoussin] 18006: Report correctly USB device class and subclass when the device reports only one interface and the class is not defined in the device descriptor Message-ID: <000601c5c01d$882ca920$6b01a8c0@PENELOPE> Report correctly USB device class and subclass when the device reports only one interface and the class is not defined in the device descriptor Updated files: trunk/reactos/drivers/usb/usbhub/fdo.c From gvg at svn.reactos.com Fri Sep 23 11:17:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18007: Don't use uninitialized var Message-ID: <000601c5c01f$a9d5fde0$6b01a8c0@PENELOPE> Don't use uninitialized var Updated files: trunk/reactos/subsys/win32k/ntuser/accelerator.c From gvg at svn.reactos.com Fri Sep 23 11:23:26 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18008: Make GDB available for release builds Message-ID: <000601c5c020$73a29b10$6b01a8c0@PENELOPE> Make GDB available for release builds Updated files: trunk/reactos/ntoskrnl/kd/kdinit.c trunk/reactos/ntoskrnl/ntoskrnl.xml From gvg at svn.reactos.com Fri Sep 23 11:51:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18009: Remove dead file Message-ID: <000601c5c024$69e6b490$6b01a8c0@PENELOPE> Remove dead file Deleted files: trunk/reactos/ntoskrnl/ke/catch.c From weiden at svn.reactos.com Fri Sep 23 13:12:32 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18010: fixed signedness warning Message-ID: <000601c5c02f$b1bc9810$6b01a8c0@PENELOPE> fixed signedness warning Updated files: trunk/reactos/lib/rtl/unicode.c From weiden at svn.reactos.com Fri Sep 23 16:13:53 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18011: minor optimization of RtlCreateUnicodeString: as the memory never overlaps, just copy the memory instead of moving it Message-ID: <000601c5c049$07648160$6b01a8c0@PENELOPE> minor optimization of RtlCreateUnicodeString: as the memory never overlaps, just copy the memory instead of moving it Updated files: trunk/reactos/lib/rtl/unicode.c From weiden at svn.reactos.com Fri Sep 23 16:15:46 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18012: - fixed buffer size calculation in RtlLengthRequiredSid and RtlLengthSid Message-ID: <000601c5c049$4a372240$6b01a8c0@PENELOPE> - fixed buffer size calculation in RtlLengthRequiredSid and RtlLengthSid - use RtlCreateUnicodeString to allocate the string in RtlConvertSidToUnicodeString Updated files: trunk/reactos/lib/rtl/sid.c From weiden at svn.reactos.com Fri Sep 23 17:31:15 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18013: don't read the DACL if it's not present or if it's a NULL-DACL Message-ID: <000601c5c053$d5bf26a0$6b01a8c0@PENELOPE> don't read the DACL if it's not present or if it's a NULL-DACL Updated files: trunk/reactos/lib/aclui/aclui.c From weiden at svn.reactos.com Fri Sep 23 17:31:57 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18014: use RegGetKeySecurity() directly to read the security information Message-ID: <000601c5c053$eeedfd40$6b01a8c0@PENELOPE> use RegGetKeySecurity() directly to read the security information Updated files: trunk/reactos/subsys/system/regedit/security.c trunk/reactos/subsys/system/regedit/security.h From ion at svn.reactos.com Fri Sep 23 17:42:50 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18015: - Return focus to run dialog after showing the file not found messagebox. Patch by brbak Message-ID: <000601c5c055$741eb5d0$6b01a8c0@PENELOPE> - Return focus to run dialog after showing the file not found messagebox. Patch by brbak Updated files: trunk/reactos/lib/shell32/dialogs.c From ion at svn.reactos.com Fri Sep 23 17:46:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18016: - Call IsDialogMessage before TranslateAccelerators, so that the accelerator's output, if any, appears in the proper window. Patch by Bletch . Fixes bug 803. Message-ID: <000601c5c055$f03f2370$6b01a8c0@PENELOPE> - Call IsDialogMessage before TranslateAccelerators, so that the accelerator's output, if any, appears in the proper window. Patch by Bletch . Fixes bug 803. Updated files: trunk/reactos/subsys/system/notepad/main.c From ion at svn.reactos.com Fri Sep 23 18:31:13 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18017: Fix signalstate check in KGATE code; spotted by magey. Message-ID: <000601c5c05c$365017b0$6b01a8c0@PENELOPE> Fix signalstate check in KGATE code; spotted by magey. Updated files: trunk/reactos/ntoskrnl/ke/gate.c From ion at svn.reactos.com Fri Sep 23 20:15:48 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ion] 18018: fix identation bug in 18016 Message-ID: <000601c5c06a$d291bd00$6b01a8c0@PENELOPE> fix identation bug in 18016 Updated files: trunk/reactos/subsys/system/notepad/main.c From weiden at svn.reactos.com Fri Sep 23 21:24:31 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18019: imported shfolder.dll from WINE-20050830 Message-ID: <000601c5c074$6c1d8360$6b01a8c0@PENELOPE> imported shfolder.dll from WINE-20050830 Added files: trunk/reactos/lib/shfolder/ trunk/reactos/lib/shfolder/Makefile.in trunk/reactos/lib/shfolder/shfolder.spec trunk/reactos/lib/shfolder/shfolder.xml trunk/reactos/lib/shfolder/shfolder_main.c Updated files: trunk/reactos/baseaddress.xml trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/lib/directory.xml trunk/reactos/media/doc/README.WINE From gvg at svn.reactos.com Fri Sep 23 23:09:02 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18020: Fix RtlQueryAtomInAtomTable and add regression tests Message-ID: <000601c5c083$05e04600$6b01a8c0@PENELOPE> Fix RtlQueryAtomInAtomTable and add regression tests Updated files: trunk/reactos/lib/rtl/atom.c trunk/reactos/regtests/winetests/ntdll/atom.c trunk/reactos/subsys/win32k/ntuser/class.c From gedmurphy at svn.reactos.com Fri Sep 23 23:46:58 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gedmurphy] 18021: First commit, mainly testing. Message-ID: <000601c5c088$52dc1f10$6b01a8c0@PENELOPE> First commit, mainly testing. Cleanup code to follow ROS' coding style better Remove tabs and trailing whitespace. Updated files: trunk/reactos/apps/utils/net/tracert/tracert.c trunk/reactos/apps/utils/net/tracert/tracert.h From gdalsnes at svn.reactos.com Sat Sep 24 04:50:15 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gdalsnes] 18022: -include/ndk/rtltypes.h: add MAX_ATOM_LEN define Message-ID: <000601c5c0b2$b0ab86b0$6b01a8c0@PENELOPE> -include/ndk/rtltypes.h: add MAX_ATOM_LEN define -win32k: remove some NtUser syscalls and merge some NtUser syscalls -crt/include/internal/file.h: correct spelling -RtlAddAtomToAtomTable: check for max atom len -RtlQueryAtomInAtomTable: fix bug. somehow lock wasnt always released. -fix/reword windows classes impl. based on Wine. All but 2 winetests pass. -ntoskrnl/rtl/atom.c: add fixme about global atom table -remove desktop object lock -dont link windows into the class object -co_IntShellHookNotify: safely send notify messages -misc win32k reorg/cleanup Updated files: trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/win32k/ntuser.h trunk/reactos/lib/crt/include/internal/file.h trunk/reactos/lib/rtl/atom.c trunk/reactos/lib/user32/windows/caret.c trunk/reactos/lib/user32/windows/class.c trunk/reactos/lib/user32/windows/paint.c trunk/reactos/lib/user32/windows/window.c trunk/reactos/ntoskrnl/rtl/atom.c trunk/reactos/subsys/win32k/include/class.h trunk/reactos/subsys/win32k/include/desktop.h trunk/reactos/subsys/win32k/include/win32.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/class.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winsta.c trunk/reactos/tools/nci/w32ksvc.db From ekohl at svn.reactos.com Sat Sep 24 11:30:49 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [ekohl] 18023: - Implement CM_Get_Device_List_Size_ExW Message-ID: <000601c5c0ea$a656bdf0$6b01a8c0@PENELOPE> - Implement CM_Get_Device_List_Size_ExW Updated files: trunk/reactos/include/idl/pnp.idl trunk/reactos/include/wine/cfgmgr32.h trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/services/umpnpmgr/umpnpmgr.c From gdalsnes at svn.reactos.com Sat Sep 24 13:43:27 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gdalsnes] 18024: uncomment and add mutex asserts Message-ID: <000601c5c0fd$2dc4fab0$6b01a8c0@PENELOPE> uncomment and add mutex asserts Updated files: trunk/reactos/ntoskrnl/ex/fmutex.c From hpoussin at svn.reactos.com Sat Sep 24 15:19:28 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hpoussin] 18025: If device instance id is not unique, prepend information from parent bus device Message-ID: <000601c5c10a$97b93be0$6b01a8c0@PENELOPE> If device instance id is not unique, prepend information from parent bus device Updated files: trunk/reactos/ntoskrnl/io/pnpmgr.c From weiden at svn.reactos.com Sat Sep 24 19:08:18 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18026: implemented RegCopyTreeW() (untested!) Message-ID: <000601c5c12a$8f0824f0$6b01a8c0@PENELOPE> implemented RegCopyTreeW() (untested!) Updated files: trunk/reactos/lib/advapi32/reg/reg.c From navaraf at svn.reactos.com Sat Sep 24 19:34:29 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [navaraf] 18027: Port the system message queue WM_MOUSEDOWN coalesce fix from win32k rewrite branch. Message-ID: <000601c5c12e$37ae66c0$6b01a8c0@PENELOPE> Port the system message queue WM_MOUSEDOWN coalesce fix from win32k rewrite branch. Updated files: trunk/reactos/subsys/win32k/ntuser/msgqueue.c From hbirr at svn.reactos.com Sat Sep 24 20:04:24 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18028: Merged the main code from NtQueryAttributesFile and NtQueryFullAttributesFile to IopQueryAttributesFile. Message-ID: <000601c5c132$65612cc0$6b01a8c0@PENELOPE> Merged the main code from NtQueryAttributesFile and NtQueryFullAttributesFile to IopQueryAttributesFile. Check the access to parameters in IopQueryAttributesFile if we are called from user mode because calling Zw functions from kernel mode will bypass all checks. Updated files: trunk/reactos/ntoskrnl/io/file.c From hbirr at svn.reactos.com Sat Sep 24 20:09:15 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18029: Used NtQueryFullAttributesFile instead of NtOpenFile/NtQueryInformationFile/NtClose in GetFileAttributesExW (suggested by Thomas Weidenmueller). Message-ID: <000601c5c133$12c60f70$6b01a8c0@PENELOPE> Used NtQueryFullAttributesFile instead of NtOpenFile/NtQueryInformationFile/NtClose in GetFileAttributesExW (suggested by Thomas Weidenmueller). Updated files: trunk/reactos/lib/kernel32/file/file.c From hbirr at svn.reactos.com Sat Sep 24 20:28:16 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18030: - Use the given buffer for getting the name of the parent. Message-ID: <000601c5c135$bb1d1540$6b01a8c0@PENELOPE> - Use the given buffer for getting the name of the parent. - Check the length of the buffer. - Intialise the name string if it is necessary. Updated files: trunk/reactos/ntoskrnl/cm/regobj.c From hbirr at svn.reactos.com Sat Sep 24 20:42:50 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18031: - Moved the definition of REG_NOTIFY_CLASS from cm.h to winddk.h. Message-ID: <000601c5c137$c3c50c00$6b01a8c0@PENELOPE> - Moved the definition of REG_NOTIFY_CLASS from cm.h to winddk.h. - Release the rundown protection if the callback function returns an error (in CmiCallRegisteredCallbacks). - Call the registry callback functions in most of the Nt/ZW registry functions. Updated files: trunk/reactos/ntoskrnl/cm/cm.h trunk/reactos/ntoskrnl/cm/ntfunc.c trunk/reactos/w32api/include/ddk/winddk.h From hbirr at svn.reactos.com Sat Sep 24 21:15:47 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18032: Do also alert the mouse thread in UserAcquireOrReleaseInputOwnership. Message-ID: <000601c5c13c$5e5e15f0$6b01a8c0@PENELOPE> Do also alert the mouse thread in UserAcquireOrReleaseInputOwnership. Updated files: trunk/reactos/subsys/win32k/ntuser/input.c From hbirr at svn.reactos.com Sat Sep 24 21:17:16 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18033: Set the MaximumLength of the returned string in IntGetFullWindowStationName. Message-ID: <000601c5c13c$935050c0$6b01a8c0@PENELOPE> Set the MaximumLength of the returned string in IntGetFullWindowStationName. Updated files: trunk/reactos/subsys/win32k/ntuser/winsta.c From gvg at svn.reactos.com Sat Sep 24 21:30:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18034: This NtGdiCreateCompatableDC misspelling has annoyed me long enough now Message-ID: <000601c5c13e$716f9b80$6b01a8c0@PENELOPE> This NtGdiCreateCompatableDC misspelling has annoyed me long enough now Updated files: trunk/reactos/include/win32k/dc.h trunk/reactos/lib/gdi32/gdi32.def trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/objects/bitmaps.c trunk/reactos/subsys/win32k/objects/dc.c trunk/reactos/subsys/win32k/objects/dib.c trunk/reactos/tools/nci/w32ksvc.db From hbirr at svn.reactos.com Sat Sep 24 21:35:17 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [hbirr] 18035: Allow the system process and a process without a parent process to use all cpus on a smp machine, even if only the boot cpu is running. Message-ID: <000601c5c13f$17bba100$6b01a8c0@PENELOPE> Allow the system process and a process without a parent process to use all cpus on a smp machine, even if only the boot cpu is running. Updated files: trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/psmgr.c From weiden at svn.reactos.com Sat Sep 24 22:38:17 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [weiden] 18036: removed obsolete goto statement Message-ID: <000601c5c147$e490a290$6b01a8c0@PENELOPE> removed obsolete goto statement Updated files: trunk/reactos/lib/advapi32/reg/reg.c From npwoods at svn.reactos.com Sun Sep 25 01:45:08 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [npwoods] 18037: Notepad enhancements: Message-ID: <000601c5c161$ff5842d0$6b01a8c0@PENELOPE> Notepad enhancements: 1. Added line ending handling, so that Notepad can handle line endings other than CR/LF. This is specified in a dropdown menu similar to the text encoding. Consequently, I've moved text handling to a new file, text.c 2. Implemented the Find command 3. Changed some dialog titles to be 'Notepad' instead of 'ERROR', in line with how Windows notepad works. 4. The edit control now has the style ES_NOHIDESEL specified Added files: trunk/reactos/subsys/system/notepad/text.c Updated files: trunk/reactos/subsys/system/notepad/En.rc trunk/reactos/subsys/system/notepad/dialog.c trunk/reactos/subsys/system/notepad/main.c trunk/reactos/subsys/system/notepad/main.h trunk/reactos/subsys/system/notepad/notepad.xml trunk/reactos/subsys/system/notepad/notepad_res.h From gvg at svn.reactos.com Sun Sep 25 02:00:13 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [gvg] 18038: Fix GDB backtrace Message-ID: <000601c5c164$1a32bbb0$6b01a8c0@PENELOPE> Fix GDB backtrace Updated files: trunk/reactos/ntoskrnl/ke/i386/syscall.S From npwoods at svn.reactos.com Sun Sep 25 02:12:28 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [npwoods] 18039: Fixed property svn:eol-style Message-ID: <000601c5c165$d06c3fe0$6b01a8c0@PENELOPE> Fixed property svn:eol-style Updated files: trunk/reactos/subsys/system/notepad/text.c From npwoods at svn.reactos.com Sun Sep 25 02:35:22 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [npwoods] 18040: 1. Moved windows styles pertaining to the edit control to main.h Message-ID: <000601c5c169$037986b0$6b01a8c0@PENELOPE> 1. Moved windows styles pertaining to the edit control to main.h 2. Stopped using WS_BORDER on the edit control Updated files: trunk/reactos/subsys/system/notepad/dialog.c trunk/reactos/subsys/system/notepad/main.c trunk/reactos/subsys/system/notepad/main.h From amunger at svn.reactos.com Sun Sep 25 06:55:19 2005 From: amunger at svn.reactos.com (amunger@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [amunger] 18041: Fix getInterfaceInfoSet so GetInterfaceInfo returns only non-loopback adapters, however, we still return some incorrect info. Message-ID: <000601c5c18d$54079620$6b01a8c0@PENELOPE> Fix getInterfaceInfoSet so GetInterfaceInfo returns only non-loopback adapters, however, we still return some incorrect info. Silenced a DPRINT. Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c trunk/reactos/lib/iphlpapi/iphlpapi_main.c From navaraf at svn.reactos.com Sun Sep 25 11:22:26 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [navaraf] 18042: Fix up the indentation. Message-ID: <000601c5c1b2$a516ee10$6b01a8c0@PENELOPE> Fix up the indentation. Updated files: trunk/reactos/ntoskrnl/ps/i386/continue.c From navaraf at svn.reactos.com Sun Sep 25 11:23:10 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [navaraf] 18043: Add TestAlert check to NtContinue. Message-ID: <000601c5c1b2$bf49a020$6b01a8c0@PENELOPE> Add TestAlert check to NtContinue. Updated files: trunk/reactos/ntoskrnl/ps/i386/continue.c From navaraf at svn.reactos.com Sun Sep 25 12:52:55 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bnavaraf=5D_18044=3A_Patricio_Mart=ED?= =?iso-8859-1?q?nez_Ros_=3Csilencium=40wanadoo=2Ees=3E?= Message-ID: <000601c5c1bf$48a9a980$6b01a8c0@PENELOPE> Patricio Mart?nez Ros Update spanish translation. Updated files: trunk/reactos/subsys/system/regedit/Es.rc From navaraf at svn.reactos.com Sun Sep 25 13:05:09 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bnavaraf=5D_18045=3A_Patricio_Mart=ED?= =?iso-8859-1?q?nez_Ros_=3Csilencium=40wanadoo=2Ees=3E?= Message-ID: <000601c5c1c0$fe861990$6b01a8c0@PENELOPE> Patricio Mart?nez Ros Update spanish translation. Updated files: trunk/reactos/subsys/system/explorer/explorer-es.rc From navaraf at svn.reactos.com Sun Sep 25 13:17:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [navaraf] 18046: - Intersect the paint rectangle in NtUserBeginPaint with the client window rectangle. Message-ID: <000601c5c1c2$a94fc280$6b01a8c0@PENELOPE> - Intersect the paint rectangle in NtUserBeginPaint with the client window rectangle. - Fix the data returned by co_UserGetUpdateRgn and NtUserGetUpdateRect. Updated files: trunk/reactos/subsys/win32k/ntuser/painting.c From mf at svn.reactos.com Sun Sep 25 13:52:53 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:22 2006 Subject: [ros-svn] [mf] 18047: new tool bar icons for the drive bar Message-ID: <000601c5c1c7$a9630a20$6b01a8c0@PENELOPE> new tool bar icons for the drive bar Updated files: trunk/reactos/subsys/system/explorer/res/drivebar.bmp trunk/reactos/subsys/system/explorer/shell/mainframe.cpp From navaraf at svn.reactos.com Sun Sep 25 14:30:59 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [navaraf] 18048: Use the correct size variables in co_IntCreateWindowEx. Message-ID: <000601c5c1cc$fc43fb50$6b01a8c0@PENELOPE> Use the correct size variables in co_IntCreateWindowEx. Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From hbirr at svn.reactos.com Sun Sep 25 14:39:52 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hbirr] 18049: Let the compiler search for usable register. Message-ID: <000601c5c1ce$39dfd000$6b01a8c0@PENELOPE> Let the compiler search for usable register. Updated files: trunk/reactos/lib/rtl/heap.c trunk/reactos/ntoskrnl/ke/i386/exp.c From ea at svn.reactos.com Sun Sep 25 15:36:35 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18050: Required for binary compatibility with MS KERNEL32.DLL. Message-ID: <000601c5c1d6$26313b90$6b01a8c0@PENELOPE> Required for binary compatibility with MS KERNEL32.DLL. NOTE Filip and I still don't understand why KERNEL32 calls twice CsrConnectToServer. A possible explanation is because the Win32 server is a dual server: gui+console. This differs with our current implementation in the SM: we accept only console registration requests (see SmpHandleConnectionRequest). Updated files: trunk/reactos/lib/ntdll/csr/connect.c From ea at svn.reactos.com Sun Sep 25 15:43:45 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18051: svn: eol-style + keywords Message-ID: <000601c5c1d7$26401330$6b01a8c0@PENELOPE> svn: eol-style + keywords Updated files: trunk/reactos/lib/ntdll/csr/api.c trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/csr/connect.c From greatlrd at svn.reactos.com Sun Sep 25 15:54:31 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [greatlrd] 18052: Remove Es.rc from timedate for it is 100% empty. Thx tsk Message-ID: <000601c5c1d8$a77470d0$6b01a8c0@PENELOPE> Remove Es.rc from timedate for it is 100% empty. Thx tsk Updated files: trunk/reactos/lib/cpl/timedate/timedate.rc Deleted files: trunk/reactos/lib/cpl/timedate/Es.rc From ea at svn.reactos.com Sun Sep 25 15:56:55 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18053: Fix compiling. Message-ID: <000601c5c1d8$fd064370$6b01a8c0@PENELOPE> Fix compiling. Updated files: trunk/reactos/subsys/system/notepad/text.c From ea at svn.reactos.com Sun Sep 25 15:58:38 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18054: Minor changes. This program does NOT work in ROS. Message-ID: <000601c5c1d9$3a90f690$6b01a8c0@PENELOPE> Minor changes. This program does NOT work in ROS. Updated files: trunk/rosapps/sysutils/lsdd/lsdd.c From hackbunny at reactos.com Sun Sep 25 16:30:27 2005 From: hackbunny at reactos.com (KJKHyperion) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18050: Required for binary compatibility with MS KERNEL32.DLL. In-Reply-To: <000601c5c1d6$26313b90$6b01a8c0@PENELOPE> References: <000601c5c1d6$26313b90$6b01a8c0@PENELOPE> Message-ID: <4336B483.6060503@reactos.com> ea@svn.reactos.com wrote: >Required for binary compatibility with MS KERNEL32.DLL. > >NOTE >Filip and I still don't understand why KERNEL32 calls twice CsrConnectToServer. >A possible explanation is because the Win32 server is a dual server: gui+console. > > yes. It connects to subsystems 1 and 2. In general, all CSR calls made by kernel32.dll are easily identifiable as calls to either subsystem from their code (the subsystem code is in the upper 16 bits). The GUI subsystem's functions, if you were wondering, are: SrvExitWindowsEx SrvEndTask SrvLogon SrvRegisterServicesProcess SrvActivateDebugger SrvGetThreadConsoleDesktop SrvDeviceEvent SrvRegisterLogonProcess SrvCreateSystemThreads SrvRecordShutdownReason From mf at svn.reactos.com Sun Sep 25 17:59:52 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [mf] 18055: try to use IShellFolderViewCB::MessageSFVCB() in order to override explorer context menus Message-ID: <000601c5c1ea$2a308ca0$6b01a8c0@PENELOPE> try to use IShellFolderViewCB::MessageSFVCB() in order to override explorer context menus Updated files: trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.h trunk/reactos/subsys/system/explorer/shell/webchild.h trunk/reactos/subsys/system/explorer/utility/shellclasses.h From npwoods at svn.reactos.com Sun Sep 25 18:57:04 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [npwoods] 18056: Lightweight sync with WINE regedit; imported obvious changes such as const correctness, TCHAR string usage etc Message-ID: <000601c5c1f2$27b5a7f0$6b01a8c0@PENELOPE> Lightweight sync with WINE regedit; imported obvious changes such as const correctness, TCHAR string usage etc Updated files: trunk/reactos/subsys/system/regedit/childwnd.c trunk/reactos/subsys/system/regedit/framewnd.c trunk/reactos/subsys/system/regedit/regedit.c trunk/reactos/subsys/system/regedit/regproc.c trunk/reactos/subsys/system/regedit/regproc.h trunk/reactos/subsys/system/regedit/treeview.c From gedmurphy at svn.reactos.com Sun Sep 25 19:01:30 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [gedmurphy] 18057: added more functionality to arp Message-ID: <000601c5c1f2$c65765b0$6b01a8c0@PENELOPE> added more functionality to arp - display correct interface index - delete all hosts with -d * - display informative error messages - better argument control - clean up formatting Updated files: trunk/reactos/apps/utils/net/arp/arp.c Deleted files: trunk/reactos/apps/utils/net/arp/trace.c trunk/reactos/apps/utils/net/arp/trace.h From weiden at svn.reactos.com Sun Sep 25 19:16:14 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18058: fixed uninitialized variable warning Message-ID: <000601c5c1f4$d5712430$6b01a8c0@PENELOPE> fixed uninitialized variable warning Updated files: trunk/reactos/apps/utils/net/arp/arp.c From weiden at svn.reactos.com Sun Sep 25 19:21:57 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18059: fixed uninitialized variable warnings Message-ID: <000601c5c1f5$a18121b0$6b01a8c0@PENELOPE> fixed uninitialized variable warnings Updated files: trunk/reactos/drivers/usb/miniport/common/fdo.c trunk/reactos/drivers/usb/usbhub/fdo.c trunk/reactos/drivers/usb/usbport/message.c From hbirr at svn.reactos.com Sun Sep 25 19:26:05 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hbirr] 18060: - Don't convert the device name, if the name is a NULL pointer (in QueryDosDeviceA). Message-ID: <000601c5c1f6$359f38f0$6b01a8c0@PENELOPE> - Don't convert the device name, if the name is a NULL pointer (in QueryDosDeviceA). - Convert the string in several steps, because the string may be longer than 32k characters (in QueryDosDeviceA). Updated files: trunk/reactos/lib/kernel32/file/dosdev.c From weiden at svn.reactos.com Sun Sep 25 19:49:28 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18061: - fixed uninitialized variable warning Message-ID: <000601c5c1f9$79db2670$6b01a8c0@PENELOPE> - fixed uninitialized variable warning - ProbeAndCaptureUnicodeString should check if allocating memory succeeded Updated files: trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/io/driver.c From weiden at svn.reactos.com Sun Sep 25 19:52:24 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18062: fixed gcc4 warnings Message-ID: <000601c5c1f9$e2cc3b60$6b01a8c0@PENELOPE> fixed gcc4 warnings Updated files: trunk/reactos/subsys/system/notepad/text.c From mf at svn.reactos.com Sun Sep 25 19:59:32 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [mf] 18063: refeactor all IUnknown implementations using IComSrvBase Message-ID: <000601c5c1fa$e1d73790$6b01a8c0@PENELOPE> refeactor all IUnknown implementations using IComSrvBase Updated files: trunk/reactos/subsys/system/explorer/shell/shellbrowser.h trunk/reactos/subsys/system/explorer/shell/webchild.h trunk/reactos/subsys/system/explorer/utility/dragdropimpl.cpp trunk/reactos/subsys/system/explorer/utility/dragdropimpl.h From navaraf at svn.reactos.com Sun Sep 25 20:07:44 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [navaraf] 18064: Correctly interpret the cell type in CmiDestroyCell. Patch by brbak . Message-ID: <000601c5c1fc$072b8860$6b01a8c0@PENELOPE> Correctly interpret the cell type in CmiDestroyCell. Patch by brbak . Updated files: trunk/reactos/ntoskrnl/cm/regfile.c From ion at svn.reactos.com Sun Sep 25 20:17:39 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18065: - Fix mixed tab/space formatting issues. Message-ID: <000601c5c1fd$69c7b6f0$6b01a8c0@PENELOPE> - Fix mixed tab/space formatting issues. Updated files: trunk/reactos/lib/ntdll/csr/api.c trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/csr/connect.c From ea at svn.reactos.com Sun Sep 25 21:38:56 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18066: cmdutils: a program a directory. Message-ID: <000601c5c208$c4a6f490$6b01a8c0@PENELOPE> cmdutils: a program a directory. Added files: trunk/rosapps/cmdutils/find/ trunk/rosapps/cmdutils/find/find.c trunk/rosapps/cmdutils/find/find.rc trunk/rosapps/cmdutils/find/find.xml trunk/rosapps/cmdutils/more/ trunk/rosapps/cmdutils/more/more.c trunk/rosapps/cmdutils/more/more.rc trunk/rosapps/cmdutils/more/more.xml trunk/rosapps/cmdutils/sort/ trunk/rosapps/cmdutils/sort/sort.c trunk/rosapps/cmdutils/sort/sort.rc trunk/rosapps/cmdutils/sort/sort.xml trunk/rosapps/cmdutils/tee/ trunk/rosapps/cmdutils/tee/tee.c trunk/rosapps/cmdutils/tee/tee.rc trunk/rosapps/cmdutils/tee/tee.xml trunk/rosapps/cmdutils/y/ trunk/rosapps/cmdutils/y/y.c trunk/rosapps/cmdutils/y/y.rc trunk/rosapps/cmdutils/y/y.xml Updated files: trunk/rosapps/cmdutils/cmdutils.xml Deleted files: trunk/rosapps/cmdutils/find.c trunk/rosapps/cmdutils/find.rc trunk/rosapps/cmdutils/more.c trunk/rosapps/cmdutils/more.rc trunk/rosapps/cmdutils/sort.c trunk/rosapps/cmdutils/sort.rc trunk/rosapps/cmdutils/tee.c trunk/rosapps/cmdutils/tee.rc trunk/rosapps/cmdutils/y.c trunk/rosapps/cmdutils/y.rc From ea at svn.reactos.com Sun Sep 25 21:40:58 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ea] 18067: cmdutils: a program a directory (bootcd, livecd, ...) Message-ID: <000601c5c209$0d6f4f60$6b01a8c0@PENELOPE> cmdutils: a program a directory (bootcd,livecd,...) Updated files: trunk/reactos/bootdata/packages/reactos.dff From gedmurphy at svn.reactos.com Sun Sep 25 22:40:08 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [gedmurphy] 18068: Simple implementation of the MS comp utility Message-ID: <000601c5c211$5149c9b0$6b01a8c0@PENELOPE> Simple implementation of the MS comp utility Updated files: trunk/rosapps/cmdutils/cmdutils.xml From gedmurphy at svn.reactos.com Sun Sep 25 22:46:39 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [gedmurphy] 18069: Simple implementation of the MS comp utility (remembered to add the files this time :) ) Message-ID: <000601c5c212$3a638e10$6b01a8c0@PENELOPE> Simple implementation of the MS comp utility (remembered to add the files this time :) ) Added files: trunk/rosapps/cmdutils/comp/ trunk/rosapps/cmdutils/comp/comp.c trunk/rosapps/cmdutils/comp/comp.rc trunk/rosapps/cmdutils/comp/comp.xml From navaraf at svn.reactos.com Sun Sep 25 22:54:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [navaraf] 18070: Revert r18064 and correctly set the cell size for hash cells. Message-ID: <000601c5c213$5dcf21b0$6b01a8c0@PENELOPE> Revert r18064 and correctly set the cell size for hash cells. Updated files: trunk/reactos/ntoskrnl/cm/regfile.c From hpoussin at svn.reactos.com Sun Sep 25 22:57:12 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18071: USB root hub is not really a child of the USB Controller, so don't give it a device identifier Message-ID: <000601c5c213$b3a3c9b0$6b01a8c0@PENELOPE> USB root hub is not really a child of the USB Controller, so don't give it a device identifier Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/drivers/usb/miniport/common/pdo.c From ekohl at svn.reactos.com Sun Sep 25 23:02:57 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ekohl] 18072: - Implement CM_Is_Dock_Station_Present[_Ex] Message-ID: <000601c5c214$817d63a0$6b01a8c0@PENELOPE> - Implement CM_Is_Dock_Station_Present[_Ex] Updated files: trunk/reactos/include/idl/pnp.idl trunk/reactos/include/wine/cfgmgr32.h trunk/reactos/lib/setupapi/cfgmgr.c trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/services/umpnpmgr/umpnpmgr.c trunk/reactos/w32api/include/ddk/cfgmgr32.h From greatlrd at svn.reactos.com Sun Sep 25 23:05:37 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [greatlrd] 18073: Implement support for move folder, even from different vol. But for now it does not think of EA or set file attrib right. it is a present to brandon so he stop nag about ros can not move a folder. It maybe got some other bugs. it need more testing see if it handling all case right. Message-ID: <000601c5c214$e0ee8670$6b01a8c0@PENELOPE> Implement support for move folder, even from different vol. But for now it does not think of EA or set file attrib right. it is a present to brandon so he stop nag about ros can not move a folder. It maybe got some other bugs. it need more testing see if it handling all case right. Updated files: trunk/reactos/lib/kernel32/file/move.c trunk/reactos/lib/kernel32/include/kernel32.h From hpoussin at svn.reactos.com Sun Sep 25 23:18:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18074: Implement SetupDiInstallDriverFiles Message-ID: <000601c5c216$b3948010$6b01a8c0@PENELOPE> Implement SetupDiInstallDriverFiles Updated files: trunk/reactos/lib/setupapi/devinst.c From greatlrd at svn.reactos.com Mon Sep 26 00:05:53 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [greatlrd] 18075: don't expect FS drivers to return STATUS_NOT_IMPLEMENTED if they don't know how to do the move (STATUS_NOT_SUPPORTED is also a perfect valid error code), this change did hpoussin suggest Message-ID: <000601c5c21d$4bd11180$6b01a8c0@PENELOPE> don't expect FS drivers to return STATUS_NOT_IMPLEMENTED if they don't know how to do the move (STATUS_NOT_SUPPORTED is also a perfect valid error code), this change did hpoussin suggest Updated files: trunk/reactos/lib/kernel32/file/move.c From greatlrd at svn.reactos.com Mon Sep 26 00:16:18 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [greatlrd] 18076: remove dead code Message-ID: <000601c5c21e$c0942970$6b01a8c0@PENELOPE> remove dead code Updated files: trunk/reactos/lib/kernel32/file/move.c From npwoods at svn.reactos.com Mon Sep 26 05:19:06 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [npwoods] 18077: 1. More merging from WINE regedit; imported refresh feature (which is wayyy slower than Windows regedit; need to optimize this) Message-ID: <000601c5c249$0d5877f0$6b01a8c0@PENELOPE> 1. More merging from WINE regedit; imported refresh feature (which is wayyy slower than Windows regedit; need to optimize this) 2. Using GetVersion() to determine whether to add HKEY_DYN_DATA Updated files: trunk/reactos/subsys/system/regedit/framewnd.c trunk/reactos/subsys/system/regedit/main.h trunk/reactos/subsys/system/regedit/treeview.c From ion at svn.reactos.com Mon Sep 26 07:00:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18078: - More sharing between ntdll/ntoskrnl: shared Dbg code. Message-ID: <000601c5c257$2e33b0d0$6b01a8c0@PENELOPE> - More sharing between ntdll/ntoskrnl: shared Dbg code. - Added NtCreateDebugObject, NtDebugContinue, NtQueryDebugFilterState, NtSetDebugFilterState, NtWaitForDebugEvent to system call list. - Added some debug constants to headers - Updated RtlpCheckForActiveDebugger in ntoskrnl to return whatever we're expecting as the "normal" case. - Added RtlpSetInDbgPrint to rtl support library for special DbgPrint implementation difference in user-mode - Removed all the deprecated debug APIs in ntdll. - Implemented NtQueryDebugFilterState and NtSetDebugFilterState based on royce's implementation. - Started modifications on KeDebugService, and implemented DebugService in rtl - Implemented all the Dbg* APIs in RTL. - Implemented DbgUiConnectToDbg, DbgUiContinue, DbgUiWaitStateChange, DbgUiRemoteBreakin, DbgUiIssueRemoteBreakin - Changed KD Print callbacks to also receive the length of the string. Right now, one call that should be shared still isn't (the final DebugPrint call) because calling KeDebugService from kernel-mode seems to cause a hang. Also, DebugService does not currently cause an exception like it should (instead it still calls the Kdp handler), because those changes would've made the patch even bigger and are still untested. Updated files: trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/rtl/exception.c trunk/reactos/lib/rtl/i386/debug.S trunk/reactos/lib/rtl/rtl.xml trunk/reactos/lib/rtl/rtlp.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/kd/kdio.c trunk/reactos/ntoskrnl/kd/kdmain.c trunk/reactos/ntoskrnl/kd/wrappers/bochs.c trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/ntoskrnl/rtl/debug.c trunk/reactos/ntoskrnl/rtl/libsupp.c trunk/reactos/ntoskrnl/rtl/misc.c trunk/reactos/tools/nci/sysfuncs.lst trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntstatus.h Deleted files: trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/dbg/print.c From ion at svn.reactos.com Mon Sep 26 07:01:35 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18079: Forgot to svn add these two files. Message-ID: <000601c5c257$5e5ec6a0$6b01a8c0@PENELOPE> Forgot to svn add these two files. Added files: trunk/reactos/lib/ntdll/dbg/dbgui.c trunk/reactos/lib/rtl/debug.c From ion at svn.reactos.com Mon Sep 26 07:03:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18080: - Remove some deprecated files. Message-ID: <000601c5c257$b13f8300$6b01a8c0@PENELOPE> - Remove some deprecated files. Deleted files: trunk/reactos/ntoskrnl/ps/i386/ trunk/reactos/ntoskrnl/rtl/debug.c From ion at svn.reactos.com Mon Sep 26 07:42:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18081: - Put executive atom functions in the executive folder, not rtl. Message-ID: <000601c5c25d$06285220$6b01a8c0@PENELOPE> - Put executive atom functions in the executive folder, not rtl. - Move purecall to the executive error APIs. Added files: trunk/reactos/ntoskrnl/ex/atom.c Updated files: trunk/reactos/ntoskrnl/ex/error.c trunk/reactos/ntoskrnl/include/internal/rtl.h trunk/reactos/ntoskrnl/ntoskrnl.xml Deleted files: trunk/reactos/ntoskrnl/rtl/atom.c trunk/reactos/ntoskrnl/rtl/purecall.c From ion at svn.reactos.com Mon Sep 26 09:44:25 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [ion] 18082: - Fix a bug in CSR Capture APIs Message-ID: <000601c5c26e$1db74bb0$6b01a8c0@PENELOPE> - Fix a bug in CSR Capture APIs - Fix bugs in kernel32 console APIs. - These changes fix vim and fix bug 796 as I promised. Updated files: trunk/reactos/lib/kernel32/misc/console.c trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/csr/connect.c From gvg at svn.reactos.com Mon Sep 26 10:21:54 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [gvg] 18083: Silence some debug messages Message-ID: <000601c5c273$5abc88e0$6b01a8c0@PENELOPE> Silence some debug messages Updated files: trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ps/kill.c From weiden at svn.reactos.com Mon Sep 26 13:10:32 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18084: don't copy the buffer to a random pointer in IntWriteConsoleOutput() Message-ID: <000601c5c28a$e95def50$6b01a8c0@PENELOPE> don't copy the buffer to a random pointer in IntWriteConsoleOutput() Updated files: trunk/reactos/lib/kernel32/misc/console.c From weiden at svn.reactos.com Mon Sep 26 13:11:58 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18085: fixed uninitialized variable warning Message-ID: <000601c5c28b$1c45db30$6b01a8c0@PENELOPE> fixed uninitialized variable warning Updated files: trunk/reactos/lib/rtl/debug.c From weiden at svn.reactos.com Mon Sep 26 13:14:49 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18086: - fixed uninitialized variable warning Message-ID: <000601c5c28b$828f4fc0$6b01a8c0@PENELOPE> - fixed uninitialized variable warning - fixed memory leak in SetupDiBuildDriverInfoList() Updated files: trunk/reactos/lib/setupapi/devinst.c From weiden at svn.reactos.com Mon Sep 26 13:35:30 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18087: copy the buffer to the right place in IntWriteConsoleOutput Message-ID: <000601c5c28e$6621e890$6b01a8c0@PENELOPE> copy the buffer to the right place in IntWriteConsoleOutput Updated files: trunk/reactos/lib/kernel32/misc/console.c From hpoussin at svn.reactos.com Mon Sep 26 13:37:44 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18088: Implement SetupInstallServicesFromInfSectionA/W, SetupInstallServicesFromInfSectionExW Message-ID: <000601c5c28e$b64113f0$6b01a8c0@PENELOPE> Implement SetupInstallServicesFromInfSectionA/W, SetupInstallServicesFromInfSectionExW Add stub for SetupInstallServicesFromInfSectionExW Updated files: trunk/reactos/lib/setupapi/install.c trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/lib/setupapi/stubs.c From hpoussin at svn.reactos.com Mon Sep 26 13:39:47 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18089: Implement parts of SetupDiInstallDevice Message-ID: <000601c5c28e$ff55e110$6b01a8c0@PENELOPE> Implement parts of SetupDiInstallDevice Updated files: trunk/reactos/lib/setupapi/devinst.c From hpoussin at svn.reactos.com Mon Sep 26 13:43:33 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18090: Fix signedness (SetupGetIntField takes a PINT argument, not a PUINT one) Message-ID: <000601c5c28f$85d64090$6b01a8c0@PENELOPE> Fix signedness (SetupGetIntField takes a PINT argument, not a PUINT one) Updated files: trunk/reactos/lib/setupapi/devinst.c From hpoussin at svn.reactos.com Mon Sep 26 14:05:37 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [hpoussin] 18091: Update .inf files Message-ID: <000601c5c292$9b7ef650$6b01a8c0@PENELOPE> Update .inf files Updated files: trunk/reactos/media/inf/mouse.inf trunk/reactos/media/inf/ports.inf trunk/reactos/media/inf/usbport.inf From weiden at svn.reactos.com Mon Sep 26 14:44:11 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18092: implemented RegOverridePredefKey() Message-ID: <000601c5c297$fe3c44a0$6b01a8c0@PENELOPE> implemented RegOverridePredefKey() Updated files: trunk/reactos/lib/advapi32/reg/reg.c From weiden at svn.reactos.com Mon Sep 26 15:02:09 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:23 2006 Subject: [ros-svn] [weiden] 18093: export RegOverridePredefKey, forgot to commit this change Message-ID: <000601c5c29a$80f81020$6b01a8c0@PENELOPE> export RegOverridePredefKey, forgot to commit this change Updated files: trunk/reactos/lib/advapi32/advapi32.def From fireball at svn.reactos.com Mon Sep 26 17:50:51 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [fireball] 18094: Christoph von Wittich: fix for bug 822 ("Resource leak in calc"). Message-ID: <000601c5c2b2$11fe1a80$6b01a8c0@PENELOPE> Christoph von Wittich: fix for bug 822 ("Resource leak in calc"). Updated files: trunk/reactos/subsys/system/calc/winecalc.c From fireball at svn.reactos.com Mon Sep 26 18:07:34 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [fireball] 18095: Christoph von Wittich: fix for bug 823 ("Resource leak in regedit"). Message-ID: <000601c5c2b4$6830af10$6b01a8c0@PENELOPE> Christoph von Wittich: fix for bug 823 ("Resource leak in regedit"). Updated files: trunk/reactos/subsys/system/regedit/main.c From fireball at svn.reactos.com Mon Sep 26 18:13:58 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [fireball] 18096: Christoph von Wittich: fix for bug 824 ("memory leak in welcome"). Message-ID: <000601c5c2b5$4ce9ff80$6b01a8c0@PENELOPE> Christoph von Wittich: fix for bug 824 ("memory leak in welcome"). -LoadBitmap without DeleteObject -SelectObject is used with wrong DC Updated files: trunk/reactos/subsys/system/welcome/welcome.c From ion at svn.reactos.com Mon Sep 26 20:03:38 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18097: Open BNO directory with correct privileges, open CSR connection with correct path. Add InWindows boolean to use the right CSR ServerID in windows and add a hack to get kernel32 to be loadable if used with .local to force an application to use our kernel and not the system one. The result of this is that our kernel32 can now load in Windows XP (not 2000). Message-ID: <000601c5c2c4$9ef4a960$6b01a8c0@PENELOPE> Open BNO directory with correct privileges, open CSR connection with correct path. Add InWindows boolean to use the right CSR ServerID in windows and add a hack to get kernel32 to be loadable if used with .local to force an application to use our kernel and not the system one. The result of this is that our kernel32 can now load in Windows XP (not 2000). Updated files: trunk/reactos/include/ndk/obtypes.h trunk/reactos/lib/kernel32/kernel32.def trunk/reactos/lib/kernel32/misc/dllmain.c From weiden at svn.reactos.com Mon Sep 26 20:06:26 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18098: RegOverridePredefKey does not (as opposed to the PSDK documentation) accept predefined handles for the hNewHKey parameter Message-ID: <000601c5c2c5$02eed6c0$6b01a8c0@PENELOPE> RegOverridePredefKey does not (as opposed to the PSDK documentation) accept predefined handles for the hNewHKey parameter Updated files: trunk/reactos/lib/advapi32/reg/reg.c From ion at svn.reactos.com Mon Sep 26 20:46:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18099: Export and implement CreateProcessInternalA and CreateProcessInternalW (really just shuffling/stubbing, no actual code was written. Message-ID: <000601c5c2ca$a5113d80$6b01a8c0@PENELOPE> Export and implement CreateProcessInternalA and CreateProcessInternalW (really just shuffling/stubbing, no actual code was written. Updated files: trunk/reactos/lib/kernel32/kernel32.def trunk/reactos/lib/kernel32/process/create.c From ion at svn.reactos.com Mon Sep 26 20:59:13 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18100: Stub and export EnumCalanderInfoExW and QueryWin31IniFilesMappedToRegistry Message-ID: <000601c5c2cc$62e68a80$6b01a8c0@PENELOPE> Stub and export EnumCalanderInfoExW and QueryWin31IniFilesMappedToRegistry Updated files: trunk/reactos/lib/kernel32/kernel32.def trunk/reactos/lib/kernel32/misc/lang.c trunk/reactos/lib/kernel32/misc/profile.c From ion at svn.reactos.com Mon Sep 26 21:09:42 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18101: Export and implement NlsGetCacheUpdateCount. Almost every WinXP DLL can now import kernel32 Message-ID: <000601c5c2cd$d98407c0$6b01a8c0@PENELOPE> Export and implement NlsGetCacheUpdateCount. Almost every WinXP DLL can now import kernel32 Updated files: trunk/reactos/lib/kernel32/kernel32.def trunk/reactos/lib/kernel32/misc/nls.c From weiden at svn.reactos.com Mon Sep 26 21:15:37 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18102: add sndvol32 to the build system and reformat the code Message-ID: <000601c5c2ce$ad5d1fa0$6b01a8c0@PENELOPE> add sndvol32 to the build system and reformat the code Added files: trunk/reactos/subsys/system/sndvol32/misc.c trunk/reactos/subsys/system/sndvol32/sndvol32.xml Updated files: trunk/reactos/subsys/system/directory.xml trunk/reactos/subsys/system/sndvol32/En.rc trunk/reactos/subsys/system/sndvol32/mixer.c trunk/reactos/subsys/system/sndvol32/sndvol32.c trunk/reactos/subsys/system/sndvol32/sndvol32.h From weiden at svn.reactos.com Mon Sep 26 21:16:53 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18103: also compile the resource file... Message-ID: <000601c5c2ce$da519b80$6b01a8c0@PENELOPE> also compile the resource file... Updated files: trunk/reactos/subsys/system/sndvol32/sndvol32.xml From hbirr at svn.reactos.com Mon Sep 26 22:00:58 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hbirr] 18104: Fixed the reinitialisation if the miniport driver returns SRB_STATUS_BUSY. Message-ID: <000601c5c2d5$0347d8f0$6b01a8c0@PENELOPE> Fixed the reinitialisation if the miniport driver returns SRB_STATUS_BUSY. Updated files: trunk/reactos/drivers/storage/scsiport/scsiport.c From hbirr at svn.reactos.com Mon Sep 26 22:07:01 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hbirr] 18105: Don't wait after the flush command for a non busy hd. Message-ID: <000601c5c2d5$db602120$6b01a8c0@PENELOPE> Don't wait after the flush command for a non busy hd. Updated files: trunk/reactos/drivers/storage/atapi/atapi.c From ion at svn.reactos.com Mon Sep 26 22:08:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18106: Add NDEBUG back and call LdrLoadDll correctly on Windows. Message-ID: <000601c5c2d6$0bd05640$6b01a8c0@PENELOPE> Add NDEBUG back and call LdrLoadDll correctly on Windows. Updated files: trunk/reactos/lib/kernel32/misc/dllmain.c trunk/reactos/lib/kernel32/misc/ldr.c trunk/reactos/lib/kernel32/misc/nls.c trunk/reactos/lib/kernel32/misc/stubs.c From navaraf at svn.reactos.com Mon Sep 26 22:29:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [navaraf] 18107: Revert r18070. Message-ID: <000601c5c2d8$f8135c30$6b01a8c0@PENELOPE> Revert r18070. Updated files: trunk/reactos/ntoskrnl/cm/regfile.c From greatlrd at svn.reactos.com Mon Sep 26 22:44:52 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [greatlrd] 18108: change from copyfileW to copyfileExW in MoveFileWithProgressW and add a error check for copyfileExW that was forgotten. Message-ID: <000601c5c2db$24cd2e20$6b01a8c0@PENELOPE> change from copyfileW to copyfileExW in MoveFileWithProgressW and add a error check for copyfileExW that was forgotten. Updated files: trunk/reactos/lib/kernel32/file/move.c From ion at svn.reactos.com Mon Sep 26 22:52:39 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18109: Err, actually deliver APCs when returning from systemcalls... fixes bug 810 Message-ID: <000601c5c2dc$3b1e1cb0$6b01a8c0@PENELOPE> Err, actually deliver APCs when returning from systemcalls... fixes bug 810 Updated files: trunk/reactos/ntoskrnl/ke/apc.c From ion at svn.reactos.com Mon Sep 26 23:39:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18110: - Implement alldvrm and aulldvrm and export them from ntoskrnl. This fixes bug 467. Message-ID: <000601c5c2e2$bd9ba9e0$6b01a8c0@PENELOPE> - Implement alldvrm and aulldvrm and export them from ntoskrnl. This fixes bug 467. Updated files: trunk/reactos/lib/rtl/i386/math.S trunk/reactos/ntoskrnl/ntoskrnl.def From ion at svn.reactos.com Mon Sep 26 23:49:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18111: Fix calc.exe redraw problems on XP. Patch by Christoph_vW Message-ID: <000601c5c2e4$24559e10$6b01a8c0@PENELOPE> Fix calc.exe redraw problems on XP. Patch by Christoph_vW Updated files: trunk/reactos/subsys/system/calc/winecalc.c From weiden at svn.reactos.com Tue Sep 27 00:06:42 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18112: don't use MIXERCONTROLA for unicode builds Message-ID: <000601c5c2e6$9389dec0$6b01a8c0@PENELOPE> don't use MIXERCONTROLA for unicode builds Updated files: trunk/reactos/w32api/include/mmsystem.h From gdalsnes at svn.reactos.com Tue Sep 27 00:58:36 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [gdalsnes] 18113: -reorder InsertXscendingOrder macro argument order and update uses Message-ID: <000601c5c2ed$d39237e0$6b01a8c0@PENELOPE> -reorder InsertXscendingOrder macro argument order and update uses -start to macrofy list enums in ntoskrnl using LIST_FOR_EACH macros -use IsListEmpty some places instead of manual coding -profile.c:KeStartProfile() zero correct buffer in (and not the NULL ptr;-) -improve LIST_FOR_EACH macros so that the iterator is set to NULL at end of enum -kthread.c:KiServiceCheck() set the shadowtable before calling the win32k proc/thread init funcs -apc.c:KiInsertQueueApc() insert special apcs in correct fifo order -apc.c:KeFlushQueueApc() simplify -timer.c:KiExpireTimers() calling RemoveEntryList on a possibly empty list is not ok Updated files: trunk/reactos/include/reactos/helper.h trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/fs.c trunk/reactos/ntoskrnl/io/irp.c trunk/reactos/ntoskrnl/io/pnpnotify.c trunk/reactos/ntoskrnl/io/pnproot.c trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/bug.c trunk/reactos/ntoskrnl/ke/kqueue.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/profile.c trunk/reactos/ntoskrnl/ke/queue.c trunk/reactos/ntoskrnl/ke/timer.c trunk/reactos/subsys/system/usetup/partlist.c trunk/reactos/subsys/win32k/ntuser/class.c From npwoods at svn.reactos.com Tue Sep 27 02:46:29 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18114: Notepad enhancements Message-ID: <000601c5c2fc$e5dd2630$6b01a8c0@PENELOPE> Notepad enhancements 1. Implemented "Goto line" 2. Partially implemented Replace (dialog comes up, need to have it actually do the replace ) Updated files: trunk/reactos/subsys/system/notepad/En.rc trunk/reactos/subsys/system/notepad/dialog.c trunk/reactos/subsys/system/notepad/dialog.h trunk/reactos/subsys/system/notepad/main.c trunk/reactos/subsys/system/notepad/main.h trunk/reactos/subsys/system/notepad/notepad_res.h From weiden at svn.reactos.com Tue Sep 27 03:02:24 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18115: partly implemented the mixer selection dialog Message-ID: <000601c5c2ff$1edaec40$6b01a8c0@PENELOPE> partly implemented the mixer selection dialog Updated files: trunk/reactos/subsys/system/sndvol32/Cz.rc trunk/reactos/subsys/system/sndvol32/De.rc trunk/reactos/subsys/system/sndvol32/En.rc trunk/reactos/subsys/system/sndvol32/Fr.rc trunk/reactos/subsys/system/sndvol32/mixer.c trunk/reactos/subsys/system/sndvol32/resources.h trunk/reactos/subsys/system/sndvol32/sndvol32.c trunk/reactos/subsys/system/sndvol32/sndvol32.h trunk/reactos/subsys/system/sndvol32/sndvol32.xml From weiden at svn.reactos.com Tue Sep 27 03:48:59 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18116: minor fixes Message-ID: <000601c5c305$a15f7e50$6b01a8c0@PENELOPE> minor fixes Updated files: trunk/reactos/subsys/system/sndvol32/sndvol32.c From ion at svn.reactos.com Tue Sep 27 03:57:43 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18117: - Fix several flaws in APC logic. Message-ID: <000601c5c306$d96c2310$6b01a8c0@PENELOPE> - Fix several flaws in APC logic. - Properly support Special APC Disabling. - Allow Guarded Mutex and Guarded Regions to function properly. - Optimize some code and add some additional checks. - Fix several bugs in KeFreezeAllThreads Updated files: trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/kthread.c From ion at svn.reactos.com Tue Sep 27 06:53:53 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [ion] 18118: - Some NDK fixes when compiling with PSDK. Message-ID: <000601c5c31f$75830350$6b01a8c0@PENELOPE> - Some NDK fixes when compiling with PSDK. - Commit the new CSR (csrsrv and csrss). Compiles and passes PREfast with msvc 2005. Does not link yet. Is not complete yet (3 missing functions). Does not build with mingw yet. Code is probably still buggy. Work in other areas is needed as well. I'm comitting this under recommendation from Emanuele. See status.h for more info. - Thanks to Emanuele and Filip which have helped with this patch. Added files: trunk/reactos/subsys/csr/csrsrv/api.c trunk/reactos/subsys/csr/csrsrv/status.h Updated files: trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/subsys/csr/server.h trunk/reactos/subsys/csr/csrsrv/csrsrv.def trunk/reactos/subsys/csr/csrsrv/init.c trunk/reactos/subsys/csr/csrsrv/process.c trunk/reactos/subsys/csr/csrsrv/server.c trunk/reactos/subsys/csr/csrsrv/session.c trunk/reactos/subsys/csr/csrsrv/srv.h trunk/reactos/subsys/csr/csrsrv/thread.c trunk/reactos/subsys/csr/csrsrv/wait.c trunk/reactos/subsys/csr/main.c Deleted files: trunk/reactos/include/subsys/csr/protocol.h trunk/reactos/subsys/csr/args.c trunk/reactos/subsys/csr/csr.h trunk/reactos/subsys/csr/csrsrv/debug.c trunk/reactos/subsys/csr/csrsrv/dllmain.c From hpoussin at svn.reactos.com Tue Sep 27 10:52:37 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hpoussin] 18119: Implement SetupInstallServicesFromInfSectionExW Message-ID: <000601c5c340$cf1f85c0$6b01a8c0@PENELOPE> Implement SetupInstallServicesFromInfSectionExW Process {DDInstall}.HW section in SetupDiInstallDevice Updated files: trunk/reactos/lib/setupapi/devinst.c trunk/reactos/lib/setupapi/install.c trunk/reactos/lib/setupapi/stubs.c From weiden at svn.reactos.com Tue Sep 27 12:52:17 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18120: fixed uninitialized variable warnings Message-ID: <000601c5c351$86f5cc30$6b01a8c0@PENELOPE> fixed uninitialized variable warnings Updated files: trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/keyboard.c trunk/reactos/subsys/win32k/objects/coord.c trunk/reactos/subsys/win32k/objects/rect.c trunk/reactos/subsys/win32k/objects/region.c From hpoussin at svn.reactos.com Tue Sep 27 14:40:24 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hpoussin] 18121: Display status code when the file can't be opened Message-ID: <000601c5c360$a1bef410$6b01a8c0@PENELOPE> Display status code when the file can't be opened Updated files: trunk/reactos/ntoskrnl/ldr/loader.c From hpoussin at svn.reactos.com Tue Sep 27 14:43:51 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hpoussin] 18122: KEBUGCHECK(0) -> KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE) Message-ID: <000601c5c361$1d08d7d0$6b01a8c0@PENELOPE> KEBUGCHECK(0) -> KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE) Updated files: trunk/reactos/ntoskrnl/io/driver.c From weiden at svn.reactos.com Tue Sep 27 15:42:29 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18123: load some settings from the registry Message-ID: <000601c5c369$4df1c5c0$6b01a8c0@PENELOPE> load some settings from the registry Updated files: trunk/reactos/subsys/system/sndvol32/misc.c trunk/reactos/subsys/system/sndvol32/mixer.c trunk/reactos/subsys/system/sndvol32/sndvol32.c trunk/reactos/subsys/system/sndvol32/sndvol32.h From npwoods at svn.reactos.com Tue Sep 27 15:47:58 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18124: Regedit: Optimizations to refreshing; refreshing is still slightly slower than Windows regedit Message-ID: <000601c5c36a$11e50aa0$6b01a8c0@PENELOPE> Regedit: Optimizations to refreshing; refreshing is still slightly slower than Windows regedit Updated files: trunk/reactos/subsys/system/regedit/treeview.c From hpoussin at svn.reactos.com Tue Sep 27 16:27:25 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hpoussin] 18125: During 2nd stage setup, define also DNS hostname of the computer if possible Message-ID: <000601c5c36f$94cfa6f0$6b01a8c0@PENELOPE> During 2nd stage setup, define also DNS hostname of the computer if possible Updated files: trunk/reactos/lib/syssetup/wizard.c From weiden at svn.reactos.com Tue Sep 27 17:50:53 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18126: add hid.dll to the build system Message-ID: <000601c5c37b$3e103350$6b01a8c0@PENELOPE> add hid.dll to the build system Added files: trunk/reactos/lib/hid/hid.xml trunk/reactos/lib/hid/precomp.h Updated files: trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/lib/directory.xml trunk/reactos/lib/hid/hid.c trunk/reactos/lib/hid/stubs.c Deleted files: trunk/reactos/lib/hid/internal.h From weiden at svn.reactos.com Tue Sep 27 20:20:04 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18127: some code reformatting Message-ID: <000601c5c390$15441ee0$6b01a8c0@PENELOPE> some code reformatting Updated files: trunk/reactos/lib/aclui/misc.c From weiden at svn.reactos.com Tue Sep 27 22:22:30 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18128: some code reformatting of slayer.dll and make it build again Message-ID: <000601c5c3a1$2fb15930$6b01a8c0@PENELOPE> some code reformatting of slayer.dll and make it build again Added files: trunk/reactos/lib/shellext/directory.xml trunk/reactos/lib/shellext/slayer/slayer.xml Updated files: trunk/reactos/lib/directory.xml trunk/reactos/lib/shellext/slayer/precomp.h trunk/reactos/lib/shellext/slayer/slayer.c From gedmurphy at svn.reactos.com Tue Sep 27 23:44:28 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [gedmurphy] 18129: Start to implement the beginneings of tcpsvcs.exe. Just ideas at the moment, subject to change. Message-ID: <000601c5c3ac$a2df46a0$6b01a8c0@PENELOPE> Start to implement the beginneings of tcpsvcs.exe. Just ideas at the moment, subject to change. Working code for basic echo and chargen included. Tested in Windows from both Windows and Linux clients Run from cmd, not incorporated into services.exe at the moment Builds ok, but not included into build system just yet. Added files: trunk/reactos/apps/utils/net/tcpsvcs/ trunk/reactos/apps/utils/net/tcpsvcs/chargen/ trunk/reactos/apps/utils/net/tcpsvcs/chargen/chargen.c trunk/reactos/apps/utils/net/tcpsvcs/chargen/chargen.h trunk/reactos/apps/utils/net/tcpsvcs/chargen/chargen.xml trunk/reactos/apps/utils/net/tcpsvcs/daytime/ trunk/reactos/apps/utils/net/tcpsvcs/discard/ trunk/reactos/apps/utils/net/tcpsvcs/echo/ trunk/reactos/apps/utils/net/tcpsvcs/echo/echo.c trunk/reactos/apps/utils/net/tcpsvcs/echo/echo.h trunk/reactos/apps/utils/net/tcpsvcs/qotd/ trunk/reactos/apps/utils/net/tcpsvcs/skelserver/ trunk/reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.c trunk/reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.h trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.h trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.xml From greatlrd at svn.reactos.com Tue Sep 27 23:49:43 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [greatlrd] 18130: - Fix move for readonly folder and file. for now it is a small hack for readonly folders, Small Cleanup in the code, thx w3seek for the help with SetFileAttribs code. Message-ID: <000601c5c3ad$5ed73d90$6b01a8c0@PENELOPE> - Fix move for readonly folder and file. for now it is a small hack for readonly folders, Small Cleanup in the code, thx w3seek for the help with SetFileAttribs code. Updated files: trunk/reactos/lib/kernel32/file/move.c From npwoods at svn.reactos.com Wed Sep 28 01:29:39 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18131: Notepad enhancements: Message-ID: <000601c5c3bb$54667a70$6b01a8c0@PENELOPE> Notepad enhancements: 1. Removed the 30k limit 2. Implemented Replace and Replace All Updated files: trunk/reactos/subsys/system/notepad/main.c From gedmurphy at svn.reactos.com Wed Sep 28 01:37:19 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [gedmurphy] 18132: - Set svn:eol-style to native Message-ID: <000601c5c3bc$66737dc0$6b01a8c0@PENELOPE> - Set svn:eol-style to native - Set svn:ignore on directories Thanks to w3seek for pointing this out. Updated files: trunk/reactos/apps/utils/net/tcpsvcs/chargen/chargen.c trunk/reactos/apps/utils/net/tcpsvcs/chargen/chargen.h trunk/reactos/apps/utils/net/tcpsvcs/echo/echo.c trunk/reactos/apps/utils/net/tcpsvcs/echo/echo.h trunk/reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.c trunk/reactos/apps/utils/net/tcpsvcs/skelserver/skelserver.h trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.h From weiden at svn.reactos.com Wed Sep 28 14:26:38 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18133: Fixed some memory leaks in taskmgr. Patch by Christoph_vW Message-ID: <000601c5c427$df906cc0$6b01a8c0@PENELOPE> Fixed some memory leaks in taskmgr. Patch by Christoph_vW Updated files: trunk/reactos/subsys/system/taskmgr/graphctl.c trunk/reactos/subsys/system/taskmgr/graphctl.h trunk/reactos/subsys/system/taskmgr/perfpage.c From weiden at svn.reactos.com Wed Sep 28 15:00:13 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18134: improved error handling Message-ID: <000601c5c42c$90eec760$6b01a8c0@PENELOPE> improved error handling Updated files: trunk/reactos/subsys/system/sndvol32/misc.c trunk/reactos/subsys/system/sndvol32/mixer.c trunk/reactos/subsys/system/sndvol32/sndvol32.c trunk/reactos/subsys/system/sndvol32/sndvol32.h From npwoods at svn.reactos.com Wed Sep 28 15:20:18 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18135: Notepad: Fixed some bugs in Search->Replace Message-ID: <000601c5c42f$5f0ea730$6b01a8c0@PENELOPE> Notepad: Fixed some bugs in Search->Replace Updated files: trunk/reactos/subsys/system/notepad/main.c From weiden at svn.reactos.com Wed Sep 28 17:40:56 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18136: improved error handling Message-ID: <000601c5c443$04604c80$6b01a8c0@PENELOPE> improved error handling Updated files: trunk/reactos/lib/aclui/aclui.c trunk/reactos/lib/aclui/checklist.c From weiden at svn.reactos.com Wed Sep 28 19:16:01 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18137: don't dereference the port in NtSetInformationFile with information class FileCompletionInformation. The Also make setting the completion port thread-safe. This might fix bug 816 Message-ID: <000601c5c450$4cb671a0$6b01a8c0@PENELOPE> don't dereference the port in NtSetInformationFile with information class FileCompletionInformation. The Also make setting the completion port thread-safe. This might fix bug 816 Updated files: trunk/reactos/ntoskrnl/io/file.c From weiden at svn.reactos.com Wed Sep 28 20:56:05 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18138: added the Longhorn registry APIs to w32api Message-ID: <000601c5c45e$474e7060$6b01a8c0@PENELOPE> added the Longhorn registry APIs to w32api Updated files: trunk/reactos/w32api/include/winreg.h From hbirr at svn.reactos.com Wed Sep 28 21:34:11 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [hbirr] 18139: Disable flushing if the device doesn't support it or if it isn't enabled. Message-ID: <000601c5c463$99c81440$6b01a8c0@PENELOPE> Disable flushing if the device doesn't support it or if it isn't enabled. Updated files: trunk/reactos/drivers/storage/atapi/atapi.c From weiden at svn.reactos.com Wed Sep 28 21:56:14 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18140: don't free random pointer in MmCreateImageSection. should fix bug 836 Message-ID: <000601c5c466$aea2cba0$6b01a8c0@PENELOPE> don't free random pointer in MmCreateImageSection. should fix bug 836 Updated files: trunk/reactos/ntoskrnl/mm/section.c From weiden at svn.reactos.com Wed Sep 28 23:43:58 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18141: add the vista application recovery functions to w32api and add their stubs to kernel32 Message-ID: <000601c5c475$bb6cbad0$6b01a8c0@PENELOPE> add the vista application recovery functions to w32api and add their stubs to kernel32 Added files: trunk/reactos/lib/kernel32/misc/recovery.c Updated files: trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/kernel32.def trunk/reactos/lib/kernel32/kernel32.xml trunk/reactos/w32api/include/winbase.h From gedmurphy at svn.reactos.com Thu Sep 29 00:34:00 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [gedmurphy] 18142: - Added daytime and quote of the day services Message-ID: <000601c5c47c$b8d6f090$6b01a8c0@PENELOPE> - Added daytime and quote of the day services - Use universal header and remove needless seperate dirs - Many bugfixes - Added to build, not yet included in install as it's still in the early stages Tested in WinXP using both Windows and Linux clients. Not yet tried in ROS, Added files: trunk/reactos/apps/utils/net/tcpsvcs/chargen.c trunk/reactos/apps/utils/net/tcpsvcs/daytime.c trunk/reactos/apps/utils/net/tcpsvcs/echo.c trunk/reactos/apps/utils/net/tcpsvcs/qotd.c trunk/reactos/apps/utils/net/tcpsvcs/skelserver.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.rc Updated files: trunk/reactos/apps/utils/net/directory.xml trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.h trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.xml Deleted files: trunk/reactos/apps/utils/net/tcpsvcs/chargen/ trunk/reactos/apps/utils/net/tcpsvcs/daytime/ trunk/reactos/apps/utils/net/tcpsvcs/discard/ trunk/reactos/apps/utils/net/tcpsvcs/echo/ trunk/reactos/apps/utils/net/tcpsvcs/qotd/ trunk/reactos/apps/utils/net/tcpsvcs/skelserver/ From npwoods at svn.reactos.com Thu Sep 29 00:57:33 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18143: Notepad fixes: Message-ID: <000601c5c480$03410d20$6b01a8c0@PENELOPE> Notepad fixes: 1. Fixed accelerator keys for new commands 2. Properly parented Find/Replace dialog 3. Typo in comment Updated files: trunk/reactos/subsys/system/notepad/dialog.c trunk/reactos/subsys/system/notepad/main.c trunk/reactos/subsys/system/notepad/rsrc.rc From weiden at svn.reactos.com Thu Sep 29 01:52:28 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18144: added some missing APIs Message-ID: <000601c5c487$aed74620$6b01a8c0@PENELOPE> added some missing APIs Updated files: trunk/reactos/w32api/include/winbase.h trunk/reactos/w32api/include/winreg.h From npwoods at svn.reactos.com Thu Sep 29 02:50:44 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18145: Regedit: Optimized tree expansion Message-ID: <000601c5c48f$d2b7de80$6b01a8c0@PENELOPE> Regedit: Optimized tree expansion Updated files: trunk/reactos/subsys/system/regedit/treeview.c From weiden at svn.reactos.com Thu Sep 29 04:02:48 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18146: export BuildSecurityDescriptorA/W and IsWellKnownSid Message-ID: <000601c5c499$e3ccb010$6b01a8c0@PENELOPE> export BuildSecurityDescriptorA/W and IsWellKnownSid Updated files: trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/sec/sec.c trunk/reactos/lib/advapi32/sec/sid.c From weiden at svn.reactos.com Thu Sep 29 04:26:48 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18147: added stub for PrivCopyFileExW. This is needed by XP's ulib.dll, which XP's regedit.exe imports Message-ID: <000601c5c49d$3e74f8d0$6b01a8c0@PENELOPE> added stub for PrivCopyFileExW. This is needed by XP's ulib.dll, which XP's regedit.exe imports Updated files: trunk/reactos/lib/kernel32/file/copy.c trunk/reactos/lib/kernel32/kernel32.def From weiden at svn.reactos.com Thu Sep 29 04:50:47 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [weiden] 18148: display all known value types Message-ID: <000601c5c4a0$985c3b80$6b01a8c0@PENELOPE> display all known value types Updated files: trunk/reactos/subsys/system/regedit/listview.c From npwoods at svn.reactos.com Thu Sep 29 05:07:39 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:24 2006 Subject: [ros-svn] [npwoods] 18149: Regedit: Set up the export all/export branch UI; currently disabled for now Message-ID: <000601c5c4a2$f2fc6360$6b01a8c0@PENELOPE> Regedit: Set up the export all/export branch UI; currently disabled for now Updated files: trunk/reactos/subsys/system/regedit/En.rc trunk/reactos/subsys/system/regedit/framewnd.c trunk/reactos/subsys/system/regedit/resource.h From npwoods at svn.reactos.com Thu Sep 29 05:33:36 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [npwoods] 18150: Christoph_vW: regedit: make "modify" to default menu entry (bug #840) Message-ID: <000601c5c4a6$93440190$6b01a8c0@PENELOPE> Christoph_vW: regedit: make "modify" to default menu entry (bug #840) Updated files: trunk/reactos/subsys/system/regedit/main.c From npwoods at svn.reactos.com Thu Sep 29 05:39:50 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [npwoods] 18151: Christoph_vW: Updated notepad rc files to match Windows notepad's menu layout (bug #839) Message-ID: <000601c5c4a7$72643700$6b01a8c0@PENELOPE> Christoph_vW: Updated notepad rc files to match Windows notepad's menu layout (bug #839) Updated files: trunk/reactos/subsys/system/notepad/Cs.rc trunk/reactos/subsys/system/notepad/Da.rc trunk/reactos/subsys/system/notepad/De.rc trunk/reactos/subsys/system/notepad/En.rc trunk/reactos/subsys/system/notepad/Es.rc trunk/reactos/subsys/system/notepad/Fi.rc trunk/reactos/subsys/system/notepad/Fr.rc trunk/reactos/subsys/system/notepad/Hu.rc trunk/reactos/subsys/system/notepad/It.rc trunk/reactos/subsys/system/notepad/Ja.rc trunk/reactos/subsys/system/notepad/Nl.rc trunk/reactos/subsys/system/notepad/Pl.rc trunk/reactos/subsys/system/notepad/Pt.rc trunk/reactos/subsys/system/notepad/Ru.rc trunk/reactos/subsys/system/notepad/Si.rc trunk/reactos/subsys/system/notepad/Sv.rc trunk/reactos/subsys/system/notepad/Th.rc trunk/reactos/subsys/system/notepad/Wa.rc trunk/reactos/subsys/system/notepad/Zh.rc trunk/reactos/subsys/system/notepad/notepad_res.h From hpoussin at svn.reactos.com Thu Sep 29 11:46:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hpoussin] 18152: Don't tell to MultiByteToWideChar that buffer is bigger than its real size. The size is in characters, not in bytes. Message-ID: <000601c5c4da$b10a6410$6b01a8c0@PENELOPE> Don't tell to MultiByteToWideChar that buffer is bigger than its real size. The size is in characters, not in bytes. Spotted by Robert Shearman Updated files: trunk/reactos/lib/setupapi/parser.c From hpoussin at svn.reactos.com Thu Sep 29 13:58:34 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hpoussin] 18153: - Milko Krachounov Message-ID: <000601c5c4ed$1e8dcd30$6b01a8c0@PENELOPE> - Milko Krachounov Added Bulgarian translations. - Alexander N. S?rnes Added Norwegian translations. Added files: trunk/reactos/lib/setupapi/Bg.rc trunk/reactos/lib/setupapi/No.rc Updated files: trunk/reactos/lib/setupapi/setupapi.rc From hpoussin at svn.reactos.com Thu Sep 29 14:06:14 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hpoussin] 18154: Set eol-style for new resources files Message-ID: <000601c5c4ee$303ef4e0$6b01a8c0@PENELOPE> Set eol-style for new resources files Add back Da.rc resources Updated files: trunk/reactos/lib/setupapi/Bg.rc trunk/reactos/lib/setupapi/No.rc trunk/reactos/lib/setupapi/setupapi.rc From greatlrd at svn.reactos.com Thu Sep 29 18:33:13 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [greatlrd] 18155: MoveFileWithProgressW for movefolder Message-ID: <000601c5c513$7c6dac60$6b01a8c0@PENELOPE> MoveFileWithProgressW for movefolder - change from CreateDirectoryW to CreateDirectoryExW - fix close handle bug - overwrite readonly file - make sure both dest and src are not set to readonly - Source cleanup - Remove goto Updated files: trunk/reactos/lib/kernel32/file/move.c From greatlrd at svn.reactos.com Thu Sep 29 18:55:10 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [greatlrd] 18156: sorry createDirectoryExW fails to create folder why ? change back to CreateDirectoryW sorry Message-ID: <000601c5c516$8db37d30$6b01a8c0@PENELOPE> sorry createDirectoryExW fails to create folder why ? change back to CreateDirectoryW sorry Updated files: trunk/reactos/lib/kernel32/file/move.c From weiden at svn.reactos.com Thu Sep 29 18:56:09 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18157: added clb.dll (mostly just stubs) which is required by MS regedit for it's REG_FULL_RESOURCE_DESCRIPTOR editor. As there doesn't seem to be another application that uses it, this place is probably the best for it. Message-ID: <000601c5c516$b07f91f0$6b01a8c0@PENELOPE> added clb.dll (mostly just stubs) which is required by MS regedit for it's REG_FULL_RESOURCE_DESCRIPTOR editor. As there doesn't seem to be another application that uses it, this place is probably the best for it. Added files: trunk/reactos/subsys/system/regedit/clb/ trunk/reactos/subsys/system/regedit/clb/clb.c trunk/reactos/subsys/system/regedit/clb/clb.def trunk/reactos/subsys/system/regedit/clb/clb.rc trunk/reactos/subsys/system/regedit/clb/clb.xml trunk/reactos/subsys/system/regedit/clb/clb_En.rc trunk/reactos/subsys/system/regedit/clb/clbdll.h trunk/reactos/subsys/system/regedit/clb/precomp.h trunk/reactos/subsys/system/regedit/clb/resource.h Updated files: trunk/reactos/baseaddress.xml trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/subsys/system/regedit/regedit.xml From weiden at svn.reactos.com Thu Sep 29 21:34:57 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18158: Some fixes to CreateDirectoryEx: Message-ID: <000601c5c52c$dfe13b40$6b01a8c0@PENELOPE> Some fixes to CreateDirectoryEx: - properly copy the directory attributes - add basic support to handle reparse points and add fallback code if the file system doesn't support them Updated files: trunk/reactos/lib/kernel32/file/dir.c From gedmurphy at svn.reactos.com Thu Sep 29 22:41:17 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [gedmurphy] 18159: discard.c Message-ID: <000601c5c536$24192260$6b01a8c0@PENELOPE> discard.c - implemented discard. chargen.c - improve efficiency sending full line instead of singular chars. TCP will generally wait until the packet is full anyway, so it's pointless to keep calling send for each char. tcpsvcs.c - implement the beginnings of the code to start tcpsvcs as a service. #if 0'd out at the moment. Fix bug from calling non existant DiscardHandler. Surely this is enough info to satisfy lkcl this time :p Added files: trunk/reactos/apps/utils/net/tcpsvcs/discard.c Updated files: trunk/reactos/apps/utils/net/tcpsvcs/chargen.c trunk/reactos/apps/utils/net/tcpsvcs/echo.c trunk/reactos/apps/utils/net/tcpsvcs/qotd.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.h trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.xml From gedmurphy at svn.reactos.com Fri Sep 30 00:36:49 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [gedmurphy] 18160: randomise the quote sent Message-ID: <000601c5c546$47c320c0$6b01a8c0@PENELOPE> randomise the quote sent Updated files: trunk/reactos/apps/utils/net/tcpsvcs/qotd.c From gedmurphy at svn.reactos.com Fri Sep 30 00:57:53 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [gedmurphy] 18161: use carrige returns :) Message-ID: <000601c5c549$39682c20$6b01a8c0@PENELOPE> use carrige returns :) Updated files: trunk/reactos/apps/utils/net/tcpsvcs/qotd.c From weiden at svn.reactos.com Fri Sep 30 03:26:06 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18162: display the computer selection dialog for remote registry administration Message-ID: <000601c5c55d$ee2b4250$6b01a8c0@PENELOPE> display the computer selection dialog for remote registry administration Updated files: trunk/reactos/subsys/system/regedit/Cz.rc trunk/reactos/subsys/system/regedit/De.rc trunk/reactos/subsys/system/regedit/En.rc trunk/reactos/subsys/system/regedit/Es.rc trunk/reactos/subsys/system/regedit/Fr.rc trunk/reactos/subsys/system/regedit/framewnd.c trunk/reactos/subsys/system/regedit/main.c From weiden at svn.reactos.com Fri Sep 30 03:47:55 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18163: use the correct down-level scope filter flag for the computer selection dialog Message-ID: <000601c5c560$fa2b9660$6b01a8c0@PENELOPE> use the correct down-level scope filter flag for the computer selection dialog Updated files: trunk/reactos/subsys/system/regedit/framewnd.c From npwoods at svn.reactos.com Fri Sep 30 04:53:37 2005 From: npwoods at svn.reactos.com (npwoods@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [npwoods] 18164: Notepad: Message-ID: <000601c5c56a$2812e7a0$6b01a8c0@PENELOPE> Notepad: 1. Fixed syntax errors in the ES and NL localizations 2. Added code to save and restore settings; just the font for now Added files: trunk/reactos/subsys/system/notepad/settings.c Updated files: trunk/reactos/subsys/system/notepad/Es.rc trunk/reactos/subsys/system/notepad/Nl.rc trunk/reactos/subsys/system/notepad/main.c trunk/reactos/subsys/system/notepad/main.h trunk/reactos/subsys/system/notepad/notepad.xml trunk/reactos/subsys/system/notepad/rsrc.rc From hpoussin at svn.reactos.com Fri Sep 30 13:07:20 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hpoussin] 18165: Add newdev.dll, and implement DevInstallW function. Message-ID: <000601c5c5af$20546e40$6b01a8c0@PENELOPE> Add newdev.dll, and implement DevInstallW function. It permits to install devices from command line. ATM, very little functionality is supported. Added files: trunk/reactos/lib/newdev/ trunk/reactos/lib/newdev/newdev.c trunk/reactos/lib/newdev/newdev.def trunk/reactos/lib/newdev/newdev.xml Updated files: trunk/reactos/lib/directory.xml From weiden at svn.reactos.com Fri Sep 30 13:25:42 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18166: set eol-style to native Message-ID: <000601c5c5b1$b16581b0$6b01a8c0@PENELOPE> set eol-style to native Updated files: trunk/reactos/subsys/system/notepad/settings.c From weiden at svn.reactos.com Fri Sep 30 13:58:08 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18167: fixed pointer types differ in signedness warnings Message-ID: <000601c5c5b6$3905fa60$6b01a8c0@PENELOPE> fixed pointer types differ in signedness warnings Updated files: trunk/reactos/subsys/system/notepad/settings.c From gedmurphy at svn.reactos.com Fri Sep 30 17:28:56 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [gedmurphy] 18168: move quotes to a resource file and use shutdown quotes listed in the wiki. Message-ID: <000601c5c5d3$abe6fb20$6b01a8c0@PENELOPE> move quotes to a resource file and use shutdown quotes listed in the wiki. Added files: trunk/reactos/apps/utils/net/tcpsvcs/quotes.rc Updated files: trunk/reactos/apps/utils/net/tcpsvcs/qotd.c trunk/reactos/apps/utils/net/tcpsvcs/tcpsvcs.xml From gedmurphy at svn.reactos.com Fri Sep 30 17:38:13 2005 From: gedmurphy at svn.reactos.com (gedmurphy@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [gedmurphy] 18169: set eol-style to native. Message-ID: <000601c5c5d4$f7f00c90$6b01a8c0@PENELOPE> set eol-style to native. Thanks for reminding me, again :) Updated files: trunk/reactos/apps/utils/net/tcpsvcs/quotes.rc From hbirr at svn.reactos.com Fri Sep 30 18:26:21 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hbirr] 18170: - Fixed the font size in IntGdiAddFontResource. Message-ID: <000601c5c5db$b13530d0$6b01a8c0@PENELOPE> - Fixed the font size in IntGdiAddFontResource. - Allocate a larger buffer for the font names in IntLoadSystemFonts. Updated files: trunk/reactos/subsys/win32k/objects/text.c From hbirr at svn.reactos.com Fri Sep 30 18:33:18 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [hbirr] 18171: The registry key name may be longer than 100 characters. Message-ID: <000601c5c5dc$a9eaedf0$6b01a8c0@PENELOPE> The registry key name may be longer than 100 characters. Updated files: trunk/reactos/subsys/system/usetup/partlist.c From mf at svn.reactos.com Fri Sep 30 20:48:17 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [mf] 18172: Fix Bugzilla Bug 676: dynamic explorer start menu sidebar size Message-ID: <000601c5c5ef$85961bb0$6b01a8c0@PENELOPE> Fix Bugzilla Bug 676: dynamic explorer start menu sidebar size Updated files: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.h From weiden at svn.reactos.com Fri Sep 30 20:55:04 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18173: - improved control resizing handling Message-ID: <000601c5c5f0$780280a0$6b01a8c0@PENELOPE> - improved control resizing handling - don't fail when querying the account name length Updated files: trunk/reactos/lib/aclui/aclui.c trunk/reactos/lib/aclui/misc.c From mf at svn.reactos.com Fri Sep 30 21:42:56 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [mf] 18174: patch applied from Christoph at ApiViewer.de: fix font handle leak Message-ID: <000601c5c5f7$278ea160$6b01a8c0@PENELOPE> patch applied from Christoph at ApiViewer.de: fix font handle leak Updated files: trunk/reactos/subsys/system/winefile/winefile.c From sedwards at svn.reactos.com Fri Sep 30 22:26:55 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bsedwards=5D_18175=3A_simple_device_m?= =?iso-8859-1?q?anager_program_by_Herv=E9_Poussineau_=28hpoussin=40?= =?iso-8859-1?q?reactos=2Eorg=29?= Message-ID: <000601c5c5fd$4cd4cf20$6b01a8c0@PENELOPE> simple device manager program by Herv? Poussineau (hpoussin@reactos.org) * GUI: Michael Fritsch Added files: trunk/reactos/subsys/system/devmgr/ trunk/reactos/subsys/system/devmgr/devmgr.c trunk/reactos/subsys/system/devmgr/devmgr.rc trunk/reactos/subsys/system/devmgr/devmgr.xml Updated files: trunk/reactos/subsys/system/directory.xml From weiden at svn.reactos.com Fri Sep 30 23:19:24 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18176: set eol-style to native Message-ID: <000601c5c604$a1add4e0$6b01a8c0@PENELOPE> set eol-style to native Updated files: trunk/reactos/subsys/system/devmgr/devmgr.xml From weiden at svn.reactos.com Fri Sep 30 23:28:40 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18177: - added stubs for authz.dll Message-ID: <000601c5c605$ed444e60$6b01a8c0@PENELOPE> - added stubs for authz.dll - added an authz.h to w32api Added files: trunk/reactos/lib/authz/ trunk/reactos/lib/authz/authz.c trunk/reactos/lib/authz/authz.def trunk/reactos/lib/authz/authz.rc trunk/reactos/lib/authz/authz.xml trunk/reactos/lib/authz/precomp.h trunk/reactos/w32api/include/authz.h Updated files: trunk/reactos/lib/directory.xml From weiden at svn.reactos.com Fri Sep 30 23:32:13 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:32:25 2006 Subject: [ros-svn] [weiden] 18178: set eol-style to native Message-ID: <000601c5c606$6c09eb60$6b01a8c0@PENELOPE> set eol-style to native Updated files: trunk/reactos/lib/authz/authz.def