From jimtabor at svn.reactos.com Tue Feb 1 00:33:36 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:30:49 2006 Subject: [ros-svn] [jimtabor] 13373: Remove building of Advpack for now. Message-ID: <000601c507ed$493faac0$6601a8c0@penelope> Remove building of Advpack for now. Updated files: trunk/reactos/Makefile From sedwards at svn.reactos.com Tue Feb 1 00:58:12 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:30:49 2006 Subject: [ros-svn] [sedwards] 13374: forward stubs for Escape and GetSystemPaletteUse. Working on a real patch. Message-ID: <000601c507f0$b8b98a80$6601a8c0@penelope> forward stubs for Escape and GetSystemPaletteUse. Working on a real patch. Updated files: trunk/reactos/lib/gdi32/misc/stubs.c From ekohl at svn.reactos.com Tue Feb 1 14:58:35 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13375: - Implement SetupDiBuildClassInfoListExA, SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and SetupDiOpenClassRegKeyExA using MultiByteToUnicode. Message-ID: <000601c50866$1f5a1190$6601a8c0@penelope> - Implement SetupDiBuildClassInfoListExA, SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and SetupDiOpenClassRegKeyExA using MultiByteToUnicode. - Retrieve OS version upon process attach. Updated files: trunk/reactos/lib/setupapi/devinst.c trunk/reactos/lib/setupapi/setupapi_private.h trunk/reactos/lib/setupapi/setupcab.c From ekohl at svn.reactos.com Tue Feb 1 17:15:26 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13376: Fix typos in shutdown messages. Message-ID: <000601c50879$3d571770$6601a8c0@penelope> Fix typos in shutdown messages. Updated files: trunk/reactos/ntoskrnl/ex/power.c From hbirr at svn.reactos.com Tue Feb 1 17:35:32 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [hbirr] 13378: - Removed some wrong calls to MmUnlockAddressSpace. Message-ID: <000601c5087c$0c29a570$6601a8c0@penelope> - Removed some wrong calls to MmUnlockAddressSpace. - Dereference the section object after creating the section. Updated files: trunk/reactos/ntoskrnl/ps/process.c From ekohl at svn.reactos.com Tue Feb 1 17:24:17 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13377: First attempt at implementing NtGetPlugPlayEvent. Message-ID: <000601c5087a$79aeac50$6601a8c0@penelope> First attempt at implementing NtGetPlugPlayEvent. Updated files: trunk/reactos/include/ntos/zw.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/plugplay.c trunk/reactos/ntoskrnl/io/pnpmgr.c From jimtabor at svn.reactos.com Tue Feb 1 17:38:03 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [jimtabor] 13379: But back Advpack for now. Message-ID: <000601c5087c$66661460$6601a8c0@penelope> But back Advpack for now. Updated files: trunk/reactos/Makefile From ekohl at svn.reactos.com Tue Feb 1 17:40:24 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13380: NtDisplayString: Convert Unicode string to OEM. Message-ID: <000601c5087c$ba70f8e0$6601a8c0@penelope> NtDisplayString: Convert Unicode string to OEM. Updated files: trunk/reactos/ntoskrnl/inbv/inbv.c From jimtabor at svn.reactos.com Tue Feb 1 18:40:23 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [jimtabor] 13381: Added Jimtabor to list. Message-ID: <000601c50885$1b6391f0$6601a8c0@penelope> Added Jimtabor to list. Updated files: trunk/rosapps/notevil/notevil.rc From navaraf at svn.reactos.com Tue Feb 1 18:41:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13382: - Header with declarations for NtPlugPlayControl and NtGetPlugPlayEvent. Message-ID: <000601c50885$4f8891b0$6601a8c0@penelope> - Header with declarations for NtPlugPlayControl and NtGetPlugPlayEvent. Added files: trunk/reactos/include/ntos/ntpnp.h From gdalsnes at svn.reactos.com Tue Feb 1 18:54:03 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gdalsnes] 13383: RtlCreateUnicodeString->RtlpCreateUnicodeString Message-ID: <000601c50887$0425a3f0$6601a8c0@penelope> RtlCreateUnicodeString->RtlpCreateUnicodeString Updated files: trunk/reactos/ntoskrnl/cm/import.c trunk/reactos/ntoskrnl/cm/ntfunc.c trunk/reactos/ntoskrnl/cm/regfile.c trunk/reactos/ntoskrnl/cm/registry.c trunk/reactos/ntoskrnl/cm/regobj.c trunk/reactos/ntoskrnl/dbg/kdb_symbols.c trunk/reactos/ntoskrnl/ex/event.c trunk/reactos/ntoskrnl/ex/evtpair.c trunk/reactos/ntoskrnl/ex/mutant.c trunk/reactos/ntoskrnl/ex/profile.c trunk/reactos/ntoskrnl/ex/sem.c trunk/reactos/ntoskrnl/ex/timer.c trunk/reactos/ntoskrnl/ex/win32k.c trunk/reactos/ntoskrnl/io/create.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/iocomp.c trunk/reactos/ntoskrnl/ob/namespc.c trunk/reactos/ntoskrnl/ob/object.c trunk/reactos/ntoskrnl/rtl/atom.c trunk/reactos/ntoskrnl/se/token.c From navaraf at svn.reactos.com Tue Feb 1 18:54:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13384: Correct prototype for NtGetPlugPlayEvent and use the ntpnp.h header. Message-ID: <000601c50887$12b1b350$6601a8c0@penelope> Correct prototype for NtGetPlugPlayEvent and use the ntpnp.h header. Updated files: trunk/reactos/include/ntos/zw.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/plugplay.c From chorns at svn.reactos.com Tue Feb 1 21:49:05 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13385: Use automatic dependencies to mark files to be rebuilt. Message-ID: <000601c5089f$77e907b0$6601a8c0@penelope> Use automatic dependencies to mark files to be rebuilt. Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/automaticdependency.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From navaraf at svn.reactos.com Tue Feb 1 22:21:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13386: Protect against writes beyond the end of partition. Message-ID: <000601c508a4$0235dbb0$6601a8c0@penelope> Protect against writes beyond the end of partition. Updated files: trunk/reactos/drivers/storage/disk/disk.c From fireball at svn.reactos.com Wed Feb 2 16:42:51 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [fireball] 13387: Make dev node count correct, since for example Mac Virtual PC BIOS reports slightly wrong number which must be &0xFF. Message-ID: <000601c5093d$da52ed50$6601a8c0@penelope> Make dev node count correct, since for example Mac Virtual PC BIOS reports slightly wrong number which must be &0xFF. This patch removes "Memory allocation failed: Out of memory" error while booting Freeldr. Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c From sedwards at svn.reactos.com Wed Feb 2 21:10:16 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [sedwards] 13388: MAX_PATH is PATH_MAX on Posix Message-ID: <000601c50963$36240630$6601a8c0@penelope> MAX_PATH is PATH_MAX on Posix Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h From ea at svn.reactos.com Wed Feb 2 22:40:35 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ea] 13389: Make Jim Tabor visible. Message-ID: <000601c5096f$d4038ef0$6601a8c0@penelope> Make Jim Tabor visible. Updated files: trunk/rosapps/notevil/makefile trunk/rosapps/notevil/resource.h From chorns at svn.reactos.com Wed Feb 2 23:30:59 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13390: * Parse .cpp, .rc, and .s files Message-ID: <000601c50976$de96c1a0$6601a8c0@penelope> * Parse .cpp, .rc, and .s files * #include_next support Added files: branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/automaticdependency_include.xml branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/sourcefile1/sourcefile_includenext.h branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/sourcefile_include.c branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/sourcefile_include.h branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/sourcefile_includenext.h Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/automaticdependency.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/test.h branches/xmlbuildsystem/reactos/tools/rbuild/tests/sourcefiletest.cpp From gvg at svn.reactos.com Wed Feb 2 23:51:25 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13391: SVN maintenance Message-ID: <000601c50979$b92ca210$6601a8c0@penelope> SVN maintenance From gvg at svn.reactos.com Thu Feb 3 00:07:40 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13392: Store symbolic information in a .rossym section in the Message-ID: <000601c5097b$fe32d9e0$6601a8c0@penelope> Store symbolic information in a .rossym section in the executable/library/driver/whatever Added files: trunk/reactos/include/reactos/rossym.h trunk/reactos/lib/rossym/ trunk/reactos/lib/rossym/Makefile trunk/reactos/lib/rossym/delete.c trunk/reactos/lib/rossym/find.c trunk/reactos/lib/rossym/fromfile.c trunk/reactos/lib/rossym/frommem.c trunk/reactos/lib/rossym/fromraw.c trunk/reactos/lib/rossym/getraw.c trunk/reactos/lib/rossym/init.c trunk/reactos/lib/rossym/initkm.c trunk/reactos/lib/rossym/initum.c trunk/reactos/lib/rossym/rossympriv.h trunk/reactos/lib/rossym/zwfile.c Updated files: trunk/reactos/Makefile trunk/reactos/boot/freeldr/freeldr/Makefile trunk/reactos/boot/freeldr/freeldr/include/freeldr.h trunk/reactos/boot/freeldr/freeldr/multiboot.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/include/ntdll/ldr.h trunk/reactos/include/ntos.h trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/dbg/kdb.h trunk/reactos/ntoskrnl/dbg/kdb_symbols.c trunk/reactos/ntoskrnl/dbg/profile.c trunk/reactos/ntoskrnl/include/internal/module.h trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/tools/helper.mk trunk/reactos/tools/rsym.c Deleted files: trunk/reactos/include/ntos/kdbgsyms.h trunk/reactos/ntoskrnl/dbg/kdb_stabs.c trunk/reactos/ntoskrnl/dbg/kdb_stabs.h From arty at svn.reactos.com Thu Feb 3 16:43:54 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [arty] 13393: Add a . to an empty path to make a relative path, before the initial / Message-ID: <000601c50a07$2a44fbe0$6601a8c0@penelope> Add a . to an empty path to make a relative path, before the initial / is added. Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp From navaraf at svn.reactos.com Thu Feb 3 20:08:56 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13394: Prevent linking to MSVCRT in case some CRT function isn't found. Message-ID: <000601c50a23$cf2d6900$6601a8c0@penelope> Prevent linking to MSVCRT in case some CRT function isn't found. Updated files: trunk/reactos/ntoskrnl/Makefile From chorns at svn.reactos.com Thu Feb 3 20:14:48 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13395: Build keyboard layout DLLs Message-ID: <000601c50a24$a129aa90$6601a8c0@penelope> Build keyboard layout DLLs Added files: branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml Updated files: branches/xmlbuildsystem/reactos/lib/directory.xml From navaraf at svn.reactos.com Thu Feb 3 20:15:44 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13396: Correct the library order. Message-ID: <000601c50a24$c279f4c0$6601a8c0@penelope> Correct the library order. Updated files: trunk/reactos/ntoskrnl/Makefile From fireball at svn.reactos.com Thu Feb 3 21:38:40 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [fireball] 13397: Cromwell <-> PCI interface (stubs now) is taken to another file. In the long run I'm gonna change the file structure, but for now it's ok. Message-ID: <000601c50a30$586020d0$6601a8c0@penelope> Cromwell <-> PCI interface (stubs now) is taken to another file. In the long run I'm gonna change the file structure, but for now it's ok. Added files: trunk/reactos/drivers/usb/cromwell/linux/pci_hal.c Updated files: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h From gvg at svn.reactos.com Thu Feb 3 22:31:59 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13398: Always clean the .gch file, even if ROS_USE_PCH is not active. This prevents Message-ID: <000601c50a37$cb2efb20$6601a8c0@penelope> Always clean the .gch file, even if ROS_USE_PCH is not active. This prevents problems when switching between PCH and non-PCH builds. Updated files: trunk/reactos/tools/helper.mk From chorns at svn.reactos.com Thu Feb 3 22:55:47 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13399: * Build midimap, netapi32, lz32, setupapi, mpr, olepro32, msimg32, secur32 Message-ID: <000601c50a3b$1ddf5150$6601a8c0@penelope> * Build midimap, netapi32, lz32, setupapi, mpr, olepro32, msimg32, secur32 * Build msafd, riched32, msgina, mmdrv, samlib, msvcrt20, mesa32 Added files: branches/xmlbuildsystem/reactos/lib/lzexpand/lz32.xml branches/xmlbuildsystem/reactos/lib/mesa32/mesa32.xml branches/xmlbuildsystem/reactos/lib/midimap/midimap.xml branches/xmlbuildsystem/reactos/lib/mmdrv/mmdrv.xml branches/xmlbuildsystem/reactos/lib/mpr/mpr.xml branches/xmlbuildsystem/reactos/lib/msafd/msafd.xml branches/xmlbuildsystem/reactos/lib/msgina/msgina.xml branches/xmlbuildsystem/reactos/lib/msimg32/msimg32.xml branches/xmlbuildsystem/reactos/lib/msvcrt20/msvcrt20.xml branches/xmlbuildsystem/reactos/lib/netapi32/netapi32.xml branches/xmlbuildsystem/reactos/lib/olepro32/olepro32.xml branches/xmlbuildsystem/reactos/lib/richedit/riched32.xml branches/xmlbuildsystem/reactos/lib/samlib/samlib.xml branches/xmlbuildsystem/reactos/lib/secur32/secur32.xml branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml Updated files: branches/xmlbuildsystem/reactos/lib/directory.xml branches/xmlbuildsystem/reactos/lib/shell32/shell32.xml From gvg at svn.reactos.com Thu Feb 3 23:01:02 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13400: Always create debug info (-g) Message-ID: <000601c50a3b$da0bc5c0$6601a8c0@penelope> Always create debug info (-g) Updated files: trunk/reactos/tools/helper.mk From royce at svn.reactos.com Fri Feb 4 00:54:05 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [royce] 13401: compatibility fixes Message-ID: <000601c50a4b$a521ae00$6601a8c0@penelope> compatibility fixes Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp branches/xmlbuildsystem/reactos/tools/rbuild/pch.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/tests/functiontest.cpp branches/xmlbuildsystem/reactos/tools/rbuild/tests/sourcefiletest.cpp From tamlin at svn.reactos.com Fri Feb 4 04:21:48 2005 From: tamlin at svn.reactos.com (tamlin@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [tamlin] 13402: Fix broken year handling. Message-ID: <000601c50a68$a9682b20$6601a8c0@penelope> Fix broken year handling. Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c From ekohl at svn.reactos.com Fri Feb 4 13:27:37 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13403: Implement DelayedMove and FileExists. Message-ID: <000601c50ab4$e93605f0$6601a8c0@penelope> Implement DelayedMove and FileExists. Updated files: trunk/reactos/include/wine/setupapi.h trunk/reactos/lib/setupapi/misc.c trunk/reactos/lib/setupapi/setupapi.spec From fireball at svn.reactos.com Fri Feb 4 17:49:19 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [fireball] 13404: usbd.sys implementation - done long time ago by Filip, I just added .def and changed .rc (I think he doesn't mind it :)) Message-ID: <000601c50ad9$78930850$6601a8c0@penelope> usbd.sys implementation - done long time ago by Filip, I just added .def and changed .rc (I think he doesn't mind it :)) Added files: trunk/reactos/drivers/usb/usbd/ trunk/reactos/drivers/usb/usbd/makefile trunk/reactos/drivers/usb/usbd/test.c trunk/reactos/drivers/usb/usbd/usbd.c trunk/reactos/drivers/usb/usbd/usbd.def trunk/reactos/drivers/usb/usbd/usbd.rc From fireball at svn.reactos.com Fri Feb 4 17:51:13 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [fireball] 13405: Include usbd.sys in build of usb drivers Message-ID: <000601c50ad9$bc4cd4e0$6601a8c0@penelope> Include usbd.sys in build of usb drivers Updated files: trunk/reactos/drivers/usb/Makefile From weiden at svn.reactos.com Fri Feb 4 21:39:13 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [weiden] 13406: Trevor McCort implemented desktop wallpaper changing Message-ID: <000601c50af9$965fc380$6601a8c0@penelope> Trevor McCort implemented desktop wallpaper changing Added files: trunk/reactos/lib/cpl/desk/appearance.c trunk/reactos/lib/cpl/desk/background.c trunk/reactos/lib/cpl/desk/dibitmap.c trunk/reactos/lib/cpl/desk/dibitmap.h trunk/reactos/lib/cpl/desk/en.rc trunk/reactos/lib/cpl/desk/screensaver.c trunk/reactos/lib/cpl/desk/settings.c Updated files: trunk/reactos/include/defines.h trunk/reactos/lib/cpl/desk/Makefile trunk/reactos/lib/cpl/desk/desk.c trunk/reactos/lib/cpl/desk/desk.h trunk/reactos/lib/cpl/desk/desk.rc trunk/reactos/lib/cpl/desk/resource.h Deleted files: trunk/reactos/lib/cpl/desk/desk.dsp trunk/reactos/lib/cpl/desk/desk.dsw From chorns at svn.reactos.com Fri Feb 4 21:46:49 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13407: Build twain_32, ws2help, opengl32, syssetup, urlmon, shdocvw, wininet, userenv, wsock32, and wshirda Message-ID: <000601c50afa$a5e6b830$6601a8c0@penelope> Build twain_32, ws2help, opengl32, syssetup, urlmon, shdocvw, wininet, userenv, wsock32, and wshirda Added files: branches/xmlbuildsystem/reactos/lib/opengl32/opengl32.xml branches/xmlbuildsystem/reactos/lib/shdocvw/shdocvw.xml branches/xmlbuildsystem/reactos/lib/syssetup/syssetup.xml branches/xmlbuildsystem/reactos/lib/twain/twain_32.xml branches/xmlbuildsystem/reactos/lib/urlmon/urlmon.xml branches/xmlbuildsystem/reactos/lib/userenv/userenv.xml branches/xmlbuildsystem/reactos/lib/wininet/wininet.xml branches/xmlbuildsystem/reactos/lib/ws2help/ws2help.xml branches/xmlbuildsystem/reactos/lib/wshirda/wshirda.xml branches/xmlbuildsystem/reactos/lib/wsock32/wsock32.xml Updated files: branches/xmlbuildsystem/reactos/lib/directory.xml From ekohl at svn.reactos.com Sat Feb 5 00:24:35 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13408: - Fix WDM-GUIDs. Patch by Filip Navara. Message-ID: <000601c50b10$b032aae0$6601a8c0@penelope> - Fix WDM-GUIDs. Patch by Filip Navara. - Implement libwdmguid.a. Added files: trunk/reactos/lib/wdmguid/ trunk/reactos/lib/wdmguid/makefile trunk/reactos/lib/wdmguid/wdmguid.c Updated files: trunk/reactos/Makefile trunk/reactos/include/ntos/ntpnp.h From ekohl at svn.reactos.com Sat Feb 5 01:04:55 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13409: - Link ntoskrnl against libwdmguid.a. Message-ID: <000601c50b16$528e4a10$6601a8c0@penelope> - Link ntoskrnl against libwdmguid.a. - Report device arrival events to the user-mode pnp manager. Updated files: trunk/reactos/include/ntos/ntpnp.h trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/plugplay.c trunk/reactos/ntoskrnl/io/pnpmgr.c From blight at svn.reactos.com Sat Feb 5 01:08:00 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [blight] 13410: Small update of opengl32. Message-ID: <000601c50b16$c1051910$6601a8c0@penelope> Small update of opengl32. Updated files: trunk/reactos/lib/opengl32/gl.c trunk/reactos/lib/opengl32/wgl.c From blight at svn.reactos.com Sat Feb 5 01:09:58 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [blight] 13411: Fix VideoPortMapMemory. Message-ID: <000601c50b17$070971e0$6601a8c0@penelope> Fix VideoPortMapMemory. Updated files: trunk/reactos/drivers/video/videoprt/resource.c From blight at svn.reactos.com Sat Feb 5 01:17:52 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [blight] 13412: Change WNDOBJ implementation a bit to make the NVIDIA driver happy. Message-ID: <000601c50b18$21b18590$6601a8c0@penelope> Change WNDOBJ implementation a bit to make the NVIDIA driver happy. Updated files: trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/objects/dc.c From ekohl at svn.reactos.com Sat Feb 5 01:20:17 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13413: Message-ID: <000601c50b18$787bb120$6601a8c0@penelope> Added files: trunk/reactos/services/umpnpmgr/ trunk/reactos/services/umpnpmgr/makefile trunk/reactos/services/umpnpmgr/umpnpmgr.c trunk/reactos/services/umpnpmgr/umpnpmgr.rc Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/hivesys.inf trunk/reactos/bootdata/packages/reactos.dff From weiden at svn.reactos.com Sat Feb 5 02:44:09 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [weiden] 13414: implemented GetConsoleProcessList() Message-ID: <000601c50b24$2fafb660$6601a8c0@penelope> implemented GetConsoleProcessList() Updated files: trunk/reactos/include/csrss/csrss.h trunk/reactos/lib/kernel32/misc/console.c trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/subsys/csrss/include/conio.h trunk/reactos/subsys/csrss/win32csr/conio.c trunk/reactos/subsys/csrss/win32csr/dllmain.c From arty at svn.reactos.com Sat Feb 5 05:56:06 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [arty] 13415: Fixed some signalling problems. Message-ID: <000601c50b3f$005f2dd0$6601a8c0@penelope> Fixed some signalling problems. 1) Always OR the current state bits into the socket for the handler to see 2) Remove special case for SEL_CONNECT | SEL_FIN in the signalled handler. Now it's much cleaner. Updated files: trunk/reactos/drivers/lib/ip/transport/tcp/event.c trunk/reactos/drivers/lib/ip/transport/tcp/tcp.c From arty at svn.reactos.com Sat Feb 5 06:40:37 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [arty] 13416: Read: Change AFD_EVENT_CLOSE to AFD_EVENT_DISCONNECT when the other end Message-ID: <000601c50b45$3858cd80$6601a8c0@penelope> Read: Change AFD_EVENT_CLOSE to AFD_EVENT_DISCONNECT when the other end hangs up. The socket isn't closed yet. Listen: Turn off fired flag for AFD_EVENT_ACCEPT. Updated files: trunk/reactos/drivers/net/afd/afd/listen.c trunk/reactos/drivers/net/afd/afd/read.c From navaraf at svn.reactos.com Sat Feb 5 09:43:54 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13417: Use CONTAINING_RECORD macro instead of type cast, fix the copyright header. Message-ID: <000601c50b5e$d31690f0$6601a8c0@penelope> Use CONTAINING_RECORD macro instead of type cast, fix the copyright header. Updated files: trunk/reactos/ntoskrnl/io/plugplay.c From navaraf at svn.reactos.com Sat Feb 5 09:44:51 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [navaraf] 13418: Dynamically reallocate the buffer for PnP event if it's too small. Message-ID: <000601c50b5e$f4e532e0$6601a8c0@penelope> Dynamically reallocate the buffer for PnP event if it's too small. Updated files: trunk/reactos/services/umpnpmgr/umpnpmgr.c From gvg at svn.reactos.com Sat Feb 5 11:17:35 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13419: Silence debug messages Message-ID: <000601c50b6b$e9830050$6601a8c0@penelope> Silence debug messages Updated files: trunk/reactos/lib/mmdrv/Makefile trunk/reactos/lib/mmdrv/auxil.c trunk/reactos/lib/mmdrv/entry.c trunk/reactos/lib/mmdrv/midi.c trunk/reactos/lib/mmdrv/mmdrv.h trunk/reactos/lib/mmdrv/utils.c trunk/reactos/lib/mmdrv/wave.c From gvg at svn.reactos.com Sat Feb 5 11:19:53 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13420: Convert ROP2 to MIX when calling driver Message-ID: <000601c50b6c$3bbaab70$6601a8c0@penelope> Convert ROP2 to MIX when calling driver Updated files: trunk/reactos/subsys/win32k/eng/lineto.c trunk/reactos/subsys/win32k/include/inteng.h trunk/reactos/subsys/win32k/objects/dc.c trunk/reactos/subsys/win32k/objects/fillshap.c trunk/reactos/subsys/win32k/objects/line.c From weiden at svn.reactos.com Sat Feb 5 11:31:40 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [weiden] 13421: only attach to the process to be queried when necessary Message-ID: <000601c50b6d$e1297ae0$6601a8c0@penelope> only attach to the process to be queried when necessary Updated files: trunk/reactos/ntoskrnl/ke/spinlock.c trunk/reactos/ntoskrnl/ps/process.c From ekohl at svn.reactos.com Sat Feb 5 11:54:02 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ekohl] 13422: Use the allocated buffer size in the call to NtGetPlugPlayEvent. Message-ID: <000601c50b71$010e6de0$6601a8c0@penelope> Use the allocated buffer size in the call to NtGetPlugPlayEvent. Updated files: trunk/reactos/services/umpnpmgr/umpnpmgr.c From gvg at svn.reactos.com Sat Feb 5 19:49:45 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [gvg] 13423: Re-use (better) stack backtrace function Message-ID: <000601c50bb3$75af2030$6601a8c0@penelope> Re-use (better) stack backtrace function Updated files: trunk/reactos/ntoskrnl/ke/i386/exp.c From chorns at svn.reactos.com Sat Feb 5 19:52:41 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13424: * Build csrss and win32csr Message-ID: <000601c50bb3$decb15b0$6601a8c0@penelope> * Build csrss and win32csr * NativeCUI module type support Added files: branches/xmlbuildsystem/reactos/subsys/csrss/csrss.xml branches/xmlbuildsystem/reactos/subsys/csrss/win32csr/win32csr.xml Updated files: branches/xmlbuildsystem/reactos/subsys/directory.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h Deleted files: branches/xmlbuildsystem/reactos/subsys/csrss/csrss.def From blight at svn.reactos.com Sat Feb 5 19:59:16 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [blight] 13425: Raise exception when MmMapLockedPagesSpecifyCache fails to map into UserMode. Message-ID: <000601c50bb4$ca0b8aa0$6601a8c0@penelope> Raise exception when MmMapLockedPagesSpecifyCache fails to map into UserMode. Updated files: trunk/reactos/ntoskrnl/mm/mdl.c From chorns at svn.reactos.com Sat Feb 5 20:16:17 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13426: * Build ntvdm Message-ID: <000601c50bb7$2aa2f310$6601a8c0@penelope> * Build ntvdm * Add win32cui module type support Added files: branches/xmlbuildsystem/reactos/subsys/ntvdm/ntvdm.xml Updated files: branches/xmlbuildsystem/reactos/subsys/directory.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From ion at svn.reactos.com Sat Feb 5 22:04:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [ion] 13427: Prevent buffer overflow on SMP systems. The buffer may be filled with 'Unknown CPU with family ID %ld and model ID %ld. Patch by Herve Poussineau. Message-ID: <000601c50bc6$422c3230$6601a8c0@penelope> Prevent buffer overflow on SMP systems. The buffer may be filled with 'Unknown CPU with family ID %ld and model ID %ld. Patch by Herve Poussineau. Updated files: trunk/reactos/hal/halx86/mp/processor_mp.c From chorns at svn.reactos.com Sat Feb 5 23:48:10 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [chorns] 13428: Build smss and system applications Message-ID: <000601c50bd4$c484ffb0$6601a8c0@penelope> Build smss and system applications Added files: branches/xmlbuildsystem/reactos/subsys/smss/smss.xml branches/xmlbuildsystem/reactos/subsys/system/autochk/autochk.xml branches/xmlbuildsystem/reactos/subsys/system/calc/calc.xml branches/xmlbuildsystem/reactos/subsys/system/cmd/cmd.xml branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer.xml branches/xmlbuildsystem/reactos/subsys/system/explorer/notifyhook/notifyhook.xml branches/xmlbuildsystem/reactos/subsys/system/format/format.xml branches/xmlbuildsystem/reactos/subsys/system/notepad/notepad.xml branches/xmlbuildsystem/reactos/subsys/system/regedit/regedit.xml branches/xmlbuildsystem/reactos/subsys/system/regedt32/regedt32.xml branches/xmlbuildsystem/reactos/subsys/system/regsvr32/regsvr32.xml branches/xmlbuildsystem/reactos/subsys/system/reporterror/reporterror.xml branches/xmlbuildsystem/reactos/subsys/system/services/services.xml branches/xmlbuildsystem/reactos/subsys/system/setup/setup.xml branches/xmlbuildsystem/reactos/subsys/system/taskmgr/taskmgr.xml branches/xmlbuildsystem/reactos/subsys/system/userinit/userinit.xml branches/xmlbuildsystem/reactos/subsys/system/vmwinst/vmwinst.xml branches/xmlbuildsystem/reactos/subsys/system/winefile/winefile.xml branches/xmlbuildsystem/reactos/subsys/system/winlogon/winlogon.xml Updated files: branches/xmlbuildsystem/reactos/lib/uuid/uuid.c branches/xmlbuildsystem/reactos/subsys/directory.xml branches/xmlbuildsystem/reactos/subsys/system/directory.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h From weiden at svn.reactos.com Sun Feb 6 01:01:23 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [weiden] 13429: Just cleaned up the code and changed the name of a few things. Patch by Trevor McCort. Message-ID: <000601c50bde$fed71180$6601a8c0@penelope> Just cleaned up the code and changed the name of a few things. Patch by Trevor McCort. Updated files: trunk/reactos/lib/cpl/desk/background.c trunk/reactos/lib/cpl/desk/en.rc trunk/reactos/lib/cpl/desk/resource.h From arty at svn.reactos.com Sun Feb 6 08:56:48 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:50 2006 Subject: [ros-svn] [arty] 13430: Kill only selects involving a named file descriptor when clearing exclusive Message-ID: <000601c50c21$692d2eb0$6601a8c0@penelope> Kill only selects involving a named file descriptor when clearing exclusive selects. This makes ASECHO32 work perfectly. Updated files: trunk/reactos/drivers/net/afd/afd/main.c trunk/reactos/drivers/net/afd/afd/select.c trunk/reactos/drivers/net/afd/include/afd.h From navaraf at svn.reactos.com Sun Feb 6 11:01:09 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [navaraf] 13431: Use only 80 character wide lines in the comments. Message-ID: <000601c50c32$c849e030$6601a8c0@penelope> Use only 80 character wide lines in the comments. Updated files: trunk/reactos/include/ddk/csq.h From chorns at svn.reactos.com Sun Feb 6 11:23:31 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [chorns] 13432: Build services Message-ID: <000601c50c35$e82c6230$6601a8c0@penelope> Build services Added files: branches/xmlbuildsystem/reactos/services/directory.xml branches/xmlbuildsystem/reactos/services/eventlog/eventlog.xml branches/xmlbuildsystem/reactos/services/rpcss/rpcss.xml Updated files: branches/xmlbuildsystem/reactos/ReactOS.xml From mf at svn.reactos.com Sun Feb 6 11:38:53 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13433: support for owner drawn context menus on the desktop Message-ID: <000601c50c38$0d6e1ff0$6601a8c0@penelope> support for owner drawn context menus on the desktop Updated files: trunk/reactos/subsys/system/explorer/desktop/desktop.cpp trunk/reactos/subsys/system/explorer/desktop/desktop.h From mf at svn.reactos.com Sun Feb 6 11:50:52 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13434: prevent crash related to unsupported context menu types Message-ID: <000601c50c39$ba314ef0$6601a8c0@penelope> prevent crash related to unsupported context menu types Updated files: trunk/reactos/subsys/system/explorer/shell/pane.cpp From chorns at svn.reactos.com Sun Feb 6 12:01:25 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [chorns] 13435: Build snmpapi and network applications Message-ID: <000601c50c3b$33278940$6601a8c0@penelope> Build snmpapi and network applications Added files: branches/xmlbuildsystem/reactos/apps/directory.xml branches/xmlbuildsystem/reactos/apps/utils/directory.xml branches/xmlbuildsystem/reactos/apps/utils/net/arp/arp.xml branches/xmlbuildsystem/reactos/apps/utils/net/directory.xml branches/xmlbuildsystem/reactos/apps/utils/net/finger/finger.xml branches/xmlbuildsystem/reactos/apps/utils/net/ipconfig/ipconfig.xml branches/xmlbuildsystem/reactos/apps/utils/net/netstat/netstat.xml branches/xmlbuildsystem/reactos/apps/utils/net/ping/ping.xml branches/xmlbuildsystem/reactos/apps/utils/net/telnet/telnet.xml branches/xmlbuildsystem/reactos/apps/utils/net/whois/whois.xml branches/xmlbuildsystem/reactos/lib/snmpapi/snmpapi.xml Updated files: branches/xmlbuildsystem/reactos/ReactOS.xml branches/xmlbuildsystem/reactos/lib/directory.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From navaraf at svn.reactos.com Sun Feb 6 13:39:44 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [navaraf] 13436: Fix a typo. Message-ID: <000601c50c48$ef4c49a0$6601a8c0@penelope> Fix a typo. Updated files: trunk/reactos/config From mf at svn.reactos.com Sun Feb 6 14:02:55 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13437: generic support for owner drawn context menus Message-ID: <000601c50c4c$2c6d3710$6601a8c0@penelope> generic support for owner drawn context menus Updated files: trunk/reactos/subsys/system/explorer/desktop/desktop.cpp trunk/reactos/subsys/system/explorer/desktop/desktop.h trunk/reactos/subsys/system/explorer/doc/TODO.txt trunk/reactos/subsys/system/explorer/shell/entries.cpp trunk/reactos/subsys/system/explorer/shell/entries.h trunk/reactos/subsys/system/explorer/shell/filechild.cpp trunk/reactos/subsys/system/explorer/shell/filechild.h trunk/reactos/subsys/system/explorer/shell/mainframe.cpp trunk/reactos/subsys/system/explorer/shell/mainframe.h trunk/reactos/subsys/system/explorer/shell/pane.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.h trunk/reactos/subsys/system/explorer/shell/shellfs.cpp trunk/reactos/subsys/system/explorer/shell/shellfs.h trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.h trunk/reactos/subsys/system/explorer/utility/shellclasses.cpp trunk/reactos/subsys/system/explorer/utility/shellclasses.h From mf at svn.reactos.com Sun Feb 6 14:12:09 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13438: fix warning message Message-ID: <000601c50c4d$771558f0$6601a8c0@penelope> fix warning message Updated files: trunk/reactos/subsys/system/explorer/i386-stub-win32.c From mf at svn.reactos.com Sun Feb 6 14:28:37 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13439: owner drawn context menus for FileChild Message-ID: <000601c50c4f$c3985fe0$6601a8c0@penelope> owner drawn context menus for FileChild Updated files: trunk/reactos/subsys/system/explorer/shell/filechild.cpp trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp trunk/reactos/subsys/system/explorer/taskbar/taskbar.h From mf at svn.reactos.com Sun Feb 6 15:03:29 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [mf] 13440: owner drawn context menus for lean explorer version Message-ID: <000601c50c54$a283cce0$6601a8c0@penelope> owner drawn context menus for lean explorer version Updated files: branches/lean-explorer/reactos/subsys/system/explorer/desktop/desktop.cpp branches/lean-explorer/reactos/subsys/system/explorer/desktop/desktop.h branches/lean-explorer/reactos/subsys/system/explorer/shell/mainframe.cpp branches/lean-explorer/reactos/subsys/system/explorer/shell/mainframe.h branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser.cpp branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser.h branches/lean-explorer/reactos/subsys/system/explorer/utility/shellclasses.cpp branches/lean-explorer/reactos/subsys/system/explorer/utility/shellclasses.h trunk/reactos/subsys/system/explorer/desktop/desktop.cpp trunk/reactos/subsys/system/explorer/utility/shellclasses.cpp From tamlin at svn.reactos.com Sun Feb 6 15:13:34 2005 From: tamlin at svn.reactos.com (tamlin@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [tamlin] 13441: Remove COM1 as default debug messages output channel for LiveCD. Message-ID: <000601c50c56$0b7ed770$6601a8c0@penelope> Remove COM1 as default debug messages output channel for LiveCD. If users are skilled enough to make use of it, it can be turned on manually during boot. Updated files: trunk/reactos/bootdata/livecd.ini From ea at svn.reactos.com Sun Feb 6 17:59:57 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13442: SM & SMDLL definitions Message-ID: <000601c50c6d$49acb0f0$6601a8c0@penelope> SM & SMDLL definitions Added files: trunk/reactos/include/sm/ trunk/reactos/include/sm/api.h trunk/reactos/include/sm/helper.h From ea at svn.reactos.com Sun Feb 6 18:00:55 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13443: SMDLL: helper to use the SM Message-ID: <000601c50c6d$6c5beee0$6601a8c0@penelope> SMDLL: helper to use the SM Added files: trunk/reactos/lib/smdll/ trunk/reactos/lib/smdll/compses.c trunk/reactos/lib/smdll/connect.c trunk/reactos/lib/smdll/dllmain.c trunk/reactos/lib/smdll/execpgm.c trunk/reactos/lib/smdll/makefile trunk/reactos/lib/smdll/readme.txt trunk/reactos/lib/smdll/smdll.def trunk/reactos/lib/smdll/smdll.rc trunk/reactos/lib/smdll/testapi.c From gvg at svn.reactos.com Sun Feb 6 19:24:34 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13444: Properly synchronize with GPU Message-ID: <000601c50c79$1b727830$6601a8c0@penelope> Properly synchronize with GPU Updated files: trunk/reactos/include/win32k/driver.h trunk/reactos/subsys/win32k/eng/misc.c trunk/reactos/subsys/win32k/misc/driver.c From gvg at svn.reactos.com Sun Feb 6 19:27:13 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13445: Pass ROP4 instead of ROP3 to drivers Message-ID: <000601c50c79$7a2a8430$6601a8c0@penelope> Pass ROP4 instead of ROP3 to drivers Updated files: trunk/reactos/drivers/video/displays/vga/objects/bitblt.c trunk/reactos/drivers/video/displays/vga/objects/bitblt.h trunk/reactos/subsys/win32k/dib/dib.c trunk/reactos/subsys/win32k/dib/dib.h 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 trunk/reactos/subsys/win32k/eng/bitblt.c trunk/reactos/subsys/win32k/eng/copybits.c trunk/reactos/subsys/win32k/eng/gradient.c trunk/reactos/subsys/win32k/eng/mouse.c trunk/reactos/subsys/win32k/eng/transblt.c trunk/reactos/subsys/win32k/include/inteng.h trunk/reactos/subsys/win32k/objects/bitmaps.c trunk/reactos/subsys/win32k/objects/brush.c trunk/reactos/subsys/win32k/objects/fillshap.c trunk/reactos/subsys/win32k/objects/text.c From gdalsnes at svn.reactos.com Sun Feb 6 20:04:02 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gdalsnes] 13446: -add macros for msvc/gcc portable int64 suffix/LARGE_INTEGER handling Message-ID: <000601c50c7e$9f219d00$6601a8c0@penelope> -add macros for msvc/gcc portable int64 suffix/LARGE_INTEGER handling -add C_ASSERT (compile-time asserts) Updated files: trunk/reactos/include/ntos/ntdef.h From gvg at svn.reactos.com Sun Feb 6 20:52:30 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13447: - Prevent image loading and symbol loading getting each others way Message-ID: <000601c50c85$64344ce0$6601a8c0@penelope> - Prevent image loading and symbol loading getting each others way - DPRINT1 is preferred over DbgPrint Updated files: trunk/reactos/ntoskrnl/dbg/kdb_symbols.c trunk/reactos/ntoskrnl/ldr/sysdll.c From gvg at svn.reactos.com Sun Feb 6 22:21:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13448: Export some Lsa stubs Message-ID: <000601c50c91$cfce1d30$6601a8c0@penelope> Export some Lsa stubs Updated files: trunk/reactos/lib/advapi32/advapi32.def From ea at svn.reactos.com Sun Feb 6 22:55:10 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13449: Some preliminary work on the SM to make it manage environment servers. Message-ID: <000601c50c96$8734f670$6601a8c0@penelope> Some preliminary work on the SM to make it manage environment servers. Added files: trunk/reactos/subsys/smss/client.c trunk/reactos/subsys/smss/debug.c Updated files: trunk/reactos/subsys/smss/init.c trunk/reactos/subsys/smss/makefile trunk/reactos/subsys/smss/smapi.c trunk/reactos/subsys/smss/smss.c trunk/reactos/subsys/smss/smss.h From gvg at svn.reactos.com Sun Feb 6 22:57:46 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13450: - Add RegisterServiceCtrlHandlerExA/W Message-ID: <000601c50c96$e47a86b0$6601a8c0@penelope> - Add RegisterServiceCtrlHandlerExA/W - Add stubs for CheckTokenMembership and LsaGetUserName Updated files: trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/sec/lsa.c trunk/reactos/lib/advapi32/service/sctrl.c trunk/reactos/lib/advapi32/token/token.c From ea at svn.reactos.com Sun Feb 6 23:03:34 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13451: SMDLL: add it to the build process. Message-ID: <000601c50c97$b3d9d640$6601a8c0@penelope> SMDLL: add it to the build process. Updated files: trunk/reactos/Makefile From ea at svn.reactos.com Sun Feb 6 23:06:46 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13452: Add SMDLL to the boot CD. Message-ID: <000601c50c98$25fac180$6601a8c0@penelope> Add SMDLL to the boot CD. Updated files: trunk/reactos/bootdata/packages/reactos.dff From gvg at svn.reactos.com Sun Feb 6 23:16:08 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bgvg=5D_13453=3A_Herv=E9_Poussineau_?= =?iso-8859-1?q?=3Cpoussine=40freesurf=2Efr=3E?= Message-ID: <000601c50c99$74f8f710$6601a8c0@penelope> Herv? Poussineau (Partial) implementation of CheckTokenMembership() Updated files: trunk/reactos/lib/advapi32/token/token.c From gvg at svn.reactos.com Mon Feb 7 11:29:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13454: Fix definition of LUID constants Message-ID: <000601c50cff$f257eed0$6601a8c0@penelope> Fix definition of LUID constants Updated files: trunk/reactos/include/ntos/security.h trunk/reactos/ntoskrnl/se/luid.c From gvg at svn.reactos.com Mon Feb 7 11:30:16 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13455: Remove no longer needed hack Message-ID: <000601c50d00$03cb1890$6601a8c0@penelope> Remove no longer needed hack Updated files: trunk/rosapps/tests/tokentest/tokentest.c From ekohl at svn.reactos.com Mon Feb 7 11:33:49 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ekohl] 13456: - Nt->Zw Message-ID: <000601c50d00$829c4e50$6601a8c0@penelope> - Nt->Zw - Assign an instance path to the root device node and reports its arrival. Updated files: trunk/reactos/ntoskrnl/io/arcname.c trunk/reactos/ntoskrnl/io/bootlog.c trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/errlog.c trunk/reactos/ntoskrnl/io/iocomp.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpmgr.c trunk/reactos/ntoskrnl/io/pnproot.c trunk/reactos/ntoskrnl/io/resource.c trunk/reactos/ntoskrnl/io/symlink.c trunk/reactos/ntoskrnl/io/xhaldrv.c From weiden at svn.reactos.com Mon Feb 7 12:34:55 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [weiden] 13457: moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Message-ID: <000601c50d09$0bd6f230$6601a8c0@penelope> moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Added files: trunk/reactos/include/rosrtl/smapi.h trunk/reactos/include/rosrtl/smhelper.h trunk/reactos/lib/rosrtl/sm/ trunk/reactos/lib/rosrtl/sm/compses.c trunk/reactos/lib/rosrtl/sm/connect.c trunk/reactos/lib/rosrtl/sm/execpgm.c trunk/reactos/lib/rosrtl/sm/readme.txt trunk/reactos/lib/rosrtl/sm/testapi.c Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/lib/rosrtl/makefile From weiden at svn.reactos.com Mon Feb 7 12:35:12 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [weiden] 13458: moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Message-ID: <000601c50d09$16235c10$6601a8c0@penelope> moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Deleted files: trunk/reactos/lib/smdll/ From weiden at svn.reactos.com Mon Feb 7 12:35:32 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [weiden] 13459: moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Message-ID: <000601c50d09$21a18f30$6601a8c0@penelope> moved smdll to rosrtl. We just _can't_ have separate dlls for everything internal, that's what static libraries are for. Unless we want a dll hell even worse than necessary... Deleted files: trunk/reactos/include/sm/ From weiden at svn.reactos.com Mon Feb 7 13:58:11 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [weiden] 13460: revert moving smdll to rosrtl. Message-ID: <000601c50d14$ada92e60$6601a8c0@penelope> revert moving smdll to rosrtl. Added files: trunk/reactos/include/sm/ trunk/reactos/include/sm/api.h trunk/reactos/include/sm/helper.h trunk/reactos/lib/smdll/ trunk/reactos/lib/smdll/compses.c trunk/reactos/lib/smdll/connect.c trunk/reactos/lib/smdll/dllmain.c trunk/reactos/lib/smdll/execpgm.c trunk/reactos/lib/smdll/makefile trunk/reactos/lib/smdll/readme.txt trunk/reactos/lib/smdll/smdll.def trunk/reactos/lib/smdll/smdll.rc trunk/reactos/lib/smdll/testapi.c Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/lib/rosrtl/makefile Deleted files: trunk/reactos/include/rosrtl/smapi.h trunk/reactos/include/rosrtl/smhelper.h trunk/reactos/lib/rosrtl/sm/ From ea at svn.reactos.com Tue Feb 8 00:11:32 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ea] 13461: Typographic errors fixed and a function name changed. Message-ID: <000601c50d6a$5cfd0f30$6601a8c0@penelope> Typographic errors fixed and a function name changed. Updated files: trunk/reactos/lib/smdll/execpgm.c trunk/reactos/lib/smdll/readme.txt trunk/reactos/lib/smdll/smdll.def From ion at svn.reactos.com Tue Feb 8 02:46:17 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ion] 13462: FreeLdr Patch. Now fully loads ntoskrnl using a PE Loader, supports /3gb dynamically but this is NOT enabled yet, so please continue using the 3GB entry in config until r2 is ready which will support relocation and remove the config entry. You must also supply /3GB to the commandline if you're using 3GB, just like since the previous patch. Also freeldr now uses w32api headers. Janitors will clean the dupes up. Thank you: Mike, Royce, Hartmut, Blight, Filip and everyone who reviewed. Hartmut, if anything is missing from the patch you sent me, feel free to add it. More info at http://blogs.reactos.com/Alex_Ionescu. Message-ID: <000601c50d7f$fad9e9c0$6601a8c0@penelope> FreeLdr Patch. Now fully loads ntoskrnl using a PE Loader, supports /3gb dynamically but this is NOT enabled yet, so please continue using the 3GB entry in config until r2 is ready which will support relocation and remove the config entry. You must also supply /3GB to the commandline if you're using 3GB, just like since the previous patch. Also freeldr now uses w32api headers. Janitors will clean the dupes up. Thank you: Mike, Royce, Hartmut, Blight, Filip and everyone who reviewed. Hartmut, if anything is missing from the patch you sent me, feel free to add it. More info at http://blogs.reactos.com/Alex_Ionescu. Updated files: trunk/reactos/boot/freeldr/freeldr/Makefile trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.h trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c trunk/reactos/boot/freeldr/freeldr/arch/i386/hwcpu.c trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/i386rtl.c trunk/reactos/boot/freeldr/freeldr/arch/i386/i386vid.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.h trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h trunk/reactos/boot/freeldr/freeldr/arch/i386/mb.S trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pcrtc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c trunk/reactos/boot/freeldr/freeldr/arch/i386/portio.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxfont.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxmem.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxrtc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c trunk/reactos/boot/freeldr/freeldr/bootmgr.c trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c trunk/reactos/boot/freeldr/freeldr/cache/cache.c trunk/reactos/boot/freeldr/freeldr/cache/cm.h trunk/reactos/boot/freeldr/freeldr/cmdline.c trunk/reactos/boot/freeldr/freeldr/comm/rs232.c trunk/reactos/boot/freeldr/freeldr/custom.c trunk/reactos/boot/freeldr/freeldr/disk/disk.c trunk/reactos/boot/freeldr/freeldr/disk/partition.c trunk/reactos/boot/freeldr/freeldr/drivemap.c trunk/reactos/boot/freeldr/freeldr/fs/ext2.c trunk/reactos/boot/freeldr/freeldr/fs/ext2.h trunk/reactos/boot/freeldr/freeldr/fs/fat.c trunk/reactos/boot/freeldr/freeldr/fs/fat.h trunk/reactos/boot/freeldr/freeldr/fs/fs.c trunk/reactos/boot/freeldr/freeldr/fs/fsrec.c trunk/reactos/boot/freeldr/freeldr/fs/fsrec.h trunk/reactos/boot/freeldr/freeldr/fs/iso.c trunk/reactos/boot/freeldr/freeldr/fs/iso.h trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c trunk/reactos/boot/freeldr/freeldr/fs/ntfs.h trunk/reactos/boot/freeldr/freeldr/include/bootmgr.h trunk/reactos/boot/freeldr/freeldr/include/cache.h trunk/reactos/boot/freeldr/freeldr/include/cmdline.h trunk/reactos/boot/freeldr/freeldr/include/comm.h trunk/reactos/boot/freeldr/freeldr/include/disk.h trunk/reactos/boot/freeldr/freeldr/include/drivemap.h trunk/reactos/boot/freeldr/freeldr/include/freeldr.h trunk/reactos/boot/freeldr/freeldr/include/fs.h trunk/reactos/boot/freeldr/freeldr/include/inffile.h trunk/reactos/boot/freeldr/freeldr/include/inifile.h trunk/reactos/boot/freeldr/freeldr/include/linux.h trunk/reactos/boot/freeldr/freeldr/include/machine.h trunk/reactos/boot/freeldr/freeldr/include/mm.h trunk/reactos/boot/freeldr/freeldr/include/multiboot.h trunk/reactos/boot/freeldr/freeldr/include/oslist.h trunk/reactos/boot/freeldr/freeldr/include/portio.h trunk/reactos/boot/freeldr/freeldr/include/reactos.h trunk/reactos/boot/freeldr/freeldr/include/rtl.h trunk/reactos/boot/freeldr/freeldr/include/ui.h trunk/reactos/boot/freeldr/freeldr/include/video.h trunk/reactos/boot/freeldr/freeldr/inffile/inffile.c trunk/reactos/boot/freeldr/freeldr/inifile/ini.h trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c trunk/reactos/boot/freeldr/freeldr/inifile/parse.c 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/mm/mem.h trunk/reactos/boot/freeldr/freeldr/mm/meminit.c trunk/reactos/boot/freeldr/freeldr/mm/mm.c trunk/reactos/boot/freeldr/freeldr/multiboot.c trunk/reactos/boot/freeldr/freeldr/options.c trunk/reactos/boot/freeldr/freeldr/oslist.c trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/boot/freeldr/freeldr/reactos/registry.c trunk/reactos/boot/freeldr/freeldr/reactos/registry.h trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c trunk/reactos/boot/freeldr/freeldr/rtl/list.c trunk/reactos/boot/freeldr/freeldr/rtl/string.c trunk/reactos/boot/freeldr/freeldr/ui/gui.c trunk/reactos/boot/freeldr/freeldr/ui/gui.h trunk/reactos/boot/freeldr/freeldr/ui/tui.c trunk/reactos/boot/freeldr/freeldr/ui/tui.h trunk/reactos/boot/freeldr/freeldr/ui/tuimenu.c trunk/reactos/boot/freeldr/freeldr/ui/ui.c trunk/reactos/boot/freeldr/freeldr/video/fade.c trunk/reactos/boot/freeldr/freeldr/video/palette.c trunk/reactos/boot/freeldr/freeldr/video/video.c trunk/reactos/hal/halx86/mp/mpsboot.asm trunk/reactos/hal/halx86/mp/processor_mp.c trunk/reactos/include/ntos/types.h trunk/reactos/ntoskrnl/Makefile.i386 trunk/reactos/ntoskrnl/dbg/kdb.c trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/i386/mm.h 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/tss.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/mm/freelist.c trunk/reactos/ntoskrnl/mm/i386/page.c trunk/reactos/ntoskrnl/mm/mminit.c From ion at svn.reactos.com Tue Feb 8 02:55:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ion] 13463: Forgot this file Message-ID: <000601c50d81$3634f630$6601a8c0@penelope> Forgot this file Added files: trunk/reactos/ntoskrnl/ke/i386/main.S From gvg at svn.reactos.com Tue Feb 8 13:35:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13464: Redraw shell background when wallpaper is changed Message-ID: <000601c50dda$b6cf2eb0$6601a8c0@penelope> Redraw shell background when wallpaper is changed Updated files: trunk/reactos/lib/user32/misc/desktop.c From ekohl at svn.reactos.com Tue Feb 8 15:46:46 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ekohl] 13465: - Convert U32 to ULONG. Message-ID: <000601c50ded$037b9c50$6601a8c0@penelope> - Convert U32 to ULONG. Updated files: trunk/reactos/boot/freeldr/freeldr/debug.c trunk/reactos/boot/freeldr/freeldr/include/debug.h From arty at svn.reactos.com Tue Feb 8 18:10:20 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [arty] 13466: There's no need to link ntdll here. Message-ID: <000601c50e01$11f06310$6601a8c0@penelope> There's no need to link ntdll here. Updated files: trunk/reactos/apps/utils/net/ftp/makefile From gvg at svn.reactos.com Tue Feb 8 19:59:01 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13467: Set eol-style Message-ID: <000601c50e10$40d05d70$6601a8c0@penelope> Set eol-style Updated files: trunk/reactos/apps/utils/net/ftp/cmds.c trunk/reactos/apps/utils/net/ftp/domacro.c trunk/reactos/apps/utils/net/ftp/fake.c trunk/reactos/apps/utils/net/ftp/fake.h trunk/reactos/apps/utils/net/ftp/ftp.c trunk/reactos/apps/utils/net/ftp/ftp.mak trunk/reactos/apps/utils/net/ftp/ftp.mak.orig trunk/reactos/apps/utils/net/ftp/ftp_var.h trunk/reactos/apps/utils/net/ftp/main.c trunk/reactos/apps/utils/net/ftp/prototypes.h trunk/reactos/apps/utils/net/ftp/ruserpass.c From gvg at svn.reactos.com Tue Feb 8 22:27:51 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bgvg=5D_13468=3A_Herv=E9_Poussineau_?= =?iso-8859-1?q?=3Cpoussine=40freesurf=2Efr=3E?= Message-ID: <000601c50e25$0b7b0e80$6601a8c0@penelope> Herv? Poussineau Initialize default partition size to maximum size. Updated files: trunk/reactos/subsys/system/usetup/usetup.c From gvg at svn.reactos.com Tue Feb 8 23:11:30 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13469: You can't execute a DLL Message-ID: <000601c50e2b$2405f540$6601a8c0@penelope> You can't execute a DLL Updated files: trunk/reactos/lib/kernel32/process/create.c From chorns at svn.reactos.com Tue Feb 8 23:21:19 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [chorns] 13470: Generate reactos.cab Message-ID: <000601c50e2c$8366f600$6601a8c0@penelope> Generate reactos.cab Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rmkdir.c branches/xmlbuildsystem/reactos/tools/tools.xml From gvg at svn.reactos.com Tue Feb 8 23:23:07 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13471: Prefer SEE_MASK_IDLIST, since that one is actually implemented in shell32... Message-ID: <000601c50e2c$c38d3b90$6601a8c0@penelope> Prefer SEE_MASK_IDLIST, since that one is actually implemented in shell32... Updated files: trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp From sedwards at svn.reactos.com Tue Feb 8 23:50:57 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [sedwards] 13472: define _MAX_PATH as well Message-ID: <000601c50e30$a6dfefc0$6601a8c0@penelope> define _MAX_PATH as well Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h From gvg at svn.reactos.com Tue Feb 8 23:52:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13473: - Add entry for .cpl files Message-ID: <000601c50e30$d74ffdd0$6601a8c0@penelope> - Add entry for .cpl files - Disable recycle bin for now Updated files: trunk/reactos/bootdata/hivecls.inf From arty at svn.reactos.com Wed Feb 9 09:38:49 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [arty] 13474: Made a nice function CantReadMore which tells if we can't possibly fill Message-ID: <000601c50e82$c6c3b860$6601a8c0@penelope> Made a nice function CantReadMore which tells if we can't possibly fill the buffer any longer, and don't have waiting data. Return an EOF in every case where a read could hit EOF from tcpip, Return a hard error thereafter. Updated files: trunk/reactos/drivers/net/afd/afd/read.c From gvg at svn.reactos.com Wed Feb 9 18:33:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13475: - Fix quoting of .cpl filename. Message-ID: <000601c50ecd$7da72e00$6601a8c0@penelope> - Fix quoting of .cpl filename. - Use "cplopen" verb to execute .cpl files. Updated files: trunk/reactos/lib/shell32/cpanelfolder.c From gvg at svn.reactos.com Wed Feb 9 19:18:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13476: Fix EOL setting Message-ID: <000601c50ed3$cc2803f0$6601a8c0@penelope> Fix EOL setting Updated files: trunk/reactos/lib/shell32/Makefile.in trunk/reactos/lib/shell32/Makefile.ros-template trunk/reactos/lib/shell32/autocomplete.c trunk/reactos/lib/shell32/brsfolder.c trunk/reactos/lib/shell32/changenotify.c trunk/reactos/lib/shell32/classes.c trunk/reactos/lib/shell32/clipboard.c trunk/reactos/lib/shell32/control.c trunk/reactos/lib/shell32/cpanel.h trunk/reactos/lib/shell32/dataobject.c trunk/reactos/lib/shell32/debughlp.c trunk/reactos/lib/shell32/debughlp.h trunk/reactos/lib/shell32/dialogs.c trunk/reactos/lib/shell32/dragdrophelper.c trunk/reactos/lib/shell32/enumidlist.c trunk/reactos/lib/shell32/enumidlist.h trunk/reactos/lib/shell32/folders.c trunk/reactos/lib/shell32/iconcache.c trunk/reactos/lib/shell32/makefile trunk/reactos/lib/shell32/memorystream.c trunk/reactos/lib/shell32/pidl.c trunk/reactos/lib/shell32/pidl.h trunk/reactos/lib/shell32/regsvr.c trunk/reactos/lib/shell32/ros-systray.c trunk/reactos/lib/shell32/shell.c trunk/reactos/lib/shell32/shell.spec trunk/reactos/lib/shell32/shell32.spec trunk/reactos/lib/shell32/shell32_Ca.rc trunk/reactos/lib/shell32/shell32_Cn.rc trunk/reactos/lib/shell32/shell32_Cs.rc trunk/reactos/lib/shell32/shell32_Da.rc trunk/reactos/lib/shell32/shell32_De.rc trunk/reactos/lib/shell32/shell32_En.rc trunk/reactos/lib/shell32/shell32_Eo.rc trunk/reactos/lib/shell32/shell32_Es.rc trunk/reactos/lib/shell32/shell32_Fi.rc trunk/reactos/lib/shell32/shell32_Fr.rc trunk/reactos/lib/shell32/shell32_Hu.rc trunk/reactos/lib/shell32/shell32_It.rc trunk/reactos/lib/shell32/shell32_Ja.rc trunk/reactos/lib/shell32/shell32_Ko.rc trunk/reactos/lib/shell32/shell32_Nl.rc trunk/reactos/lib/shell32/shell32_No.rc trunk/reactos/lib/shell32/shell32_Pl.rc trunk/reactos/lib/shell32/shell32_Pt.rc trunk/reactos/lib/shell32/shell32_Ru.rc trunk/reactos/lib/shell32/shell32_Si.rc trunk/reactos/lib/shell32/shell32_Sk.rc trunk/reactos/lib/shell32/shell32_Sv.rc trunk/reactos/lib/shell32/shell32_Uk.rc trunk/reactos/lib/shell32/shell32_Wa.rc trunk/reactos/lib/shell32/shell32_Zh.rc trunk/reactos/lib/shell32/shell32_main.c trunk/reactos/lib/shell32/shell32_main.h trunk/reactos/lib/shell32/shell32_xx.rc trunk/reactos/lib/shell32/shellfolder.h trunk/reactos/lib/shell32/shelllink.c trunk/reactos/lib/shell32/shellole.c trunk/reactos/lib/shell32/shellord.c trunk/reactos/lib/shell32/shellpath.c trunk/reactos/lib/shell32/shellreg.c trunk/reactos/lib/shell32/shellstring.c trunk/reactos/lib/shell32/shfldr.h 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/shlfileop.c trunk/reactos/lib/shell32/shlfolder.c trunk/reactos/lib/shell32/shlfsbind.c trunk/reactos/lib/shell32/shlmenu.c trunk/reactos/lib/shell32/shlview.c trunk/reactos/lib/shell32/shpolicy.c trunk/reactos/lib/shell32/shres.rc trunk/reactos/lib/shell32/shresdef.h trunk/reactos/lib/shell32/shv_bg_cmenu.c trunk/reactos/lib/shell32/shv_item_cmenu.c trunk/reactos/lib/shell32/systray.c trunk/reactos/lib/shell32/undocshell.h trunk/reactos/lib/shell32/version.h trunk/reactos/lib/shell32/version.rc trunk/reactos/lib/shell32/version16.rc From gvg at svn.reactos.com Wed Feb 9 19:34:17 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13477: Don't include NEVER_LOAD sections in image size. Message-ID: <000601c50ed5$f67d31f0$6601a8c0@penelope> Don't include NEVER_LOAD sections in image size. Rename SizeOfImage to ResidentSize to avoid confusion Updated files: trunk/reactos/include/ntdll/ldr.h trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/psapi/psapi.c trunk/reactos/ntoskrnl/dbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/usertrap.c From tamlin at svn.reactos.com Wed Feb 9 21:11:51 2005 From: tamlin at svn.reactos.com (tamlin@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [tamlin] 13478: Send the correct handle_s_. tinus found this one. Message-ID: <000601c50ee3$976411d0$6601a8c0@penelope> Send the correct handle_s_. tinus found this one. Updated files: trunk/reactos/drivers/net/ndis/ndis/miniport.c From gvg at svn.reactos.com Wed Feb 9 21:53:20 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13479: Add DPRINT_HWDETECT to DEBUG_ALL Message-ID: <000601c50ee9$63506870$6601a8c0@penelope> Add DPRINT_HWDETECT to DEBUG_ALL Updated files: trunk/reactos/boot/freeldr/freeldr/debug.c From gvg at svn.reactos.com Thu Feb 10 00:52:30 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13480: Pass PageDirectoryStart and End so the memory manager Message-ID: <000601c50f02$6a7cc440$6601a8c0@penelope> Pass PageDirectoryStart and End so the memory manager knows not to clobber it Updated files: trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c From gvg at svn.reactos.com Thu Feb 10 00:57:10 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [gvg] 13481: Big change warrants major version number bump Message-ID: <000601c50f03$1189cfd0$6601a8c0@penelope> Big change warrants major version number bump Updated files: trunk/reactos/boot/freeldr/freeldr/include/version.h From sedwards at svn.reactos.com Thu Feb 10 02:43:00 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [sedwards] 13482: Added note about freeldr 2.0 changes Message-ID: <000601c50f11$daaa9440$6601a8c0@penelope> Added note about freeldr 2.0 changes Updated files: trunk/reactos/boot/freeldr/freeldr/CHANGELOG From arty at svn.reactos.com Thu Feb 10 04:58:05 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [arty] 13483: Patch to fix NtCreateSempahore, in the case where the initial lookup Message-ID: <000601c50f24$b9be6870$6601a8c0@penelope> Patch to fix NtCreateSempahore, in the case where the initial lookup succeeds. We previously left the function without initializing hSemaphore. Patch suggested by me and executed by hpoussin. Updated files: trunk/reactos/ntoskrnl/ex/sem.c From ion at svn.reactos.com Thu Feb 10 06:13:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:30:51 2006 Subject: [ros-svn] [ion] 13484: Fix APC problems. Thanks to Arty for finding this. This makes vncviewer work Message-ID: <000601c50f2f$4b8fc500$6601a8c0@penelope> Fix APC problems. Thanks to Arty for finding this. This makes vncviewer work Updated files: trunk/reactos/ntoskrnl/ke/wait.c From weiden at svn.reactos.com Thu Feb 10 10:22:29 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13485: revert the changes to NtCreateEvent and do the real fix Message-ID: <000601c50f52$0b1222c0$6601a8c0@penelope> revert the changes to NtCreateEvent and do the real fix Updated files: trunk/reactos/ntoskrnl/ex/sem.c From weiden at svn.reactos.com Thu Feb 10 12:32:09 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13486: fixed ObpCaptureObjectAttributes() Message-ID: <000601c50f64$27f2ffb0$6601a8c0@penelope> fixed ObpCaptureObjectAttributes() Updated files: trunk/reactos/ntoskrnl/ex/evtpair.c trunk/reactos/ntoskrnl/ob/object.c From weiden at svn.reactos.com Thu Feb 10 20:38:49 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13487: removed obsolete typecast in AllocConsole() Message-ID: <000601c50fa8$24e580b0$6601a8c0@penelope> removed obsolete typecast in AllocConsole() Updated files: trunk/reactos/lib/kernel32/misc/console.c From navaraf at svn.reactos.com Thu Feb 10 22:56:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [navaraf] 13488: Update ignore list. Message-ID: <000601c50fbb$51e377d0$6601a8c0@penelope> Update ignore list. From fireball at svn.reactos.com Thu Feb 10 23:05:42 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [fireball] 13489: Deleted binaries, added ignore Message-ID: <000601c50fbc$a9df5020$6601a8c0@penelope> Deleted binaries, added ignore Deleted files: trunk/reactos/drivers/usb/cromwell/core/usbcore.a trunk/reactos/drivers/usb/cromwell/core/usbcore.coff trunk/reactos/drivers/usb/cromwell/core/usbcore.map trunk/reactos/drivers/usb/cromwell/core/usbcore.nostrip.sys trunk/reactos/drivers/usb/cromwell/core/usbcore.sym trunk/reactos/drivers/usb/cromwell/core/usbcore.sys From fireball at svn.reactos.com Thu Feb 10 23:08:41 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [fireball] 13490: Deleted binaries, added ignore Message-ID: <000601c50fbd$144ddd50$6601a8c0@penelope> Deleted binaries, added ignore Deleted files: trunk/reactos/drivers/usb/cromwell/host/ohci.a trunk/reactos/drivers/usb/cromwell/host/ohci.coff trunk/reactos/drivers/usb/cromwell/host/ohci.map trunk/reactos/drivers/usb/cromwell/host/ohci.nostrip.sys trunk/reactos/drivers/usb/cromwell/host/ohci.sym trunk/reactos/drivers/usb/cromwell/host/ohci.sys From gvg at svn.reactos.com Thu Feb 10 23:54:32 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13491: Match packing in DDK Message-ID: <000601c50fc3$7c0970c0$6601a8c0@penelope> Match packing in DDK Updated files: trunk/reactos/include/ddk/iotypes.h From ekohl at svn.reactos.com Fri Feb 11 13:06:32 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ekohl] 13492: - Implement RtlSetControlSecurityDescriptor Message-ID: <000601c51032$2041ce80$6601a8c0@penelope> - Implement RtlSetControlSecurityDescriptor - Remove property set functions from ntdll.def because they are not implemented in Win2K and above. Updated files: trunk/reactos/include/ntos/rtl.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/rtl/sd.c From ekohl at svn.reactos.com Fri Feb 11 16:52:42 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ekohl] 13493: Implement RtlGetSecurityDescriptorRMControl, RtlSetSecurityDescriptorRMControl, SetSecurityDescriptorControl, GetSecurityDescriptorRMControl and SetSecurityDescriptorRMControl. Message-ID: <000601c51051$b8a2a770$6601a8c0@penelope> Implement RtlGetSecurityDescriptorRMControl, RtlSetSecurityDescriptorRMControl, SetSecurityDescriptorControl, GetSecurityDescriptorRMControl and SetSecurityDescriptorRMControl. Updated files: trunk/reactos/include/ddk/setypes.h trunk/reactos/include/ntos/rtl.h trunk/reactos/include/ntos/security.h trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/sec/sec.c trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/rtl/sd.c trunk/reactos/w32api/include/winbase.h From ekohl at svn.reactos.com Fri Feb 11 17:01:12 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ekohl] 13494: Ooops! These are the correct exports. Message-ID: <000601c51052$e8da23e0$6601a8c0@penelope> Ooops! These are the correct exports. Updated files: trunk/reactos/lib/advapi32/advapi32.def From chorns at svn.reactos.com Fri Feb 11 20:13:09 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13496: * Run build tools after parsing build files Message-ID: <000601c5106d$b97ec5e0$6601a8c0@penelope> * Run build tools after parsing build files * Generate roscfg.h Updated files: branches/xmlbuildsystem/reactos/drivers/net/tcpip/tcpip/main.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/dllmain.c branches/xmlbuildsystem/reactos/subsys/win32k/main/dllmain.c branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/exception.cpp branches/xmlbuildsystem/reactos/tools/rbuild/exception.h branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/project.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From gvg at svn.reactos.com Fri Feb 11 22:02:39 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13497: Be compatible with some of the crap apps out there Message-ID: <000601c5107d$0582ecf0$6601a8c0@penelope> Be compatible with some of the crap apps out there Updated files: trunk/reactos/ntoskrnl/mm/pe.c From robertk at svn.reactos.com Fri Feb 11 23:49:50 2005 From: robertk at svn.reactos.com (robertk@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [robertk] 13498: made a copy Message-ID: <000601c5108b$fe8bcac0$6601a8c0@penelope> made a copy Added files: branches/ros-branch-0_2_5/reactos/ros-branch-0_2_5/ From arty at svn.reactos.com Sat Feb 12 04:53:20 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [arty] 13499: AddrWidenAddress: set type Message-ID: <000601c510b6$64992ea0$6601a8c0@penelope> AddrWidenAddress: set type NBFlushPackets: We already hold the table lock when calling this. Updated files: trunk/reactos/drivers/lib/ip/network/address.c trunk/reactos/drivers/lib/ip/network/neighbor.c From ea at svn.reactos.com Sat Feb 12 10:08:59 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ea] 13500: SM - clean, simplify, make more readable Message-ID: <000601c510e2$7d110d50$6601a8c0@penelope> SM - clean, simplify, make more readable - split initialization in more files to make it more readable - cleaned up some code - simplified some code - documented some todos Added files: trunk/reactos/subsys/smss/initdosdev.c trunk/reactos/subsys/smss/initenv.c trunk/reactos/subsys/smss/initheap.c trunk/reactos/subsys/smss/initmv.c trunk/reactos/subsys/smss/initobdir.c trunk/reactos/subsys/smss/initpage.c trunk/reactos/subsys/smss/initreg.c trunk/reactos/subsys/smss/initrun.c trunk/reactos/subsys/smss/initss.c trunk/reactos/subsys/smss/initwkdll.c Updated files: trunk/reactos/subsys/smss/client.c trunk/reactos/subsys/smss/debug.c trunk/reactos/subsys/smss/init.c trunk/reactos/subsys/smss/makefile trunk/reactos/subsys/smss/smapi.c trunk/reactos/subsys/smss/smss.c trunk/reactos/subsys/smss/smss.h From gvg at svn.reactos.com Sat Feb 12 10:17:53 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13501: Check subsystem Message-ID: <000601c510e3$bb2daac0$6601a8c0@penelope> Check subsystem Updated files: trunk/reactos/lib/kernel32/process/create.c From weiden at svn.reactos.com Sat Feb 12 12:47:10 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13502: The structure layout of self-relative security descriptors may be different from absolute security descriptors depending on the platform. Self-relative security descriptors always use 32 bit offsets while absolute security descriptors use pointers which could be 64 bits. Message-ID: <000601c510f8$95c2e9c0$6601a8c0@penelope> The structure layout of self-relative security descriptors may be different from absolute security descriptors depending on the platform. Self-relative security descriptors always use 32 bit offsets while absolute security descriptors use pointers which could be 64 bits. Updated files: trunk/reactos/include/ntos/rtl.h trunk/reactos/include/ntos/security.h trunk/reactos/lib/advapi32/sec/sec.c trunk/reactos/lib/rtl/sd.c trunk/reactos/ntoskrnl/se/sd.c trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/winnt.h From ekohl at svn.reactos.com Sat Feb 12 13:42:13 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ekohl] 13503: - Implement RtlGetLastNtStatus, RtlGetLastWin32Error, RtlRestoreLastWin32Error, RtlSetLastWin32Error and RtlSetLastWin32ErrorAndNtStatusFromNtStatus. Message-ID: <000601c51100$46857230$6601a8c0@penelope> - Implement RtlGetLastNtStatus, RtlGetLastWin32Error, RtlRestoreLastWin32Error, RtlSetLastWin32Error and RtlSetLastWin32ErrorAndNtStatusFromNtStatus. Updated files: trunk/reactos/include/ntos/rtl.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/rtl/error.c From ea at svn.reactos.com Sat Feb 12 15:33:43 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ea] 13504: PSX: posixw32: some work for compatibility with future SM Message-ID: <000601c5110f$da2cadf0$6601a8c0@penelope> PSX: posixw32: some work for compatibility with future SM Updated files: trunk/posix/apps/posixw32/Makefile trunk/posix/apps/posixw32/posixw32.c trunk/posix/apps/posixw32/posixw32.rc From ea at svn.reactos.com Sat Feb 12 15:34:41 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ea] 13505: SM - Sorry, I forgot silence dbg messages! Message-ID: <000601c5110f$fd196a10$6601a8c0@penelope> SM - Sorry, I forgot silence dbg messages! Updated files: trunk/reactos/subsys/smss/init.c trunk/reactos/subsys/smss/initdosdev.c trunk/reactos/subsys/smss/initenv.c trunk/reactos/subsys/smss/initheap.c trunk/reactos/subsys/smss/initmv.c trunk/reactos/subsys/smss/initobdir.c trunk/reactos/subsys/smss/initpage.c trunk/reactos/subsys/smss/initreg.c trunk/reactos/subsys/smss/initrun.c trunk/reactos/subsys/smss/initss.c trunk/reactos/subsys/smss/initwkdll.c trunk/reactos/subsys/smss/smss.c From chorns at svn.reactos.com Sat Feb 12 16:11:52 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13506: Add stub GNU makefile Message-ID: <000601c51115$2e70ffb0$6601a8c0@penelope> Add stub GNU makefile Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml branches/xmlbuildsystem/reactos/tools/Makefile branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/makefile branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/tools.xml branches/xmlbuildsystem/reactos/tools/wmc/makefile Deleted files: branches/xmlbuildsystem/reactos/tools/wmc/wmc.xml From chorns at svn.reactos.com Sat Feb 12 17:08:15 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13507: Remove setupapi Message-ID: <000601c5111d$0ecf7d50$6601a8c0@penelope> Remove setupapi Deleted files: branches/xmlbuildsystem/reactos/lib/setupapi/ From chorns at svn.reactos.com Sat Feb 12 17:11:45 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13508: Branch setupapi Message-ID: <000601c5111d$8c3b56b0$6601a8c0@penelope> Branch setupapi Added files: branches/xmlbuildsystem/reactos/lib/setupapi/ branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml From chorns at svn.reactos.com Sat Feb 12 17:43:05 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13509: Remove setupapi (again) Message-ID: <000601c51121$eccedca0$6601a8c0@penelope> Remove setupapi (again) Deleted files: branches/xmlbuildsystem/reactos/lib/setupapi/ From chorns at svn.reactos.com Sat Feb 12 17:47:04 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [chorns] 13510: Branch setupapi (again) Message-ID: <000601c51122$7b8d5f70$6601a8c0@penelope> Branch setupapi (again) Added files: branches/xmlbuildsystem/reactos/lib/setupapi/ branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml From weiden at svn.reactos.com Sat Feb 12 18:15:08 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13511: added stubs for NeedCurrentDirectoryForExePathA/W() Message-ID: <000601c51126$66fa3430$6601a8c0@penelope> added stubs for NeedCurrentDirectoryForExePathA/W() Updated files: trunk/reactos/include/ascii.h trunk/reactos/include/funcs.h trunk/reactos/include/unicode.h trunk/reactos/lib/kernel32/file/dir.c trunk/reactos/lib/kernel32/kernel32.def From weiden at svn.reactos.com Sat Feb 12 21:37:09 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13512: the callback management doesn't have to be serialized as it's only accessed by the thread itself Message-ID: <000601c51142$9f8dc7f0$6601a8c0@penelope> the callback management doesn't have to be serialized as it's only accessed by the thread itself Updated files: trunk/reactos/include/napi/win32.h trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/ntuser/callback.c From gvg at svn.reactos.com Sat Feb 12 21:51:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13513: Sync to Wine-20050211 Message-ID: <000601c51144$9d7fe4a0$6601a8c0@penelope> Sync to Wine-20050211 Francois Gouget - Assorted spelling fixes. Dimitrie O. Paun - Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags properly. Alexandre Julliard - Store the "managed" flag as a window property instead of the Wine-specific WS_EX_MANAGED style bit. Paul Vriens - Remove needless check for horizontal or vertical pager. Paul Vriens - Remove the checking/setting of the defaults in TRACKBAR_Create. Updated files: trunk/reactos/lib/comctl32/datetime.c trunk/reactos/lib/comctl32/listview.c trunk/reactos/lib/comctl32/pager.c trunk/reactos/lib/comctl32/status.c trunk/reactos/lib/comctl32/toolbar.c trunk/reactos/lib/comctl32/trackbar.c From gvg at svn.reactos.com Sat Feb 12 22:03:12 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13514: Henning Gerhardt Message-ID: <000601c51146$431994a0$6601a8c0@penelope> Henning Gerhardt - Update German resources. Robert Shearman - Draw a representation of a document in the page setup dialog. - Change some FIXME's to TRACE's because everything we need is implemented and they fire for ones that we don't need to implement. Remi Assailly - char -> const char fixes. Jose Manuel Ferrer Ortiz - Updated Spanish resources. Dmitry Timoshkov - Correct coordinates of a couple of controls. - Do not forget to allocate internal OPENFILENAMEW structure for 16-bit GetOpenFileName, initialize it by zeros for 16/A cases. - Make GetOpenFileNameW with an old style open file dialog work with the original OPENFILENAMEW structure, making sure that all changes are passed back to the caller. Ulrich Czekalla - GetFileName31W should call unicode version of FD31_AllocPrivate. Jonathan Ernst - Updated French resources. Updated files: trunk/reactos/lib/comdlg32/cdlg.h trunk/reactos/lib/comdlg32/cdlg32.c trunk/reactos/lib/comdlg32/cdlg_De.rc trunk/reactos/lib/comdlg32/cdlg_En.rc trunk/reactos/lib/comdlg32/cdlg_Es.rc trunk/reactos/lib/comdlg32/cdlg_Fr.rc trunk/reactos/lib/comdlg32/cdlg_Ru.rc trunk/reactos/lib/comdlg32/filedlg.c trunk/reactos/lib/comdlg32/filedlg16.c trunk/reactos/lib/comdlg32/filedlg31.c trunk/reactos/lib/comdlg32/filedlg31.h trunk/reactos/lib/comdlg32/printdlg.c From gvg at svn.reactos.com Sat Feb 12 22:07:19 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13515: Sync to Wine-20050211 Message-ID: <000601c51146$d65eb100$6601a8c0@penelope> Sync to Wine-20050211 Carlos Lozano - Fix regression in Fallout game. Remi Assailly - char -> const char fixes. Robert Reif - Copy data structures one at a time using supplied size. Updated files: trunk/reactos/lib/dinput/device.c trunk/reactos/lib/dinput/dinput_main.c trunk/reactos/lib/dinput/joystick_linux.c trunk/reactos/lib/dinput/mouse.c From gvg at svn.reactos.com Sat Feb 12 22:26:17 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13516: Sync to Wine-20050211 Message-ID: <000601c51149$7cba0de0$6601a8c0@penelope> Sync to Wine-20050211 Juan Lang - Make netspi.h private, as some of its declarations conflict with npapi.h. Spotted by Paul Vriens. Jonathan Ernst - Updated French resources. Henning Gerhardt - Update German resources. Added files: trunk/reactos/lib/mpr/mpr_Fr.rc trunk/reactos/lib/mpr/netspi.h Updated files: trunk/reactos/lib/mpr/mpr.rc trunk/reactos/lib/mpr/mpr_De.rc trunk/reactos/lib/mpr/nps.c From gvg at svn.reactos.com Sat Feb 12 22:46:47 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13517: Sync to Wine-20050211 Message-ID: <000601c5114c$59c2ea20$6601a8c0@penelope> Sync to Wine-20050211 Alexandre Julliard - It makes no sense to export the dll entry point as stub. Updated files: trunk/reactos/lib/msimg32/msimg32.spec trunk/reactos/lib/msimg32/msimg32_main.c From gvg at svn.reactos.com Sat Feb 12 23:59:09 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13518: Sync to Wine-20050211 Message-ID: <000601c51156$75d04410$6601a8c0@penelope> Sync to Wine-20050211 Mike McCormack - add support for Edit boxes in MSI dialogs - run the message loop when waiting for threads or processes - fix the dialog font - allow waiting on a handle while running the message loop - implement checkboxes in dialogs - use TextStyle enumeration instead of numbers - fix MSI_IterateRecords to return the correct count - Add more dialog controls, do something when they're clicked on. - Implement MsiPreviewDialog. - Implement and document MsiLoadString. - Added stub implementations for MsiPreviewDialog and MsiPreviewBillboard. - Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not MSIHANDLE. - Implement, test and document MsiDecomposeDescriptor. - Handle a number as a parameter for custom action 19. - Move OpenQuery into msiquery.c and make it non-static. - Fix and test inserting records. - Fix refcounting, use Interlocked functions. - MsiEvaluateCondition returns an error when passed NULL as a condition. - Lock record in MsiViewExecute, move stubs to end. - Fix MsiRecordSetString for NULL strings and update test case. - Fix a bug caused by freeing memory too soon in the table code. - Update headers, add MsiGetUserInfoA stub implementation. - Fix a memory leak in MsiConfigureProductExW. - Indentation and style cleanup. - implement MsiOpenPackageEx, and forward MsiOpenPackage there - make a MSI_CreatePackage function and use it in MSI_OpenPackage - move MsiOpenPackageA down with the rest of the API functions Juan Lang - Partially implement AppSearch action. - If a full path isn't specified, search across all fixed drives. - Simplify AppSearch error checking. - Identifiers evaluate to true if they are non-empty, regardless of value. Aric Stewart - action.c is getting too big, so split out all the handling of CustomActions into custom.c. Cleaned up a lot of the handling of custom actions including scripting actions and processing return codes. - Mike McCormack pointed out that MsiFormatRecord is basically the same as internal function deformat_string. So broke deformat_string out and updated it to function as MsiFormatRecord and implemented MsiFormatRecord. - A number of random fixes to action.c including properly calculating the length for the LocalPackage name, not forcing a reboot when really we should just return ERROR_INSTALL_SUSPEND and handling REG_MULTI_SZ now that we can deformat the properly. - Move the guid squishing functions out of msi.c and make a new registry.c file. Also clean up all the various registry keys we need to open and create to this module and modify the functions for msi.c to call these functions. - Added a few more stub implementations. - Implement custom action type 19, Halt install and display error message. - Continued work to simplify the ProcessAction call, also split it into a ProcessAction and ProcessUIAction for future dialog box work. Also fix a bug in deformat_string where i was not freeing the created record. - Make a temp file for each dll saved for custom actions. This prevents name collisions from causing custom actions to fail. - Do not track the temp files for custom actions based on the name from the table because then we get conflicts and files not tracked or cleaned up. - Add the RegisterUser action. - Implement RegisterExtensionInfo and RegisterMIMEInfo. - Add logic to be able to resolve the SourceDir based on CurrentPath. Also add logic to get the source locations of a file if it is not in a cabinet. - Finish up the framework by stubbing out all the remaining Standard actions. - A fix to deformat_string so it only returns a null return if you provided a null buffer. - Eliminate the giant if.. else if block from ACTION_ProcessAction in favor of a table of handlers. - Return code of the install should not depend on the return code of the final action. - Update component installed states as they are installed so that conditions based on component states are at least a little more correct. - Add icon and argument when regestering clsids. - Add a stub for ResolveSource because we do that work just not in ResolveSource like we should. - When quering a Component state return the correct state. - Enable the updating of Feature and thus the resulting component states. - Run the end of install actions for suspend and user exit states as well. - Start putting in place a currently running state for future ui use. - Use the new registry functions in registry.c. - Do not force a reboot, just return ERROR_INSTALL_SUSPEND and write some keys to the registry. - Quite a few fixes: - Allow for the queing of custom actions to trigger on the InstallExecute or InstallExecuteAgain actions. - allow for the queing of custom actions to trigger on InstallFinalize. - Properly set the CustomActionData property for said queued actions. - Implement RegisterProduct. - Beginning implementation of ForceReboot. - Don't kill install if an item to be duplicated does not exist. - Write out SourceList and LastUsedSource for resuming installs. - Use regsvr32 to register self reg dlls. - Implementations for SelfRegModules and PublishFeatures. - Set default ACTION property for Install. - Deformat more than JUST properties properly. Allows for Files and Component paths in deformat. - Properly deformat a LaunchCondition failure dialog box. - Resolve and save registry Keypaths. - Write the Features published keys more correctly. Still some problems. - First implementation of the WriteIniValues action. - Custom actions can have null in their target parameters, handle that without crashing. Also enable deformating of lines greater than 256 characters. - Added some more suminfo stubs. - An implementation of MsiSummaryInfoGetPropertyW based off of MsiSummaryInfoGetPropertyA. - Added stubs for MsiGetShortcutTargetA/W. - Do a very basic first implementation of MsiConfigureProductExW for msiexec /@ when run as a reboot. - Also add a number of new stubs for the office xp and 2k3 install and startup process. - Fix a copy and paste error, check for a null value and discard unneeded errors. - Do not limit properties to 256 characters when evaluating them. - Setting a record to an empty string is the same as making it null. - First pass implement ion of MsiQueryProductState[A/W] as well as a few fixes for MsiGetComponentPath. - Actually start on an implemention for MsiGetComponentPathW that should handle all keypaths that are files. - A reworking of format.c to remove the recursion, clean things up and stabilize behavior to match windows. - Cleanup processing a bit more. - Allow for nested keys to work properly. - MsiGetProperty does not return any error on missing properties. - The new Insert fixes now properly require ?,? instead of just ? for the Insert call. This fix modifies the MSI_SetProperty query to be correct. Michael Stefaniuc - Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Francois Gouget - Assorted spelling fixes. Ulrich Czekalla - Handle 0 length buffers in MSI_FormatRecordW. - Remove unused buffer in deformat_string. Mike Hearn - Correctly ensure properties set from resolved directory paths are backslash terminated. Francois Gouget - Assorted spelling fixes. Marcus Meissner - Initialize rc in create_component_directory(). Alexandre Julliard - Avoid unnecessary run-time initializations. Added files: trunk/reactos/include/wine/msidefs.h trunk/reactos/lib/msi/action.h trunk/reactos/lib/msi/appsearch.c trunk/reactos/lib/msi/custom.c trunk/reactos/lib/msi/dialog.c trunk/reactos/lib/msi/format.c trunk/reactos/lib/msi/msi.rc trunk/reactos/lib/msi/msi_En.rc trunk/reactos/lib/msi/preview.c trunk/reactos/lib/msi/registry.c Updated files: trunk/reactos/include/wine/msi.h trunk/reactos/lib/msi/Makefile.in trunk/reactos/lib/msi/action.c trunk/reactos/lib/msi/cond.tab.c trunk/reactos/lib/msi/cond.tab.h trunk/reactos/lib/msi/cond.y trunk/reactos/lib/msi/create.c trunk/reactos/lib/msi/distinct.c trunk/reactos/lib/msi/handle.c trunk/reactos/lib/msi/insert.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/order.c trunk/reactos/lib/msi/package.c trunk/reactos/lib/msi/record.c trunk/reactos/lib/msi/select.c trunk/reactos/lib/msi/sql.tab.c trunk/reactos/lib/msi/sql.y trunk/reactos/lib/msi/string.c trunk/reactos/lib/msi/suminfo.c trunk/reactos/lib/msi/table.c trunk/reactos/lib/msi/update.c trunk/reactos/lib/msi/where.c From fireball at svn.reactos.com Sun Feb 13 00:11:12 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [fireball] 13519: Fixed a copy-n-paste typo in usbuhci ("Type"->"Image" reg key), also adding ohci driver entry (loads in VirtualPC). Message-ID: <000601c51158$24db8e50$6601a8c0@penelope> Fixed a copy-n-paste typo in usbuhci ("Type"->"Image" reg key), also adding ohci driver entry (loads in VirtualPC). Updated files: trunk/reactos/bootdata/hivesys.inf From fireball at svn.reactos.com Sun Feb 13 00:27:29 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [fireball] 13520: Added cromwell's drivers into build/install process. Now we have two alternatives: usbport/usbXhci or usbcore/ohci.sys. With time they will be merged into one, or cromwell will be wasted and usbport/usbXhci will be written from scratch. Message-ID: <000601c5115a$6b049b40$6601a8c0@penelope> Added cromwell's drivers into build/install process. Now we have two alternatives: usbport/usbXhci or usbcore/ohci.sys. With time they will be merged into one, or cromwell will be wasted and usbport/usbXhci will be written from scratch. Updated files: trunk/reactos/drivers/usb/Makefile From fireball at svn.reactos.com Sun Feb 13 00:31:16 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [fireball] 13521: Some basics of driver wrapper - establish dispatch functions, a very basic AddDevice handler. Still stubs, but they will be filled with something very soon! Message-ID: <000601c5115a$f2dc4d60$6601a8c0@penelope> Some basics of driver wrapper - establish dispatch functions, a very basic AddDevice handler. Still stubs, but they will be filled with something very soon! Updated files: trunk/reactos/drivers/usb/cromwell/host/ohci_main.c From steven_ed4153 at yahoo.com Sun Feb 13 00:42:06 2005 From: steven_ed4153 at yahoo.com (Steven Edwards) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13518: Sync to Wine-20050211 In-Reply-To: <000601c51156$75d04410$6601a8c0@penelope> Message-ID: <20050212234206.81292.qmail@web21121.mail.yahoo.com> --- gvg@svn.reactos.com wrote: > Sync to Wine-20050211 > - add support for Edit boxes in MSI dialogs ..... Just a short note. With this patch most installars using MSI might be able start on ReactOS but there seems to be some sort of communication issue when they try to tell services to load msiexec. I added a Windows Installer service here in my tree but still have not had much luck. If someone wants to sync msiexec.exe with winehq and have a look we can then see how far iTunes and Office will get. Thanks Steven __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! http://my.yahoo.com From sedwards at svn.reactos.com Sun Feb 13 03:11:24 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [sedwards] 13522: Remove the old control apps from rosapps/control. Message-ID: <000601c51171$515e2c30$6601a8c0@penelope> Remove the old control apps from rosapps/control. Deleted files: trunk/rosapps/control/ From gvg at svn.reactos.com Sun Feb 13 10:56:15 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13523: Change eol-style Message-ID: <000601c511b2$41f5b600$6601a8c0@penelope> Change eol-style Updated files: vendor/wine/dlls/msi/current/action.c From weiden at svn.reactos.com Sun Feb 13 14:03:46 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [weiden] 13524: fixed returning the reference to the token in SeCopyClientToken() and probe pointer when neccessary Message-ID: <000601c511cc$73ca3740$6601a8c0@penelope> fixed returning the reference to the token in SeCopyClientToken() and probe pointer when neccessary Updated files: trunk/reactos/ntoskrnl/se/token.c From frik85 at svn.reactos.com Sun Feb 13 14:49:58 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [frik85] 13525: VMware SVGA Wizard: Message-ID: <000601c511d2$e826d2f0$6601a8c0@penelope> VMware SVGA Wizard: * add title and subtitle (wizard window) * center the wizard window * update english and german language files Updated files: trunk/reactos/subsys/system/vmwinst/De.rc trunk/reactos/subsys/system/vmwinst/En.rc trunk/reactos/subsys/system/vmwinst/Es.rc trunk/reactos/subsys/system/vmwinst/vmwinst.c trunk/reactos/subsys/system/vmwinst/vmwinst.h trunk/reactos/subsys/system/vmwinst/vmwinst.rc From hbirr at svn.reactos.com Sun Feb 13 16:38:59 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13526: - Changed the definition of fpos_t to a 64bit value to get binutils 2.15.94 working. Message-ID: <000601c511e2$229a3620$6601a8c0@penelope> - Changed the definition of fpos_t to a 64bit value to get binutils 2.15.94 working. Updated files: trunk/reactos/include/msvcrt/stdio.h From hbirr at svn.reactos.com Sun Feb 13 18:09:12 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13527: - Initialize the Lock value of a stream file object. Message-ID: <000601c511ee$bd32aa30$6601a8c0@penelope> - Initialize the Lock value of a stream file object. Updated files: trunk/reactos/ntoskrnl/io/create.c From hbirr at svn.reactos.com Sun Feb 13 18:11:01 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13528: - Partial implementation of IoSetInformation. Message-ID: <000601c511ee$fe401b70$6601a8c0@penelope> - Partial implementation of IoSetInformation. Updated files: trunk/reactos/ntoskrnl/io/share.c From hbirr at svn.reactos.com Sun Feb 13 18:21:18 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13529: - Prepared cdfs for using CcInitializeCacheMap/CcUninitializeCacheMap instead of CcRosInitializeFileCache/CcRosReleaseFileCache. Message-ID: <000601c511f0$6dc99d80$6601a8c0@penelope> - Prepared cdfs for using CcInitializeCacheMap/CcUninitializeCacheMap instead of CcRosInitializeFileCache/CcRosReleaseFileCache. Updated files: trunk/reactos/drivers/fs/cdfs/cdfs.h trunk/reactos/drivers/fs/cdfs/cleanup.c trunk/reactos/drivers/fs/cdfs/fcb.c trunk/reactos/drivers/fs/cdfs/fsctl.c From hbirr at svn.reactos.com Sun Feb 13 18:23:42 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13530: - Prepared ntfs for using CcInitializeCacheMap/CcUninitializeCacheMap instead of CcRosInitializeFileCache/CcRosReleaseFileCache. Message-ID: <000601c511f0$c3f1bcb0$6601a8c0@penelope> - Prepared ntfs for using CcInitializeCacheMap/CcUninitializeCacheMap instead of CcRosInitializeFileCache/CcRosReleaseFileCache. Updated files: trunk/reactos/drivers/fs/ntfs/fcb.c trunk/reactos/drivers/fs/ntfs/fsctl.c trunk/reactos/drivers/fs/ntfs/ntfs.h From hbirr at svn.reactos.com Sun Feb 13 18:25:53 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [hbirr] 13531: - Forgot this file. Message-ID: <000601c511f1$11d242b0$6601a8c0@penelope> - Forgot this file. - Prepared cdfs for using CcInitializeCacheMap/CcUninitializeCacheMap instead of CcRosInitializeFileCache/CcRosReleaseFileCache. Updated files: trunk/reactos/drivers/fs/cdfs/rw.c From gvg at svn.reactos.com Sun Feb 13 21:52:19 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13532: Sync to Wine-20050211 Message-ID: <000601c5120d$e8c31120$6601a8c0@penelope> Sync to Wine-20050211 Robert Shearman - Add documentation for most Co* functions. - Move several functions into different files to group them with similar functions. - Implement CoDisconnectObject. - Change CoLockObjectExternal so that it does the correct action now and eliminate a fair few lines of now redundant code. - Rename OLE32_Dll{Register,Unregister}Server to Dll{Register,Unregister}Server. - Move OLE automation interface registration to oleaut32. - Add IRemUnknown to list of interfaces to register. - Make proxy manager use IMultiQI instead of IInternalUnknown as tests show that IInternalUnknown isn't exposed. - Implement IMultiQI on top of IRemUnknown calls. - Silence some fixmes that occur during tests and don't give us any useful information. - Fix typo in class factory proxy that caused us to use the wrong offset into the CFProxy structure, causing us to not call the outer_unknown properly. - Use InterlockedIncrement for the ipid counter instead of a critical section (suggested by Mike Hearn). - Remove a line added by a bad merge. - Implement RemUnkStub_Disconnect. - Remove all of the RPC disconnect code. - Implement IRemUnknown. - Use IRemUnknown for life-cycle management instead of the current hacks. - Generate machine-local IPIDs. - Make pipes be uniquely identified only by their IPID. - Implement table marshaling. - The apartment reference should be held while the stub manager reference is held. - Fix same apartment-unmarshal detection. - Proxies/stubs for IRemUnknown methods, based on code written by Ove Ksven. - Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as apps depend on this. - Don't release IRpcProxyBuffer on ifproxy destruction - the caller will do this for us. - Make find_proxy_manager add a reference to the proxy manager and make proxy_manager_construct return an object with a valid ref-count. - Remove stray not operator to fix a memory leak / crash in proxy_manager_destroy. - More debug messages, especially on errors. - Fix ref-count leak in the Class Factory proxy. - Add a test case for IClassFactory_CreateInstance. - Split up apartment creation so that the long code paths that don't need locking no longer have locking. - Add special cases for the threads that join apartments but can't increase the refcount of the apartment. - Free TLS storage on thread destruction (including releasing the apartment the thread is in, if any, and so making another test pass). - More tests. - Change return code of CoGetPSClsid to match test result. - Do a slight hack to make IRemUnknown proxies be added after the proxy that uses them to stop them being used after they are destroyed. - Fix multiple local server connections. - The apartment reference should be held while the stub manager reference is held. - Fix same apartment-unmarshal detection. - Don't use the pipe caching code because it doesn't work correctly at the moment. - Always write disconnect reply packet, even in failure cases. - Move object-to-stub-manager mapping rule to register_ifstub. - Pass the original IID to IMarshal_UnmarshalInterface and query for the requested interface. - Unmarshaling IID_NULL means use the IID the interface was originally marshaled with. - Add code for destroying the thread-local storage data, but don't use it yet. - Don't release apartment on changing modes because we didn't add a reference anywhere. - Quieten the RPC_E_DISCONNECTED error message as it is an expected return code. - Treat IID_NULL the same as IID_IUnknown. - Make tests compile on Win95 again. - Fix copy+paste error where the test failure should be from the CoUnmarshalInterface function. - Give IUnknown its own ifstub to fix ref-counting and ipid storage issues. - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to call any IRemUnknown functions. - Move the low-level unmarshaling code into a new function, unmarshal_object, so that it can be easily reused for unmarshaling IRemUnknown. - Consolidate more stub creation details into register_ifstub. - Replace the current wine_marshal_id structure with STDOBJREF for the on-the-wire format. - Initialize clsid member to the marshaler clsid to fix custom marshaling. - Make proxy shutdown test succeed by releasing the channel on disconnect. - Remove wine_marshal_data: it is unneeded and there is no equivalent in STDOBJREF. - Remove obsolete structs, rearrange things to group the structs together and to group similar functions. - Document thread-safety of members of structs. - Document CoSetState & CoGetState. - Rewrite them to only retrieve TLS info once. - Remove trailing whitespace in COM_CurrentInfo. - Release the client security objects when no longer needed (reported by Mike McCormack). - Implement CoSetProxyBlanket, CoQueryProxyBlanket and CoCopyProxy. - Update todo list. - Destroy stubs on apartment shutdown. - Make MTA dynamically allocated so that proxies and other resources are freed at the proper time. - Changed/removed some incorrect comments regarding apartments. Mike Hearn - Various formatting/style changes. - Force context switch on chanbuf disconnect to avoid a race in the test suite. Mike Hearn Robert Shearman - Rework RPC dispatch layer to be simpler and not get confused by server/client duality. - Make threads shut down at the right time and not access freed memory after apartment destruction. - Rename stub_dispatch_thread to client_dispatch_thread. - Add some more tracing - Check return value of WaitNamedPipe. - Change named pipe timeouts to 0.5s, which should be enough for even the slowest machines. Christian Costa - CoInitialize(Ex) should return S_FALSE when COM is already initialized for the current thread. Updated files: trunk/reactos/include/wine/list.h trunk/reactos/include/wine/objidl.h trunk/reactos/lib/ole32/compobj.c trunk/reactos/lib/ole32/compobj_private.h trunk/reactos/lib/ole32/ifs.c trunk/reactos/lib/ole32/marshal.c trunk/reactos/lib/ole32/ole2.c trunk/reactos/lib/ole32/ole2stubs.c trunk/reactos/lib/ole32/ole32.spec trunk/reactos/lib/ole32/ole32_main.c trunk/reactos/lib/ole32/ole32_main.h trunk/reactos/lib/ole32/oleproxy.c trunk/reactos/lib/ole32/regsvr.c trunk/reactos/lib/ole32/rpc.c trunk/reactos/lib/ole32/stubmanager.c trunk/reactos/w32api/include/winerror.h trunk/reactos/w32api/include/wtypes.h From gvg at svn.reactos.com Sun Feb 13 22:03:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13533: Sync to Wine-20050211 Message-ID: <000601c5120f$7d64e1e0$6601a8c0@penelope> Sync to Wine-20050211 James Hawkins - Use Interlocked* instead of ++/-- in AddRef/Release. - Use only stored result of Interlocked* in AddRef/Release. - Expand TRACEs to display the ref count. Alex Villacis Lasso - Initialize temporary variants before calling VariantChangeTypeEx. - When parsing an hex/oct integer value, copy value verbatim in VARIANT, rather than a negated value. Add test case for this behavior. Vincent Beron - Remove message telling users to copy native stdole32.tlb over as we now provide it. - Better trace in LoadTypeLib. - Change debug messages type to reflect we provide stdole32.tlb. Robert Shearman - Move OLE automation interface registration to oleaut32. - Add IRemUnknown to list of interfaces to register. Mike Hearn - Change some FIXMEs to ERRs to reflect the fact that nothing needs fixing. - Fix some memory leaks on error paths in _marshal_interface. - Fix a typo, propagate errors better from inside the typelib marshaller. - Return OLE automation build value as win2k by default. Rein Klazes - SafeArrayDestroy() returns success when called with a NULL pointer. Added to the test cases. Paul Vriens - Add WinXP to OaBuildVersion. Added files: trunk/reactos/lib/oleaut32/oleaut32_Ru.rc Updated files: trunk/reactos/lib/oleaut32/connpt.c trunk/reactos/lib/oleaut32/dispatch.c trunk/reactos/lib/oleaut32/oleaut.c 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/variant.c Deleted files: trunk/reactos/lib/oleaut32/oleaut32_Ru.rc From gvg at svn.reactos.com Sun Feb 13 22:06:19 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [gvg] 13534: Sync to Wine-20050211 Message-ID: <000601c5120f$dcf9b950$6601a8c0@penelope> Sync to Wine-20050211 Jonathan Ernst - Updated French resources. Added files: trunk/reactos/lib/oledlg/oledlg_Fr.rc Updated files: trunk/reactos/lib/oledlg/rsrc.rc From ea at svn.reactos.com Sun Feb 13 22:18:38 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:52 2006 Subject: [ros-svn] [ea] 13537: Fix OriginalCopyright. Message-ID: <000601c51211$95638b00$6601a8c0@penelope> Fix OriginalCopyright. Updated files: trunk/reactos/include/reactos/version.rc From ea at svn.reactos.com Sun Feb 13 22:31:35 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [ea] 13538: NtAcceptConnectPort signature fixed. Message-ID: <000601c51213$64ed2970$6601a8c0@penelope> NtAcceptConnectPort signature fixed. Updated files: trunk/reactos/include/ntos/zw.h From ea at svn.reactos.com Sun Feb 13 22:17:34 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [ea] 13536: OriginalCopyright added. Message-ID: <000601c51211$6f9f9300$6601a8c0@penelope> OriginalCopyright added. Updated files: trunk/rosapps/sysutils/chkdsk.rc trunk/rosapps/sysutils/format.rc From ea at svn.reactos.com Sun Feb 13 22:16:59 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [ea] 13535: Resource script added. Message-ID: <000601c51211$5ad61250$6601a8c0@penelope> Resource script added. Added files: trunk/rosapps/sysutils/kill/kill.rc Updated files: trunk/rosapps/sysutils/kill/makefile Deleted files: trunk/rosapps/sysutils/kill/.cvsignore From hbirr at svn.reactos.com Sun Feb 13 22:32:50 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [hbirr] 13540: - Silence a debug message. Message-ID: <000601c51213$91b1e2c0$6601a8c0@penelope> - Silence a debug message. Updated files: trunk/reactos/lib/kernel32/file/file.c From ea at svn.reactos.com Sun Feb 13 22:32:42 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [ea] 13539: LPC message type LPC_CONNECTION_REFUSED does not exist in NT. Message-ID: <000601c51213$8c845ad0$6601a8c0@penelope> LPC message type LPC_CONNECTION_REFUSED does not exist in NT. Updated files: trunk/reactos/include/ntos/zwtypes.h From weiden at svn.reactos.com Sun Feb 13 23:00:36 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [weiden] 13541: fixed wrong buffer check in NtDuplicateToken and added buffer checks in NtOpenThreadTokenEx Message-ID: <000601c51217$72a23cf0$6601a8c0@penelope> fixed wrong buffer check in NtDuplicateToken and added buffer checks in NtOpenThreadTokenEx Updated files: trunk/reactos/ntoskrnl/se/token.c From hbirr at svn.reactos.com Sun Feb 13 23:07:17 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [hbirr] 13542: Created cache_manager_rewrite branch Message-ID: <000601c51218$617fd5d0$6601a8c0@penelope> Created cache_manager_rewrite branch Added files: branches/cache_manager_rewrite/ From hbirr at svn.reactos.com Sun Feb 13 23:08:14 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [hbirr] 13543: Created cache_manager_rewrite branch Message-ID: <000601c51218$83c5a390$6601a8c0@penelope> Created cache_manager_rewrite branch Added files: branches/cache_manager_rewrite/reactos/ From gvg at svn.reactos.com Sun Feb 13 23:42:49 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [gvg] 13544: Sync to Wine-20050211 Message-ID: <000601c5121d$58918310$6601a8c0@penelope> Sync to Wine-20050211 James Hawkins - Use Interlocked* instead of ++/-- in AddRef/Release. - Use only stored result of Interlocked* in AddRef/Release. - Expand TRACEs to display the ref count. Francois Gouget - Assorted spelling fixes. Mike McCormack - Implement GetAdvise and SetAdvise. Henning Gerhardt - A small spelling fix and a small update (thank to Andreas Mohr). - Update German resources. Joris Huizer - add file_operation_delete - add file_operation_checkFlags - use these in SHFileOperationW replacing inline code Updated files: trunk/reactos/lib/shell32/autocomplete.c trunk/reactos/lib/shell32/cpanelfolder.c trunk/reactos/lib/shell32/dataobject.c trunk/reactos/lib/shell32/dragdrophelper.c trunk/reactos/lib/shell32/enumidlist.c trunk/reactos/lib/shell32/folders.c trunk/reactos/lib/shell32/memorystream.c trunk/reactos/lib/shell32/pidl.c trunk/reactos/lib/shell32/shell32_De.rc trunk/reactos/lib/shell32/shelllink.c trunk/reactos/lib/shell32/shellole.c trunk/reactos/lib/shell32/shellord.c trunk/reactos/lib/shell32/shellpath.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/shlfileop.c trunk/reactos/lib/shell32/shlfsbind.c trunk/reactos/lib/shell32/shlview.c trunk/reactos/lib/shell32/shv_bg_cmenu.c trunk/reactos/lib/shell32/shv_item_cmenu.c From gvg at svn.reactos.com Sun Feb 13 23:50:03 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [gvg] 13545: Need to fix eol-style Message-ID: <000601c5121e$5b373230$6601a8c0@penelope> Need to fix eol-style Deleted files: vendor/wine/dlls/shell32/Wine-20050211/ From ea at svn.reactos.com Sun Feb 13 23:55:29 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [ea] 13547: SM - some more work Message-ID: <000601c5121f$1d3cfef0$6601a8c0@penelope> SM - some more work Updated files: trunk/reactos/subsys/smss/client.c trunk/reactos/subsys/smss/init.c trunk/reactos/subsys/smss/smapi.c trunk/reactos/subsys/smss/smss.c trunk/reactos/subsys/smss/smss.h From gvg at svn.reactos.com Sun Feb 13 23:55:01 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:30:53 2006 Subject: [ros-svn] [gvg] 13546: Set eol-style Message-ID: <000601c5121f$0c6d6830$6601a8c0@penelope> Set eol-style Added files: vendor/wine/dlls/shell32/Wine-20050211/ Updated files: vendor/wine/dlls/shell32/Wine-20050211/Makefile.in vendor/wine/dlls/shell32/Wine-20050211/autocomplete.c vendor/wine/dlls/shell32/Wine-20050211/brsfolder.c vendor/wine/dlls/shell32/Wine-20050211/changenotify.c vendor/wine/dlls/shell32/Wine-20050211/classes.c vendor/wine/dlls/shell32/Wine-20050211/clipboard.c vendor/wine/dlls/shell32/Wine-20050211/control.c vendor/wine/dlls/shell32/Wine-20050211/cpanel.h vendor/wine/dlls/shell32/Wine-20050211/cpanelfolder.c vendor/wine/dlls/shell32/Wine-20050211/dataobject.c vendor/wine/dlls/shell32/Wine-20050211/debughlp.c vendor/wine/dlls/shell32/Wine-20050211/debughlp.h vendor/wine/dlls/shell32/Wine-20050211/dialogs.c vendor/wine/dlls/shell32/Wine-20050211/dragdrophelper.c vendor/wine/dlls/shell32/Wine-20050211/enumidlist.c vendor/wine/dlls/shell32/Wine-20050211/enumidlist.h vendor/wine/dlls/shell32/Wine-20050211/folders.c vendor/wine/dlls/shell32/Wine-20050211/iconcache.c vendor/wine/dlls/shell32/Wine-20050211/memorystream.c vendor/wine/dlls/shell32/Wine-20050211/pidl.c vendor/wine/dlls/shell32/Wine-20050211/pidl.h vendor/wine/dlls/shell32/Wine-20050211/regsvr.c vendor/wine/dlls/shell32/Wine-20050211/shell.c vendor/wine/dlls/shell32/Wine-20050211/shell.spec vendor/wine/dlls/shell32/Wine-20050211/shell32.spec vendor/wine/dlls/shell32/Wine-20050211/shell32_Ca.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Cn.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Cs.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Da.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_De.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_En.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Eo.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Es.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Fi.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Fr.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Hu.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_It.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Ja.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Ko.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Nl.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_No.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Pl.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Pt.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Ru.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Si.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Sk.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Sv.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Uk.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Wa.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_Zh.rc vendor/wine/dlls/shell32/Wine-20050211/shell32_main.c vendor/wine/dlls/shell32/Wine-20050211/shell32_main.h vendor/wine/dlls/shell32/Wine-20050211/shell32_xx.rc vendor/wine/dlls/shell32/Wine-20050211/shellfolder.h vendor/wine/dlls/shell32/Wine-20050211/shelllink.c vendor/wine/dlls/shell32/Wine-20050211/shellole.c vendor/wine/dlls/shell32/Wine-20050211/shellord.c vendor/wine/dlls/shell32/Wine-20050211/shellpath.c vendor/wine/dlls/shell32/Wine-20050211/shellreg.c vendor/wine/dlls/shell32/Wine-20050211/shellstring.c vendor/wine/dlls/shell32/Wine-20050211/shfldr.h vendor/wine/dlls/shell32/Wine-20050211/shfldr_desktop.c vendor/wine/dlls/shell32/Wine-20050211/shfldr_fs.c vendor/wine/dlls/shell32/Wine-20050211/shfldr_mycomp.c vendor/wine/dlls/shell32/Wine-20050211/shlexec.c vendor/wine/dlls/shell32/Wine-20050211/shlfileop.c vendor/wine/dlls/shell32/Wine-20050211/shlfolder.c vendor/wine/dlls/shell32/Wine-20050211/shlfsbind.c vendor/wine/dlls/shell32/Wine-20050211/shlmenu.c vendor/wine/dlls/shell32/Wine-20050211/shlview.c vendor/wine/dlls/shell32/Wine-20050211/shpolicy.c vendor/wine/dlls/shell32/Wine-20050211/shres.rc vendor/wine/dlls/shell32/Wine-20050211/shresdef.h vendor/wine/dlls/shell32/Wine-20050211/shv_bg_cmenu.c vendor/wine/dlls/shell32/Wine-20050211/shv_item_cmenu.c vendor/wine/dlls/shell32/Wine-20050211/systray.c vendor/wine/dlls/shell32/Wine-20050211/undocshell.h vendor/wine/dlls/shell32/Wine-20050211/version.h vendor/wine/dlls/shell32/Wine-20050211/version.rc vendor/wine/dlls/shell32/Wine-20050211/version16.rc vendor/wine/dlls/shell32/current/Makefile.in vendor/wine/dlls/shell32/current/autocomplete.c vendor/wine/dlls/shell32/current/brsfolder.c vendor/wine/dlls/shell32/current/changenotify.c vendor/wine/dlls/shell32/current/classes.c vendor/wine/dlls/shell32/current/clipboard.c vendor/wine/dlls/shell32/current/control.c vendor/wine/dlls/shell32/current/cpanel.h vendor/wine/dlls/shell32/current/cpanelfolder.c vendor/wine/dlls/shell32/current/dataobject.c vendor/wine/dlls/shell32/current/debughlp.c vendor/wine/dlls/shell32/current/debughlp.h vendor/wine/dlls/shell32/current/dialogs.c vendor/wine/dlls/shell32/current/dragdrophelper.c vendor/wine/dlls/shell32/current/enumidlist.c vendor/wine/dlls/shell32/current/enumidlist.h vendor/wine/dlls/shell32/current/folders.c vendor/wine/dlls/shell32/current/iconcache.c vendor/wine/dlls/shell32/current/memorystream.c vendor/wine/dlls/shell32/current/pidl.c vendor/wine/dlls/shell32/current/pidl.h vendor/wine/dlls/shell32/current/regsvr.c vendor/wine/dlls/shell32/current/shell.c vendor/wine/dlls/shell32/current/shell.spec vendor/wine/dlls/shell32/current/shell32.spec vendor/wine/dlls/shell32/current/shell32_Ca.rc vendor/wine/dlls/shell32/current/shell32_Cn.rc vendor/wine/dlls/shell32/current/shell32_Cs.rc vendor/wine/dlls/shell32/current/shell32_Da.rc vendor/wine/dlls/shell32/current/shell32_De.rc vendor/wine/dlls/shell32/current/shell32_En.rc vendor/wine/dlls/shell32/current/shell32_Eo.rc vendor/wine/dlls/shell32/current/shell32_Es.rc vendor/wine/dlls/shell32/current/shell32_Fi.rc vendor/wine/dlls/shell32/current/shell32_Fr.rc vendor/wine/dlls/shell32/current/shell32_Hu.rc vendor/wine/dlls/shell32/current/shell32_It.rc vendor/wine/dlls/shell32/current/shell32_Ja.rc vendor/wine/dlls/shell32/current/shell32_Ko.rc vendor/wine/dlls/shell32/current/shell32_Nl.rc vendor/wine/dlls/shell32/current/shell32_No.rc vendor/wine/dlls/shell32/current/shell32_Pl.rc vendor/wine/dlls/shell32/current/shell32_Pt.rc vendor/wine/dlls/shell32/current/shell32_Ru.rc vendor/wine/dlls/shell32/current/shell32_Si.rc vendor/wine/dlls/shell32/current/shell32_Sk.rc vendor/wine/dlls/shell32/current/shell32_Sv.rc vendor/wine/dlls/shell32/current/shell32_Uk.rc vendor/wine/dlls/shell32/current/shell32_Wa.rc vendor/wine/dlls/shell32/current/shell32_Zh.rc vendor/wine/dlls/shell32/current/shell32_main.c vendor/wine/dlls/shell32/current