From gvg at svn.reactos.com Wed Jun 1 00:06:20 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [gvg] 15709: Small present for ion Message-ID: <000601c5662c$f97c3c30$6b01a8c0@PENELOPE> Small present for ion Updated files: trunk/reactos/lib/iphlpapi/iphlpapi.xml From greatlrd at svn.reactos.com Wed Jun 1 01:58:16 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [greatlrd] 15710: small optimze for StretchBlt Message-ID: <000601c5663c$9d11fd80$6b01a8c0@PENELOPE> small optimze for StretchBlt now do only getpixel ones instead call hole time on getpixel for the color value when it stretch to biger BMP the hole stretchblt need to be optimze this code are geting it working bit faster and it is reference implementation Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib1bpp.c trunk/reactos/subsys/win32k/dib/dib24bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c trunk/reactos/subsys/win32k/dib/dib4bpp.c trunk/reactos/subsys/win32k/dib/dib8bpp.c From ion at svn.reactos.com Wed Jun 1 03:56:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [ion] 15711: Fix some debug messages Message-ID: <000601c5664d$310d3030$6b01a8c0@PENELOPE> Fix some debug messages Updated files: trunk/reactos/drivers/video/miniport/vbe/vbemp.c trunk/reactos/subsys/smss/smapicomp.c From ion at svn.reactos.com Wed Jun 1 03:59:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [ion] 15712: Fix some debug messages (do I need to patch this to wine?) Message-ID: <000601c5664d$7ead51d0$6b01a8c0@PENELOPE> Fix some debug messages (do I need to patch this to wine?) Updated files: trunk/reactos/lib/setupapi/devinst.c trunk/reactos/lib/setupapi/makefile From gvg at svn.reactos.com Wed Jun 1 18:27:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [gvg] 15713: Merge 15334:15712 from trunk (but don't activate xmlbuild) Message-ID: <000601c566c6$cb32a9a0$6b01a8c0@PENELOPE> Merge 15334:15712 from trunk (but don't activate xmlbuild) Added files: branches/xen/reactos/boot/freeldr/freeldr/freeldr.xml branches/xen/reactos/boot/freeldr/freeldr/freeldr_base.xml branches/xen/reactos/boot/freeldr/freeldr/freeldr_base64k.xml branches/xen/reactos/boot/freeldr/freeldr/freeldr_main.xml branches/xen/reactos/boot/freeldr/freeldr/freeldr_startup.xml branches/xen/reactos/boot/freeldr/freeldr/setupldr.xml branches/xen/reactos/boot/freeldr/freeldr/setupldr_main.xml Updated files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/hardware.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c branches/xen/reactos/boot/freeldr/freeldr/freeldr.c branches/xen/reactos/boot/freeldr/freeldr/mm/mm.c branches/xen/reactos/boot/freeldr/freeldr/reactos/reactos.c branches/xen/reactos/boot/freeldr/freeldr/reactos/setupldr.c branches/xen/reactos/boot/freeldr/freeldr/ui/ui.c From chorns at svn.reactos.com Wed Jun 1 19:27:57 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [chorns] 15714: Remove unneded file Message-ID: <000601c566cf$40b319f0$6b01a8c0@PENELOPE> Remove unneded file Deleted files: trunk/reactos/lib/setupapi/makefile From chorns at svn.reactos.com Wed Jun 1 19:28:53 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [chorns] 15715: Build with MP=1 Message-ID: <000601c566cf$61b236e0$6b01a8c0@PENELOPE> Build with MP=1 Updated files: trunk/reactos/hal/halx86/generic/adapter.c trunk/reactos/hal/halx86/generic/pci.c trunk/reactos/hal/halx86/generic/spinlock.c trunk/reactos/hal/halx86/xbox/part_xbox.c From greatlrd at svn.reactos.com Wed Jun 1 20:11:29 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [greatlrd] 15716: small optimze for StretchBlt Message-ID: <000601c566d5$55334de0$6b01a8c0@PENELOPE> small optimze for StretchBlt Thanks Alex for the idea with neg for statement it is still a ref implemnet and have some limits Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib1bpp.c trunk/reactos/subsys/win32k/dib/dib24bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c trunk/reactos/subsys/win32k/dib/dib4bpp.c trunk/reactos/subsys/win32k/dib/dib8bpp.c From weiden at svn.reactos.com Wed Jun 1 21:01:14 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [weiden] 15717: fixed warnings Message-ID: <000601c566dc$4863b760$6b01a8c0@PENELOPE> fixed warnings Updated files: trunk/reactos/apps/utils/net/ipconfig/ipconfig.c trunk/reactos/apps/utils/net/netstat/netstat.c From ekohl at svn.reactos.com Wed Jun 1 21:43:34 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [ekohl] 15718: Build the UNICODE version of the eventlog service. Message-ID: <000601c566e2$328d72e0$6b01a8c0@PENELOPE> Build the UNICODE version of the eventlog service. Updated files: trunk/reactos/services/eventlog/eventlog.xml From jimtabor at svn.reactos.com Wed Jun 1 23:55:11 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [jimtabor] 15719: Adding Cromwell to usb. Message-ID: <000601c566f4$95a6ff10$6b01a8c0@PENELOPE> Adding Cromwell to usb. Updated files: trunk/reactos/drivers/usb/directory.xml From jimtabor at svn.reactos.com Wed Jun 1 23:55:38 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [jimtabor] 15720: Adding Cromwell to usb. Message-ID: <000601c566f4$a585a620$6b01a8c0@PENELOPE> Adding Cromwell to usb. Added files: trunk/reactos/drivers/usb/cromwell/core/usbcore.xml trunk/reactos/drivers/usb/cromwell/directory.xml trunk/reactos/drivers/usb/cromwell/host/host.xml trunk/reactos/drivers/usb/cromwell/uhci/uhci.xml Updated files: trunk/reactos/drivers/usb/cromwell/core/config.c trunk/reactos/drivers/usb/cromwell/core/hcd.h trunk/reactos/drivers/usb/cromwell/core/hub.c trunk/reactos/drivers/usb/cromwell/core/message.c trunk/reactos/drivers/usb/cromwell/core/usb-debug.c trunk/reactos/drivers/usb/cromwell/core/usb.c trunk/reactos/drivers/usb/cromwell/host/ohci_main.c trunk/reactos/drivers/usb/cromwell/host/ohci_main.h trunk/reactos/drivers/usb/cromwell/linux/usb.h trunk/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c trunk/reactos/drivers/usb/cromwell/uhci/uhci_main.c trunk/reactos/drivers/usb/cromwell/usb_wrapper.h From ekohl at svn.reactos.com Wed Jun 1 23:57:54 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [ekohl] 15721: - Start the logging thread from ServiceMain. Message-ID: <000601c566f4$f69a5510$6b01a8c0@PENELOPE> - Start the logging thread from ServiceMain. - Move UNICODE definition to the configuration file. - Code cleanup. Updated files: trunk/reactos/services/eventlog/eventlog.c trunk/reactos/services/eventlog/logport.c From hpoussin at svn.reactos.com Thu Jun 2 01:09:38 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:36 2006 Subject: [ros-svn] [hpoussin] 15722: Don't close port if opening failed Message-ID: <000601c566fe$fc017f10$6b01a8c0@PENELOPE> Don't close port if opening failed Updated files: trunk/reactos/drivers/bus/serenum/detect.c From jimtabor at svn.reactos.com Thu Jun 2 03:36:09 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [jimtabor] 15723: Fixed xml problem. Message-ID: <000601c56713$73a79810$6b01a8c0@PENELOPE> Fixed xml problem. Updated files: trunk/reactos/drivers/usb/cromwell/directory.xml From jimtabor at svn.reactos.com Thu Jun 2 03:36:22 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [jimtabor] 15724: Fixed xml problem. Message-ID: <000601c56713$7b732370$6b01a8c0@PENELOPE> Fixed xml problem. Added files: trunk/reactos/drivers/usb/cromwell/sys/sys.xml Updated files: trunk/reactos/drivers/usb/cromwell/core/makefile trunk/reactos/drivers/usb/cromwell/core/usbcore.xml trunk/reactos/drivers/usb/cromwell/host/host.xml trunk/reactos/drivers/usb/cromwell/host/makefile trunk/reactos/drivers/usb/cromwell/uhci/makefile trunk/reactos/drivers/usb/cromwell/uhci/uhci.xml From jimtabor at svn.reactos.com Thu Jun 2 03:37:39 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [jimtabor] 15725: Removed makefiles. Message-ID: <000601c56713$a96dc4b0$6b01a8c0@PENELOPE> Removed makefiles. Deleted files: trunk/reactos/drivers/usb/cromwell/core/makefile trunk/reactos/drivers/usb/cromwell/host/makefile trunk/reactos/drivers/usb/cromwell/uhci/makefile From sedwards at svn.reactos.com Thu Jun 2 04:12:50 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [sedwards] 15726: this was moved Message-ID: <000601c56718$93f3ed80$6b01a8c0@PENELOPE> this was moved Deleted files: trunk/rosapps/calc/ From ion at svn.reactos.com Thu Jun 2 05:21:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ion] 15727: Fix midimap/wavemap build Message-ID: <000601c56722$24db54b0$6b01a8c0@PENELOPE> Fix midimap/wavemap build Added files: trunk/reactos/lib/winmm/directory.xml trunk/reactos/lib/winmm/midimap/midimap.xml trunk/reactos/lib/winmm/wavemap/wavemap.xml Updated files: trunk/reactos/baseaddress.xml trunk/reactos/lib/directory.xml Deleted files: trunk/reactos/lib/midimap/ trunk/reactos/lib/winmm/Makefile.in trunk/reactos/lib/winmm/Makefile.ros-template trunk/reactos/lib/winmm/midimap/Makefile.in trunk/reactos/lib/winmm/midimap/Makefile.ros-template trunk/reactos/lib/winmm/midimap/makefile trunk/reactos/lib/winmm/wavemap/Makefile.in trunk/reactos/lib/winmm/wavemap/Makefile.ros-template trunk/reactos/lib/winmm/wavemap/makefile From ea at svn.reactos.com Thu Jun 2 15:10:59 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ea] 15728: Correct midimap location. Message-ID: <000601c56774$85281130$6b01a8c0@PENELOPE> Correct midimap location. Updated files: trunk/reactos/bootdata/packages/reactos.dff From ea at svn.reactos.com Thu Jun 2 15:17:41 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ea] 15729: SM/CSR: move win32k.sys loading from the SM to the Win32 user mode server. Message-ID: <000601c56775$74b3c460$6b01a8c0@PENELOPE> SM/CSR: move win32k.sys loading from the SM to the Win32 user mode server. Added files: trunk/reactos/lib/smlib/lookupss.c Updated files: trunk/reactos/include/sm/helper.h trunk/reactos/include/sm/ns.h trunk/reactos/lib/smdll/smdll.def trunk/reactos/lib/smlib/compses.c trunk/reactos/lib/smlib/connect.c trunk/reactos/lib/smlib/execpgm.c trunk/reactos/lib/smlib/smlib.xml trunk/reactos/subsys/csrss/csrss.c trunk/reactos/subsys/csrss/init.c trunk/reactos/subsys/smss/initss.c trunk/reactos/subsys/smss/smapiexec.c trunk/reactos/subsys/smss/smss.h From ea at svn.reactos.com Thu Jun 2 15:20:05 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ea] 15730: svn propset Message-ID: <000601c56775$ca6972b0$6b01a8c0@PENELOPE> svn propset From blight at svn.reactos.com Thu Jun 2 21:56:24 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [blight] 15731: Make formatting of half-verbose output the same for linux as for windows (add quotes to the echos) Message-ID: <000601c567ad$27d43930$6b01a8c0@PENELOPE> Make formatting of half-verbose output the same for linux as for windows (add quotes to the echos) Updated files: trunk/reactos/Makefile From greatlrd at svn.reactos.com Thu Jun 2 22:13:00 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15732: lite Optimze only for dib32bpp.c Message-ID: <000601c567af$79b240b0$6b01a8c0@PENELOPE> lite Optimze only for dib32bpp.c thanks Blight for the inline asm for hline bitblt have got optimze for fill black and white color only. more will come Updated files: trunk/reactos/subsys/win32k/dib/dib.h trunk/reactos/subsys/win32k/dib/dib32bpp.c From sedwards at svn.reactos.com Thu Jun 2 22:14:25 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [sedwards] 15733: add cabinet.dll to the cd Message-ID: <000601c567af$ac27bbb0$6b01a8c0@PENELOPE> add cabinet.dll to the cd Updated files: trunk/reactos/bootdata/packages/reactos.dff From fireball at svn.reactos.com Thu Jun 2 22:38:20 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [fireball] 15734: Fix grammar typo (notinserted -> not inserted) in russian translation. Message-ID: <000601c567b3$03874210$6b01a8c0@PENELOPE> Fix grammar typo (notinserted -> not inserted) in russian translation. By M. Zvyozdochkin. Updated files: trunk/reactos/lib/msi/msi_Ru.rc From greatlrd at svn.reactos.com Thu Jun 2 22:47:14 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15735: sorry did foregt ; Message-ID: <000601c567b4$41fe82a0$6b01a8c0@PENELOPE> sorry did foregt ; Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From fireball at svn.reactos.com Thu Jun 2 22:47:17 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [fireball] 15736: Changed dialog's size, and sizes of its elements, so russian translation looks nice in it. Message-ID: <000601c567b4$437e6be0$6b01a8c0@PENELOPE> Changed dialog's size, and sizes of its elements, so russian translation looks nice in it. By M. Zvyozdochkin. Updated files: trunk/reactos/lib/msacm/msacm_Ru.rc From fireball at svn.reactos.com Thu Jun 2 23:09:36 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [fireball] 15737: First version of Explorer's translation into Russian. Done by Dmitry Philippov, checked by me, DarkHobbit and others. Message-ID: <000601c567b7$61ed1290$6b01a8c0@PENELOPE> First version of Explorer's translation into Russian. Done by Dmitry Philippov, checked by me, DarkHobbit and others. But still needs extensive checking. Updated files: trunk/reactos/subsys/system/explorer/explorer_intres.rc From mf at svn.reactos.com Thu Jun 2 23:32:23 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15738: fix column headers Message-ID: <000601c567ba$90902170$6b01a8c0@PENELOPE> fix column headers Updated files: trunk/reactos/subsys/system/winefile/winefile.c From mf at svn.reactos.com Thu Jun 2 23:39:02 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15739: implemented file properties dialog (partly based on Rob D.'s winfile code) Message-ID: <000601c567bb$7e356160$6b01a8c0@PENELOPE> implemented file properties dialog (partly based on Rob D.'s winfile code) Updated files: trunk/reactos/subsys/system/winefile/en.rc trunk/reactos/subsys/system/winefile/resource.h trunk/reactos/subsys/system/winefile/resource.rc trunk/reactos/subsys/system/winefile/winefile.c trunk/reactos/subsys/system/winefile/winefile.dsp trunk/reactos/subsys/system/winefile/winefile.xml From mf at svn.reactos.com Fri Jun 3 00:09:08 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15740: convert info strings to UTF-16 Message-ID: <000601c567bf$b295bfa0$6b01a8c0@PENELOPE> convert info strings to UTF-16 Updated files: trunk/reactos/subsys/system/winefile/winefile.c From mf at svn.reactos.com Fri Jun 3 00:14:54 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15741: Sync from Wine - Henning Gerhardt : Update German resource files Message-ID: <000601c567c0$80fc0930$6b01a8c0@PENELOPE> Sync from Wine - Henning Gerhardt : Update German resource files Updated files: trunk/reactos/subsys/system/winefile/de.rc From greatlrd at svn.reactos.com Fri Jun 3 02:10:20 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15742: sorry wrong optimze for black and white fixing the start menu Message-ID: <000601c567d0$a171b790$6b01a8c0@PENELOPE> sorry wrong optimze for black and white fixing the start menu Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Fri Jun 3 02:35:33 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15743: thx agein blight and alex. Message-ID: <000601c567d4$27329040$6b01a8c0@PENELOPE> thx agein blight and alex. we got alot faster blt for source copy for 32bpp to 32bpp now. Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Fri Jun 3 03:18:04 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15744: blt fill did broke winquake fix it now. Message-ID: <000601c567da$17605d90$6b01a8c0@PENELOPE> blt fill did broke winquake fix it now. Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From blight at svn.reactos.com Fri Jun 3 03:45:28 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [blight] 15745: DIB_32BPP_BitBlt: Fix ROP4_SRCCOPY case for 32bpp. Message-ID: <000601c567dd$eb2570e0$6b01a8c0@PENELOPE> DIB_32BPP_BitBlt: Fix ROP4_SRCCOPY case for 32bpp. This file is ugly! Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hpoussin at svn.reactos.com Fri Jun 3 14:03:46 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hpoussin] 15746: Delete unneeded makefile Message-ID: <000601c56834$4bb728d0$6b01a8c0@PENELOPE> Delete unneeded makefile Deleted files: trunk/reactos/drivers/input/i8042prt/makefile From greatlrd at svn.reactos.com Fri Jun 3 14:30:11 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15747: activate 32 to 32 bitblt code Message-ID: <000601c56837$fc1f8020$6b01a8c0@PENELOPE> activate 32 to 32 bitblt code Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hbirr at svn.reactos.com Fri Jun 3 18:04:42 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hbirr] 15748: Fixed the compiling with DBG set to 1. Message-ID: <000601c56855$f3d63da0$6b01a8c0@PENELOPE> Fixed the compiling with DBG set to 1. Updated files: trunk/reactos/drivers/usb/cromwell/core/config.c trunk/reactos/drivers/usb/cromwell/core/hub.c trunk/reactos/drivers/usb/cromwell/core/usb.c From hpoussin at svn.reactos.com Fri Jun 3 18:56:43 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hpoussin] 15749: Save DriverObject pointer to device extension Message-ID: <000601c5685d$384b18a0$6b01a8c0@PENELOPE> Save DriverObject pointer to device extension Use INTERFACE_TYPE type instead of ULONG Use OBJ_KERNEL_HANDLE when opening \Device\PhysicalMemory Updated files: trunk/reactos/drivers/video/videoprt/resource.c trunk/reactos/drivers/video/videoprt/videoprt.c trunk/reactos/drivers/video/videoprt/videoprt.h From greatlrd at svn.reactos.com Fri Jun 3 18:58:06 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15750: bitblt srcpy optimze it can be more optimze Message-ID: <000601c5685d$697c53d0$6b01a8c0@PENELOPE> bitblt srcpy optimze it can be more optimze Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hpoussin at svn.reactos.com Fri Jun 3 19:09:50 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hpoussin] 15751: Wait the opening of mouclass device to connect the underlying mouse port driver Message-ID: <000601c5685f$0d8578c0$6b01a8c0@PENELOPE> Wait the opening of mouclass device to connect the underlying mouse port driver Updated files: trunk/reactos/drivers/input/mouclass/mouclass.c From mbosma at svn.reactos.com Fri Jun 3 19:29:07 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mbosma] 15752: Some new features like Login, Config.h and Idle message Message-ID: <000601c56861$beb33860$6b01a8c0@PENELOPE> Some new features like Login, Config.h and Idle message Added files: trunk/irc/ArchBlackmann/config.h trunk/irc/ArchBlackmann/idle.txt Updated files: trunk/irc/ArchBlackmann/ArchBlackmann.cpp trunk/irc/ArchBlackmann/ArchBlackmann.dsp trunk/irc/ArchBlackmann/IRCClient.cpp trunk/irc/ArchBlackmann/IRCClient.h trunk/irc/ArchBlackmann/curse.txt From frik85 at svn.reactos.com Fri Jun 3 20:21:58 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [frik85] 15753: Add german language resource to the ReactOS Command Processor Message-ID: <000601c56869$20cf79d0$6b01a8c0@PENELOPE> Add german language resource to the ReactOS Command Processor (not completely finished, I will update it as soon as possible) Added files: trunk/reactos/subsys/system/cmd/De.rc Updated files: trunk/reactos/subsys/system/cmd/cmd.rc From frik85 at svn.reactos.com Fri Jun 3 20:23:22 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [frik85] 15754: Add german language resource file Message-ID: <000601c56869$53390df0$6b01a8c0@PENELOPE> Add german language resource file Added files: trunk/reactos/subsys/system/regsvr32/De.rc Updated files: trunk/reactos/subsys/system/regsvr32/regsvr32.rc From frik85 at svn.reactos.com Fri Jun 3 20:33:34 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [frik85] 15755: update resource file (convert linux file to windows linebreak-compatible) Message-ID: <000601c5686a$bfbe0290$6b01a8c0@PENELOPE> update resource file (convert linux file to windows linebreak-compatible) Updated files: trunk/reactos/lib/cpl/appwiz/Cz.rc From greatlrd at svn.reactos.com Fri Jun 3 20:58:13 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15756: optimze for bitblt dib32bpp.c Message-ID: <000601c5686e$316a79c0$6b01a8c0@PENELOPE> optimze for bitblt dib32bpp.c NOTSRCERASE, DSTINVERT you can gain more speed from these Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Fri Jun 3 21:11:27 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15757: sorry foregt test one optimze Message-ID: <000601c56870$0af4d310$6b01a8c0@PENELOPE> sorry foregt test one optimze remove it until futer Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From mf at svn.reactos.com Fri Jun 3 21:36:54 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15758: split the big explorer resource file into smaller language specific rescource scripts Message-ID: <000601c56873$98a4ebc0$6b01a8c0@PENELOPE> split the big explorer resource file into smaller language specific rescource scripts Added files: trunk/reactos/subsys/system/explorer/explorer-de.rc trunk/reactos/subsys/system/explorer/explorer-en.rc trunk/reactos/subsys/system/explorer/explorer-es.rc trunk/reactos/subsys/system/explorer/explorer-fr.rc trunk/reactos/subsys/system/explorer/explorer-pt.rc trunk/reactos/subsys/system/explorer/explorer-ro.rc trunk/reactos/subsys/system/explorer/explorer-ru.rc trunk/reactos/subsys/system/explorer/explorer-sw.rc trunk/reactos/subsys/system/explorer/resource.h Updated files: trunk/reactos/subsys/system/explorer/Make-rosshell.MinGW trunk/reactos/subsys/system/explorer/Makefile.PCH trunk/reactos/subsys/system/explorer/desktop/desktop.cpp trunk/reactos/subsys/system/explorer/dialogs/searchprogram.cpp trunk/reactos/subsys/system/explorer/dialogs/settings.cpp trunk/reactos/subsys/system/explorer/explorer-cz.rc trunk/reactos/subsys/system/explorer/explorer-jp.rc trunk/reactos/subsys/system/explorer/explorer.cpp trunk/reactos/subsys/system/explorer/explorer.dsp trunk/reactos/subsys/system/explorer/explorer_intres.rc trunk/reactos/subsys/system/explorer/rosshell.dsp trunk/reactos/subsys/system/explorer/shell/filechild.cpp 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/webchild.cpp trunk/reactos/subsys/system/explorer/taskbar/desktopbar.cpp trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.h trunk/reactos/subsys/system/explorer/taskbar/traynotify.cpp trunk/reactos/subsys/system/explorer/utility/shellbrowserimpl.cpp trunk/reactos/subsys/system/explorer/utility/utility.h trunk/reactos/subsys/system/explorer/utility/window.cpp trunk/reactos/subsys/system/explorer/utility/window.h Deleted files: trunk/reactos/subsys/system/explorer/explorer_intres.h From mf at svn.reactos.com Fri Jun 3 21:54:59 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15759: remove resrc1.h Message-ID: <000601c56876$1fa71380$6b01a8c0@PENELOPE> remove resrc1.h Updated files: trunk/reactos/subsys/system/explorer/explorer-ro.rc From gvg at svn.reactos.com Fri Jun 3 23:18:55 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [gvg] 15760: Fix DBG := 0 build Message-ID: <000601c56881$d97b8d30$6b01a8c0@PENELOPE> Fix DBG := 0 build Updated files: trunk/reactos/lib/kjs/kjs.xml trunk/reactos/ntoskrnl/ntoskrnl.xml From hpoussin at svn.reactos.com Sat Jun 4 00:44:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hpoussin] 15761: Don't define asm macros that are not used Message-ID: <000601c5688d$d4006400$6b01a8c0@PENELOPE> Don't define asm macros that are not used Updated files: trunk/reactos/drivers/input/i8042prt/i8042prt.h From greatlrd at svn.reactos.com Sat Jun 4 01:21:23 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15762: more optimze of blt. icon draw lite faster Message-ID: <000601c56892$f4d26430$6b01a8c0@PENELOPE> more optimze of blt. icon draw lite faster Updated files: trunk/reactos/subsys/win32k/dib/dib.h trunk/reactos/subsys/win32k/dib/dib32bpp.c From ion at svn.reactos.com Sat Jun 4 02:25:55 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ion] 15763: Add inbv header, stub InvbDisplayString, fix BSOD to always show on screen like it should, make bugcheck macros show the bugcheck data in the debug output. I hope this appeases Hartmut a bit =) Message-ID: <000601c5689b$f8f71890$6b01a8c0@PENELOPE> Add inbv header, stub InvbDisplayString, fix BSOD to always show on screen like it should, make bugcheck macros show the bugcheck data in the debug output. I hope this appeases Hartmut a bit =) Added files: trunk/reactos/ntoskrnl/include/internal/inbv.h Updated files: trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/ntos/kefuncs.h trunk/reactos/ntoskrnl/inbv/inbv.c trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/ke/bug.c trunk/reactos/ntoskrnl/ke/i386/exp.c From mf at svn.reactos.com Sat Jun 4 11:16:20 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15764: set tsvn:logminsize property Message-ID: <000601c568e6$11f9d680$6b01a8c0@PENELOPE> set tsvn:logminsize property From mf at svn.reactos.com Sat Jun 4 11:18:33 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15765: set tsvn:logminsize property on root Message-ID: <000601c568e6$617dfa60$6b01a8c0@PENELOPE> set tsvn:logminsize property on root From mf at svn.reactos.com Sat Jun 4 11:25:52 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15766: set tsvn:logminsize property Message-ID: <000601c568e7$6720e3f0$6b01a8c0@PENELOPE> set tsvn:logminsize property From mf at svn.reactos.com Sat Jun 4 11:59:18 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [mf] 15767: svn:ignore generated files Message-ID: <000601c568ec$12dcd4c0$6b01a8c0@PENELOPE> svn:ignore generated files From hbirr at svn.reactos.com Sat Jun 4 12:05:37 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hbirr] 15768: Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined. Message-ID: <000601c568ec$f4cad030$6b01a8c0@PENELOPE> Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined. Updated files: trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/kd/kdinit.c trunk/reactos/ntoskrnl/kd/wrappers/bochs.c trunk/reactos/ntoskrnl/ldr/loader.c From ion at svn.reactos.com Sat Jun 4 15:20:38 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ion] 15769: Optimized DstInvert32 Message-ID: <000601c56908$32af47d0$6b01a8c0@PENELOPE> Optimized DstInvert32 Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From ion at svn.reactos.com Sat Jun 4 15:24:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ion] 15770: Fix HEader Message-ID: <000601c56908$cb64c180$6b01a8c0@PENELOPE> Fix HEader Updated files: trunk/reactos/subsys/win32k/dib/dib.h From ion at svn.reactos.com Sat Jun 4 15:38:53 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [ion] 15771: Sorry I was errm a bit...dizzy Message-ID: <000601c5690a$bf4cd480$6b01a8c0@PENELOPE> Sorry I was errm a bit...dizzy Updated files: trunk/reactos/subsys/win32k/dib/dib.h trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Sat Jun 4 18:09:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15772: small optimze and bug fix optimze color fill for DIB32_BltBit Message-ID: <000601c5691f$d15309f0$6b01a8c0@PENELOPE> small optimze and bug fix optimze color fill for DIB32_BltBit Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hbirr at svn.reactos.com Sat Jun 4 19:35:55 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [hbirr] 15773: Merge 15381:15421 from trunk. Message-ID: <000601c5692b$dca77780$6b01a8c0@PENELOPE> Merge 15381:15421 from trunk. Added files: branches/cache_manager_rewrite/reactos/lib/msacm/msacm_Sv.rc branches/cache_manager_rewrite/reactos/lib/setupapi/Sv.rc branches/cache_manager_rewrite/reactos/lib/shdocvw/Sv.rc Updated files: branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/reactos/reactos.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/reactos/setupldr.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/ui/ui.c branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/acpisys.c branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/fdo.c branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/include/acpisys.h branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/osl.c branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/pdo.c branches/cache_manager_rewrite/reactos/drivers/bus/pci/pci.c branches/cache_manager_rewrite/reactos/drivers/bus/pci/pdo.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/legacy.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/pnp.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/serial.h branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/i8042prt.h branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/mouse.c branches/cache_manager_rewrite/reactos/drivers/net/afd/afd/info.c branches/cache_manager_rewrite/reactos/include/ddk/obfuncs.h branches/cache_manager_rewrite/reactos/lib/kernel32/mem/section.c branches/cache_manager_rewrite/reactos/lib/kernel32/synch/event.c branches/cache_manager_rewrite/reactos/lib/kernel32/synch/mutex.c branches/cache_manager_rewrite/reactos/lib/kernel32/synch/sem.c branches/cache_manager_rewrite/reactos/lib/kernel32/synch/timer.c branches/cache_manager_rewrite/reactos/lib/msacm/msacm.rc branches/cache_manager_rewrite/reactos/lib/setupapi/setupapi.rc branches/cache_manager_rewrite/reactos/lib/shdocvw/shdocvw.rc branches/cache_manager_rewrite/reactos/ntoskrnl/cm/cm.h branches/cache_manager_rewrite/reactos/ntoskrnl/cm/ntfunc.c branches/cache_manager_rewrite/reactos/ntoskrnl/cm/registry.c branches/cache_manager_rewrite/reactos/ntoskrnl/cm/regobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/init.c branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/io.h branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/ob.h branches/cache_manager_rewrite/reactos/ntoskrnl/io/device.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/driver.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/file.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/fs.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/iocomp.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/iomgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnpmgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/kdbg/kdb_cli.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/bug.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/clock.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/gate.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/main.S branches/cache_manager_rewrite/reactos/ntoskrnl/ldr/loader.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/section.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/dirobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/handle.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/namespc.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/ntobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/object.c branches/cache_manager_rewrite/reactos/ntoskrnl/rtl/nls.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/sd.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/semgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/token.c branches/cache_manager_rewrite/reactos/subsys/system/cmd/dir.c branches/cache_manager_rewrite/reactos/subsys/system/cmd/internal.c branches/cache_manager_rewrite/reactos/subsys/system/dhcp/dhclient.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/cabinet.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/cabinet.h branches/cache_manager_rewrite/reactos/subsys/system/usetup/filesup.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/format.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/progress.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/progress.h branches/cache_manager_rewrite/reactos/subsys/system/usetup/usetup.c branches/cache_manager_rewrite/reactos/subsys/win32k/include/csr.h branches/cache_manager_rewrite/reactos/subsys/win32k/ntuser/csr.c branches/cache_manager_rewrite/reactos/subsys/win32k/ntuser/desktop.c branches/cache_manager_rewrite/reactos/tools/cabman/dfp.cxx branches/cache_manager_rewrite/reactos/tools/cabman/main.cxx branches/cache_manager_rewrite/reactos/tools/rsym.c branches/cache_manager_rewrite/reactos/w32api/include/ddk/winddk.h From greatlrd at svn.reactos.com Sat Jun 4 19:37:04 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:37 2006 Subject: [ros-svn] [greatlrd] 15774: dib32 more speed optimze Message-ID: <000601c5692c$05b4f530$6b01a8c0@PENELOPE> dib32 more speed optimze Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hbirr at svn.reactos.com Sat Jun 4 19:40:30 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15775: Message-ID: <000601c5692c$80b748a0$6b01a8c0@PENELOPE> Deleted files: branches/cache_manager_rewrite/reactos/ntoskrnl/mm/RPoolMgr.h From hbirr at svn.reactos.com Sat Jun 4 19:48:10 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15776: Copied 15422 from trunk. There was an mixed case filename conflict. Message-ID: <000601c5692d$9270fbd0$6b01a8c0@PENELOPE> Copied 15422 from trunk. There was an mixed case filename conflict. Added files: branches/cache_manager_rewrite/reactos/ntoskrnl/mm/rpoolmgr.h From greatlrd at svn.reactos.com Sat Jun 4 20:43:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [greatlrd] 15777: sorry revert to 15772 Message-ID: <000601c56935$546bc7e0$6b01a8c0@PENELOPE> sorry revert to 15772 Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From hbirr at svn.reactos.com Sat Jun 4 20:47:13 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15778: Copied a missing file. Message-ID: <000601c56935$d2690bd0$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/expand/expand.rc From hbirr at svn.reactos.com Sat Jun 4 20:49:41 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15779: Copied a missing file. Message-ID: <000601c56936$2a8f6c00$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/expand/En.rc From hbirr at svn.reactos.com Sat Jun 4 20:50:44 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15780: Copied a missing file. Message-ID: <000601c56936$501a0480$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/expand/resource.h From hbirr at svn.reactos.com Sat Jun 4 20:53:27 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15781: Copied a missing file. Message-ID: <000601c56936$b1909440$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/En.rc From hbirr at svn.reactos.com Sat Jun 4 20:54:23 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15782: Copied a missing file. Message-ID: <000601c56936$d2863b50$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/resource.h From hbirr at svn.reactos.com Sat Jun 4 20:57:05 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15783: Copied a missing file. Message-ID: <000601c56937$332afc20$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/rundll32/resource.h From hbirr at svn.reactos.com Sat Jun 4 20:57:34 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15784: Copied a missing file. Message-ID: <000601c56937$44a3a420$6b01a8c0@PENELOPE> Copied a missing file. Added files: branches/cache_manager_rewrite/reactos/subsys/system/rundll32/En.rc From hbirr at svn.reactos.com Sat Jun 4 21:07:50 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15785: Merged 15422:15498 from trunk. Message-ID: <000601c56938$b3d76510$6b01a8c0@PENELOPE> Merged 15422:15498 from trunk. Added files: branches/cache_manager_rewrite/reactos/lib/mpr/mpr_Ru.rc branches/cache_manager_rewrite/reactos/lib/msacm/msacm_Ru.rc branches/cache_manager_rewrite/reactos/lib/msi/msi_Ru.rc branches/cache_manager_rewrite/reactos/lib/oledlg/oledlg_Ru.rc branches/cache_manager_rewrite/reactos/lib/shdocvw/Ru.rc branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/tag.h branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-cz.rc branches/cache_manager_rewrite/reactos/subsys/system/sm/En.rc branches/cache_manager_rewrite/reactos/subsys/system/sm/resource.h Updated files: branches/cache_manager_rewrite/reactos/apps/utils/ps/ps.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/arch/i386/hardware.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/mm/mm.c branches/cache_manager_rewrite/reactos/bootdata/hivesys.inf branches/cache_manager_rewrite/reactos/bootdata/packages/reactos.dff branches/cache_manager_rewrite/reactos/drivers/fs/np/create.c branches/cache_manager_rewrite/reactos/drivers/net/ndis/Makefile branches/cache_manager_rewrite/reactos/drivers/net/ndis/include/miniport.h branches/cache_manager_rewrite/reactos/drivers/net/ndis/include/ndissys.h branches/cache_manager_rewrite/reactos/drivers/net/ndis/ndis/miniport.c branches/cache_manager_rewrite/reactos/drivers/net/ndis/ndis/protocol.c branches/cache_manager_rewrite/reactos/drivers/net/tcpip/tcpip/main.c branches/cache_manager_rewrite/reactos/drivers/storage/cdrom/cdrom.c branches/cache_manager_rewrite/reactos/drivers/storage/disk/disk.c branches/cache_manager_rewrite/reactos/drivers/usb/Makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/Makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/buffer_simple.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/config.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hcd-pci.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hcd.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hcd.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hub.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hub.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/makefile.crom branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/message.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/urb.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usb-debug.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usb.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usb.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usbcore.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usbcore.def branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usbcore.rc branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/makefile.crom branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-dbg.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-hcd.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-hub.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-mem.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-pci.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci-q.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci.def branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci.rc branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci_config.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci_main.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci_main.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/asm/bitops.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/bitops.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/boot.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/consts.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/cromwell_types.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/errno.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/linux_wrapper.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/list.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/pci_hal.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/pci_ids.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/usb.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/usb_ch9.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/BootUSB.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/Makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/linuxwrapper.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/risefall.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/ros_wrapper.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/usbkey.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/usbwrapper.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/xpad.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/xremote.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci.def branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci.rc branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci_config.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci_main.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/usb_wrapper.h branches/cache_manager_rewrite/reactos/include/ddk/obfuncs.h branches/cache_manager_rewrite/reactos/include/ntos/zwtypes.h branches/cache_manager_rewrite/reactos/include/wine/setupapi.h branches/cache_manager_rewrite/reactos/lib/cpl/desk/en.rc branches/cache_manager_rewrite/reactos/lib/cpl/desk/resource.h branches/cache_manager_rewrite/reactos/lib/cpl/desk/settings.c branches/cache_manager_rewrite/reactos/lib/cpl/desk/sv.rc branches/cache_manager_rewrite/reactos/lib/iphlpapi/ifenum_reactos.c branches/cache_manager_rewrite/reactos/lib/kernel32/misc/lang.c branches/cache_manager_rewrite/reactos/lib/mmdrv/wave.c branches/cache_manager_rewrite/reactos/lib/mpr/mpr.rc branches/cache_manager_rewrite/reactos/lib/msacm/msacm.rc branches/cache_manager_rewrite/reactos/lib/msi/msi.rc branches/cache_manager_rewrite/reactos/lib/oledlg/rsrc.rc branches/cache_manager_rewrite/reactos/lib/rtl/unicode.c branches/cache_manager_rewrite/reactos/lib/setupapi/misc.c branches/cache_manager_rewrite/reactos/lib/setupapi/setupapi.spec branches/cache_manager_rewrite/reactos/lib/shdocvw/shdocvw.rc branches/cache_manager_rewrite/reactos/lib/user32/resources/ocr_normal.cur branches/cache_manager_rewrite/reactos/lib/ws2_32/misc/dllmain.c branches/cache_manager_rewrite/reactos/ntoskrnl/cc/view.c branches/cache_manager_rewrite/reactos/ntoskrnl/cm/ntfunc.c branches/cache_manager_rewrite/reactos/ntoskrnl/cm/registry.c branches/cache_manager_rewrite/reactos/ntoskrnl/cm/regobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/event.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/evtpair.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/fmutex.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/init.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/mutant.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/profile.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/resource.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/sem.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/timer.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/win32k.c branches/cache_manager_rewrite/reactos/ntoskrnl/fs/notify.c branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/ob.h branches/cache_manager_rewrite/reactos/ntoskrnl/include/ntoskrnl.h branches/cache_manager_rewrite/reactos/ntoskrnl/io/device.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/deviface.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/driver.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/file.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/fs.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/iocomp.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/iomgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/iowork.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/irp.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/irq.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/mdl.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnpmgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnpnotify.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnpreport.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnproot.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/rawfs.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/resource.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/timer.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/vpb.c branches/cache_manager_rewrite/reactos/ntoskrnl/kdbg/kdb_symbols.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/irq.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/irqhand.s branches/cache_manager_rewrite/reactos/ntoskrnl/ke/main.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/wait.c branches/cache_manager_rewrite/reactos/ntoskrnl/ldr/loader.c branches/cache_manager_rewrite/reactos/ntoskrnl/lpc/connect.c branches/cache_manager_rewrite/reactos/ntoskrnl/lpc/port.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/aspace.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/marea.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/mdl.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/mm.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/pageop.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/pool.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/ppool.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/region.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/rmap.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/section.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/dirobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/handle.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/namespc.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/ntobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/object.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/security.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/symlink.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/wait.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/cid.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/job.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/kill.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/notify.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/psmgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/rtl/handle.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/acl.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/sd.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/semgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/sid.c branches/cache_manager_rewrite/reactos/ntoskrnl/se/token.c branches/cache_manager_rewrite/reactos/subsys/smss/client.c branches/cache_manager_rewrite/reactos/subsys/smss/debug.c branches/cache_manager_rewrite/reactos/subsys/smss/initdosdev.c branches/cache_manager_rewrite/reactos/subsys/smss/initenv.c branches/cache_manager_rewrite/reactos/subsys/smss/initheap.c branches/cache_manager_rewrite/reactos/subsys/smss/initmv.c branches/cache_manager_rewrite/reactos/subsys/smss/initobdir.c branches/cache_manager_rewrite/reactos/subsys/smss/initpage.c branches/cache_manager_rewrite/reactos/subsys/smss/initreg.c branches/cache_manager_rewrite/reactos/subsys/smss/initrun.c branches/cache_manager_rewrite/reactos/subsys/smss/initss.c branches/cache_manager_rewrite/reactos/subsys/smss/initwkdll.c branches/cache_manager_rewrite/reactos/subsys/smss/print.c branches/cache_manager_rewrite/reactos/subsys/smss/smapi.c branches/cache_manager_rewrite/reactos/subsys/smss/smapicomp.c branches/cache_manager_rewrite/reactos/subsys/smss/smapiexec.c branches/cache_manager_rewrite/reactos/subsys/smss/smapiquery.c branches/cache_manager_rewrite/reactos/subsys/smss/smss.c branches/cache_manager_rewrite/reactos/subsys/smss/smss.h branches/cache_manager_rewrite/reactos/subsys/system/cmd/En.rc branches/cache_manager_rewrite/reactos/subsys/system/cmd/internal.c branches/cache_manager_rewrite/reactos/subsys/system/dhcp/dispatch.c branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer_intres.rc branches/cache_manager_rewrite/reactos/subsys/system/sm/sm.c branches/cache_manager_rewrite/reactos/subsys/system/sm/sm.rc branches/cache_manager_rewrite/reactos/subsys/system/usetup/cabinet.c branches/cache_manager_rewrite/reactos/subsys/system/usetup/usetup.c branches/cache_manager_rewrite/reactos/subsys/system/winefile/Sv.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/de.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/en.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/es.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/fr.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/hu.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/it.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/nl.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/pt.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/resource.h branches/cache_manager_rewrite/reactos/subsys/system/winefile/ru.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/si.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.c branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.h branches/cache_manager_rewrite/reactos/subsys/system/winefile/zh.rc branches/cache_manager_rewrite/reactos/subsys/win32k/objects/dc.c branches/cache_manager_rewrite/reactos/tools/rsym.c branches/cache_manager_rewrite/reactos/w32api/include/winuser.h From greatlrd at svn.reactos.com Sat Jun 4 21:11:16 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [greatlrd] 15786: fix head so it compile agein Message-ID: <000601c56939$2e7ca460$6b01a8c0@PENELOPE> fix head so it compile agein Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From frik85 at svn.reactos.com Sat Jun 4 21:21:20 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [frik85] 15787: add property page winapi (not finished, I will implement it) Message-ID: <000601c5693a$96a85100$6b01a8c0@PENELOPE> add property page winapi (not finished, I will implement it) Updated files: trunk/reactos/lib/shell32/shellord.c trunk/reactos/lib/shell32/shv_item_cmenu.c From navaraf at svn.reactos.com Sat Jun 4 21:45:07 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [navaraf] 15788: Correctly handle NOT operator in window style definitions. Message-ID: <000601c5693d$e91a8cc0$6b01a8c0@PENELOPE> Correctly handle NOT operator in window style definitions. Updated files: trunk/reactos/tools/wrc/parser.y trunk/reactos/tools/wrc/y.tab.c trunk/reactos/tools/wrc/y.tab.h From hbirr at svn.reactos.com Sat Jun 4 21:52:56 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15789: Merged 15499:15582 from trunk. Message-ID: <000601c5693f$0071eed0$6b01a8c0@PENELOPE> Merged 15499:15582 from trunk. Added files: branches/cache_manager_rewrite/reactos/drivers/net/lan/include/net_lan.h branches/cache_manager_rewrite/reactos/drivers/net/lan/include/net_wh.h Updated files: branches/cache_manager_rewrite/reactos/bootdata/hivesys.inf branches/cache_manager_rewrite/reactos/config branches/cache_manager_rewrite/reactos/drivers/bus/isapnp/isapnp.h branches/cache_manager_rewrite/reactos/drivers/bus/isapnp/makefile branches/cache_manager_rewrite/reactos/drivers/bus/pci/makefile branches/cache_manager_rewrite/reactos/drivers/bus/pci/pci.c branches/cache_manager_rewrite/reactos/drivers/bus/pci/pdo.c branches/cache_manager_rewrite/reactos/drivers/dd/beep/makefile branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/keyboard.c branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/mouse.c branches/cache_manager_rewrite/reactos/drivers/input/mouclass/makefile branches/cache_manager_rewrite/reactos/drivers/input/sermouse/makefile branches/cache_manager_rewrite/reactos/drivers/input/sermouse/sermouse.c branches/cache_manager_rewrite/reactos/drivers/net/afd/afd/main.c branches/cache_manager_rewrite/reactos/drivers/net/afd/include/afd.h branches/cache_manager_rewrite/reactos/drivers/net/dd/ne2000/Makefile branches/cache_manager_rewrite/reactos/drivers/net/dd/ne2000/include/ne2000.h branches/cache_manager_rewrite/reactos/drivers/net/dd/ne2000/ne2000/main.c branches/cache_manager_rewrite/reactos/drivers/net/lan/include/precomp.h branches/cache_manager_rewrite/reactos/drivers/net/lan/lan/lan.c branches/cache_manager_rewrite/reactos/drivers/net/lan/makefile branches/cache_manager_rewrite/reactos/drivers/net/npf/Makefile branches/cache_manager_rewrite/reactos/drivers/net/npf/dump.c branches/cache_manager_rewrite/reactos/drivers/net/npf/jitter.c branches/cache_manager_rewrite/reactos/drivers/net/npf/openclos.c branches/cache_manager_rewrite/reactos/drivers/net/npf/packet.c branches/cache_manager_rewrite/reactos/drivers/net/npf/packet.h branches/cache_manager_rewrite/reactos/drivers/net/npf/read.c branches/cache_manager_rewrite/reactos/drivers/net/npf/win_bpf.h branches/cache_manager_rewrite/reactos/drivers/net/npf/write.c branches/cache_manager_rewrite/reactos/drivers/video/displays/framebuf/screen.c branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/vbemp.c branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/vbemp.h branches/cache_manager_rewrite/reactos/hal/halx86/mp/mpconfig.c branches/cache_manager_rewrite/reactos/include/debug.h branches/cache_manager_rewrite/reactos/include/ntdll/ntdll.h branches/cache_manager_rewrite/reactos/include/win32k/debug1.h branches/cache_manager_rewrite/reactos/include/wine/debug.h branches/cache_manager_rewrite/reactos/include/wine/exception.h branches/cache_manager_rewrite/reactos/include/wine/msidefs.h branches/cache_manager_rewrite/reactos/lib/cabinet/Makefile.in branches/cache_manager_rewrite/reactos/lib/cabinet/cabinet.h branches/cache_manager_rewrite/reactos/lib/cabinet/fci.c branches/cache_manager_rewrite/reactos/lib/comctl32/Makefile.in branches/cache_manager_rewrite/reactos/lib/comctl32/comboex.c branches/cache_manager_rewrite/reactos/lib/comctl32/comctl32undoc.c branches/cache_manager_rewrite/reactos/lib/comctl32/datetime.c branches/cache_manager_rewrite/reactos/lib/comctl32/header.c branches/cache_manager_rewrite/reactos/lib/comctl32/hotkey.c branches/cache_manager_rewrite/reactos/lib/comctl32/imagelist.c branches/cache_manager_rewrite/reactos/lib/comctl32/ipaddress.c branches/cache_manager_rewrite/reactos/lib/comctl32/listview.c branches/cache_manager_rewrite/reactos/lib/comctl32/monthcal.c branches/cache_manager_rewrite/reactos/lib/comctl32/tab.c branches/cache_manager_rewrite/reactos/lib/comctl32/toolbar.c branches/cache_manager_rewrite/reactos/lib/comctl32/updown.c branches/cache_manager_rewrite/reactos/lib/comdlg32/Makefile.in branches/cache_manager_rewrite/reactos/lib/comdlg32/commdlg.spec branches/cache_manager_rewrite/reactos/lib/comdlg32/filedlg.c branches/cache_manager_rewrite/reactos/lib/comdlg32/filedlgbrowser.c branches/cache_manager_rewrite/reactos/lib/comdlg32/fontdlg.c branches/cache_manager_rewrite/reactos/lib/dinput8/Makefile.in branches/cache_manager_rewrite/reactos/lib/gdi32/gdi32.def branches/cache_manager_rewrite/reactos/lib/gdi32/misc/stubs.c branches/cache_manager_rewrite/reactos/lib/icmp/Makefile.in branches/cache_manager_rewrite/reactos/lib/mpr/Makefile.in branches/cache_manager_rewrite/reactos/lib/msi/Makefile.in branches/cache_manager_rewrite/reactos/lib/msi/action.c branches/cache_manager_rewrite/reactos/lib/msi/action.h branches/cache_manager_rewrite/reactos/lib/msi/appsearch.c branches/cache_manager_rewrite/reactos/lib/msi/cond.tab.c branches/cache_manager_rewrite/reactos/lib/msi/cond.y branches/cache_manager_rewrite/reactos/lib/msi/create.c branches/cache_manager_rewrite/reactos/lib/msi/custom.c branches/cache_manager_rewrite/reactos/lib/msi/database.c branches/cache_manager_rewrite/reactos/lib/msi/dialog.c branches/cache_manager_rewrite/reactos/lib/msi/insert.c branches/cache_manager_rewrite/reactos/lib/msi/msi.c branches/cache_manager_rewrite/reactos/lib/msi/msi.spec branches/cache_manager_rewrite/reactos/lib/msi/msi_Fr.rc branches/cache_manager_rewrite/reactos/lib/msi/msipriv.h branches/cache_manager_rewrite/reactos/lib/msi/msiquery.c branches/cache_manager_rewrite/reactos/lib/msi/order.c branches/cache_manager_rewrite/reactos/lib/msi/package.c branches/cache_manager_rewrite/reactos/lib/msi/query.h branches/cache_manager_rewrite/reactos/lib/msi/record.c branches/cache_manager_rewrite/reactos/lib/msi/registry.c branches/cache_manager_rewrite/reactos/lib/msi/sql.tab.c branches/cache_manager_rewrite/reactos/lib/msi/sql.y branches/cache_manager_rewrite/reactos/lib/msi/suminfo.c branches/cache_manager_rewrite/reactos/lib/msi/table.c branches/cache_manager_rewrite/reactos/lib/msi/tokenize.c branches/cache_manager_rewrite/reactos/lib/msi/update.c branches/cache_manager_rewrite/reactos/lib/msi/version.rc branches/cache_manager_rewrite/reactos/lib/msi/where.c branches/cache_manager_rewrite/reactos/lib/msimg32/Makefile.in branches/cache_manager_rewrite/reactos/lib/ole32/Makefile.in branches/cache_manager_rewrite/reactos/lib/ole32/compobj.c branches/cache_manager_rewrite/reactos/lib/ole32/compobj_private.h branches/cache_manager_rewrite/reactos/lib/ole32/compositemoniker.c branches/cache_manager_rewrite/reactos/lib/ole32/filemoniker.c branches/cache_manager_rewrite/reactos/lib/ole32/ftmarshal.c branches/cache_manager_rewrite/reactos/lib/ole32/git.c branches/cache_manager_rewrite/reactos/lib/ole32/hglobalstream.c branches/cache_manager_rewrite/reactos/lib/ole32/itemmoniker.c branches/cache_manager_rewrite/reactos/lib/ole32/marshal.c branches/cache_manager_rewrite/reactos/lib/ole32/moniker.c branches/cache_manager_rewrite/reactos/lib/ole32/moniker.h branches/cache_manager_rewrite/reactos/lib/ole32/ole16.c branches/cache_manager_rewrite/reactos/lib/ole32/ole2.c branches/cache_manager_rewrite/reactos/lib/ole32/ole2_16.c branches/cache_manager_rewrite/reactos/lib/ole32/ole2thk.spec branches/cache_manager_rewrite/reactos/lib/ole32/ole32.spec branches/cache_manager_rewrite/reactos/lib/ole32/ole32_main.c branches/cache_manager_rewrite/reactos/lib/ole32/oleobj.c branches/cache_manager_rewrite/reactos/lib/ole32/oleproxy.c branches/cache_manager_rewrite/reactos/lib/ole32/stg_prop.c branches/cache_manager_rewrite/reactos/lib/ole32/storage32.c branches/cache_manager_rewrite/reactos/lib/ole32/storage32.h branches/cache_manager_rewrite/reactos/lib/oleaut32/Makefile.in branches/cache_manager_rewrite/reactos/lib/oleaut32/oleaut32_Fr.rc branches/cache_manager_rewrite/reactos/lib/oleaut32/olepicture.c branches/cache_manager_rewrite/reactos/lib/oleaut32/tmarshal.c branches/cache_manager_rewrite/reactos/lib/oleaut32/variant.c branches/cache_manager_rewrite/reactos/lib/oledlg/Makefile.in branches/cache_manager_rewrite/reactos/lib/oledlg/oledlg_Fr.rc branches/cache_manager_rewrite/reactos/lib/olepro32/Makefile.in branches/cache_manager_rewrite/reactos/lib/olepro32/olepro32.spec branches/cache_manager_rewrite/reactos/lib/olepro32/olepro32stubs.c branches/cache_manager_rewrite/reactos/lib/riched20/Makefile.in branches/cache_manager_rewrite/reactos/lib/riched20/editor.c branches/cache_manager_rewrite/reactos/lib/riched20/paint.c branches/cache_manager_rewrite/reactos/lib/riched20/run.c branches/cache_manager_rewrite/reactos/lib/riched20/style.c branches/cache_manager_rewrite/reactos/lib/richedit/Makefile.in branches/cache_manager_rewrite/reactos/lib/richedit/richedit.c branches/cache_manager_rewrite/reactos/lib/rpcrt4/Makefile.in branches/cache_manager_rewrite/reactos/lib/rpcrt4/ndr_stubless.c branches/cache_manager_rewrite/reactos/lib/rpcrt4/rpc_server.c branches/cache_manager_rewrite/reactos/lib/rpcrt4/rpcrt4_main.c branches/cache_manager_rewrite/reactos/lib/rpcrt4/rpcss_np_client.c branches/cache_manager_rewrite/reactos/lib/setupapi/Makefile.in branches/cache_manager_rewrite/reactos/lib/setupapi/queue.c branches/cache_manager_rewrite/reactos/lib/setupapi/setupapi.spec branches/cache_manager_rewrite/reactos/lib/setupapi/setupx.spec branches/cache_manager_rewrite/reactos/lib/setupapi/stubs.c branches/cache_manager_rewrite/reactos/lib/setupapi/virtcopy.c branches/cache_manager_rewrite/reactos/lib/shdocvw/Sv.rc branches/cache_manager_rewrite/reactos/lib/user32/misc/display.c branches/cache_manager_rewrite/reactos/ntoskrnl/ex/i386/interlck.c branches/cache_manager_rewrite/reactos/ntoskrnl/include/config.h branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/debug.h branches/cache_manager_rewrite/reactos/ntoskrnl/kd/kdmain.c branches/cache_manager_rewrite/reactos/ntoskrnl/kdbg/kdb_symbols.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/exp.c branches/cache_manager_rewrite/reactos/ntoskrnl/ldr/sysdll.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/mm.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/npool.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/pe.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/rpoolmgr.h branches/cache_manager_rewrite/reactos/ntoskrnl/mm/section.c branches/cache_manager_rewrite/reactos/ntoskrnl/mm/virtual.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/debug.c branches/cache_manager_rewrite/reactos/subsys/csrss/api/handle.c branches/cache_manager_rewrite/reactos/subsys/csrss/api/process.c branches/cache_manager_rewrite/reactos/subsys/csrss/include/api.h branches/cache_manager_rewrite/reactos/subsys/win32k/include/msgqueue.h branches/cache_manager_rewrite/reactos/subsys/win32k/objects/color.c branches/cache_manager_rewrite/reactos/subsys/win32k/objects/dc.c branches/cache_manager_rewrite/reactos/tools/helper.mk branches/cache_manager_rewrite/reactos/tools/winebuild/Makefile branches/cache_manager_rewrite/reactos/tools/winebuild/build.h branches/cache_manager_rewrite/reactos/tools/winebuild/import.c branches/cache_manager_rewrite/reactos/tools/winebuild/main.c branches/cache_manager_rewrite/reactos/tools/winebuild/parser.c branches/cache_manager_rewrite/reactos/tools/winebuild/relay.c branches/cache_manager_rewrite/reactos/tools/winebuild/res16.c branches/cache_manager_rewrite/reactos/tools/winebuild/spec16.c branches/cache_manager_rewrite/reactos/tools/winebuild/spec32.c branches/cache_manager_rewrite/reactos/tools/winebuild/utils.c branches/cache_manager_rewrite/reactos/tools/winebuild/winebuild.man.in branches/cache_manager_rewrite/reactos/tools/wrc/wrctypes.h branches/cache_manager_rewrite/reactos/w32api/include/ddk/ndis.h branches/cache_manager_rewrite/reactos/w32api/include/ddk/winddk.h branches/cache_manager_rewrite/reactos/w32api/include/objbase.h branches/cache_manager_rewrite/reactos/w32api/include/wingdi.h Deleted files: branches/cache_manager_rewrite/reactos/drivers/net/packet/ branches/cache_manager_rewrite/reactos/include/ndis.h branches/cache_manager_rewrite/reactos/include/net/ branches/cache_manager_rewrite/reactos/lib/comdlg32/generic.c branches/cache_manager_rewrite/reactos/lib/ole32/ole32_main.h From hbirr at svn.reactos.com Sat Jun 4 22:17:01 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15790: Copied a missing file to the branch. Message-ID: <000601c56942$5e2b6f30$6b01a8c0@PENELOPE> Copied a missing file to the branch. Added files: branches/cache_manager_rewrite/reactos/subsys/system/winefile/cs.rc From hbirr at svn.reactos.com Sat Jun 4 22:17:31 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15791: Copied a missing file to the branch. Message-ID: <000601c56942$6fb72a00$6b01a8c0@PENELOPE> Copied a missing file to the branch. Added files: branches/cache_manager_rewrite/reactos/subsys/system/winefile/pl.rc From mf at svn.reactos.com Sat Jun 4 22:37:27 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [mf] 15792: sync winefile's header between WINE and ReactOS Message-ID: <000601c56945$38729360$6b01a8c0@PENELOPE> sync winefile's header between WINE and ReactOS Updated files: trunk/reactos/subsys/system/winefile/winefile.c trunk/reactos/subsys/system/winefile/winefile.h From mf at svn.reactos.com Sat Jun 4 22:49:01 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [mf] 15793: german resource for property dialog Message-ID: <000601c56946$d69b5b20$6b01a8c0@PENELOPE> german resource for property dialog Updated files: trunk/reactos/subsys/system/winefile/de.rc trunk/reactos/subsys/system/winefile/en.rc From ion at svn.reactos.com Sat Jun 4 23:07:17 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [ion] 15794: Fix filip's fixme and alex's fixme (ie: make IRP cancellation work properly). This should appease Hartmut even more =). Message-ID: <000601c56949$63829b00$6b01a8c0@PENELOPE> Fix filip's fixme and alex's fixme (ie: make IRP cancellation work properly). This should appease Hartmut even more =). Updated files: trunk/reactos/ntoskrnl/io/irp.c From fireball at svn.reactos.com Sat Jun 4 23:35:13 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [fireball] 15795: Fix a few critical typos/mistakes (like interruptvector/interruptlevel), stdcall for thread's func, etc. Also added some "hacks" into hub's thread, but at least it leads to first steps to device enumeration. Message-ID: <000601c5694d$4aa20ea0$6b01a8c0@PENELOPE> Fix a few critical typos/mistakes (like interruptvector/interruptlevel), stdcall for thread's func, etc. Also added some "hacks" into hub's thread, but at least it leads to first steps to device enumeration. Driver (OHCI) bugchecks on my_pci_pool_allocation now (when trying to send URB). Updated files: trunk/reactos/drivers/usb/cromwell/core/hub.c trunk/reactos/drivers/usb/cromwell/host/ohci_main.c trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From ekohl at svn.reactos.com Sun Jun 5 00:56:12 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [ekohl] 15796: - Create device instance key for root device node. Message-ID: <000601c56958$9ab3a470$6b01a8c0@PENELOPE> - Create device instance key for root device node. - Add DeviceReference value for each non-root device node. Updated files: trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpmgr.c From hbirr at svn.reactos.com Sun Jun 5 00:58:13 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15797: Merged 15583:15793 from trunk. Message-ID: <000601c56958$e3132b50$6b01a8c0@PENELOPE> Merged 15583:15793 from trunk. Added files: branches/cache_manager_rewrite/reactos/ReactOS.xml branches/cache_manager_rewrite/reactos/apps/directory.xml branches/cache_manager_rewrite/reactos/apps/utils/directory.xml branches/cache_manager_rewrite/reactos/apps/utils/net/arp/arp.xml branches/cache_manager_rewrite/reactos/apps/utils/net/directory.xml branches/cache_manager_rewrite/reactos/apps/utils/net/finger/finger.xml branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/ftp.xml branches/cache_manager_rewrite/reactos/apps/utils/net/ipconfig/ipconfig.xml branches/cache_manager_rewrite/reactos/apps/utils/net/netstat/netstat.xml branches/cache_manager_rewrite/reactos/apps/utils/net/ping/ping.xml branches/cache_manager_rewrite/reactos/apps/utils/net/route/route.xml branches/cache_manager_rewrite/reactos/apps/utils/net/telnet/telnet.xml branches/cache_manager_rewrite/reactos/apps/utils/net/whois/whois.xml branches/cache_manager_rewrite/reactos/apps/utils/rosperf/rosperf.xml branches/cache_manager_rewrite/reactos/baseaddress.xml branches/cache_manager_rewrite/reactos/boot/boot.xml branches/cache_manager_rewrite/reactos/boot/freeldr/bootsect/bootsect.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr_base.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr_base64k.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr_main.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/freeldr_startup.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/setupldr.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/setupldr_main.xml branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr.xml branches/cache_manager_rewrite/reactos/bootdata/bootcd/ branches/cache_manager_rewrite/reactos/bootdata/bootdata.xml branches/cache_manager_rewrite/reactos/bootdata/livecd/ branches/cache_manager_rewrite/reactos/config.template.xml branches/cache_manager_rewrite/reactos/drivers/bus/acpi/acpi.xml branches/cache_manager_rewrite/reactos/drivers/bus/directory.xml branches/cache_manager_rewrite/reactos/drivers/bus/isapnp/isapnp.xml branches/cache_manager_rewrite/reactos/drivers/bus/pci/pci.xml branches/cache_manager_rewrite/reactos/drivers/bus/serenum/serenum.xml branches/cache_manager_rewrite/reactos/drivers/dd/beep/beep.xml branches/cache_manager_rewrite/reactos/drivers/dd/blue/blue.xml branches/cache_manager_rewrite/reactos/drivers/dd/bootvid/bootvid.xml branches/cache_manager_rewrite/reactos/drivers/dd/debugout/debugout.xml branches/cache_manager_rewrite/reactos/drivers/dd/directory.xml branches/cache_manager_rewrite/reactos/drivers/dd/mpu401/mpu401.xml branches/cache_manager_rewrite/reactos/drivers/dd/null/null.xml branches/cache_manager_rewrite/reactos/drivers/dd/parallel/parallel.xml branches/cache_manager_rewrite/reactos/drivers/dd/ramdrv/ramdrv.rc branches/cache_manager_rewrite/reactos/drivers/dd/ramdrv/ramdrv.xml branches/cache_manager_rewrite/reactos/drivers/dd/serial/serial.xml branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/sndblst.xml branches/cache_manager_rewrite/reactos/drivers/dd/sound/sound.xml branches/cache_manager_rewrite/reactos/drivers/directory.xml branches/cache_manager_rewrite/reactos/drivers/fs/cdfs/cdfs.xml branches/cache_manager_rewrite/reactos/drivers/fs/directory.xml branches/cache_manager_rewrite/reactos/drivers/fs/fs_rec/fs_rec.xml branches/cache_manager_rewrite/reactos/drivers/fs/ms/msfs.xml branches/cache_manager_rewrite/reactos/drivers/fs/mup/mup.xml branches/cache_manager_rewrite/reactos/drivers/fs/np/npfs.xml branches/cache_manager_rewrite/reactos/drivers/fs/ntfs/ntfs.xml branches/cache_manager_rewrite/reactos/drivers/fs/vfat/vfatfs.xml branches/cache_manager_rewrite/reactos/drivers/input/directory.xml branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/i8042prt.xml branches/cache_manager_rewrite/reactos/drivers/input/kbdclass/kbdclass.xml branches/cache_manager_rewrite/reactos/drivers/input/mouclass/mouclass.xml branches/cache_manager_rewrite/reactos/drivers/input/sermouse/sermouse.xml branches/cache_manager_rewrite/reactos/drivers/lib/bzip2/bzip2.xml branches/cache_manager_rewrite/reactos/drivers/lib/csq/csq.xml branches/cache_manager_rewrite/reactos/drivers/lib/directory.xml branches/cache_manager_rewrite/reactos/drivers/lib/ip/ip.xml branches/cache_manager_rewrite/reactos/drivers/lib/oskittcp/oskittcp.xml branches/cache_manager_rewrite/reactos/drivers/net/afd/afd.xml branches/cache_manager_rewrite/reactos/drivers/net/dd/directory.xml branches/cache_manager_rewrite/reactos/drivers/net/dd/ne2000/ne2000.xml branches/cache_manager_rewrite/reactos/drivers/net/dd/pcnet/pcnet.xml branches/cache_manager_rewrite/reactos/drivers/net/directory.xml branches/cache_manager_rewrite/reactos/drivers/net/ndis/ndis.xml branches/cache_manager_rewrite/reactos/drivers/net/npf/npf.xml branches/cache_manager_rewrite/reactos/drivers/net/tcpip/tcpip.xml branches/cache_manager_rewrite/reactos/drivers/net/tdi/tdi.xml branches/cache_manager_rewrite/reactos/drivers/net/wshtcpip/wshtcpip.xml branches/cache_manager_rewrite/reactos/drivers/storage/atapi/atapi.xml branches/cache_manager_rewrite/reactos/drivers/storage/cdrom/cdrom.xml branches/cache_manager_rewrite/reactos/drivers/storage/class2/class2.xml branches/cache_manager_rewrite/reactos/drivers/storage/directory.xml branches/cache_manager_rewrite/reactos/drivers/storage/disk/disk.xml branches/cache_manager_rewrite/reactos/drivers/storage/diskdump/diskdump.xml branches/cache_manager_rewrite/reactos/drivers/storage/floppy/floppy.xml branches/cache_manager_rewrite/reactos/drivers/storage/scsiport/scsiport.xml branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usbcore.xml branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/directory.xml branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/host.xml branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/sys.xml branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci.xml branches/cache_manager_rewrite/reactos/drivers/usb/directory.xml branches/cache_manager_rewrite/reactos/drivers/usb/miniport/directory.xml branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbehci/usbehci.xml branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbohci/usbohci.xml branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml branches/cache_manager_rewrite/reactos/drivers/usb/usbd/usbd.xml branches/cache_manager_rewrite/reactos/drivers/usb/usbhub/usbhub.xml branches/cache_manager_rewrite/reactos/drivers/usb/usbport/usbport.xml branches/cache_manager_rewrite/reactos/drivers/video/directory.xml branches/cache_manager_rewrite/reactos/drivers/video/displays/directory.xml branches/cache_manager_rewrite/reactos/drivers/video/displays/framebuf/framebuf.xml branches/cache_manager_rewrite/reactos/drivers/video/displays/vga/vgaddi.xml branches/cache_manager_rewrite/reactos/drivers/video/miniport/directory.xml branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/vbemp.xml branches/cache_manager_rewrite/reactos/drivers/video/miniport/vga/vgamp.xml branches/cache_manager_rewrite/reactos/drivers/video/miniport/xboxvmp/xboxvmp.xml branches/cache_manager_rewrite/reactos/drivers/video/videoprt/videoprt.xml branches/cache_manager_rewrite/reactos/hal/directory.xml branches/cache_manager_rewrite/reactos/hal/hal/hal.xml branches/cache_manager_rewrite/reactos/hal/halx86/directory.xml branches/cache_manager_rewrite/reactos/hal/halx86/generic/generic.xml branches/cache_manager_rewrite/reactos/hal/halx86/mp/halmp.xml branches/cache_manager_rewrite/reactos/hal/halx86/up/halup.xml branches/cache_manager_rewrite/reactos/hal/halx86/xbox/halxbox.xml branches/cache_manager_rewrite/reactos/include/directory.xml branches/cache_manager_rewrite/reactos/include/idl/idl.xml branches/cache_manager_rewrite/reactos/lib/acledit/acledit.xml branches/cache_manager_rewrite/reactos/lib/aclui/aclui.xml branches/cache_manager_rewrite/reactos/lib/adns/adns.xml branches/cache_manager_rewrite/reactos/lib/advapi32/advapi32.xml branches/cache_manager_rewrite/reactos/lib/advpack/advpack.xml branches/cache_manager_rewrite/reactos/lib/cabinet/cabinet.xml branches/cache_manager_rewrite/reactos/lib/cards/cards.xml branches/cache_manager_rewrite/reactos/lib/comctl32/comctl32.xml branches/cache_manager_rewrite/reactos/lib/comdlg32/comdlg32.xml branches/cache_manager_rewrite/reactos/lib/cpl/access/access.xml branches/cache_manager_rewrite/reactos/lib/cpl/appwiz/appwiz.xml branches/cache_manager_rewrite/reactos/lib/cpl/control/control.xml branches/cache_manager_rewrite/reactos/lib/cpl/desk/desk.xml branches/cache_manager_rewrite/reactos/lib/cpl/directory.xml branches/cache_manager_rewrite/reactos/lib/cpl/intl/intl.xml branches/cache_manager_rewrite/reactos/lib/cpl/main/main.xml branches/cache_manager_rewrite/reactos/lib/cpl/ncpa/ncpa.xml branches/cache_manager_rewrite/reactos/lib/cpl/sysdm/sysdm.xml branches/cache_manager_rewrite/reactos/lib/cpl/timedate/timedate.xml branches/cache_manager_rewrite/reactos/lib/crt/crt.xml branches/cache_manager_rewrite/reactos/lib/crtdll/crtdll.xml branches/cache_manager_rewrite/reactos/lib/dbghelp/dbghelp.xml branches/cache_manager_rewrite/reactos/lib/devenum/devenum.xml branches/cache_manager_rewrite/reactos/lib/dinput/dinput.xml branches/cache_manager_rewrite/reactos/lib/dinput8/dinput8.xml branches/cache_manager_rewrite/reactos/lib/directory.xml branches/cache_manager_rewrite/reactos/lib/dnsapi/dnsapi.xml branches/cache_manager_rewrite/reactos/lib/dsound/dsound.xml branches/cache_manager_rewrite/reactos/lib/dxdiagn/dxdiagn.xml branches/cache_manager_rewrite/reactos/lib/dxguid/dxguid.xml branches/cache_manager_rewrite/reactos/lib/epsapi/epsapi.xml branches/cache_manager_rewrite/reactos/lib/expat/expat.xml branches/cache_manager_rewrite/reactos/lib/fmifs/fmifs.xml branches/cache_manager_rewrite/reactos/lib/freetype/freetype.xml branches/cache_manager_rewrite/reactos/lib/fslib/directory.xml branches/cache_manager_rewrite/reactos/lib/fslib/vfatlib/vfatlib.xml branches/cache_manager_rewrite/reactos/lib/fslib/vfatxlib/vfatxlib.xml branches/cache_manager_rewrite/reactos/lib/gdi32/gdi32.xml branches/cache_manager_rewrite/reactos/lib/gdiplus/gdiplus.xml branches/cache_manager_rewrite/reactos/lib/glu32/glu32.xml branches/cache_manager_rewrite/reactos/lib/imagehlp/imagehlp.xml branches/cache_manager_rewrite/reactos/lib/imm32/imm32.xml branches/cache_manager_rewrite/reactos/lib/iphlpapi/iphlpapi.xml branches/cache_manager_rewrite/reactos/lib/kbdda/kbdda.xml branches/cache_manager_rewrite/reactos/lib/kbddv/kbddv.xml branches/cache_manager_rewrite/reactos/lib/kbdes/kbdes.xml branches/cache_manager_rewrite/reactos/lib/kbdfr/kbdfr.xml branches/cache_manager_rewrite/reactos/lib/kbdgr/kbdgr.xml branches/cache_manager_rewrite/reactos/lib/kbdru/kbdru.xml branches/cache_manager_rewrite/reactos/lib/kbdse/kbdse.xml branches/cache_manager_rewrite/reactos/lib/kbdsg/kbdsg.xml branches/cache_manager_rewrite/reactos/lib/kbduk/kbduk.xml branches/cache_manager_rewrite/reactos/lib/kbdus/kbdus.xml branches/cache_manager_rewrite/reactos/lib/kernel32/kernel32.xml branches/cache_manager_rewrite/reactos/lib/kernel32/tests/kernel32.xml branches/cache_manager_rewrite/reactos/lib/kernel32/tests/stubs.xml branches/cache_manager_rewrite/reactos/lib/kjs/kjs.xml branches/cache_manager_rewrite/reactos/lib/lib.mak branches/cache_manager_rewrite/reactos/lib/libwine/libwine.xml branches/cache_manager_rewrite/reactos/lib/lzexpand/lz32.xml branches/cache_manager_rewrite/reactos/lib/mesa32/mesa32.xml branches/cache_manager_rewrite/reactos/lib/midimap/midimap.xml branches/cache_manager_rewrite/reactos/lib/mmdrv/mmdrv.xml branches/cache_manager_rewrite/reactos/lib/mpr/mpr.xml branches/cache_manager_rewrite/reactos/lib/msacm/msacm32.xml branches/cache_manager_rewrite/reactos/lib/msafd/msafd.xml branches/cache_manager_rewrite/reactos/lib/msgina/msgina.xml branches/cache_manager_rewrite/reactos/lib/msi/msi.xml branches/cache_manager_rewrite/reactos/lib/msimg32/msimg32.xml branches/cache_manager_rewrite/reactos/lib/msvcrt/msvcrt.xml branches/cache_manager_rewrite/reactos/lib/msvcrt20/msvcrt20.xml branches/cache_manager_rewrite/reactos/lib/msvideo/msvfw32.xml branches/cache_manager_rewrite/reactos/lib/mswsock/mswsock.xml branches/cache_manager_rewrite/reactos/lib/netapi32/netapi32.xml branches/cache_manager_rewrite/reactos/lib/ntdll/ntdll.xml branches/cache_manager_rewrite/reactos/lib/ole32/ole32.xml branches/cache_manager_rewrite/reactos/lib/oleaut32/oleaut32.xml branches/cache_manager_rewrite/reactos/lib/olepro32/olepro32.xml branches/cache_manager_rewrite/reactos/lib/opengl32/opengl32.xml branches/cache_manager_rewrite/reactos/lib/psapi/psapi.xml branches/cache_manager_rewrite/reactos/lib/pseh/pseh.xml branches/cache_manager_rewrite/reactos/lib/riched20/riched20.xml branches/cache_manager_rewrite/reactos/lib/richedit/riched32.xml branches/cache_manager_rewrite/reactos/lib/rosrtl/rosrtl.xml branches/cache_manager_rewrite/reactos/lib/rossym/rossym.xml branches/cache_manager_rewrite/reactos/lib/rpcrt4/rpcrt4.rc branches/cache_manager_rewrite/reactos/lib/rpcrt4/rpcrt4.xml branches/cache_manager_rewrite/reactos/lib/rtl/rtl.xml branches/cache_manager_rewrite/reactos/lib/samlib/samlib.xml branches/cache_manager_rewrite/reactos/lib/secur32/secur32.xml branches/cache_manager_rewrite/reactos/lib/serialui/serialui.xml branches/cache_manager_rewrite/reactos/lib/setupapi/setupapi.xml branches/cache_manager_rewrite/reactos/lib/shdocvw/shdocvw.xml branches/cache_manager_rewrite/reactos/lib/shell32/authors.c branches/cache_manager_rewrite/reactos/lib/shell32/shell32.xml branches/cache_manager_rewrite/reactos/lib/shlwapi/shlwapi.xml branches/cache_manager_rewrite/reactos/lib/smdll/smdll.xml branches/cache_manager_rewrite/reactos/lib/smlib/lookupss.c branches/cache_manager_rewrite/reactos/lib/smlib/smlib.xml branches/cache_manager_rewrite/reactos/lib/snmpapi/snmpapi.xml branches/cache_manager_rewrite/reactos/lib/string/string.xml branches/cache_manager_rewrite/reactos/lib/strmiids/strmiids.xml branches/cache_manager_rewrite/reactos/lib/syssetup/syssetup.xml branches/cache_manager_rewrite/reactos/lib/twain/twain_32.xml branches/cache_manager_rewrite/reactos/lib/urlmon/umstream.c branches/cache_manager_rewrite/reactos/lib/urlmon/urlmon.xml branches/cache_manager_rewrite/reactos/lib/user32/user32.xml branches/cache_manager_rewrite/reactos/lib/userenv/Ru.rc branches/cache_manager_rewrite/reactos/lib/userenv/userenv.xml branches/cache_manager_rewrite/reactos/lib/uuid/uuid.xml branches/cache_manager_rewrite/reactos/lib/version/version.xml branches/cache_manager_rewrite/reactos/lib/wininet/wininet.xml branches/cache_manager_rewrite/reactos/lib/winmm/directory.xml branches/cache_manager_rewrite/reactos/lib/winmm/midimap/midimap.xml branches/cache_manager_rewrite/reactos/lib/winmm/wavemap/wavemap.xml branches/cache_manager_rewrite/reactos/lib/winmm/winmm.xml branches/cache_manager_rewrite/reactos/lib/winspool/winspool.xml branches/cache_manager_rewrite/reactos/lib/ws2_32/ws2_32.xml branches/cache_manager_rewrite/reactos/lib/ws2help/ws2help.xml branches/cache_manager_rewrite/reactos/lib/wshirda/wshirda.xml branches/cache_manager_rewrite/reactos/lib/wsock32/wsock32.xml branches/cache_manager_rewrite/reactos/lib/zlib/zlib.mak branches/cache_manager_rewrite/reactos/lib/zlib/zlib.xml branches/cache_manager_rewrite/reactos/lib/zlib/zlib_common.xml branches/cache_manager_rewrite/reactos/media/directory.xml branches/cache_manager_rewrite/reactos/media/drivers/directory.xml branches/cache_manager_rewrite/reactos/media/drivers/etc/etc.xml branches/cache_manager_rewrite/reactos/media/fonts/fonts.xml branches/cache_manager_rewrite/reactos/media/inf/inf.xml branches/cache_manager_rewrite/reactos/media/nls/nls.xml branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/inbv.h branches/cache_manager_rewrite/reactos/ntoskrnl/ntoskrnl.xml branches/cache_manager_rewrite/reactos/proxy.mak branches/cache_manager_rewrite/reactos/regtests/directory.xml branches/cache_manager_rewrite/reactos/regtests/regtests/regtests.xml branches/cache_manager_rewrite/reactos/regtests/shared/rtshared.xml branches/cache_manager_rewrite/reactos/services/directory.xml branches/cache_manager_rewrite/reactos/services/eventlog/eventlog.xml branches/cache_manager_rewrite/reactos/services/rpcss/rpcss.xml branches/cache_manager_rewrite/reactos/services/umpnpmgr/umpnpmgr.xml branches/cache_manager_rewrite/reactos/subsys/csrss/csrss.xml branches/cache_manager_rewrite/reactos/subsys/csrss/win32csr/win32csr.xml branches/cache_manager_rewrite/reactos/subsys/directory.xml branches/cache_manager_rewrite/reactos/subsys/ntvdm/ntvdm.xml branches/cache_manager_rewrite/reactos/subsys/smss/smss.xml branches/cache_manager_rewrite/reactos/subsys/system/autochk/autochk.xml branches/cache_manager_rewrite/reactos/subsys/system/calc/calc.xml branches/cache_manager_rewrite/reactos/subsys/system/cmd/De.rc branches/cache_manager_rewrite/reactos/subsys/system/cmd/cmd.xml branches/cache_manager_rewrite/reactos/subsys/system/dhcp/dhcp.xml branches/cache_manager_rewrite/reactos/subsys/system/directory.xml branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-de.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-en.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-es.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-fr.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-pt.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-ro.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-ru.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-sw.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer.xml branches/cache_manager_rewrite/reactos/subsys/system/explorer/notifyhook/notifyhook.xml branches/cache_manager_rewrite/reactos/subsys/system/explorer/resource.h branches/cache_manager_rewrite/reactos/subsys/system/format/format.xml branches/cache_manager_rewrite/reactos/subsys/system/ibrowser/ibrowser.xml branches/cache_manager_rewrite/reactos/subsys/system/msiexec/msiexec.xml branches/cache_manager_rewrite/reactos/subsys/system/notepad/notepad.xml branches/cache_manager_rewrite/reactos/subsys/system/reactos/reactos.xml branches/cache_manager_rewrite/reactos/subsys/system/regedit/regedit.xml branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/De.rc branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/regsvr32.xml branches/cache_manager_rewrite/reactos/subsys/system/reporterror/reporterror.xml branches/cache_manager_rewrite/reactos/subsys/system/rundll32/rundll32.xml branches/cache_manager_rewrite/reactos/subsys/system/services/services.xml branches/cache_manager_rewrite/reactos/subsys/system/setup/setup.xml branches/cache_manager_rewrite/reactos/subsys/system/sm/sm.xml branches/cache_manager_rewrite/reactos/subsys/system/taskmgr/taskmgr.xml branches/cache_manager_rewrite/reactos/subsys/system/userinit/userinit.xml branches/cache_manager_rewrite/reactos/subsys/system/usetup/usetup.xml branches/cache_manager_rewrite/reactos/subsys/system/vmwinst/vmwinst.xml branches/cache_manager_rewrite/reactos/subsys/system/welcome/welcome.xml branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.xml branches/cache_manager_rewrite/reactos/subsys/system/winlogon/winlogon.xml branches/cache_manager_rewrite/reactos/subsys/win32k/win32k.xml branches/cache_manager_rewrite/reactos/tools/bin2res/bin2res.mak branches/cache_manager_rewrite/reactos/tools/buildno/buildno.mak branches/cache_manager_rewrite/reactos/tools/cabman/cabman.mak branches/cache_manager_rewrite/reactos/tools/cdmake/cdmake.mak branches/cache_manager_rewrite/reactos/tools/mkhive/mkhive.mak branches/cache_manager_rewrite/reactos/tools/nci/nci.mak branches/cache_manager_rewrite/reactos/tools/rbuild/ branches/cache_manager_rewrite/reactos/tools/rsym.mak branches/cache_manager_rewrite/reactos/tools/tools.mak branches/cache_manager_rewrite/reactos/tools/unicode/unicode.mak branches/cache_manager_rewrite/reactos/tools/widl/widl.mak branches/cache_manager_rewrite/reactos/tools/winebuild/winebuild.mak branches/cache_manager_rewrite/reactos/tools/wmc/wmc.mak branches/cache_manager_rewrite/reactos/tools/wpp/wpp.mak branches/cache_manager_rewrite/reactos/tools/wrc/wrc.mak Updated files: branches/cache_manager_rewrite/reactos/INSTALL branches/cache_manager_rewrite/reactos/Makefile branches/cache_manager_rewrite/reactos/apps/utils/net/arp/arp.c branches/cache_manager_rewrite/reactos/apps/utils/net/finger/finger.c branches/cache_manager_rewrite/reactos/apps/utils/net/finger/net.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/cmds.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/domacro.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/fake.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/fake.h branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/ftp.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/ftp_var.h branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/main.c branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/prototypes.h branches/cache_manager_rewrite/reactos/apps/utils/net/ftp/ruserpass.c branches/cache_manager_rewrite/reactos/apps/utils/net/ipconfig/ipconfig.c branches/cache_manager_rewrite/reactos/apps/utils/net/netstat/netstat.c branches/cache_manager_rewrite/reactos/apps/utils/net/ping/ping.c branches/cache_manager_rewrite/reactos/apps/utils/net/route/route.c branches/cache_manager_rewrite/reactos/apps/utils/net/whois/whois.c branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c branches/cache_manager_rewrite/reactos/bootdata/hivesys.inf branches/cache_manager_rewrite/reactos/bootdata/packages/reactos.dff branches/cache_manager_rewrite/reactos/drivers/bus/acpi/include/acconfig.h branches/cache_manager_rewrite/reactos/drivers/bus/acpi/include/actypes.h branches/cache_manager_rewrite/reactos/drivers/bus/acpi/include/platform/types.h branches/cache_manager_rewrite/reactos/drivers/bus/acpi/ospm/osl.c branches/cache_manager_rewrite/reactos/drivers/bus/serenum/detect.c branches/cache_manager_rewrite/reactos/drivers/bus/serenum/makefile branches/cache_manager_rewrite/reactos/drivers/dd/serial/legacy.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/pnp.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/serial.c branches/cache_manager_rewrite/reactos/drivers/dd/serial/serial.h branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/card.c branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/dma.c branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/irq.c branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/portio.c branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/settings.c branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/sndblst.c branches/cache_manager_rewrite/reactos/drivers/dd/sound/dsp.c branches/cache_manager_rewrite/reactos/drivers/dd/sound/dsp.h branches/cache_manager_rewrite/reactos/drivers/dd/sound/mixer.c branches/cache_manager_rewrite/reactos/drivers/dd/sound/sound.c branches/cache_manager_rewrite/reactos/drivers/dd/sound/wave.c branches/cache_manager_rewrite/reactos/drivers/fs/vfat/finfo.c branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/i8042prt.h branches/cache_manager_rewrite/reactos/drivers/input/i8042prt/makefile branches/cache_manager_rewrite/reactos/drivers/input/kbdclass/makefile branches/cache_manager_rewrite/reactos/drivers/input/mouclass/mouclass.c branches/cache_manager_rewrite/reactos/drivers/net/dd/pcnet/pcnet.c branches/cache_manager_rewrite/reactos/drivers/net/dd/pcnet/pcnet.h branches/cache_manager_rewrite/reactos/drivers/net/dd/pcnet/requests.c branches/cache_manager_rewrite/reactos/drivers/net/ndis/include/buffer.h branches/cache_manager_rewrite/reactos/drivers/net/npf/dump.c branches/cache_manager_rewrite/reactos/drivers/net/tcpip/tcpip/main.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/config.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hcd.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/hub.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/message.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usb-debug.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/usb.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci_main.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/ohci_main.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/linux/usb.h branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/sys/Makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/uhci_main.c branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/usb_wrapper.h branches/cache_manager_rewrite/reactos/drivers/usb/usbd/makefile branches/cache_manager_rewrite/reactos/drivers/usb/usbhub/makefile branches/cache_manager_rewrite/reactos/drivers/usb/usbport/makefile branches/cache_manager_rewrite/reactos/drivers/usb/usbport/usbport.c branches/cache_manager_rewrite/reactos/drivers/video/displays/vga/objects/copybits.c branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/vbemp.c branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/vbemp.h branches/cache_manager_rewrite/reactos/drivers/video/videoprt/resource.c branches/cache_manager_rewrite/reactos/drivers/video/videoprt/videoprt.c branches/cache_manager_rewrite/reactos/drivers/video/videoprt/videoprt.h branches/cache_manager_rewrite/reactos/hal/hal/hal.c branches/cache_manager_rewrite/reactos/hal/halx86/generic/adapter.c branches/cache_manager_rewrite/reactos/hal/halx86/generic/pci.c branches/cache_manager_rewrite/reactos/hal/halx86/generic/spinlock.c branches/cache_manager_rewrite/reactos/hal/halx86/include/hal.h branches/cache_manager_rewrite/reactos/hal/halx86/xbox/part_xbox.c branches/cache_manager_rewrite/reactos/include/ddk/kefuncs.h branches/cache_manager_rewrite/reactos/include/funcs.h branches/cache_manager_rewrite/reactos/include/ntos/kefuncs.h branches/cache_manager_rewrite/reactos/include/sm/helper.h branches/cache_manager_rewrite/reactos/include/sm/ns.h branches/cache_manager_rewrite/reactos/include/wine/config.h branches/cache_manager_rewrite/reactos/lib/cabinet/cabextract.c branches/cache_manager_rewrite/reactos/lib/cabinet/cabinet_main.c branches/cache_manager_rewrite/reactos/lib/cpl/appwiz/Cz.rc branches/cache_manager_rewrite/reactos/lib/cpl/desk/cz.rc branches/cache_manager_rewrite/reactos/lib/cpl/desk/de.rc branches/cache_manager_rewrite/reactos/lib/cpl/intl/Sv.rc branches/cache_manager_rewrite/reactos/lib/cpl/intl/cz.rc branches/cache_manager_rewrite/reactos/lib/cpl/intl/de.rc branches/cache_manager_rewrite/reactos/lib/cpl/intl/en.rc branches/cache_manager_rewrite/reactos/lib/crt/stdio/sprintf.c branches/cache_manager_rewrite/reactos/lib/crt/stdio/swprintf.c branches/cache_manager_rewrite/reactos/lib/crt/wine/scanf.c branches/cache_manager_rewrite/reactos/lib/crtdll/crtdll.def branches/cache_manager_rewrite/reactos/lib/crtdll/stdio/vsprintf.c branches/cache_manager_rewrite/reactos/lib/ddraw/ddraw_hal.c branches/cache_manager_rewrite/reactos/lib/fslib/vfatxlib/Makefile branches/cache_manager_rewrite/reactos/lib/glu32/libnurbs/interface/glcurveval.cc branches/cache_manager_rewrite/reactos/lib/glu32/libnurbs/nurbtess/monoTriangulation.cc branches/cache_manager_rewrite/reactos/lib/glu32/libnurbs/nurbtess/sampleMonoPoly.cc branches/cache_manager_rewrite/reactos/lib/glu32/libutil/mipmap.c branches/cache_manager_rewrite/reactos/lib/imagehlp/modify.c branches/cache_manager_rewrite/reactos/lib/iphlpapi/ifenum_reactos.c branches/cache_manager_rewrite/reactos/lib/kernel32/include/kernel32.h branches/cache_manager_rewrite/reactos/lib/kernel32/kernel32.def branches/cache_manager_rewrite/reactos/lib/kernel32/kernel32.mc branches/cache_manager_rewrite/reactos/lib/kernel32/misc/dllmain.c branches/cache_manager_rewrite/reactos/lib/kernel32/tests/tests/CreateFile.c branches/cache_manager_rewrite/reactos/lib/midimap/midimap.c branches/cache_manager_rewrite/reactos/lib/msacm/msacm_Ru.rc branches/cache_manager_rewrite/reactos/lib/msgina/makefile branches/cache_manager_rewrite/reactos/lib/msi/msi_Ru.rc branches/cache_manager_rewrite/reactos/lib/msvcrt/msvcrt.def branches/cache_manager_rewrite/reactos/lib/netapi32/nbt.c branches/cache_manager_rewrite/reactos/lib/ntdll/ldr/utils.c branches/cache_manager_rewrite/reactos/lib/ntdll/rtl/intrlck.c branches/cache_manager_rewrite/reactos/lib/packet/Packet32.c branches/cache_manager_rewrite/reactos/lib/pseh/i386/setjmp.asm branches/cache_manager_rewrite/reactos/lib/setupapi/cfgmgr.c branches/cache_manager_rewrite/reactos/lib/setupapi/devinst.c branches/cache_manager_rewrite/reactos/lib/setupapi/makefile branches/cache_manager_rewrite/reactos/lib/shdocvw/Fr.rc branches/cache_manager_rewrite/reactos/lib/shdocvw/Makefile.in branches/cache_manager_rewrite/reactos/lib/shdocvw/regsvr.c branches/cache_manager_rewrite/reactos/lib/shdocvw/shdocvw.spec branches/cache_manager_rewrite/reactos/lib/shdocvw/shdocvw_main.c branches/cache_manager_rewrite/reactos/lib/shell32/Makefile.in branches/cache_manager_rewrite/reactos/lib/shell32/brsfolder.c branches/cache_manager_rewrite/reactos/lib/shell32/cpanelfolder.c branches/cache_manager_rewrite/reactos/lib/shell32/folders.c branches/cache_manager_rewrite/reactos/lib/shell32/iconcache.c branches/cache_manager_rewrite/reactos/lib/shell32/pidl.c branches/cache_manager_rewrite/reactos/lib/shell32/regsvr.c branches/cache_manager_rewrite/reactos/lib/shell32/shell.c branches/cache_manager_rewrite/reactos/lib/shell32/shell.spec branches/cache_manager_rewrite/reactos/lib/shell32/shell32_De.rc branches/cache_manager_rewrite/reactos/lib/shell32/shell32_En.rc branches/cache_manager_rewrite/reactos/lib/shell32/shell32_main.c branches/cache_manager_rewrite/reactos/lib/shell32/shell32_main.h branches/cache_manager_rewrite/reactos/lib/shell32/shelllink.c branches/cache_manager_rewrite/reactos/lib/shell32/shellord.c branches/cache_manager_rewrite/reactos/lib/shell32/shfldr_desktop.c branches/cache_manager_rewrite/reactos/lib/shell32/shfldr_fs.c branches/cache_manager_rewrite/reactos/lib/shell32/shfldr_mycomp.c branches/cache_manager_rewrite/reactos/lib/shell32/shlexec.c branches/cache_manager_rewrite/reactos/lib/shell32/shlfileop.c branches/cache_manager_rewrite/reactos/lib/shell32/shlfolder.c branches/cache_manager_rewrite/reactos/lib/shell32/shres.rc branches/cache_manager_rewrite/reactos/lib/shell32/shresdef.h branches/cache_manager_rewrite/reactos/lib/shell32/shv_item_cmenu.c branches/cache_manager_rewrite/reactos/lib/shlwapi/Makefile.in branches/cache_manager_rewrite/reactos/lib/shlwapi/reg.c branches/cache_manager_rewrite/reactos/lib/shlwapi/url.c branches/cache_manager_rewrite/reactos/lib/smdll/smdll.def branches/cache_manager_rewrite/reactos/lib/smlib/compses.c branches/cache_manager_rewrite/reactos/lib/smlib/connect.c branches/cache_manager_rewrite/reactos/lib/smlib/execpgm.c branches/cache_manager_rewrite/reactos/lib/smlib/makefile branches/cache_manager_rewrite/reactos/lib/urlmon/Makefile.in branches/cache_manager_rewrite/reactos/lib/urlmon/sec_mgr.c branches/cache_manager_rewrite/reactos/lib/urlmon/umon.c branches/cache_manager_rewrite/reactos/lib/urlmon/urlmon.spec branches/cache_manager_rewrite/reactos/lib/urlmon/urlmon_main.c branches/cache_manager_rewrite/reactos/lib/urlmon/urlmon_main.h branches/cache_manager_rewrite/reactos/lib/userenv/desktop.c branches/cache_manager_rewrite/reactos/lib/userenv/registry.c branches/cache_manager_rewrite/reactos/lib/userenv/setup.c branches/cache_manager_rewrite/reactos/lib/userenv/userenv.rc branches/cache_manager_rewrite/reactos/lib/uuid/uuid.c branches/cache_manager_rewrite/reactos/lib/wininet/version.rc branches/cache_manager_rewrite/reactos/lib/winmm/Makefile.in branches/cache_manager_rewrite/reactos/lib/winmm/mci.c branches/cache_manager_rewrite/reactos/lib/winmm/mmio.c branches/cache_manager_rewrite/reactos/lib/winmm/mmsystem.c branches/cache_manager_rewrite/reactos/lib/winmm/mmsystem.spec branches/cache_manager_rewrite/reactos/lib/winmm/playsound.c branches/cache_manager_rewrite/reactos/lib/winmm/time.c branches/cache_manager_rewrite/reactos/lib/winmm/winemm.h branches/cache_manager_rewrite/reactos/lib/winmm/winmm.c branches/cache_manager_rewrite/reactos/media/wallpapers/wallpapers.txt branches/cache_manager_rewrite/reactos/ntoskrnl/ex/init.c branches/cache_manager_rewrite/reactos/ntoskrnl/inbv/inbv.c branches/cache_manager_rewrite/reactos/ntoskrnl/include/internal/tag.h branches/cache_manager_rewrite/reactos/ntoskrnl/include/ntoskrnl.h branches/cache_manager_rewrite/reactos/ntoskrnl/io/file.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnpmgr.c branches/cache_manager_rewrite/reactos/ntoskrnl/io/pnproot.c branches/cache_manager_rewrite/reactos/ntoskrnl/kd/kdinit.c branches/cache_manager_rewrite/reactos/ntoskrnl/kd/wrappers/bochs.c branches/cache_manager_rewrite/reactos/ntoskrnl/kd/wrappers/gdbstub.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/bug.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/exp.c branches/cache_manager_rewrite/reactos/ntoskrnl/ke/i386/vdm.c branches/cache_manager_rewrite/reactos/ntoskrnl/ldr/loader.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/dirobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/namespc.c branches/cache_manager_rewrite/reactos/ntoskrnl/ob/ntobj.c branches/cache_manager_rewrite/reactos/ntoskrnl/ps/kill.c branches/cache_manager_rewrite/reactos/regtests/regtests/regtests.def branches/cache_manager_rewrite/reactos/regtests/shared/regtests.c branches/cache_manager_rewrite/reactos/services/eventlog/eventlog.c branches/cache_manager_rewrite/reactos/services/eventlog/logport.c branches/cache_manager_rewrite/reactos/services/umpnpmgr/makefile branches/cache_manager_rewrite/reactos/services/umpnpmgr/umpnpmgr.c branches/cache_manager_rewrite/reactos/subsys/csrss/api/handle.c branches/cache_manager_rewrite/reactos/subsys/csrss/api/process.c branches/cache_manager_rewrite/reactos/subsys/csrss/csrss.c branches/cache_manager_rewrite/reactos/subsys/csrss/init.c branches/cache_manager_rewrite/reactos/subsys/smss/initss.c branches/cache_manager_rewrite/reactos/subsys/smss/smapicomp.c branches/cache_manager_rewrite/reactos/subsys/smss/smapiexec.c branches/cache_manager_rewrite/reactos/subsys/smss/smss.h branches/cache_manager_rewrite/reactos/subsys/system/cmd/cmd.rc branches/cache_manager_rewrite/reactos/subsys/system/expand/expand.c branches/cache_manager_rewrite/reactos/subsys/system/expand/makefile branches/cache_manager_rewrite/reactos/subsys/system/explorer/Make-rosshell.MinGW branches/cache_manager_rewrite/reactos/subsys/system/explorer/Makefile.PCH branches/cache_manager_rewrite/reactos/subsys/system/explorer/desktop/desktop.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/dialogs/searchprogram.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/dialogs/settings.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-cz.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer-jp.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer.dsp branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer_intres.rc branches/cache_manager_rewrite/reactos/subsys/system/explorer/rosshell.dsp branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/filechild.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/mainframe.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/mainframe.h branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/pane.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/shellbrowser.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/shell/webchild.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/taskbar/desktopbar.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/taskbar/startmenu.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/taskbar/startmenu.h branches/cache_manager_rewrite/reactos/subsys/system/explorer/taskbar/traynotify.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/utility/shellbrowserimpl.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/utility/utility.h branches/cache_manager_rewrite/reactos/subsys/system/explorer/utility/window.cpp branches/cache_manager_rewrite/reactos/subsys/system/explorer/utility/window.h branches/cache_manager_rewrite/reactos/subsys/system/msiexec/msiexec.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/edit.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/hexedit.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/listview.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/main.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/regproc.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/security.c branches/cache_manager_rewrite/reactos/subsys/system/regedit/security.h branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/regsvr32.rc branches/cache_manager_rewrite/reactos/subsys/system/reporterror/reporterror.c branches/cache_manager_rewrite/reactos/subsys/system/winefile/Sv.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/cs.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/de.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/en.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/es.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/fr.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/hu.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/it.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/nl.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/pl.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/pt.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/resource.h branches/cache_manager_rewrite/reactos/subsys/system/winefile/resource.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/ru.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/si.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.c branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.dsp branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.h branches/cache_manager_rewrite/reactos/subsys/system/winefile/winefile.rc branches/cache_manager_rewrite/reactos/subsys/system/winefile/zh.rc branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib.h branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib16bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib1bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib24bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib32bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib4bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/dib/dib8bpp.c branches/cache_manager_rewrite/reactos/subsys/win32k/main/dllmain.c branches/cache_manager_rewrite/reactos/subsys/win32k/objects/color.c branches/cache_manager_rewrite/reactos/subsys/win32k/objects/dc.c branches/cache_manager_rewrite/reactos/subsys/win32k/objects/font.c branches/cache_manager_rewrite/reactos/tools/bin2res/bin2res.c branches/cache_manager_rewrite/reactos/tools/buildno/buildno.cpp branches/cache_manager_rewrite/reactos/tools/cabman/cabinet.cxx branches/cache_manager_rewrite/reactos/tools/cabman/cabinet.h branches/cache_manager_rewrite/reactos/tools/cabman/dfp.cxx branches/cache_manager_rewrite/reactos/tools/cabman/dfp.h branches/cache_manager_rewrite/reactos/tools/cabman/main.cxx branches/cache_manager_rewrite/reactos/tools/rbuild/backend/backend.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/backend/backend.h branches/cache_manager_rewrite/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/backend/mingw/mingw.h branches/cache_manager_rewrite/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/configuration.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/module.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/rbuild.cpp branches/cache_manager_rewrite/reactos/tools/rbuild/rbuild.h branches/cache_manager_rewrite/reactos/tools/rmkdir.c branches/cache_manager_rewrite/reactos/tools/rsym.c branches/cache_manager_rewrite/reactos/tools/wmc/write.c branches/cache_manager_rewrite/reactos/tools/wrc/parser.y branches/cache_manager_rewrite/reactos/tools/wrc/y.tab.c branches/cache_manager_rewrite/reactos/tools/wrc/y.tab.h branches/cache_manager_rewrite/reactos/w32api/include/ddk/winddk.h Deleted files: branches/cache_manager_rewrite/reactos/Jamfile branches/cache_manager_rewrite/reactos/Jamrules branches/cache_manager_rewrite/reactos/apps/utils/Makefile branches/cache_manager_rewrite/reactos/apps/utils/net/arp/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/finger/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/ipconfig/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/netstat/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/ping/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/route/makefile branches/cache_manager_rewrite/reactos/apps/utils/net/telnet/Makefile branches/cache_manager_rewrite/reactos/apps/utils/net/whois/makefile branches/cache_manager_rewrite/reactos/apps/utils/rosperf/Makefile branches/cache_manager_rewrite/reactos/baseaddress.cfg branches/cache_manager_rewrite/reactos/boot/freeldr/bootsect/Makefile branches/cache_manager_rewrite/reactos/boot/freeldr/freeldr/Makefile branches/cache_manager_rewrite/reactos/config branches/cache_manager_rewrite/reactos/drivers/bus/acpi/makefile branches/cache_manager_rewrite/reactos/drivers/bus/isapnp/makefile branches/cache_manager_rewrite/reactos/drivers/bus/pci/makefile branches/cache_manager_rewrite/reactos/drivers/dd/beep/makefile branches/cache_manager_rewrite/reactos/drivers/dd/blue/makefile branches/cache_manager_rewrite/reactos/drivers/dd/bootvid/Makefile branches/cache_manager_rewrite/reactos/drivers/dd/debugout/makefile branches/cache_manager_rewrite/reactos/drivers/dd/mpu401/makefile branches/cache_manager_rewrite/reactos/drivers/dd/null/makefile branches/cache_manager_rewrite/reactos/drivers/dd/parallel/makefile branches/cache_manager_rewrite/reactos/drivers/dd/ramdrv/makefile branches/cache_manager_rewrite/reactos/drivers/dd/serial/makefile branches/cache_manager_rewrite/reactos/drivers/dd/sndblst/makefile branches/cache_manager_rewrite/reactos/drivers/dd/sound/makefile branches/cache_manager_rewrite/reactos/drivers/fs/cdfs/makefile branches/cache_manager_rewrite/reactos/drivers/fs/fs_rec/makefile branches/cache_manager_rewrite/reactos/drivers/fs/ms/Makefile branches/cache_manager_rewrite/reactos/drivers/fs/mup/makefile branches/cache_manager_rewrite/reactos/drivers/fs/np/Makefile branches/cache_manager_rewrite/reactos/drivers/fs/ntfs/makefile branches/cache_manager_rewrite/reactos/drivers/fs/vfat/makefile branches/cache_manager_rewrite/reactos/drivers/input/mouclass/makefile branches/cache_manager_rewrite/reactos/drivers/input/sermouse/makefile branches/cache_manager_rewrite/reactos/drivers/lib/bzip2/Makefile branches/cache_manager_rewrite/reactos/drivers/lib/csq/MAKEFILE branches/cache_manager_rewrite/reactos/drivers/lib/ip/makefile branches/cache_manager_rewrite/reactos/drivers/lib/oskittcp/makefile branches/cache_manager_rewrite/reactos/drivers/net/afd/afd.def branches/cache_manager_rewrite/reactos/drivers/net/afd/makefile branches/cache_manager_rewrite/reactos/drivers/net/dd/ne2000/Makefile branches/cache_manager_rewrite/reactos/drivers/net/dd/pcnet/Makefile branches/cache_manager_rewrite/reactos/drivers/net/ndis/Makefile branches/cache_manager_rewrite/reactos/drivers/net/npf/Makefile branches/cache_manager_rewrite/reactos/drivers/net/tcpip/makefile branches/cache_manager_rewrite/reactos/drivers/net/tdi/Makefile branches/cache_manager_rewrite/reactos/drivers/net/wshtcpip/makefile branches/cache_manager_rewrite/reactos/drivers/storage/atapi/makefile branches/cache_manager_rewrite/reactos/drivers/storage/cdrom/makefile branches/cache_manager_rewrite/reactos/drivers/storage/class2/makefile branches/cache_manager_rewrite/reactos/drivers/storage/disk/makefile branches/cache_manager_rewrite/reactos/drivers/storage/diskdump/Makefile branches/cache_manager_rewrite/reactos/drivers/storage/floppy/Makefile branches/cache_manager_rewrite/reactos/drivers/storage/scsiport/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/core/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/host/makefile branches/cache_manager_rewrite/reactos/drivers/usb/cromwell/uhci/makefile branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbehci/makefile branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbohci/makefile branches/cache_manager_rewrite/reactos/drivers/usb/miniport/usbuhci/makefile branches/cache_manager_rewrite/reactos/drivers/video/displays/framebuf/makefile branches/cache_manager_rewrite/reactos/drivers/video/displays/vga/makefile branches/cache_manager_rewrite/reactos/drivers/video/miniport/vbe/makefile branches/cache_manager_rewrite/reactos/drivers/video/miniport/vga/makefile branches/cache_manager_rewrite/reactos/drivers/video/miniport/xboxvmp/Makefile branches/cache_manager_rewrite/reactos/drivers/video/videoprt/Makefile branches/cache_manager_rewrite/reactos/hal/hal/Makefile branches/cache_manager_rewrite/reactos/hal/halx86/mp/Makefile branches/cache_manager_rewrite/reactos/hal/halx86/up/Makefile branches/cache_manager_rewrite/reactos/hal/halx86/xbox/Makefile branches/cache_manager_rewrite/reactos/lib/Jamfile branches/cache_manager_rewrite/reactos/lib/acledit/Makefile branches/cache_manager_rewrite/reactos/lib/aclui/Makefile branches/cache_manager_rewrite/reactos/lib/adns/Makefile branches/cache_manager_rewrite/reactos/lib/advapi32/makefile branches/cache_manager_rewrite/reactos/lib/advpack/Makefile branches/cache_manager_rewrite/reactos/lib/cabinet/Makefile branches/cache_manager_rewrite/reactos/lib/cabinet/Makefile.in branches/cache_manager_rewrite/reactos/lib/cabinet/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/cards/Makefile branches/cache_manager_rewrite/reactos/lib/comctl32/Makefile.in branches/cache_manager_rewrite/reactos/lib/comctl32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/comctl32/makefile branches/cache_manager_rewrite/reactos/lib/comdlg32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/comdlg32/makefile branches/cache_manager_rewrite/reactos/lib/cpl/access/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/appwiz/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/control/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/desk/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/intl/makefile branches/cache_manager_rewrite/reactos/lib/cpl/main/makefile branches/cache_manager_rewrite/reactos/lib/cpl/ncpa/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/sysdm/Makefile branches/cache_manager_rewrite/reactos/lib/cpl/timedate/makefile branches/cache_manager_rewrite/reactos/lib/crt/makefile branches/cache_manager_rewrite/reactos/lib/crtdll/makefile branches/cache_manager_rewrite/reactos/lib/dbghelp/Makefile branches/cache_manager_rewrite/reactos/lib/dbghelp/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/devenum/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/devenum/makefile branches/cache_manager_rewrite/reactos/lib/dinput/Makefile branches/cache_manager_rewrite/reactos/lib/dinput/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/dinput8/Makefile branches/cache_manager_rewrite/reactos/lib/dinput8/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/dnsapi/Makefile branches/cache_manager_rewrite/reactos/lib/dsound/Makefile branches/cache_manager_rewrite/reactos/lib/dxdiagn/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/dxdiagn/makefile branches/cache_manager_rewrite/reactos/lib/dxguid/makefile branches/cache_manager_rewrite/reactos/lib/epsapi/makefile branches/cache_manager_rewrite/reactos/lib/expat/Makefile branches/cache_manager_rewrite/reactos/lib/fmifs/makefile branches/cache_manager_rewrite/reactos/lib/freetype/Makefile branches/cache_manager_rewrite/reactos/lib/fslib/vfatlib/Makefile branches/cache_manager_rewrite/reactos/lib/gdi32/makefile branches/cache_manager_rewrite/reactos/lib/gdiplus/makefile branches/cache_manager_rewrite/reactos/lib/glu32/Makefile branches/cache_manager_rewrite/reactos/lib/imagehlp/makefile branches/cache_manager_rewrite/reactos/lib/imm32/Makefile branches/cache_manager_rewrite/reactos/lib/iphlpapi/makefile branches/cache_manager_rewrite/reactos/lib/kbdda/makefile branches/cache_manager_rewrite/reactos/lib/kbddv/makefile branches/cache_manager_rewrite/reactos/lib/kbdes/makefile branches/cache_manager_rewrite/reactos/lib/kbdfr/makefile branches/cache_manager_rewrite/reactos/lib/kbdgr/makefile branches/cache_manager_rewrite/reactos/lib/kbdru/makefile branches/cache_manager_rewrite/reactos/lib/kbdse/makefile branches/cache_manager_rewrite/reactos/lib/kbdsg/makefile branches/cache_manager_rewrite/reactos/lib/kbduk/makefile branches/cache_manager_rewrite/reactos/lib/kbdus/makefile branches/cache_manager_rewrite/reactos/lib/kernel32/makefile branches/cache_manager_rewrite/reactos/lib/kernel32/tests/Makefile branches/cache_manager_rewrite/reactos/lib/kjs/makefile branches/cache_manager_rewrite/reactos/lib/libwine/makefile branches/cache_manager_rewrite/reactos/lib/lzexpand/Makefile branches/cache_manager_rewrite/reactos/lib/makefile branches/cache_manager_rewrite/reactos/lib/mesa32/Makefile branches/cache_manager_rewrite/reactos/lib/midimap/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/midimap/makefile branches/cache_manager_rewrite/reactos/lib/mmdrv/Makefile branches/cache_manager_rewrite/reactos/lib/mpr/Makefile branches/cache_manager_rewrite/reactos/lib/mpr/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/msacm/makefile branches/cache_manager_rewrite/reactos/lib/msafd/makefile branches/cache_manager_rewrite/reactos/lib/msi/Makefile branches/cache_manager_rewrite/reactos/lib/msimg32/Makefile branches/cache_manager_rewrite/reactos/lib/msvcrt/Makefile branches/cache_manager_rewrite/reactos/lib/msvcrt20/Makefile branches/cache_manager_rewrite/reactos/lib/msvideo/Makefile branches/cache_manager_rewrite/reactos/lib/msvideo/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/mswsock/Makefile branches/cache_manager_rewrite/reactos/lib/netapi32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/netapi32/makefile branches/cache_manager_rewrite/reactos/lib/ntdll/makefile branches/cache_manager_rewrite/reactos/lib/ole32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/ole32/makefile branches/cache_manager_rewrite/reactos/lib/oleaut32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/oleaut32/makefile branches/cache_manager_rewrite/reactos/lib/olepro32/Makefile branches/cache_manager_rewrite/reactos/lib/olepro32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/opengl32/Makefile branches/cache_manager_rewrite/reactos/lib/psapi/makefile branches/cache_manager_rewrite/reactos/lib/pseh/makefile branches/cache_manager_rewrite/reactos/lib/riched20/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/riched20/makefile branches/cache_manager_rewrite/reactos/lib/richedit/Makefile branches/cache_manager_rewrite/reactos/lib/richedit/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/rosrtl/makefile branches/cache_manager_rewrite/reactos/lib/rossym/Makefile branches/cache_manager_rewrite/reactos/lib/rpcrt4/Makefile branches/cache_manager_rewrite/reactos/lib/rpcrt4/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/rtl/makefile branches/cache_manager_rewrite/reactos/lib/samlib/makefile branches/cache_manager_rewrite/reactos/lib/secur32/Makefile branches/cache_manager_rewrite/reactos/lib/serialui/Makefile branches/cache_manager_rewrite/reactos/lib/setupapi/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/shdocvw/Makefile branches/cache_manager_rewrite/reactos/lib/shdocvw/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/shell32/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/shell32/makefile branches/cache_manager_rewrite/reactos/lib/shlwapi/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/shlwapi/makefile branches/cache_manager_rewrite/reactos/lib/smdll/makefile branches/cache_manager_rewrite/reactos/lib/snmpapi/makefile branches/cache_manager_rewrite/reactos/lib/string/Makefile branches/cache_manager_rewrite/reactos/lib/strmiids/makefile branches/cache_manager_rewrite/reactos/lib/syssetup/Makefile branches/cache_manager_rewrite/reactos/lib/twain/Makefile branches/cache_manager_rewrite/reactos/lib/urlmon/Makefile branches/cache_manager_rewrite/reactos/lib/urlmon/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/user32/Makefile branches/cache_manager_rewrite/reactos/lib/userenv/makefile branches/cache_manager_rewrite/reactos/lib/uuid/Makefile branches/cache_manager_rewrite/reactos/lib/version/makefile branches/cache_manager_rewrite/reactos/lib/wininet/makefile branches/cache_manager_rewrite/reactos/lib/winmm/Makefile branches/cache_manager_rewrite/reactos/lib/winmm/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/winmm/midimap/Makefile.in branches/cache_manager_rewrite/reactos/lib/winmm/midimap/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/winmm/midimap/makefile branches/cache_manager_rewrite/reactos/lib/winmm/wavemap/Makefile.in branches/cache_manager_rewrite/reactos/lib/winmm/wavemap/Makefile.ros-template branches/cache_manager_rewrite/reactos/lib/winmm/wavemap/makefile branches/cache_manager_rewrite/reactos/lib/winspool/Makefile branches/cache_manager_rewrite/reactos/lib/ws2_32/makefile branches/cache_manager_rewrite/reactos/lib/ws2help/makefile branches/cache_manager_rewrite/reactos/lib/wshirda/makefile branches/cache_manager_rewrite/reactos/lib/wsock32/Makefile branches/cache_manager_rewrite/reactos/lib/zlib/Makefile branches/cache_manager_rewrite/reactos/ntoskrnl/Makefile branches/cache_manager_rewrite/reactos/ntoskrnl/Makefile.i386 branches/cache_manager_rewrite/reactos/regtests/regtests/Makefile branches/cache_manager_rewrite/reactos/regtests/shared/Makefile branches/cache_manager_rewrite/reactos/rules.mak branches/cache_manager_rewrite/reactos/services/eventlog/makefile branches/cache_manager_rewrite/reactos/services/rpcss/makefile branches/cache_manager_rewrite/reactos/subsys/csrss/csrss.def branches/cache_manager_rewrite/reactos/subsys/csrss/makefile branches/cache_manager_rewrite/reactos/subsys/csrss/win32csr/Makefile branches/cache_manager_rewrite/reactos/subsys/ntvdm/makefile branches/cache_manager_rewrite/reactos/subsys/smss/makefile branches/cache_manager_rewrite/reactos/subsys/system/autochk/makefile branches/cache_manager_rewrite/reactos/subsys/system/calc/makefile branches/cache_manager_rewrite/reactos/subsys/system/cmd/makefile branches/cache_manager_rewrite/reactos/subsys/system/dhcp/Makefile branches/cache_manager_rewrite/reactos/subsys/system/explorer/Makefile branches/cache_manager_rewrite/reactos/subsys/system/explorer/explorer_intres.h branches/cache_manager_rewrite/reactos/subsys/system/explorer/notifyhook/Makefile branches/cache_manager_rewrite/reactos/subsys/system/format/makefile branches/cache_manager_rewrite/reactos/subsys/system/ibrowser/Makefile branches/cache_manager_rewrite/reactos/subsys/system/msiexec/Makefile branches/cache_manager_rewrite/reactos/subsys/system/notepad/Makefile branches/cache_manager_rewrite/reactos/subsys/system/reactos/Makefile branches/cache_manager_rewrite/reactos/subsys/system/regedit/makefile branches/cache_manager_rewrite/reactos/subsys/system/regsvr32/makefile branches/cache_manager_rewrite/reactos/subsys/system/reporterror/Makefile branches/cache_manager_rewrite/reactos/subsys/system/rundll32/Makefile branches/cache_manager_rewrite/reactos/subsys/system/services/makefile branches/cache_manager_rewrite/reactos/subsys/system/setup/makefile branches/cache_manager_rewrite/reactos/subsys/system/sm/makefile branches/cache_manager_rewrite/reactos/subsys/system/taskmgr/makefile branches/cache_manager_rewrite/reactos/subsys/system/userinit/Makefile branches/cache_manager_rewrite/reactos/subsys/system/usetup/makefile branches/cache_manager_rewrite/reactos/subsys/system/vmwinst/Makefile branches/cache_manager_rewrite/reactos/subsys/system/welcome/Makefile branches/cache_manager_rewrite/reactos/subsys/system/winefile/Makefile branches/cache_manager_rewrite/reactos/subsys/system/winlogon/makefile branches/cache_manager_rewrite/reactos/subsys/win32k/makefile branches/cache_manager_rewrite/reactos/tools/Makefile branches/cache_manager_rewrite/reactos/tools/bin2res/Makefile branches/cache_manager_rewrite/reactos/tools/cabman/makefile branches/cache_manager_rewrite/reactos/tools/cdmake/Makefile branches/cache_manager_rewrite/reactos/tools/config.mk branches/cache_manager_rewrite/reactos/tools/depend.mk branches/cache_manager_rewrite/reactos/tools/helper.mk branches/cache_manager_rewrite/reactos/tools/unicode/Makefile branches/cache_manager_rewrite/reactos/tools/wmc/makefile From jimtabor at svn.reactos.com Sun Jun 5 02:40:44 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [jimtabor] 15798: Fixed Interface. Message-ID: <000601c56967$3513b880$6b01a8c0@PENELOPE> Fixed Interface. Updated files: trunk/reactos/drivers/usb/cromwell/core/config.c trunk/reactos/drivers/usb/cromwell/core/hcd.h trunk/reactos/drivers/usb/cromwell/core/hub.c trunk/reactos/drivers/usb/cromwell/core/message.c trunk/reactos/drivers/usb/cromwell/core/usb-debug.c trunk/reactos/drivers/usb/cromwell/core/usb.c trunk/reactos/drivers/usb/cromwell/linux/usb.h trunk/reactos/drivers/usb/cromwell/usb_wrapper.h From gvg at svn.reactos.com Sun Jun 5 10:33:55 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [gvg] 15799: Lucio Diaz-Flores Varela Message-ID: <000601c569a9$4f88c4c0$6b01a8c0@PENELOPE> Lucio Diaz-Flores Varela Add Spanish translation Added files: trunk/reactos/subsys/system/winlogon/Es.rc Updated files: trunk/reactos/subsys/system/winlogon/winlogon.rc From gvg at svn.reactos.com Sun Jun 5 13:05:50 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [gvg] 15800: Use standard debug macros Message-ID: <000601c569be$8881d540$6b01a8c0@PENELOPE> Use standard debug macros Updated files: trunk/reactos/drivers/video/miniport/vbe/vbemp.c trunk/reactos/drivers/video/miniport/vbe/vbemp.h From chorns at svn.reactos.com Sun Jun 5 13:22:35 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15801: * Support enabling/disabling modules depending on configuration. Message-ID: <000601c569c0$df69b010$6b01a8c0@PENELOPE> * Support enabling/disabling modules depending on configuration. * Enable halup for MP=0 configuration and halmp for MP=1 configuration. Updated files: trunk/reactos/hal/halx86/mp/halmp.xml trunk/reactos/hal/halx86/up/halup.xml trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp trunk/reactos/tools/rbuild/module.cpp trunk/reactos/tools/rbuild/project.cpp trunk/reactos/tools/rbuild/rbuild.h trunk/reactos/tools/rbuild/rbuild.txt From chorns at svn.reactos.com Sun Jun 5 14:08:42 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15802: Correct dependencies for 'make _install' Message-ID: <000601c569c7$50a07ab0$6b01a8c0@PENELOPE> Correct dependencies for 'make _install' Updated files: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From mf at svn.reactos.com Sun Jun 5 14:20:25 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [mf] 15803: refresh window content after context menu popups only if any command has been executed Message-ID: <000601c569c8$f4076c30$6b01a8c0@PENELOPE> refresh window content after context menu popups only if any command has been executed Updated files: trunk/reactos/subsys/system/winefile/winefile.c From chorns at svn.reactos.com Sun Jun 5 14:53:42 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15804: Document rbuild flags. Message-ID: <000601c569cd$9a425de0$6b01a8c0@PENELOPE> Document rbuild flags. Updated files: trunk/reactos/Makefile From hbirr at svn.reactos.com Sun Jun 5 16:02:02 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15805: Don't lock the kernel address space while solving faults from the paged pool. Message-ID: <000601c569d7$25c54ea0$6b01a8c0@PENELOPE> Don't lock the kernel address space while solving faults from the paged pool. It is possible, that someone try to access memory from paged pool while the kernel address space is already locked. Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/mdl.c trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/mm/ppool.c From hbirr at svn.reactos.com Sun Jun 5 16:03:59 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [hbirr] 15806: Forgot this file. Message-ID: <000601c569d7$6bd31d50$6b01a8c0@PENELOPE> Forgot this file. Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined. Updated files: trunk/reactos/ntoskrnl/include/internal/kdbochs.h From jimtabor at svn.reactos.com Sun Jun 5 17:50:58 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [jimtabor] 15807: Adding symbolic link to USBFDO. Message-ID: <000601c569e6$5ddff4c0$6b01a8c0@PENELOPE> Adding symbolic link to USBFDO. Updated files: trunk/reactos/drivers/usb/cromwell/uhci/uhci_main.c From chorns at svn.reactos.com Sun Jun 5 17:59:44 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15808: Generate proxy makefiles in output tree. Message-ID: <000601c569e7$976ea5a0$6b01a8c0@PENELOPE> Generate proxy makefiles in output tree. Updated files: trunk/reactos/Makefile trunk/reactos/tools/rbuild/XML.h trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/backend/mingw/mingw.h trunk/reactos/tools/rbuild/backend/mingw/proxymakefile.cpp trunk/reactos/tools/rbuild/configuration.cpp trunk/reactos/tools/rbuild/module.cpp trunk/reactos/tools/rbuild/rbuild.cpp trunk/reactos/tools/rbuild/rbuild.h From chorns at svn.reactos.com Sun Jun 5 18:33:28 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15809: Remove old makefiles Message-ID: <000601c569ec$4d6bb5b0$6b01a8c0@PENELOPE> Remove old makefiles Deleted files: trunk/reactos/apps/Makefile trunk/reactos/apps/testsets/Makefile trunk/reactos/apps/testsets/loadlib/makefile trunk/reactos/apps/testsets/msvcrt/fileio/makefile trunk/reactos/apps/utils/binpatch/Makefile trunk/reactos/apps/utils/cat/makefile trunk/reactos/apps/utils/driver/load/makefile trunk/reactos/apps/utils/driver/unload/makefile trunk/reactos/apps/utils/infinst/makefile trunk/reactos/apps/utils/net/ftp/makefile trunk/reactos/apps/utils/net/roshttpd/makefile trunk/reactos/apps/utils/net/tracert/makefile trunk/reactos/apps/utils/nts2w32err/makefile trunk/reactos/apps/utils/objdir/makefile trunk/reactos/apps/utils/partinfo/makefile trunk/reactos/apps/utils/patchnv4/Makefile trunk/reactos/apps/utils/pesum/makefile trunk/reactos/apps/utils/pice/loader/makefile trunk/reactos/apps/utils/pice/makefile trunk/reactos/apps/utils/pice/module/makefile trunk/reactos/apps/utils/pnpdump/makefile trunk/reactos/apps/utils/ps/makefile trunk/reactos/apps/utils/sc/makefile trunk/reactos/apps/utils/shutdown/Makefile trunk/reactos/apps/utils/stats/Makefile trunk/reactos/apps/utils/theme/dump/Makefile trunk/reactos/apps/utils/tickcount/makefile trunk/reactos/apps/utils/winetest/makefile trunk/reactos/boot/freeldr/Makefile trunk/reactos/boot/freeldr/fdebug/Makefile trunk/reactos/boot/freeldr/install/Makefile trunk/reactos/boot/freeldr/tools/Makefile trunk/reactos/drivers/Makefile trunk/reactos/drivers/bus/Makefile trunk/reactos/drivers/bus/serenum/makefile trunk/reactos/drivers/dd/Makefile trunk/reactos/drivers/dd/green/makefile trunk/reactos/drivers/dd/test/makefile trunk/reactos/drivers/fs/Makefile trunk/reactos/drivers/fs/ext2/makefile trunk/reactos/drivers/fs/minix/Makefile trunk/reactos/drivers/fs/ntfs/linux-ntfs/Makefile trunk/reactos/drivers/fs/template/makefile trunk/reactos/drivers/input/Makefile trunk/reactos/drivers/input/kbdclass/makefile trunk/reactos/drivers/lib/Makefile trunk/reactos/drivers/lib/undis/makefile trunk/reactos/drivers/net/Makefile trunk/reactos/drivers/net/dd/Makefile trunk/reactos/drivers/net/lan/makefile trunk/reactos/drivers/net/tcpip/datalink/Makefile trunk/reactos/drivers/net/tcpip/tcpip/Makefile trunk/reactos/drivers/net/tcpip/tests/Makefile trunk/reactos/drivers/net/tditest/makefile trunk/reactos/drivers/net/tditest/tditest/Makefile trunk/reactos/drivers/storage/Makefile trunk/reactos/drivers/test/csqtest/Makefile trunk/reactos/drivers/usb/Makefile trunk/reactos/drivers/usb/cromwell/Makefile trunk/reactos/drivers/usb/cromwell/sys/Makefile trunk/reactos/drivers/video/makefile trunk/reactos/lib/advapi32/winetests/makefile trunk/reactos/lib/comctl32/winetests/makefile trunk/reactos/lib/cpl/Makefile trunk/reactos/lib/cpl/cplsample/Makefile trunk/reactos/lib/cpl/liccpa/Makefile trunk/reactos/lib/d3d8thk/Makefile trunk/reactos/lib/ddraw/Makefile trunk/reactos/lib/devmgr/Makefile trunk/reactos/lib/dhcpcapi/makefile trunk/reactos/lib/freetype/builds/amiga/makefile trunk/reactos/lib/fslib/Makefile trunk/reactos/lib/gdiplus/tests/Makefile trunk/reactos/lib/hid/Makefile trunk/reactos/lib/icmp/makefile trunk/reactos/lib/iprtprio/makefile trunk/reactos/lib/kjs/docs/Makefile trunk/reactos/lib/kjs/examples/Makefile trunk/reactos/lib/kjs/jsas/Makefile trunk/reactos/lib/kjs/jsc/Makefile trunk/reactos/lib/kjs/jsc/tests/Makefile trunk/reactos/lib/kjs/jsdas/Makefile trunk/reactos/lib/kjs/jswrap/Makefile trunk/reactos/lib/kjs/micros/Makefile trunk/reactos/lib/kjs/projects/Makefile trunk/reactos/lib/kjs/src/Makefile trunk/reactos/lib/lsasrv/makefile trunk/reactos/lib/msvcrt/winetests/Makefile trunk/reactos/lib/odbc32/makefile trunk/reactos/lib/oledlg/makefile trunk/reactos/lib/packet/makefile trunk/reactos/lib/psapi/tests/Makefile trunk/reactos/lib/rosky/Makefile trunk/reactos/lib/rosky/libsky/Makefile trunk/reactos/lib/rosky/libskygi/Makefile trunk/reactos/lib/shellext/Makefile trunk/reactos/lib/shellext/slayer/Makefile trunk/reactos/lib/tgetopt/Makefile trunk/reactos/lib/version/winetests/Makefile trunk/reactos/lib/wdmguid/makefile trunk/reactos/lib/winfax/Makefile trunk/reactos/lib/winscard/Makefile trunk/reactos/lib/winsta/makefile trunk/reactos/lib/wintrust/makefile trunk/reactos/lib/ws2_32/tests/Makefile trunk/reactos/lib/zlib/contrib/minizip/Makefile trunk/reactos/lib/zlib/contrib/untgz/Makefile trunk/reactos/ntoskrnl/tests/Makefile trunk/reactos/regtests/Makefile trunk/reactos/services/dhcpd/makefile trunk/reactos/services/umpnpmgr/makefile trunk/reactos/subsys/system/lsass/makefile trunk/reactos/subsys/system/sndvol32/Makefile trunk/reactos/subsys/win32k/tests/makefile trunk/reactos/tools/buildno/Makefile trunk/reactos/tools/create_nls/Makefile trunk/reactos/tools/mkhive/Makefile trunk/reactos/tools/ms2ps/Makefile trunk/reactos/tools/nci/makefile trunk/reactos/tools/pipetools/Makefile trunk/reactos/tools/regtests2xml/Makefile trunk/reactos/tools/rgenstat/Makefile trunk/reactos/tools/widl/Makefile trunk/reactos/tools/wine2ros/Makefile trunk/reactos/tools/winebuild/Makefile trunk/reactos/tools/wpp/Makefile trunk/reactos/tools/wrc/Makefile From chorns at svn.reactos.com Sun Jun 5 18:47:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15810: Clean proxy makefiles on 'make clean' Message-ID: <000601c569ee$5284e060$6b01a8c0@PENELOPE> Clean proxy makefiles on 'make clean' Updated files: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From chorns at svn.reactos.com Sun Jun 5 19:03:11 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [chorns] 15811: svn:ignore maintenance Message-ID: <000601c569f0$74200450$6b01a8c0@PENELOPE> svn:ignore maintenance From greatlrd at svn.reactos.com Sun Jun 5 20:15:20 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:38 2006 Subject: [ros-svn] [greatlrd] 15812: more optimze of bitblt for dib32 Message-ID: <000601c569fa$88e4e590$6b01a8c0@PENELOPE> more optimze of bitblt for dib32 Updated files: trunk/reactos/subsys/win32k/dib/dib.h trunk/reactos/subsys/win32k/dib/dib32bpp.c From hpoussin at svn.reactos.com Sun Jun 5 22:05:59 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hpoussin] 15813: Include French resources in explorer Message-ID: <000601c56a09$fe0be710$6b01a8c0@PENELOPE> Include French resources in explorer Updated files: trunk/reactos/subsys/system/explorer/explorer_intres.rc From gvg at svn.reactos.com Sun Jun 5 22:56:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [gvg] 15814: Implement /LOADSYMBOLS and /NOLOADSYMBOLS command line option Message-ID: <000601c56a11$05367350$6b01a8c0@PENELOPE> Implement /LOADSYMBOLS and /NOLOADSYMBOLS command line option Note to self: send shipping address for coffee mug to Alex Updated files: trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c From hbirr at svn.reactos.com Sun Jun 5 23:12:45 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15815: Allocate the section segments from non paged pool because the storage for fast mutex must be in non paged memory. Message-ID: <000601c56a13$51ca4320$6b01a8c0@PENELOPE> Allocate the section segments from non paged pool because the storage for fast mutex must be in non paged memory. Updated files: trunk/reactos/ntoskrnl/mm/section.c From hbirr at svn.reactos.com Sun Jun 5 23:24:52 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15816: Revert my changes from rev 15805. Message-ID: <000601c56a15$030369e0$6b01a8c0@PENELOPE> Revert my changes from rev 15805. Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/mdl.c trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/mm/ppool.c From hbirr at svn.reactos.com Sun Jun 5 23:30:46 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15817: Fixed the clean rule. Message-ID: <000601c56a15$d5d8a650$6b01a8c0@PENELOPE> Fixed the clean rule. Updated files: trunk/reactos/tools/rsym.mak From hbirr at svn.reactos.com Mon Jun 6 01:07:55 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15818: Allocate the section object from non paged pool because the storage for a spin lock must be in non paged memory. Message-ID: <000601c56a23$67f55c60$6b01a8c0@PENELOPE> Allocate the section object from non paged pool because the storage for a spin lock must be in non paged memory. Updated files: trunk/reactos/ntoskrnl/mm/section.c From ekohl at svn.reactos.com Mon Jun 6 21:34:38 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [ekohl] 15819: Disable patch 15796 because it breaks the bootcd. Message-ID: <000601c56ace$c74719a0$6b01a8c0@PENELOPE> Disable patch 15796 because it breaks the bootcd. Updated files: trunk/reactos/ntoskrnl/io/pnpmgr.c From frik85 at svn.reactos.com Mon Jun 6 22:05:19 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [frik85] 15820: cmd update: Message-ID: <000601c56ad3$10865550$6b01a8c0@PENELOPE> cmd update: * add 'help' command: list all available commands plus show a short description * update english and german language resource files Updated files: trunk/reactos/subsys/system/cmd/De.rc trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/cmd.h trunk/reactos/subsys/system/cmd/cmdtable.c trunk/reactos/subsys/system/cmd/internal.c trunk/reactos/subsys/system/cmd/resource.h From hbirr at svn.reactos.com Mon Jun 6 22:28:02 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15821: - Changed the calculation of the base address of an image section. Message-ID: <000601c56ad6$3c9e9aa0$6b01a8c0@PENELOPE> - Changed the calculation of the base address of an image section. - Removed some unnecessary members from section object. - Changed the allocation of a section object back to paged pool. Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/section.c From ekohl at svn.reactos.com Mon Jun 6 22:32:08 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [ekohl] 15822: NtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVICE and PLUGPLAY_DEVICE_STATUS. Message-ID: <000601c56ad6$cfaf3980$6b01a8c0@PENELOPE> NtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVICE and PLUGPLAY_DEVICE_STATUS. Updated files: trunk/reactos/include/ntos/ntpnp.h trunk/reactos/ntoskrnl/io/plugplay.c From ekohl at svn.reactos.com Mon Jun 6 22:39:37 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [ekohl] 15823: Use #if 0 ... #endif to disable source code. Message-ID: <000601c56ad7$db0a10b0$6b01a8c0@PENELOPE> Use #if 0 ... #endif to disable source code. Updated files: trunk/reactos/lib/syssetup/wizard.c From weiden at svn.reactos.com Tue Jun 7 15:52:01 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [weiden] 15824: delete obsolete folder Message-ID: <000601c56b68$147993d0$6b01a8c0@PENELOPE> delete obsolete folder Deleted files: trunk/reactos/ntoskrnl/objects/ From weiden at svn.reactos.com Tue Jun 7 15:53:42 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [weiden] 15825: use %lu instead of %d for unsigned formatting Message-ID: <000601c56b68$50df27e0$6b01a8c0@PENELOPE> use %lu instead of %d for unsigned formatting Updated files: trunk/reactos/subsys/system/usetup/usetup.c From blight at svn.reactos.com Tue Jun 7 17:09:08 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [blight] 15826: Assembly for DIB_16BPP_VLine, nearly no performance increase, but could be useful later anyway. Message-ID: <000601c56b72$da4eac80$6b01a8c0@PENELOPE> Assembly for DIB_16BPP_VLine, nearly no performance increase, but could be useful later anyway. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From blight at svn.reactos.com Tue Jun 7 17:11:01 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [blight] 15827: Remove a comment which i forgot to remove, oops. Message-ID: <000601c56b73$1dab8c00$6b01a8c0@PENELOPE> Remove a comment which i forgot to remove, oops. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From blight at svn.reactos.com Tue Jun 7 17:13:18 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [blight] 15828: Add 'l' suffix to shr in DIB_16BPP_VLine. Message-ID: <000601c56b73$6f8d4ef0$6b01a8c0@PENELOPE> Add 'l' suffix to shr in DIB_16BPP_VLine. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From navaraf at svn.reactos.com Tue Jun 7 18:26:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15829: Fix buffer size checks for IOCTL_VIDEO_SET_COLOR_REGISTERS. Message-ID: <000601c56b7d$a788eda0$6b01a8c0@PENELOPE> Fix buffer size checks for IOCTL_VIDEO_SET_COLOR_REGISTERS. Updated files: trunk/reactos/drivers/video/miniport/vbe/vbemp.c trunk/reactos/drivers/video/miniport/vga/vgamp.c From navaraf at svn.reactos.com Tue Jun 7 18:34:20 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15830: - Unlock GDI objects by pointer, not by handle. Message-ID: <000601c56b7e$c17bbb10$6b01a8c0@PENELOPE> - Unlock GDI objects by pointer, not by handle. - Fix a few invalid lock cases. - Add support for shared GDI object locks and use it for locking surfaces. Updated files: trunk/reactos/include/win32k/bitmaps.h trunk/reactos/include/win32k/brush.h trunk/reactos/include/win32k/dc.h trunk/reactos/include/win32k/gdiobj.h trunk/reactos/include/win32k/pen.h trunk/reactos/include/win32k/region.h trunk/reactos/include/win32k/text.h trunk/reactos/subsys/win32k/eng/bitblt.c trunk/reactos/subsys/win32k/eng/misc.c trunk/reactos/subsys/win32k/eng/surface.c trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/eng/xlate.c trunk/reactos/subsys/win32k/include/dce.h trunk/reactos/subsys/win32k/include/palette.h trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/metric.c trunk/reactos/subsys/win32k/ntuser/misc.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/windc.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/ntuser/winpos.c trunk/reactos/subsys/win32k/objects/bitmaps.c trunk/reactos/subsys/win32k/objects/brush.c trunk/reactos/subsys/win32k/objects/cliprgn.c trunk/reactos/subsys/win32k/objects/color.c trunk/reactos/subsys/win32k/objects/coord.c trunk/reactos/subsys/win32k/objects/dc.c trunk/reactos/subsys/win32k/objects/dib.c trunk/reactos/subsys/win32k/objects/fillshap.c trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/subsys/win32k/objects/line.c trunk/reactos/subsys/win32k/objects/palette.c trunk/reactos/subsys/win32k/objects/path.c trunk/reactos/subsys/win32k/objects/pen.c trunk/reactos/subsys/win32k/objects/print.c trunk/reactos/subsys/win32k/objects/region.c trunk/reactos/subsys/win32k/objects/text.c From navaraf at svn.reactos.com Tue Jun 7 18:54:30 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15831: Implementation of DragDetect. Based on Wine code (C) 1993, 1994 Alexandre Julliard. Message-ID: <000601c56b81$929b4650$6b01a8c0@PENELOPE> Implementation of DragDetect. Based on Wine code (C) 1993, 1994 Alexandre Julliard. Updated files: trunk/reactos/lib/user32/windows/input.c From hbirr at svn.reactos.com Tue Jun 7 19:07:59 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15832: - Removed the process member from the memory area structure. Message-ID: <000601c56b83$75164a10$6b01a8c0@PENELOPE> - Removed the process member from the memory area structure. - Add the copyright notice and all programmers. Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/anonmem.c trunk/reactos/ntoskrnl/mm/marea.c trunk/reactos/ntoskrnl/mm/section.c From mf at svn.reactos.com Tue Jun 7 19:14:02 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15833: sync winefile resource wcripts with WINE and adjust INFO entries Message-ID: <000601c56b84$4d6a3bb0$6b01a8c0@PENELOPE> sync winefile resource wcripts with WINE and adjust INFO entries Updated files: trunk/reactos/subsys/system/winefile/Sv.rc trunk/reactos/subsys/system/winefile/cs.rc trunk/reactos/subsys/system/winefile/de.rc trunk/reactos/subsys/system/winefile/en.rc trunk/reactos/subsys/system/winefile/es.rc trunk/reactos/subsys/system/winefile/fr.rc trunk/reactos/subsys/system/winefile/hu.rc trunk/reactos/subsys/system/winefile/it.rc trunk/reactos/subsys/system/winefile/nl.rc trunk/reactos/subsys/system/winefile/pl.rc trunk/reactos/subsys/system/winefile/pt.rc trunk/reactos/subsys/system/winefile/ru.rc trunk/reactos/subsys/system/winefile/si.rc trunk/reactos/subsys/system/winefile/zh.rc From navaraf at svn.reactos.com Tue Jun 7 22:02:25 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15834: - Repair GDI handle debugging functionality. Message-ID: <000601c56b9b$d3469b90$6b01a8c0@PENELOPE> - Repair GDI handle debugging functionality. - Fix locking in NtGdiGetTextFace. Updated files: trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/subsys/win32k/objects/text.c From navaraf at svn.reactos.com Tue Jun 7 22:10:45 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15835: Fix a cut & paste mistake. Message-ID: <000601c56b9c$fd21ad00$6b01a8c0@PENELOPE> Fix a cut & paste mistake. Updated files: trunk/reactos/subsys/win32k/objects/text.c From hbirr at svn.reactos.com Tue Jun 7 22:15:31 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hbirr] 15836: Changed back to the GPL. Message-ID: <000601c56b9d$a7523fb0$6b01a8c0@PENELOPE> Changed back to the GPL. Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/mm/anonmem.c trunk/reactos/ntoskrnl/mm/marea.c trunk/reactos/ntoskrnl/mm/section.c From navaraf at svn.reactos.com Tue Jun 7 23:23:43 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [navaraf] 15837: Fix prototypes for non-GDI_DEBUG case. Message-ID: <000601c56ba7$2ed63d70$6b01a8c0@PENELOPE> Fix prototypes for non-GDI_DEBUG case. Updated files: trunk/reactos/include/win32k/gdiobj.h From gvg at svn.reactos.com Wed Jun 8 00:04:57 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [gvg] 15838: Add getnameinfoA/W Message-ID: <000601c56bac$f123a840$6b01a8c0@PENELOPE> Add getnameinfoA/W Updated files: trunk/reactos/w32api/include/ws2tcpip.h From gvg at svn.reactos.com Wed Jun 8 01:11:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [gvg] 15839: Revert r15838 since it breaks the build Message-ID: <000601c56bb6$41f2fab0$6b01a8c0@PENELOPE> Revert r15838 since it breaks the build Updated files: trunk/reactos/w32api/include/ws2tcpip.h From greatlrd at svn.reactos.com Wed Jun 8 18:28:45 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15840: Optimze DIB32_bitblt for both DGB=0 and DGB=1 Message-ID: <000601c56c47$241f3530$6b01a8c0@PENELOPE> Optimze DIB32_bitblt for both DGB=0 and DGB=1 Can not geting it faster with current c code Updated files: 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 From greatlrd at svn.reactos.com Wed Jun 8 19:30:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15841: add my self to CREDITS Message-ID: <000601c56c4f$b3fd5f30$6b01a8c0@PENELOPE> add my self to CREDITS Updated files: trunk/reactos/CREDITS From jimtabor at svn.reactos.com Thu Jun 9 03:43:10 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [jimtabor] 15842: Fixing to start pnp of usb drivers. Message-ID: <000601c56c94$978829d0$6b01a8c0@PENELOPE> Fixing to start pnp of usb drivers. Updated files: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h From jimtabor at svn.reactos.com Thu Jun 9 04:01:14 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [jimtabor] 15843: Attached Linux device to Device Extension. Message-ID: <000601c56c97$1df42c10$6b01a8c0@PENELOPE> Attached Linux device to Device Extension. Updated files: trunk/reactos/drivers/usb/cromwell/uhci/uhci_main.c From jimtabor at svn.reactos.com Thu Jun 9 04:12:37 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [jimtabor] 15844: Added HcdInterfaceName from hpoussin new uhci devctrl.c. Message-ID: <000601c56c98$b4b0c680$6b01a8c0@PENELOPE> Added HcdInterfaceName from hpoussin new uhci devctrl.c. Updated files: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h From greatlrd at svn.reactos.com Thu Jun 9 19:58:36 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15845: fix a bug in hline for 16bpp it did not do Align to fullword boundary correct GvG did spot this lite bug. fix fill bug in 8bpp now it will boot agein thx waxdragon that did spot this problem. Message-ID: <000601c56d1c$dc128400$6b01a8c0@PENELOPE> fix a bug in hline for 16bpp it did not do Align to fullword boundary correct GvG did spot this lite bug. fix fill bug in 8bpp now it will boot agein thx waxdragon that did spot this problem. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib8bpp.c From greatlrd at svn.reactos.com Thu Jun 9 20:03:14 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15846: fix a comment Message-ID: <000601c56d1d$815f6900$6b01a8c0@PENELOPE> fix a comment Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From greatlrd at svn.reactos.com Thu Jun 9 20:34:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15847: correct the spelling for some comment thx w3seek Message-ID: <000601c56d21$cf3fa410$6b01a8c0@PENELOPE> correct the spelling for some comment thx w3seek Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib1bpp.c trunk/reactos/subsys/win32k/dib/dib24bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c trunk/reactos/subsys/win32k/dib/dib4bpp.c trunk/reactos/subsys/win32k/dib/dib8bpp.c From gvg at svn.reactos.com Thu Jun 9 21:04:48 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [gvg] 15848: Speed up 24bpp fills Message-ID: <000601c56d26$1b5139a0$6b01a8c0@PENELOPE> Speed up 24bpp fills Updated files: trunk/reactos/subsys/win32k/dib/dib24bpp.c From greatlrd at svn.reactos.com Thu Jun 9 22:18:35 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15849: dib16_hline revert GvG change until some rewrite the asm code to handler the 4 align right. for now it does Message-ID: <000601c56d30$6a1954f0$6b01a8c0@PENELOPE> dib16_hline revert GvG change until some rewrite the asm code to handler the 4 align right. for now it does the test 0x01,%%edi is wrong it must be test 0x03,%%edi for not break cmd in 16bpp and other apps Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From gvg at svn.reactos.com Thu Jun 9 22:40:58 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [gvg] 15850: Re-apply fix to dib16bpp and fix the root cause Message-ID: <000601c56d33$8a6e47d0$6b01a8c0@PENELOPE> Re-apply fix to dib16bpp and fix the root cause Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/eng/lineto.c From mf at svn.reactos.com Fri Jun 10 22:41:30 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15851: Patch from WineHQ: Message-ID: <000601c56dfc$c7e161f0$6b01a8c0@PENELOPE> Patch from WineHQ: Mike McCormack Fix more warnings. Updated files: trunk/reactos/subsys/system/winefile/winefile.c trunk/reactos/subsys/system/winefile/winefile.h From fireball at svn.reactos.com Fri Jun 10 23:13:18 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [fireball] 15852: Add scrollbar to timezone selection comboboxes. Patch by unC0Rr. Message-ID: <000601c56e01$39579170$6b01a8c0@PENELOPE> Add scrollbar to timezone selection comboboxes. Patch by unC0Rr. Updated files: trunk/reactos/lib/syssetup/syssetup_Cz.rc trunk/reactos/lib/syssetup/syssetup_De.rc trunk/reactos/lib/syssetup/syssetup_En.rc trunk/reactos/lib/syssetup/syssetup_Fr.rc From hpoussin at svn.reactos.com Fri Jun 10 23:26:05 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hpoussin] 15853: Add a pointer to the root hub PDO in the usb controller device extension Message-ID: <000601c56e03$029f03a0$6b01a8c0@PENELOPE> Add a pointer to the root hub PDO in the usb controller device extension Updated files: trunk/reactos/drivers/usb/cromwell/host/ohci_main.h From ion at svn.reactos.com Fri Jun 10 23:46:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [ion] 15854: Support QEMU Hardware Acceleration Message-ID: <000601c56e05$d769e3a0$6b01a8c0@PENELOPE> Support QEMU Hardware Acceleration Updated files: trunk/reactos/bootdata/hivesys.inf From hpoussin at svn.reactos.com Sat Jun 11 00:54:14 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hpoussin] 15855: Set svn:eol-style property to native Message-ID: <000601c56e0f$52f63880$6b01a8c0@PENELOPE> Set svn:eol-style property to native From greatlrd at svn.reactos.com Sat Jun 11 11:53:17 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15856: Fix align 4 problem with color fill and hline. Message-ID: <000601c56e6b$647914e0$6b01a8c0@PENELOPE> Fix align 4 problem with color fill and hline. Now OARCH=pentium2 working with 32bpp Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Sat Jun 11 12:19:45 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15857: adding __volatile__ on all DIB32 inline asm to ensure it doesn't get modified when optimizations are enabled Message-ID: <000601c56e6f$170117e0$6b01a8c0@PENELOPE> adding __volatile__ on all DIB32 inline asm to ensure it doesn't get modified when optimizations are enabled Thx w3seek Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Sat Jun 11 14:13:31 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15858: Speed up Fill and Small fill. for 16bpp Message-ID: <000601c56e7e$fb815920$6b01a8c0@PENELOPE> Speed up Fill and Small fill. for 16bpp Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From greatlrd at svn.reactos.com Sat Jun 11 15:36:03 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15859: speed up 24bpp small fill and fill Message-ID: <000601c56e8a$82fa6f80$6b01a8c0@PENELOPE> speed up 24bpp small fill and fill Updated files: trunk/reactos/subsys/win32k/dib/dib24bpp.c From hpoussin at svn.reactos.com Sat Jun 11 21:09:45 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [hpoussin] 15860: Patch by Sylvain Petreolle : Fix bug 646 Message-ID: <000601c56eb9$2121de40$6b01a8c0@PENELOPE> Patch by Sylvain Petreolle : Fix bug 646 - Remove duplicate dll entries in reactos.dff, - Move some at their correct place. Updated files: trunk/reactos/bootdata/packages/reactos.dff From greatlrd at svn.reactos.com Sat Jun 11 21:56:15 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [greatlrd] 15861: fix fill color and hline asm code Message-ID: <000601c56ebf$a04c21c0$6b01a8c0@PENELOPE> fix fill color and hline asm code thx tamlin to notice some mistake Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From fireball at svn.reactos.com Sat Jun 11 23:30:02 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [fireball] 15862: Fix pdo->fdo typo, causing serious errors, ending up driver unloadable at all. Message-ID: <000601c56ecc$ba4e8920$6b01a8c0@PENELOPE> Fix pdo->fdo typo, causing serious errors, ending up driver unloadable at all. Updated files: trunk/reactos/drivers/usb/cromwell/host/ohci_main.c From mf at svn.reactos.com Sun Jun 12 11:13:50 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15863: remove unused variable Message-ID: <000601c56f2f$0bbcb630$6b01a8c0@PENELOPE> remove unused variable Updated files: trunk/reactos/subsys/system/winefile/winefile.c From mf at svn.reactos.com Sun Jun 12 11:14:16 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15864: remove unsued compilation unit Message-ID: <000601c56f2f$1bba56f0$6b01a8c0@PENELOPE> remove unsued compilation unit Updated files: trunk/reactos/subsys/system/winefile/winefile.dsp trunk/reactos/subsys/system/winefile/winefile.xml From mf at svn.reactos.com Sun Jun 12 11:17:14 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15865: remove unnecessary paint code Message-ID: <000601c56f2f$85d2fbf0$6b01a8c0@PENELOPE> remove unnecessary paint code Updated files: trunk/reactos/subsys/system/winefile/winefile.c From chorns at svn.reactos.com Sun Jun 12 11:36:39 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [chorns] 15866: Make test pass Message-ID: <000601c56f32$3bab30d0$6b01a8c0@PENELOPE> Make test pass Updated files: trunk/reactos/tools/rbuild/tests/symboltest.cpp From mf at svn.reactos.com Sun Jun 12 12:14:47 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:39 2006 Subject: [ros-svn] [mf] 15867: - standardize resource scripts: align code and remove tabs Message-ID: <000601c56f37$8fbfc000$6b01a8c0@PENELOPE> - standardize resource scripts: align code and remove tabs - ifdef __WINE__ for ID_ABOUT_WINE Updated files: trunk/reactos/subsys/system/winefile/Sv.rc trunk/reactos/subsys/system/winefile/cs.rc trunk/reactos/subsys/system/winefile/de.rc trunk/reactos/subsys/system/winefile/en.rc trunk/reactos/subsys/system/winefile/es.rc trunk/reactos/subsys/system/winefile/fr.rc trunk/reactos/subsys/system/winefile/hu.rc trunk/reactos/subsys/system/winefile/it.rc trunk/reactos/subsys/system/winefile/nl.rc trunk/reactos/subsys/system/winefile/pl.rc trunk/reactos/subsys/system/winefile/pt.rc trunk/reactos/subsys/system/winefile/resource.rc trunk/reactos/subsys/system/winefile/ru.rc trunk/reactos/subsys/system/winefile/si.rc trunk/reactos/subsys/system/winefile/zh.rc From chorns at svn.reactos.com Sun Jun 12 12:19:22 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [chorns] 15868: Support module_depends target Message-ID: <000601c56f38$33a96b80$6b01a8c0@PENELOPE> Support module_depends target Updated files: trunk/reactos/Makefile trunk/reactos/tools/rbuild/automaticdependency.cpp trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/backend/mingw/mingw.h trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h trunk/reactos/tools/rbuild/configuration.cpp trunk/reactos/tools/rbuild/rbuild.cpp trunk/reactos/tools/rbuild/rbuild.h trunk/reactos/tools/rbuild/tests/sourcefiletest.cpp From hbirr at svn.reactos.com Sun Jun 12 12:23:22 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hbirr] 15869: - Fixed the inline assembler in DIB_16BPP_ColorFill. Message-ID: <000601c56f38$c2ead9f0$6b01a8c0@PENELOPE> - Fixed the inline assembler in DIB_16BPP_ColorFill. - Calculated the color value outside of the loop in DIB_16BPP_ColorFill. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From hbirr at svn.reactos.com Sun Jun 12 12:25:56 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hbirr] 15870: - Fixed the calculation of some offset values. Message-ID: <000601c56f39$1e835670$6b01a8c0@PENELOPE> - Fixed the calculation of some offset values. - Used the correct flag for testing of a bss section. Updated files: trunk/reactos/ntoskrnl/mm/section.c From hbirr at svn.reactos.com Sun Jun 12 12:33:31 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hbirr] 15871: Preinitialize the Provider to prevent from crashing if no sockets were given. Message-ID: <000601c56f3a$2d683ec0$6b01a8c0@PENELOPE> Preinitialize the Provider to prevent from crashing if no sockets were given. Updated files: trunk/reactos/lib/ws2_32/misc/dllmain.c From chorns at svn.reactos.com Sun Jun 12 12:52:31 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [chorns] 15872: Document well-known targets Message-ID: <000601c56f3c$d4efe6a0$6b01a8c0@PENELOPE> Document well-known targets Updated files: trunk/reactos/Makefile From mf at svn.reactos.com Sun Jun 12 13:30:37 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mf] 15873: small adjustements: Message-ID: <000601c56f42$27d803c0$6b01a8c0@PENELOPE> small adjustements: - #ifdef for WINE specific menu item - C style comment - white space Updated files: trunk/reactos/subsys/system/winefile/unixcalls.c trunk/reactos/subsys/system/winefile/winefile.c trunk/reactos/subsys/system/winefile/winefile.dsp From gvg at svn.reactos.com Sun Jun 12 15:11:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [gvg] 15874: Allow logging of calls into display driver (disabled by default) Message-ID: <000601c56f50$461a1b30$6b01a8c0@PENELOPE> Allow logging of calls into display driver (disabled by default) Updated files: trunk/reactos/subsys/win32k/misc/driver.c From mf at svn.reactos.com Sun Jun 12 16:10:00 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mf] 15875: remove duplicate toolbar button Message-ID: <000601c56f58$6ba667c0$6b01a8c0@PENELOPE> remove duplicate toolbar button Updated files: trunk/reactos/subsys/system/winefile/winefile.c From chorns at svn.reactos.com Sun Jun 12 17:33:38 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [chorns] 15876: Show execution time of tests Message-ID: <000601c56f64$1ac29660$6b01a8c0@PENELOPE> Show execution time of tests Updated files: trunk/reactos/regtests/regtests/regtests.c trunk/reactos/regtests/regtests/regtests.def trunk/reactos/regtests/shared/regtests.c trunk/reactos/regtests/shared/regtests.h trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp trunk/reactos/tools/rbuild/testsupportcode.cpp From hbirr at svn.reactos.com Sun Jun 12 18:20:13 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hbirr] 15877: Print more informations on a BSOD by enabling the debug prints to the screen. Message-ID: <000601c56f6a$9cdbe380$6b01a8c0@PENELOPE> Print more informations on a BSOD by enabling the debug prints to the screen. Updated files: trunk/reactos/ntoskrnl/ke/bug.c From gvg at svn.reactos.com Sun Jun 12 21:06:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [gvg] 15878: Clip lines totally outside the clip region Message-ID: <000601c56f81$ddf4cf00$6b01a8c0@PENELOPE> Clip lines totally outside the clip region Updated files: trunk/reactos/subsys/win32k/eng/lineto.c From greatlrd at svn.reactos.com Sun Jun 12 21:24:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [greatlrd] 15879: fix bug in color fill inline asm code. Did crash cirrus drv, vmware 5 drv and if the buffer was not align. Clean up inline asm code. Message-ID: <000601c56f84$4a9e1f10$6b01a8c0@PENELOPE> fix bug in color fill inline asm code. Did crash cirrus drv, vmware 5 drv and if the buffer was not align. Clean up inline asm code. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c From greatlrd at svn.reactos.com Mon Jun 13 03:59:01 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [greatlrd] 15880: 32dib remove one of color fill optimizing until it can be fix for oarch=pentiun2 DBG=0 with vmware drv Message-ID: <000601c56fbb$77f59d80$6b01a8c0@PENELOPE> 32dib remove one of color fill optimizing until it can be fix for oarch=pentiun2 DBG=0 with vmware drv Updated files: trunk/reactos/subsys/win32k/dib/dib32bpp.c From greatlrd at svn.reactos.com Mon Jun 13 04:02:28 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [greatlrd] 15881: revert back to 15869 for current change break 32 / 8 bpp for vbe drv, and vmware drv the mouse did not redaw some dialog box was wrong. and alot more Message-ID: <000601c56fbb$f33d1040$6b01a8c0@PENELOPE> revert back to 15869 for current change break 32 / 8 bpp for vbe drv, and vmware drv the mouse did not redaw some dialog box was wrong. and alot more Updated files: trunk/reactos/subsys/win32k/eng/lineto.c From mbosma at svn.reactos.com Mon Jun 13 15:21:37 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15882: XML Makefiles Message-ID: <000601c5701a$d3b19b60$6b01a8c0@PENELOPE> XML Makefiles Added files: trunk/rosapps/packmgr/cmd-line/rosget.xml trunk/rosapps/packmgr/directory.xml trunk/rosapps/packmgr/gui/packmgr.xml trunk/rosapps/packmgr/lib/packlib.xml Updated files: trunk/rosapps/packmgr/gui/main.c From hyperion at svn.reactos.com Mon Jun 13 16:36:07 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hyperion] 15883: did I miss a "the tree isn't supposed to build anymore" memo or what? fixes for compilation with GCC 3.3.3 Message-ID: <000601c57025$3bd828d0$6b01a8c0@PENELOPE> did I miss a "the tree isn't supposed to build anymore" memo or what? fixes for compilation with GCC 3.3.3 Updated files: trunk/reactos/drivers/net/npf/win_bpf.h trunk/reactos/lib/adns/src/internal.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c From blight at svn.reactos.com Mon Jun 13 17:29:08 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [blight] 15884: Fix warnings in inline assembly (I hope this doesnt expose a GCC bug and thus break the build for others, using 3.4.2 myself and everything works) Message-ID: <000601c5702c$a41c30b0$6b01a8c0@PENELOPE> Fix warnings in inline assembly (I hope this doesnt expose a GCC bug and thus break the build for others, using 3.4.2 myself and everything works) Updated files: trunk/reactos/ntoskrnl/kd/wrappers/bochs.c From hyperion at svn.reactos.com Mon Jun 13 19:23:10 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hyperion] 15885: ROX-U (user-mode ReactOS) branch opened. Wish me luck Message-ID: <000601c5703c$92260100$6b01a8c0@PENELOPE> ROX-U (user-mode ReactOS) branch opened. Wish me luck Added files: branches/rox-u/ From mbosma at svn.reactos.com Mon Jun 13 20:06:33 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15886: remove content of empty dir (cvsignore) Message-ID: <000601c57042$a1a36680$6b01a8c0@PENELOPE> remove content of empty dir (cvsignore) Deleted files: trunk/rosapps/net/arp/ From mbosma at svn.reactos.com Mon Jun 13 20:08:00 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15887: remove empty dir Message-ID: <000601c57042$d5cfb940$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/finger/ From mbosma at svn.reactos.com Mon Jun 13 20:09:08 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15888: remove empty dir Message-ID: <000601c57042$fe6f8100$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/ipconfig/ From mbosma at svn.reactos.com Mon Jun 13 20:09:14 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15889: remove empty dir Message-ID: <000601c57043$01fe4d10$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/ping/ From mbosma at svn.reactos.com Mon Jun 13 20:09:31 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15892: remove empty dir Message-ID: <000601c57043$0baddab0$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/telnet/ From mbosma at svn.reactos.com Mon Jun 13 20:09:19 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15890: remove empty dir Message-ID: <000601c57043$050e9a50$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/whois/ From mbosma at svn.reactos.com Mon Jun 13 20:09:25 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15891: remove empty dir Message-ID: <000601c57043$080e45c0$6b01a8c0@PENELOPE> remove empty dir Deleted files: trunk/rosapps/net/netstat/ From mbosma at svn.reactos.com Mon Jun 13 20:33:19 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15893: set svn:eol-style native Message-ID: <000601c57046$5ef91150$6b01a8c0@PENELOPE> set svn:eol-style native From hyperion at svn.reactos.com Mon Jun 13 22:32:01 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hyperion] 15894: longjmp should restore the stack pointer as it would be *after* setjmp returns. Since the PSEH implementation of setjmp is __stdcall, this value differs from the usual esp+4, because *after* return *two* doublewords are popped (return IP and parameter). Thanks to blight_ for reporting Message-ID: <000601c57056$f3e9c790$6b01a8c0@PENELOPE> longjmp should restore the stack pointer as it would be *after* setjmp returns. Since the PSEH implementation of setjmp is __stdcall, this value differs from the usual esp+4, because *after* return *two* doublewords are popped (return IP and parameter). Thanks to blight_ for reporting Updated files: trunk/reactos/lib/pseh/i386/setjmp.asm From hpoussin at svn.reactos.com Mon Jun 13 22:37:45 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15895: Disable some usb empty drivers. We will use thoses in drivers/usb/cromwell Message-ID: <000601c57057$c14ea6b0$6b01a8c0@PENELOPE> Disable some usb empty drivers. We will use thoses in drivers/usb/cromwell Updated files: trunk/reactos/drivers/usb/directory.xml From hpoussin at svn.reactos.com Mon Jun 13 22:42:16 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15896: Add usb hub driver. It is linked with cromwell usb stack Message-ID: <000601c57058$62c7a050$6b01a8c0@PENELOPE> Add usb hub driver. It is linked with cromwell usb stack Added files: trunk/reactos/drivers/usb/cromwell/hub/ trunk/reactos/drivers/usb/cromwell/hub/createclose.c trunk/reactos/drivers/usb/cromwell/hub/fdo.c trunk/reactos/drivers/usb/cromwell/hub/hub.xml trunk/reactos/drivers/usb/cromwell/hub/misc.c trunk/reactos/drivers/usb/cromwell/hub/pdo.c trunk/reactos/drivers/usb/cromwell/hub/usbhub.c trunk/reactos/drivers/usb/cromwell/hub/usbhub.h trunk/reactos/drivers/usb/cromwell/hub/usbhub.rc Updated files: trunk/reactos/drivers/usb/cromwell/directory.xml trunk/reactos/drivers/usb/cromwell/usb_wrapper.h trunk/reactos/drivers/usb/directory.xml From hpoussin at svn.reactos.com Mon Jun 13 22:46:00 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15897: Silent some debug messages Message-ID: <000601c57058$e878a1e0$6b01a8c0@PENELOPE> Silent some debug messages Updated files: trunk/reactos/drivers/usb/cromwell/core/hub.c trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From hpoussin at svn.reactos.com Mon Jun 13 22:51:21 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15898: Add registry entries related to USB hub driver Message-ID: <000601c57059$a7883910$6b01a8c0@PENELOPE> Add registry entries related to USB hub driver Updated files: trunk/reactos/bootdata/hivesys.inf From hpoussin at svn.reactos.com Mon Jun 13 23:44:42 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15899: Fix string returned by IoRegisterDeviceInterface() Message-ID: <000601c57061$1b34f040$6b01a8c0@PENELOPE> Fix string returned by IoRegisterDeviceInterface() Updated files: trunk/reactos/ntoskrnl/io/deviface.c From hpoussin at svn.reactos.com Mon Jun 13 23:51:57 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15900: Handle DeviceId property Message-ID: <000601c57062$1eea3aa0$6b01a8c0@PENELOPE> Handle DeviceId property Change InstanceId to Serenum\Mouse Updated files: trunk/reactos/drivers/bus/serenum/detect.c trunk/reactos/drivers/bus/serenum/pdo.c trunk/reactos/drivers/bus/serenum/serenum.c trunk/reactos/drivers/bus/serenum/serenum.h From gvg at svn.reactos.com Tue Jun 14 00:24:46 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [gvg] 15901: We were changing the edi register, but not informing the compiler about this. Message-ID: <000601c57066$b46ffb60$6b01a8c0@PENELOPE> We were changing the edi register, but not informing the compiler about this. For certain optimization combinations, the compiler would assume edi was unchanged. Fixed by adding %edi to the clobber list. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c From gvg at svn.reactos.com Tue Jun 14 00:27:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [gvg] 15902: Re-apply r15878 as it wasn't the cause of the problems Message-ID: <000601c57067$126d42e0$6b01a8c0@PENELOPE> Re-apply r15878 as it wasn't the cause of the problems Updated files: trunk/reactos/subsys/win32k/eng/lineto.c From ion at svn.reactos.com Tue Jun 14 05:33:25 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [ion] 15903: Fix OB Bug and port ObQueryNameString from my branch so Herve can get back to working on USB. Sorry for taking so long, hpoussin\! Message-ID: <000601c57091$d27b6c40$6b01a8c0@PENELOPE> Fix OB Bug and port ObQueryNameString from my branch so Herve can get back to working on USB. Sorry for taking so long, hpoussin\! Updated files: trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ob/object.c From ion at svn.reactos.com Tue Jun 14 05:35:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [ion] 15904: Remove excessive debugging messages used during testing Message-ID: <000601c57092$1bed2670$6b01a8c0@PENELOPE> Remove excessive debugging messages used during testing Updated files: trunk/reactos/ntoskrnl/ob/object.c From hpoussin at svn.reactos.com Tue Jun 14 14:31:55 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15905: Enumerate root hub connected to UHCI controller Message-ID: <000601c570dd$0cab1870$6b01a8c0@PENELOPE> Enumerate root hub connected to UHCI controller Use Cromwell USB stack to initialize UHCI controller Added files: trunk/reactos/drivers/usb/cromwell/uhci/close.c trunk/reactos/drivers/usb/cromwell/uhci/create.c trunk/reactos/drivers/usb/cromwell/uhci/fdo.c trunk/reactos/drivers/usb/cromwell/uhci/misc.c trunk/reactos/drivers/usb/cromwell/uhci/pdo.c trunk/reactos/drivers/usb/cromwell/uhci/uhci.c trunk/reactos/drivers/usb/cromwell/uhci/uhci.h Updated files: trunk/reactos/drivers/usb/cromwell/uhci/uhci.xml Deleted files: trunk/reactos/drivers/usb/cromwell/uhci/uhci.def trunk/reactos/drivers/usb/cromwell/uhci/uhci_main.c From navaraf at svn.reactos.com Tue Jun 14 15:10:47 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15906: - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. Message-ID: <000601c570e2$7b0ee260$6b01a8c0@PENELOPE> - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. - Fix the declarations of KeGetCurrentProcessorNumber, PIO_QUERY_DEVICE_ROUTINE, THREAD_STATE, KPCR and KeAttachProcess in W32API headers. - Remove KeInitializeApc, KEVENT_PAIR and TERMINATION_PORT declarations from W32API, they don't belong there. - Correct the STDCALL order in callback declarations in winddk.h. Updated files: trunk/reactos/drivers/video/videoprt/int10.c trunk/reactos/drivers/video/videoprt/videoprt.c trunk/reactos/drivers/video/videoprt/videoprt.h trunk/reactos/include/ddk/iotypes.h trunk/reactos/include/ddk/kefuncs.h trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/include/internal/debug.h trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/ke/device.c trunk/reactos/ntoskrnl/ke/gmutex.c trunk/reactos/ntoskrnl/ke/i386/gdt.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/w32api/include/ddk/ntapi.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Tue Jun 14 15:45:33 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15907: Fix compilation error. Message-ID: <000601c570e7$56693960$6b01a8c0@PENELOPE> Fix compilation error. Updated files: trunk/reactos/drivers/video/videoprt/dispatch.c From navaraf at svn.reactos.com Tue Jun 14 15:46:37 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15908: Fix compilation error (try 2). Message-ID: <000601c570e7$7c1a1e90$6b01a8c0@PENELOPE> Fix compilation error (try 2). Updated files: trunk/reactos/drivers/video/videoprt/dispatch.c From navaraf at svn.reactos.com Tue Jun 14 15:50:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15909: A bit of W32API magic. Message-ID: <000601c570e8$059a2980$6b01a8c0@PENELOPE> A bit of W32API magic. Updated files: trunk/reactos/ntoskrnl/include/internal/ke.h From navaraf at svn.reactos.com Tue Jun 14 16:44:14 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15910: Accidently removed one line in the last commit ... gotta love this header hell. :/ Message-ID: <000601c570ef$88a27510$6b01a8c0@PENELOPE> Accidently removed one line in the last commit ... gotta love this header hell. :/ Updated files: trunk/reactos/ntoskrnl/include/internal/ke.h From ion at svn.reactos.com Tue Jun 14 19:37:10 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [ion] 15911: Add an ARC Header for future purposes (PPC, ARM, etc, ARCLoader) and implement KeFindConfigurationNextEntry and fix the definition Message-ID: <000601c57107$b15c8eb0$6b01a8c0@PENELOPE> Add an ARC Header for future purposes (PPC, ARM, etc, ARCLoader) and implement KeFindConfigurationNextEntry and fix the definition Added files: trunk/reactos/include/arc/ trunk/reactos/include/arc/arc.h Updated files: trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/ntoskrnl/ke/device.c From hbirr at svn.reactos.com Tue Jun 14 20:33:05 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hbirr] 15912: It was a bad idea to manipulate the length of the given unicode string if we don't like the the starting back slash. Message-ID: <000601c5710f$814bbe00$6b01a8c0@PENELOPE> It was a bad idea to manipulate the length of the given unicode string if we don't like the the starting back slash. Updated files: trunk/reactos/ntoskrnl/ob/handle.c From blight at svn.reactos.com Tue Jun 14 20:34:03 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [blight] 15913: Fix compilation. Message-ID: <000601c5710f$a3de9a50$6b01a8c0@PENELOPE> Fix compilation. Updated files: trunk/reactos/ntoskrnl/kdbg/kdb_cli.c From navaraf at svn.reactos.com Tue Jun 14 20:39:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15914: Revert r15906 change. Message-ID: <000601c57110$69b54530$6b01a8c0@PENELOPE> Revert r15906 change. Updated files: trunk/reactos/ntoskrnl/include/internal/debug.h From navaraf at svn.reactos.com Tue Jun 14 22:24:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15915: Use KeStackAttachProcess/KeUnstackDetachProcess instead of KeAttachProcess/KeDetachProcess. Message-ID: <000601c5711f$02f82970$6b01a8c0@PENELOPE> Use KeStackAttachProcess/KeUnstackDetachProcess instead of KeAttachProcess/KeDetachProcess. Updated files: trunk/reactos/drivers/video/videoprt/int10.c trunk/reactos/drivers/video/videoprt/videoprt.c trunk/reactos/drivers/video/videoprt/videoprt.h From navaraf at svn.reactos.com Tue Jun 14 22:42:30 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15916: - Remove KeAttachProcess and KeDetachProcess prototypes from winddk.h. Message-ID: <000601c57121$9575c530$6b01a8c0@PENELOPE> - Remove KeAttachProcess and KeDetachProcess prototypes from winddk.h. - Remove non-public object manager stuff from W32API and ROS headers. Updated files: trunk/reactos/hal/halx86/generic/adapter.c trunk/reactos/hal/halx86/generic/irql.c trunk/reactos/hal/halx86/generic/pci.c trunk/reactos/hal/halx86/generic/spinlock.c trunk/reactos/hal/halx86/generic/timer.c trunk/reactos/hal/halx86/xbox/part_xbox.c trunk/reactos/include/ddk/obfuncs.h trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/rtl/i386/exception.c trunk/reactos/subsys/win32k/misc/error.c trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Tue Jun 14 23:59:10 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [navaraf] 15917: Add Nokia/Ericsson vitrual key codes. Message-ID: <000601c5712c$4b7e1120$6b01a8c0@PENELOPE> Add Nokia/Ericsson vitrual key codes. Updated files: trunk/reactos/w32api/include/winuser.h From hyperion at svn.reactos.com Wed Jun 15 00:08:29 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hyperion] 15918: Removed empty directory Message-ID: <000601c5712d$987ef010$6b01a8c0@PENELOPE> Removed empty directory Deleted files: trunk/reactos/ntoskrnl/inbv/i386/ From hpoussin at svn.reactos.com Wed Jun 15 19:11:43 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [hpoussin] 15919: Add Green driver, that emulates a VT100 compatible server. Message-ID: <000601c571cd$4da2dac0$6b01a8c0@PENELOPE> Add Green driver, that emulates a VT100 compatible server. Input won't work as long as we don't have a kdbclass driver.Add stubs for IOCTL_USB_GET_NODE_CONNECTION_NAME, IOCTL_USB_GET_NODE_CONNECTION_INFORMATION, IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION Updated files: trunk/reactos/drivers/usb/cromwell/hub/fdo.c From mbosma at svn.reactos.com Wed Jun 15 19:20:01 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15920: Created XML makefiles for rosapps. You need to checkout /rosapps in your /reactos folder to use it. This projects do not build: /lib/dflat32 and /welcome (I don't know if they did before). Winemine does not work. (but it builds) /test makefiles are not done yet. Message-ID: <000601c571ce$764a4e30$6b01a8c0@PENELOPE> Created XML makefiles for rosapps. You need to checkout /rosapps in your /reactos folder to use it. This projects do not build: /lib/dflat32 and /welcome (I don't know if they did before). Winemine does not work. (but it builds) /test makefiles are not done yet. Added files: trunk/rosapps/cmdutils/cmdutils.xml trunk/rosapps/cmdutils/mode/mode.xml trunk/rosapps/cmdutils/touch/touch.xml trunk/rosapps/demos/directory.xml trunk/rosapps/demos/maze/maze.xml trunk/rosapps/devutils/directory.xml trunk/rosapps/devutils/gdb2/gdb2.xml trunk/rosapps/devutils/genguid/genguid.xml trunk/rosapps/devutils/zoomin/zoomin.xml trunk/rosapps/dflat32/dflat32.xml trunk/rosapps/directory.xml trunk/rosapps/games/directory.xml trunk/rosapps/games/solitaire/solitaire.xml trunk/rosapps/games/winemine/winemine.xml trunk/rosapps/lib/dflat32/dflat32.xml trunk/rosapps/lib/directory.xml trunk/rosapps/mc/mc.xml trunk/rosapps/net/directory.xml trunk/rosapps/net/ncftp/ncftp.xml trunk/rosapps/net/netreg/netreg.xml trunk/rosapps/net/niclist/niclist.xml trunk/rosapps/notevil/notevil.xml trunk/rosapps/sysutils/ctm/ctm.xml trunk/rosapps/sysutils/kill/kill.xml trunk/rosapps/sysutils/man/man.xml trunk/rosapps/sysutils/regexpl/regexpl.xml trunk/rosapps/sysutils/sysutils.xml trunk/rosapps/sysutils/tcat/cat.xml trunk/rosapps/sysutils/tlist/tlist.xml trunk/rosapps/templates/dialog/dialog.xml trunk/rosapps/templates/directory.xml trunk/rosapps/templates/mdi/mdi.xml trunk/rosapps/welcome/welcome.xml trunk/rosapps/winfile/winfile.xml Updated files: trunk/rosapps/packmgr/gui/packmgr.xml trunk/rosapps/packmgr/lib/packlib.xml trunk/rosapps/tests/dibtest/makefile trunk/rosapps/tests/tmrqueue/makefile From mbosma at svn.reactos.com Wed Jun 15 19:37:24 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15921: remove old makefile Message-ID: <000601c571d0$e3dd6200$6b01a8c0@PENELOPE> remove old makefile Deleted files: trunk/rosapps/Makefile trunk/rosapps/cmdutils/makefile trunk/rosapps/cmdutils/mode/makefile trunk/rosapps/cmdutils/touch/makefile trunk/rosapps/devutils/gdb2/Makefile trunk/rosapps/devutils/genguid/Makefile trunk/rosapps/devutils/zoomin/makefile trunk/rosapps/dflat32/makefile trunk/rosapps/games/solitaire/makefile trunk/rosapps/games/winemine/Makefile trunk/rosapps/mc/Makefile trunk/rosapps/mc/doc/Makefile trunk/rosapps/mc/edit/Makefile trunk/rosapps/mc/pc/Makefile trunk/rosapps/mc/slang/Makefile trunk/rosapps/mc/src/Makefile trunk/rosapps/mc/vfs/Makefile trunk/rosapps/net/ncftp/makefile trunk/rosapps/net/netreg/makefile trunk/rosapps/net/niclist/makefile trunk/rosapps/notevil/makefile trunk/rosapps/packmgr/cmd-line/makefile trunk/rosapps/packmgr/gui/makefile trunk/rosapps/packmgr/lib/makefile trunk/rosapps/packmgr/makefile trunk/rosapps/sysutils/ctm/Makefile trunk/rosapps/sysutils/kill/makefile trunk/rosapps/sysutils/makefile trunk/rosapps/sysutils/man/makefile trunk/rosapps/sysutils/regexpl/Makefile trunk/rosapps/sysutils/tcat/makefile trunk/rosapps/sysutils/tlist/Makefile trunk/rosapps/templates/dialog/makefile trunk/rosapps/templates/mdi/makefile trunk/rosapps/welcome/makefile trunk/rosapps/winfile/Makefile From mbosma at svn.reactos.com Wed Jun 15 19:42:19 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:40 2006 Subject: [ros-svn] [mbosma] 15922: removed rules.mak and outdated entries from readme.txt Message-ID: <000601c571d1$93bc4560$6b01a8c0@PENELOPE> removed rules.mak and outdated entries from readme.txt Updated files: trunk/rosapps/readme.txt Deleted files: trunk/rosapps/rules.mak From mbosma at svn.reactos.com Wed Jun 15 19:52:03 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [mbosma] 15923: delete .cvsignore Message-ID: <000601c571d2$f00a60d0$6b01a8c0@PENELOPE> delete .cvsignore Deleted files: trunk/rosapps/.cvsignore trunk/rosapps/cmdutils/.cvsignore trunk/rosapps/cmdutils/mode/.cvsignore trunk/rosapps/cmdutils/touch/.cvsignore trunk/rosapps/demos/maze/.cvsignore trunk/rosapps/devutils/genguid/.cvsignore trunk/rosapps/devutils/zoomin/.cvsignore trunk/rosapps/dflat32/.cvsignore trunk/rosapps/games/winemine/.cvsignore trunk/rosapps/lib/dflat32/.cvsignore trunk/rosapps/mc/.cvsignore trunk/rosapps/mc/edit/.cvsignore trunk/rosapps/mc/pc/.cvsignore trunk/rosapps/mc/release/.cvsignore trunk/rosapps/mc/slang/.cvsignore trunk/rosapps/mc/src/.cvsignore trunk/rosapps/net/ncftp/.cvsignore trunk/rosapps/net/ncftp/Strn/.cvsignore trunk/rosapps/net/ncftp/libncftp/.cvsignore trunk/rosapps/net/ncftp/ncftp/.cvsignore trunk/rosapps/net/ncftp/sio/.cvsignore trunk/rosapps/net/niclist/.cvsignore trunk/rosapps/notevil/.cvsignore trunk/rosapps/sysutils/.cvsignore trunk/rosapps/sysutils/ctm/.cvsignore trunk/rosapps/sysutils/man/.cvsignore trunk/rosapps/sysutils/regexpl/.cvsignore trunk/rosapps/sysutils/tcat/.cvsignore trunk/rosapps/sysutils/tlist/.cvsignore trunk/rosapps/templates/dialog/.cvsignore trunk/rosapps/templates/mdi/.cvsignore trunk/rosapps/tests/accelerator/.cvsignore trunk/rosapps/tests/alive/.cvsignore trunk/rosapps/tests/alphablend/.cvsignore trunk/rosapps/tests/apc/.cvsignore trunk/rosapps/tests/apc2/.cvsignore trunk/rosapps/tests/args/.cvsignore trunk/rosapps/tests/atomtest/.cvsignore trunk/rosapps/tests/bench/.cvsignore trunk/rosapps/tests/bitblt/.cvsignore trunk/rosapps/tests/button/.cvsignore trunk/rosapps/tests/button2/.cvsignore trunk/rosapps/tests/capclock/.cvsignore trunk/rosapps/tests/carets/.cvsignore trunk/rosapps/tests/combo/.cvsignore trunk/rosapps/tests/consume/.cvsignore trunk/rosapps/tests/copymove/.cvsignore trunk/rosapps/tests/count/.cvsignore trunk/rosapps/tests/create-links/.cvsignore trunk/rosapps/tests/dibtest/.cvsignore trunk/rosapps/tests/dirdlg/.cvsignore trunk/rosapps/tests/diskspeed/.cvsignore trunk/rosapps/tests/dnsapi/.cvsignore trunk/rosapps/tests/dnsquery/.cvsignore trunk/rosapps/tests/dump_shared_data/.cvsignore trunk/rosapps/tests/edit/.cvsignore trunk/rosapps/tests/enhmetafile/.cvsignore trunk/rosapps/tests/enumfonts/.cvsignore trunk/rosapps/tests/enumwnd/.cvsignore trunk/rosapps/tests/enumws/.cvsignore trunk/rosapps/tests/event/.cvsignore trunk/rosapps/tests/eventpair/.cvsignore trunk/rosapps/tests/fiber/.cvsignore trunk/rosapps/tests/global_mem/.cvsignore trunk/rosapps/tests/gradient/.cvsignore trunk/rosapps/tests/guithreadinfo/.cvsignore trunk/rosapps/tests/hello/.cvsignore trunk/rosapps/tests/hivetest/.cvsignore trunk/rosapps/tests/icontest/.cvsignore trunk/rosapps/tests/iptest/.cvsignore trunk/rosapps/tests/isotest/.cvsignore trunk/rosapps/tests/lineclip/.cvsignore trunk/rosapps/tests/linetest/.cvsignore trunk/rosapps/tests/lpc/.cvsignore trunk/rosapps/tests/map_dup_inherit/.cvsignore trunk/rosapps/tests/mdi/.cvsignore trunk/rosapps/tests/miditest/.cvsignore trunk/rosapps/tests/mktime/.cvsignore trunk/rosapps/tests/moztest/.cvsignore trunk/rosapps/tests/mstest/.cvsignore trunk/rosapps/tests/multithrdwin/.cvsignore trunk/rosapps/tests/multiwin/.cvsignore trunk/rosapps/tests/mutex/.cvsignore trunk/rosapps/tests/nameserverlist/.cvsignore trunk/rosapps/tests/noexecute/.cvsignore trunk/rosapps/tests/nptest/.cvsignore trunk/rosapps/tests/oskittcp/.cvsignore trunk/rosapps/tests/p_dup_handle/.cvsignore trunk/rosapps/tests/palbitblt/.cvsignore trunk/rosapps/tests/patblt/.cvsignore trunk/rosapps/tests/polytest/.cvsignore trunk/rosapps/tests/popupmenu/.cvsignore trunk/rosapps/tests/primitives/.cvsignore trunk/rosapps/tests/pteb/.cvsignore trunk/rosapps/tests/regdump/.cvsignore trunk/rosapps/tests/regqueryvalue/.cvsignore trunk/rosapps/tests/regtest/.cvsignore trunk/rosapps/tests/sectest/.cvsignore trunk/rosapps/tests/sertest/.cvsignore trunk/rosapps/tests/shaptest/.cvsignore trunk/rosapps/tests/shm/.cvsignore trunk/rosapps/tests/statst/.cvsignore trunk/rosapps/tests/statst2/.cvsignore trunk/rosapps/tests/stretchblt/.cvsignore trunk/rosapps/tests/subclass/.cvsignore trunk/rosapps/tests/suspend/.cvsignore trunk/rosapps/tests/tcpsvr/.cvsignore trunk/rosapps/tests/terminate/.cvsignore trunk/rosapps/tests/thread/.cvsignore trunk/rosapps/tests/thread_msg/.cvsignore trunk/rosapps/tests/threadwait/.cvsignore trunk/rosapps/tests/tmrqueue/.cvsignore trunk/rosapps/tests/tokentest/.cvsignore trunk/rosapps/tests/txtscale/.cvsignore trunk/rosapps/tests/vmtest/.cvsignore trunk/rosapps/tests/winhello/.cvsignore trunk/rosapps/tests/wm_erasebkgnd/.cvsignore trunk/rosapps/tests/wm_paint/.cvsignore trunk/rosapps/tests/zwcontinue/.cvsignore trunk/rosapps/tests/zwcontinue/i386/.cvsignore trunk/rosapps/welcome/.cvsignore trunk/rosapps/winfile/.cvsignore From sedwards at svn.reactos.com Wed Jun 15 21:45:33 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [sedwards] 15924: some magic to make w32api happy when using a [arch]-linux compiler rather than mingw32 Message-ID: <000601c571e2$cb382890$6b01a8c0@PENELOPE> some magic to make w32api happy when using a [arch]-linux compiler rather than mingw32 Updated files: trunk/reactos/w32api/include/winnt.h trunk/reactos/w32api/include/winsock2.h From sedwards at svn.reactos.com Wed Jun 15 22:05:59 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [sedwards] 15925: Use w32api Message-ID: <000601c571e5$a5b88530$6b01a8c0@PENELOPE> Use w32api Updated files: trunk/reactos/apps/utils/net/finger/finger.xml trunk/reactos/apps/utils/net/whois/whois.xml From sedwards at svn.reactos.com Wed Jun 15 22:24:37 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [sedwards] 15926: Added new better tracert replacement by Ged Murphy Message-ID: <000601c571e8$403fedd0$6b01a8c0@PENELOPE> Added new better tracert replacement by Ged Murphy Added files: trunk/reactos/apps/utils/net/tracert/tracert.h trunk/reactos/apps/utils/net/tracert/tracert.xml Updated files: trunk/reactos/apps/utils/net/directory.xml trunk/reactos/apps/utils/net/tracert/tracert.c trunk/reactos/apps/utils/net/tracert/tracert.rc Deleted files: trunk/reactos/apps/utils/net/tracert/ip.h trunk/reactos/apps/utils/net/tracert/ip_icmp.h From hyperion at svn.reactos.com Wed Jun 15 23:55:42 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hyperion] 15927: No reason KiDoubleFaultHandler should return a value - in fact it doesn't return at all Message-ID: <000601c571f4$f972b3d0$6b01a8c0@PENELOPE> No reason KiDoubleFaultHandler should return a value - in fact it doesn't return at all Updated files: trunk/reactos/ntoskrnl/ke/i386/exp.c From hbirr at svn.reactos.com Thu Jun 16 00:39:07 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hbirr] 15928: Used the assembler source for the i386 architecture. Message-ID: <000601c571fb$0aabac00$6b01a8c0@PENELOPE> Used the assembler source for the i386 architecture. Updated files: trunk/reactos/lib/string/string.xml From hbirr at svn.reactos.com Thu Jun 16 00:47:15 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hbirr] 15929: Add an optimized version of strpbrk to the string library. Message-ID: <000601c571fc$2d7c5f30$6b01a8c0@PENELOPE> Add an optimized version of strpbrk to the string library. Added files: trunk/reactos/lib/string/strpbrk.c Updated files: trunk/reactos/lib/string/string.xml From hbirr at svn.reactos.com Thu Jun 16 00:52:07 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hbirr] 15930: Removed strpbrk.c. Message-ID: <000601c571fc$db538bb0$6b01a8c0@PENELOPE> Removed strpbrk.c. Updated files: trunk/reactos/lib/crt/crt.xml trunk/reactos/lib/ntdll/ntdll.xml Deleted files: trunk/reactos/lib/crt/string/strpbrk.c trunk/reactos/lib/ntdll/string/strpbrk.c From hbirr at svn.reactos.com Thu Jun 16 01:00:14 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hbirr] 15931: Removed intrlck.c, because it is already in lib\rtl. Message-ID: <000601c571fd$fd60a0c0$6b01a8c0@PENELOPE> Removed intrlck.c, because it is already in lib\rtl. Updated files: trunk/reactos/lib/kernel32/kernel32.xml trunk/reactos/lib/ntdll/ntdll.xml Deleted files: trunk/reactos/lib/kernel32/synch/intrlck.c trunk/reactos/lib/ntdll/rtl/intrlck.c From hbirr at svn.reactos.com Thu Jun 16 01:08:36 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hbirr] 15932: Changed InterlockedIncrement and InterlockedDecrement to return the modified value. Message-ID: <000601c571ff$28eff1e0$6b01a8c0@PENELOPE> Changed InterlockedIncrement and InterlockedDecrement to return the modified value. Updated files: trunk/reactos/lib/rosrtl/misc/intrlck.c From gvg at svn.reactos.com Thu Jun 16 11:25:56 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [gvg] 15933: Fix warning Message-ID: <000601c57255$66a58f80$6b01a8c0@PENELOPE> Fix warning Updated files: trunk/reactos/apps/utils/net/tracert/tracert.c From hpoussin at svn.reactos.com Thu Jun 16 22:37:57 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hpoussin] 15934: Implement Message-ID: <000601c572b3$476ceb00$6b01a8c0@PENELOPE> Implement Updated files: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp trunk/reactos/tools/rbuild/module.cpp trunk/reactos/tools/rbuild/project.cpp trunk/reactos/tools/rbuild/rbuild.h From jimtabor at svn.reactos.com Thu Jun 16 22:46:46 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [jimtabor] 15935: Pluged in CallMsgFilter, I tested this and no crashes on real hardware. Message-ID: <000601c572b4$82dd5430$6b01a8c0@PENELOPE> Pluged in CallMsgFilter, I tested this and no crashes on real hardware. Updated files: trunk/reactos/subsys/win32k/eng/driverobj.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/stubs.c From hpoussin at svn.reactos.com Thu Jun 16 22:46:52 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hpoussin] 15936: Use instead of , because ARCH would never be defined to unknown Message-ID: <000601c572b4$86a558b0$6b01a8c0@PENELOPE> Use instead of , because ARCH would never be defined to unknown Updated files: trunk/reactos/lib/string/string.xml From jimtabor at svn.reactos.com Thu Jun 16 22:47:13 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [jimtabor] 15937: Pluged in CallMsgFilter. Message-ID: <000601c572b4$93359810$6b01a8c0@PENELOPE> Pluged in CallMsgFilter. Updated files: trunk/reactos/include/win32k/ntuser.h From jimtabor at svn.reactos.com Thu Jun 16 22:47:52 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [jimtabor] 15938: Plugging in CallMsgFilter. Message-ID: <000601c572b4$aa38dc20$6b01a8c0@PENELOPE> Plugging in CallMsgFilter. Updated files: trunk/reactos/lib/user32/windows/dialog.c trunk/reactos/lib/user32/windows/hook.c From hpoussin at svn.reactos.com Thu Jun 16 23:02:57 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [hpoussin] 15939: Add "depends" target for makefiles Message-ID: <000601c572b6$c5cd7d40$6b01a8c0@PENELOPE> Add "depends" target for makefiles Updated files: trunk/reactos/proxy.mak From gvg at svn.reactos.com Fri Jun 17 00:15:49 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [gvg] 15940: Declare Guarded Mutex functions and export them Message-ID: <000601c572c0$f3513540$6b01a8c0@PENELOPE> Declare Guarded Mutex functions and export them Updated files: trunk/reactos/ntoskrnl/ntoskrnl.def trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Fri Jun 17 02:13:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [ion] 15941: Fix strpbrk Message-ID: <000601c572d1$5aee1190$6b01a8c0@PENELOPE> Fix strpbrk Updated files: trunk/reactos/lib/string/strpbrk.c From ion at svn.reactos.com Fri Jun 17 02:13:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [ion] 15942: Fix bug in gate code Message-ID: <000601c572d1$6e927330$6b01a8c0@PENELOPE> Fix bug in gate code Updated files: trunk/reactos/ntoskrnl/ke/gate.c From steven_ed4153 at yahoo.com Fri Jun 17 04:21:55 2005 From: steven_ed4153 at yahoo.com (Steven Edwards) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [ion] 15941: Fix strpbrk In-Reply-To: <000601c572d1$5aee1190$6b01a8c0@PENELOPE> Message-ID: <20050617022155.97526.qmail@web33501.mail.mud.yahoo.com> Hi, --- ion@svn.reactos.com wrote: > Fix strpbrk Not to be rude Alex and this is not mainly directed at you but everyone that does SVN commits but this and your other commit tell me nothing. Fix gate code and fix strpbrk. How was it broken/fixed? I mean something like "fixed a race in gate code" or "fixed a lock in gate code" would be enough to make me happy. Like I said its not meant to be directed just at you. I would not mind the terse commit messages as much if I just had to click a url embedded in the commit message to see the diff. Could we get the url to the diff in svn for ros-svn so I don't have to be on yet another mailing list if I want to review the diff? I know I asked about this before but I don't quite remeber what the problem was. Thanks Steven ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com From navaraf at svn.reactos.com Fri Jun 17 09:12:23 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15943: - Declare POLICY_NOTIFICATION_INFORMATION_CLASS and SECURITY_LOGON_SESSION_DATA. Message-ID: <000601c5730b$e8a6b0c0$6b01a8c0@PENELOPE> - Declare POLICY_NOTIFICATION_INFORMATION_CLASS and SECURITY_LOGON_SESSION_DATA. - Fix declaration of CRITICAL_SECTION and RTL_CRITICAL_SECTION. Updated files: trunk/reactos/w32api/include/ntsecapi.h trunk/reactos/w32api/include/winbase.h trunk/reactos/w32api/include/winnt.h From navaraf at svn.reactos.com Fri Jun 17 09:16:08 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15944: Add definitions of ACCESS_MAX_MS_V2_ACE_TYPE, ACCESS_ALLOWED_COMPOUND_ACE_TYPE, ACCESS_MAX_MS_V3_ACE_TYPE, ACCESS_MIN_MS_OBJECT_ACE_TYPE, ACCESS_ALLOWED_OBJECT_ACE_TYPE, ACCESS_DENIED_OBJECT_ACE_TYPE, SYSTEM_AUDIT_OBJECT_ACE_TYPE, SYSTEM_ALARM_OBJECT_ACE_TYPE, ACCESS_MAX_MS_OBJECT_ACE_TYPE, ACCESS_MAX_MS_V4_ACE_TYPE, ACCESS_MAX_MS_ACE_TYPE, ACCESS_ALLOWED_CALLBACK_ACE_TYPE, ACCESS_DENIED_CALLBACK_ACE_TYPE, ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE, ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE, SYSTEM_AUDIT_CALLBACK_ACE_TYPE, SYSTEM_ALARM_CALLBACK_ACE_TYPE, SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE, SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE, ACCESS_MAX_MS_V5_ACE_TYPE, SID_MAX_SUB_AUTHORITIES, SID_RECOMMENDED_SUB_AUTHORITIES, SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_PRESENT, SE_DACL_DEFAULTED, SE_SACL_PRESENT, SE_SACL_DEFAULTED, SE_DACL_UNTRUSTED, SE_SERVER_SECURITY, SE_DACL_AUTO_INHERIT_REQ, SE_SACL_AUTO_INHERIT_REQ, SE_DACL_AUTO_INHERITED, SE_SACL_AUTO_INHER! ITED, SE_DACL_PROT ECTED, SE_SACL_PROTECTED, SE_RM_CONTROL_VALID and SE_SELF_RELATIVE. Message-ID: <000601c5730c$6f05a590$6b01a8c0@PENELOPE> Add definitions of ACCESS_MAX_MS_V2_ACE_TYPE, ACCESS_ALLOWED_COMPOUND_ACE_TYPE, ACCESS_MAX_MS_V3_ACE_TYPE, ACCESS_MIN_MS_OBJECT_ACE_TYPE, ACCESS_ALLOWED_OBJECT_ACE_TYPE, ACCESS_DENIED_OBJECT_ACE_TYPE, SYSTEM_AUDIT_OBJECT_ACE_TYPE, SYSTEM_ALARM_OBJECT_ACE_TYPE, ACCESS_MAX_MS_OBJECT_ACE_TYPE, ACCESS_MAX_MS_V4_ACE_TYPE, ACCESS_MAX_MS_ACE_TYPE, ACCESS_ALLOWED_CALLBACK_ACE_TYPE, ACCESS_DENIED_CALLBACK_ACE_TYPE, ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE, ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE, SYSTEM_AUDIT_CALLBACK_ACE_TYPE, SYSTEM_ALARM_CALLBACK_ACE_TYPE, SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE, SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE, ACCESS_MAX_MS_V5_ACE_TYPE, SID_MAX_SUB_AUTHORITIES, SID_RECOMMENDED_SUB_AUTHORITIES, SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_PRESENT, SE_DACL_DEFAULTED, SE_SACL_PRESENT, SE_SACL_DEFAULTED, SE_DACL_UNTRUSTED, SE_SERVER_SECURITY, SE_DACL_AUTO_INHERIT_REQ, SE_SACL_AUTO_INHERIT_REQ, SE_DACL_AUTO_INHERITED, SE_SACL_AUTO_INHERITED, SE_DACL_PROTECTED, S! E_SACL_PROTECTED, SE_RM_CONTROL_VALID and SE_SELF_RELATIVE. Updated files: trunk/reactos/w32api/include/ddk/ntifs.h From navaraf at svn.reactos.com Fri Jun 17 09:53:40 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15945: - Use standard TLS instead of custom TEB field. Message-ID: <000601c57311$ace193b0$6b01a8c0@PENELOPE> - Use standard TLS instead of custom TEB field. - Use W32API. Updated files: trunk/reactos/lib/libwine/debug.c trunk/reactos/lib/libwine/libwine.xml From navaraf at svn.reactos.com Fri Jun 17 09:54:04 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15946: Use W32API. Message-ID: <000601c57311$bb667720$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/kbdda/kbdda.xml trunk/reactos/lib/kbddv/kbddv.xml trunk/reactos/lib/kbdes/kbdes.xml trunk/reactos/lib/kbdfr/kbdfr.xml trunk/reactos/lib/kbdgr/kbdgr.xml trunk/reactos/lib/kbdru/kbdru.xml trunk/reactos/lib/kbdse/kbdse.xml trunk/reactos/lib/kbdsg/kbdsg.xml trunk/reactos/lib/kbduk/kbduk.xml trunk/reactos/lib/kbdus/kbdus.xml From navaraf at svn.reactos.com Fri Jun 17 09:55:51 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15947: A bit of W32API friendliness... Message-ID: <000601c57311$fb2fcfa0$6b01a8c0@PENELOPE> A bit of W32API friendliness... Updated files: trunk/reactos/include/ntdll/ldr.h trunk/reactos/include/ntdll/rtl.h trunk/reactos/include/ntos/security.h From navaraf at svn.reactos.com Fri Jun 17 09:57:42 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15948: Use W32API. Message-ID: <000601c57312$3d484840$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/rtl/luid.c trunk/reactos/lib/rtl/mem.c trunk/reactos/lib/rtl/rtl.h trunk/reactos/lib/rtl/rtl.xml trunk/reactos/lib/rtl/unicode.c trunk/reactos/lib/rtl/version.c From navaraf at svn.reactos.com Fri Jun 17 09:59:49 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15949: Use W32API. Message-ID: <000601c57312$88f17be0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/kjs/include/jsconfig.h trunk/reactos/lib/kjs/include/jsint.h trunk/reactos/lib/kjs/kjs.xml trunk/reactos/lib/kjs/ksrc/compat.c trunk/reactos/lib/kjs/ksrc/js.c trunk/reactos/lib/kjs/ksrc/mrgsort.c trunk/reactos/lib/kjs/ksrc/regex.c trunk/reactos/lib/kjs/ksrc/vmjumps.c trunk/reactos/lib/kjs/ksrc/vmswitch.c trunk/reactos/lib/kjs/ksrc/vmswt0.c From navaraf at svn.reactos.com Fri Jun 17 10:00:36 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15950: Use W32API. Message-ID: <000601c57312$a5489490$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/ldr/res.c trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/apc.c trunk/reactos/lib/ntdll/rtl/atom.c trunk/reactos/lib/ntdll/rtl/callback.c trunk/reactos/lib/ntdll/rtl/critical.c trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/ntdll/rtl/exception.c trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/ntdll/rtl/message.c trunk/reactos/lib/ntdll/rtl/misc.c trunk/reactos/lib/ntdll/rtl/path.c trunk/reactos/lib/ntdll/rtl/process.c trunk/reactos/lib/ntdll/rtl/rangelist.c trunk/reactos/lib/ntdll/rtl/resource.c trunk/reactos/lib/ntdll/stdio/sscanf.c trunk/reactos/lib/ntdll/stdlib/mbstowcs.c trunk/reactos/lib/ntdll/stdlib/wcstombs.c From navaraf at svn.reactos.com Fri Jun 17 10:02:10 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15951: Cleanup the usage of W32API. Message-ID: <000601c57312$dd4fd790$6b01a8c0@PENELOPE> Cleanup the usage of W32API. Updated files: trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/kernel32.xml trunk/reactos/lib/kernel32/misc/lzexpand_main.c From navaraf at svn.reactos.com Fri Jun 17 10:06:04 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15952: Use W32API. Message-ID: <000601c57313$685215b0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/include/sm/api.h trunk/reactos/lib/smdll/smdll.xml trunk/reactos/lib/smlib/smlib.xml From navaraf at svn.reactos.com Fri Jun 17 10:09:03 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15953: Use W32API. Message-ID: <000601c57313$d3606550$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/include/lsass/lsass.h trunk/reactos/lib/secur32/lsa.c trunk/reactos/lib/secur32/secur32.xml From navaraf at svn.reactos.com Fri Jun 17 10:12:26 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15954: Use W32API. Message-ID: <000601c57314$4c4ef3f0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/acledit/acledit.xml trunk/reactos/lib/acledit/stubs.c trunk/reactos/lib/dxguid/dxguid.xml trunk/reactos/lib/epsapi/epsapi.xml trunk/reactos/lib/freetype/freetype.xml trunk/reactos/lib/fslib/vfatlib/vfatlib.xml trunk/reactos/lib/fslib/vfatxlib/vfatxlib.xml trunk/reactos/lib/lzexpand/lz32.xml trunk/reactos/lib/msimg32/msimg32.xml trunk/reactos/lib/samlib/samlib.c trunk/reactos/lib/samlib/samlib.xml trunk/reactos/lib/snmpapi/debug.h trunk/reactos/lib/snmpapi/snmpapi.xml trunk/reactos/lib/strmiids/strmiids.xml trunk/reactos/lib/twain/twain_32.xml trunk/reactos/lib/winspool/winspool.xml From navaraf at svn.reactos.com Fri Jun 17 11:45:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15955: Use W32API. Message-ID: <000601c57321$577900b0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/subsys/smss/smss.xml From navaraf at svn.reactos.com Fri Jun 17 11:46:08 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15956: Use W32API. Message-ID: <000601c57321$634812f0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/subsys/system/autochk/autochk.c trunk/reactos/subsys/system/autochk/autochk.xml From navaraf at svn.reactos.com Fri Jun 17 11:46:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15957: Use W32API. Message-ID: <000601c57321$6e7789d0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/subsys/system/usetup/console.c trunk/reactos/subsys/system/usetup/console.h trunk/reactos/subsys/system/usetup/filesup.c trunk/reactos/subsys/system/usetup/filesup.h trunk/reactos/subsys/system/usetup/precomp.h trunk/reactos/subsys/system/usetup/usetup.c trunk/reactos/subsys/system/usetup/usetup.xml From weiden at svn.reactos.com Fri Jun 17 11:46:34 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [weiden] 15958: implemented IsTokenRestricted(), inspired by a patch to winehq by James Hawkins Message-ID: <000601c57321$72e67cb0$6b01a8c0@PENELOPE> implemented IsTokenRestricted(), inspired by a patch to winehq by James Hawkins Updated files: trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/token/token.c From navaraf at svn.reactos.com Fri Jun 17 11:57:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15959: - Declare IO_ERROR_LOG_MESSAGE. Message-ID: <000601c57322$fc649660$6b01a8c0@PENELOPE> - Declare IO_ERROR_LOG_MESSAGE. - Define ERROR_LOG_LIMIT_SIZE and IO_ERROR_LOG_MESSAGE_HEADER_LENGTH. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 11:57:56 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15960: Use W32API. Message-ID: <000601c57323$09307f30$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/services/eventlog/eventlog.xml From navaraf at svn.reactos.com Fri Jun 17 12:15:24 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15961: Use W32API. Message-ID: <000601c57325$79b27590$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/dd/sndblst/portio.c trunk/reactos/drivers/dd/sndblst/settings.c trunk/reactos/drivers/dd/sndblst/sndblst.xml From weiden at svn.reactos.com Fri Jun 17 12:31:14 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [weiden] 15962: implemented the TokenRestrictedSids information class for NtQueryInformationToken, however restricted SIDs are not yet supported! Message-ID: <000601c57327$affa9180$6b01a8c0@PENELOPE> implemented the TokenRestrictedSids information class for NtQueryInformationToken, however restricted SIDs are not yet supported! Updated files: trunk/reactos/ntoskrnl/se/token.c From navaraf at svn.reactos.com Fri Jun 17 12:43:28 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15963: Fix declaration of AdvancedDocumentProperties[AW]. Message-ID: <000601c57329$65d97290$6b01a8c0@PENELOPE> Fix declaration of AdvancedDocumentProperties[AW]. Updated files: trunk/reactos/w32api/include/winspool.h From navaraf at svn.reactos.com Fri Jun 17 12:44:15 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15964: - Use W32API. Message-ID: <000601c57329$819cafb0$6b01a8c0@PENELOPE> - Use W32API. - Fix some protoypes. Updated files: trunk/reactos/lib/winspool/stubs.c From navaraf at svn.reactos.com Fri Jun 17 12:55:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15965: Don't include windows.h in drivers. Message-ID: <000601c5732b$0c9d23a0$6b01a8c0@PENELOPE> Don't include windows.h in drivers. Updated files: trunk/reactos/drivers/dd/blue/blue.c trunk/reactos/drivers/dd/mpu401/mpu401.h trunk/reactos/drivers/dd/mpu401/portio.c trunk/reactos/drivers/dd/mpu401/settings.c trunk/reactos/drivers/lib/bzip2/bzlib.h From navaraf at svn.reactos.com Fri Jun 17 13:05:51 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15966: Use W32API. Message-ID: <000601c5732c$86227e90$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/lib/user32/misc/dllmain.c From navaraf at svn.reactos.com Fri Jun 17 13:22:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15967: Use W32API. Message-ID: <000601c5732e$e55dd970$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/regtests/shared/rtshared.xml From navaraf at svn.reactos.com Fri Jun 17 13:28:28 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15968: Do NOT include defines.h in .rc files. Message-ID: <000601c5732f$af01b8f0$6b01a8c0@PENELOPE> Do NOT include defines.h in .rc files. Updated files: trunk/reactos/lib/acledit/acledit.rc trunk/reactos/lib/aclui/aclui.rc trunk/reactos/lib/aclui/aclui_De.rc trunk/reactos/lib/aclui/aclui_En.rc trunk/reactos/lib/aclui/aclui_Sv.rc trunk/reactos/lib/advapi32/advapi32.rc trunk/reactos/lib/advpack/advpack.rc trunk/reactos/lib/cpl/access/access.rc trunk/reactos/lib/cpl/appwiz/appwiz.rc trunk/reactos/lib/cpl/control/control.rc trunk/reactos/lib/cpl/cplsample/cplsample.rc trunk/reactos/lib/cpl/intl/intl.rc trunk/reactos/lib/cpl/liccpa/liccpa.rc trunk/reactos/lib/cpl/main/main.rc trunk/reactos/lib/cpl/ncpa/ncpa.rc trunk/reactos/lib/cpl/sysdm/sysdm.rc trunk/reactos/lib/cpl/timedate/timedate.rc trunk/reactos/lib/devmgr/devmgr.rc trunk/reactos/lib/dhcpcapi/dhcpcapi.rc trunk/reactos/lib/msgina/msgina.rc trunk/reactos/lib/rpcrt4/rpcrt4.rc trunk/reactos/lib/shellext/slayer/slayer.rc trunk/reactos/lib/user32/user32.rc trunk/reactos/subsys/system/explorer/explorer.rc trunk/reactos/subsys/system/ibrowser/ibrowser.rc trunk/reactos/subsys/system/reactos/reactos.rc trunk/reactos/subsys/system/regedit/regedit.rc trunk/reactos/subsys/system/reporterror/reporterror.rc trunk/reactos/subsys/system/sndvol32/sndvol32.rc trunk/reactos/subsys/system/vmwinst/vmwinst.rc trunk/reactos/subsys/system/welcome/welcome.rc trunk/reactos/subsys/system/winlogon/winlogon.rc From navaraf at svn.reactos.com Fri Jun 17 13:29:09 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15969: Get rid of the prehistoric GNU Windows32 headers. Message-ID: <000601c5732f$c733e010$6b01a8c0@PENELOPE> Get rid of the prehistoric GNU Windows32 headers. Deleted files: trunk/reactos/include/base.h trunk/reactos/include/defines.h trunk/reactos/include/funcs.h trunk/reactos/include/structs.h trunk/reactos/include/unicode.h trunk/reactos/include/windows.h From navaraf at svn.reactos.com Fri Jun 17 13:40:13 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15970: Use W32API. Message-ID: <000601c57331$53468750$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/dd/blue/blue.xml trunk/reactos/drivers/dd/bootvid/bootvid.c trunk/reactos/drivers/dd/bootvid/bootvid.xml trunk/reactos/drivers/dd/debugout/debugout.xml trunk/reactos/drivers/dd/mpu401/mpu401.xml trunk/reactos/drivers/dd/parallel/parallel.xml trunk/reactos/drivers/dd/ramdrv/ramdrv.c trunk/reactos/drivers/dd/ramdrv/ramdrv.xml trunk/reactos/drivers/dd/sound/sound.xml From navaraf at svn.reactos.com Fri Jun 17 14:24:33 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15971: Make the ASSERT macros GCC friendly. Message-ID: <000601c57337$84570c60$6b01a8c0@PENELOPE> Make the ASSERT macros GCC friendly. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 14:30:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:41 2006 Subject: [ros-svn] [navaraf] 15972: Build file system drivers w/ W32API headers. Message-ID: <000601c57338$526068e0$6b01a8c0@PENELOPE> Build file system drivers w/ W32API headers. Updated files: trunk/reactos/drivers/fs/cdfs/cdfs.h trunk/reactos/drivers/fs/cdfs/cdfs.xml trunk/reactos/drivers/fs/cdfs/create.c trunk/reactos/drivers/fs/cdfs/dirctl.c trunk/reactos/drivers/fs/cdfs/fcb.c trunk/reactos/drivers/fs/cdfs/fsctl.c trunk/reactos/drivers/fs/fs_rec/cdfs.c trunk/reactos/drivers/fs/fs_rec/fat.c trunk/reactos/drivers/fs/fs_rec/fs_rec.c trunk/reactos/drivers/fs/fs_rec/fs_rec.xml trunk/reactos/drivers/fs/fs_rec/ntfs.c trunk/reactos/drivers/fs/fs_rec/udfs.c trunk/reactos/drivers/fs/ms/create.c trunk/reactos/drivers/fs/ms/finfo.c trunk/reactos/drivers/fs/ms/fsctrl.c trunk/reactos/drivers/fs/ms/msfs.c trunk/reactos/drivers/fs/ms/msfs.xml trunk/reactos/drivers/fs/ms/rw.c trunk/reactos/drivers/fs/mup/create.c trunk/reactos/drivers/fs/mup/mup.h trunk/reactos/drivers/fs/mup/mup.xml trunk/reactos/drivers/fs/np/create.c trunk/reactos/drivers/fs/np/finfo.c trunk/reactos/drivers/fs/np/fsctrl.c trunk/reactos/drivers/fs/np/npfs.c trunk/reactos/drivers/fs/np/npfs.h trunk/reactos/drivers/fs/np/npfs.xml trunk/reactos/drivers/fs/np/rw.c trunk/reactos/drivers/fs/np/volume.c trunk/reactos/drivers/fs/ntfs/fcb.c trunk/reactos/drivers/fs/ntfs/fsctl.c trunk/reactos/drivers/fs/ntfs/ntfs.h trunk/reactos/drivers/fs/ntfs/ntfs.xml From navaraf at svn.reactos.com Fri Jun 17 14:32:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15973: Get rid of obsolete makefile. Message-ID: <000601c57338$9569d130$6b01a8c0@PENELOPE> Get rid of obsolete makefile. Deleted files: trunk/reactos/drivers/lib/csq/GNUmakefile From navaraf at svn.reactos.com Fri Jun 17 14:57:34 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15974: - Fix prototype of IoCsqInitialize. Message-ID: <000601c5733c$212c4ab0$6b01a8c0@PENELOPE> - Fix prototype of IoCsqInitialize. - Define IO_TYPE_CSQ and IO_TYPE_CSQ_IRP_CONTEXT. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 14:59:28 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15975: Include the prototypes for CcRosInitializeFileCache and CcRosReleaseFileCache even when compiling w/ W32API. Message-ID: <000601c5733c$6598ec80$6b01a8c0@PENELOPE> Include the prototypes for CcRosInitializeFileCache and CcRosReleaseFileCache even when compiling w/ W32API. Updated files: trunk/reactos/include/ddk/ntifs.h From navaraf at svn.reactos.com Fri Jun 17 15:00:04 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15976: Allow csq.h to be included along with ntddk.h. Message-ID: <000601c5733c$7b04a0a0$6b01a8c0@PENELOPE> Allow csq.h to be included along with ntddk.h. Updated files: trunk/reactos/include/ddk/csq.h From navaraf at svn.reactos.com Fri Jun 17 15:05:13 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15977: Use W32API. Message-ID: <000601c5733d$33003ca0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/lib/csq/csq.xml From navaraf at svn.reactos.com Fri Jun 17 15:12:47 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15978: A bit of W32API friendliness... Message-ID: <000601c5733e$41701c00$6b01a8c0@PENELOPE> A bit of W32API friendliness... Updated files: trunk/reactos/include/ddk/ntbootvid.h From navaraf at svn.reactos.com Fri Jun 17 15:13:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15979: Define KEBUGCHECK and KEBUGCHECKEX here. Message-ID: <000601c5733e$60a59c80$6b01a8c0@PENELOPE> Define KEBUGCHECK and KEBUGCHECKEX here. Updated files: trunk/reactos/include/debug.h From navaraf at svn.reactos.com Fri Jun 17 15:17:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15980: Fix a typo. :( Message-ID: <000601c5733e$f4b7cce0$6b01a8c0@PENELOPE> Fix a typo. :( Updated files: trunk/reactos/include/debug.h From navaraf at svn.reactos.com Fri Jun 17 15:22:14 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15981: Remove KEBUGCHECK and KEBUGCHECKEX definitions. Message-ID: <000601c5733f$93aab7e0$6b01a8c0@PENELOPE> Remove KEBUGCHECK and KEBUGCHECKEX definitions. Updated files: trunk/reactos/drivers/fs/vfat/vfat.h From navaraf at svn.reactos.com Fri Jun 17 15:24:52 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15982: Use W32API. Message-ID: <000601c5733f$f17f41b0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/lib/oskittcp/oskittcp.xml From navaraf at svn.reactos.com Fri Jun 17 15:59:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15983: CSQ is linked to the kernel also, so make that work. Message-ID: <000601c57344$d40a43a0$6b01a8c0@PENELOPE> CSQ is linked to the kernel also, so make that work. Updated files: trunk/reactos/drivers/lib/csq/csq.xml From navaraf at svn.reactos.com Fri Jun 17 16:00:21 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15984: Get rid of obsolete makefile. Message-ID: <000601c57344$e6906400$6b01a8c0@PENELOPE> Get rid of obsolete makefile. Deleted files: trunk/reactos/drivers/storage/floppy/GNUmakefile From navaraf at svn.reactos.com Fri Jun 17 17:10:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15985: Use W32API. Message-ID: <000601c5734e$a45b7e30$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/net/tdi/tdi.xml From greatlrd at svn.reactos.com Fri Jun 17 17:47:16 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [greatlrd] 15986: New icon from mf. same as cmd icon Message-ID: <000601c57353$d6872cb0$6b01a8c0@PENELOPE> New icon from mf. same as cmd icon Updated files: trunk/reactos/subsys/csrss/win32csr/res/terminal.ico From hpoussin at svn.reactos.com Fri Jun 17 17:48:17 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [hpoussin] 15987: Disable some code in cromwell, as you get an infinite loop on some hardware ("ERR: drivers\usb\cromwell\uhci\uhci-hcd.c: 1060: host controller halted. very bad during boot") Message-ID: <000601c57353$faa515d0$6b01a8c0@PENELOPE> Disable some code in cromwell, as you get an infinite loop on some hardware ("ERR: drivers\usb\cromwell\uhci\uhci-hcd.c: 1060: host controller halted. very bad during boot") Updated files: trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From chorns at svn.reactos.com Fri Jun 17 18:12:37 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [chorns] 15988: Build wrc in output tree. Message-ID: <000601c57357$60f73590$6b01a8c0@PENELOPE> Build wrc in output tree. Patch by Sylvain Petreolle [spetreolle@yahoo.fr]. Updated files: trunk/reactos/tools/wrc/wrc.mak From weiden at svn.reactos.com Fri Jun 17 18:26:17 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [weiden] 15989: - fixed a possible deadlock in SmBeginClientInitialization Message-ID: <000601c57359$49767230$6b01a8c0@PENELOPE> - fixed a possible deadlock in SmBeginClientInitialization - fixed SmCompleteClientInitialization to return success when the client data could be found - don't copy the program name to a NULL pointer in SmCreateClient in case allocating the storage failed Updated files: trunk/reactos/subsys/smss/client.c From navaraf at svn.reactos.com Fri Jun 17 18:35:22 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15990: Fix packing of structures. Message-ID: <000601c5735a$8ea24fe0$6b01a8c0@PENELOPE> Fix packing of structures. Updated files: trunk/reactos/include/sm/api.h From navaraf at svn.reactos.com Fri Jun 17 18:58:20 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15991: Fix definition of LPC_MAX_MESSAGE for __USE_W32API case. Message-ID: <000601c5735d$c40ac4c0$6b01a8c0@PENELOPE> Fix definition of LPC_MAX_MESSAGE for __USE_W32API case. Updated files: trunk/reactos/include/ntos/zwtypes.h From navaraf at svn.reactos.com Fri Jun 17 19:08:21 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15992: - Get rid of STDCALL_FUNC usage in napi/core.h. Message-ID: <000601c5735f$2a526f20$6b01a8c0@PENELOPE> - Get rid of STDCALL_FUNC usage in napi/core.h. - Allow including ntos.h and ntdddisk.h at the same time. Updated files: trunk/reactos/include/napi/core.h trunk/reactos/include/ntos/disk.h From navaraf at svn.reactos.com Fri Jun 17 19:12:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15993: - Move DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_GPT and Message-ID: <000601c5735f$ca826e00$6b01a8c0@PENELOPE> - Move DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_GPT and PARTITION_INFORMATION_MBR structures from winddk.h to ntdddisk.h. - Add definitions of IOCTL_DISK_HISTOGRAM_STRUCTURE, IOCTL_DISK_HISTOGRAM_DATA, IOCTL_DISK_HISTOGRAM_RESET, IOCTL_DISK_LOGGING, IOCTL_DISK_REQUEST_DATA, IOCTL_DISK_REQUEST_STRUCTURE, PARTITION_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION and IO_QUERY_DEVICE_DATA_FORMAT. Updated files: trunk/reactos/w32api/include/ddk/ntdddisk.h trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 19:15:30 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15994: Fix the export of HalExamineMBR. It mustn't be aliased since we need to have it named correctly in the import library. Message-ID: <000601c57360$29e7a9f0$6b01a8c0@PENELOPE> Fix the export of HalExamineMBR. It mustn't be aliased since we need to have it named correctly in the import library. Updated files: trunk/reactos/ntoskrnl/include/internal/xhal.h trunk/reactos/ntoskrnl/io/disk.c trunk/reactos/ntoskrnl/ntoskrnl.def From navaraf at svn.reactos.com Fri Jun 17 19:16:24 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 15995: Use W32API. Message-ID: <000601c57360$4a19b2e0$6b01a8c0@PENELOPE> Use W32API. Updated files: trunk/reactos/drivers/bus/acpi/acpi.xml trunk/reactos/drivers/storage/atapi/atapi.c trunk/reactos/drivers/storage/atapi/atapi.xml trunk/reactos/drivers/storage/cdrom/cdrom.c trunk/reactos/drivers/storage/cdrom/cdrom.xml trunk/reactos/drivers/storage/class2/class2.c trunk/reactos/drivers/storage/class2/class2.xml trunk/reactos/drivers/storage/disk/disk.c trunk/reactos/drivers/storage/disk/disk.xml trunk/reactos/drivers/storage/diskdump/diskdump.c trunk/reactos/drivers/storage/diskdump/diskdump.xml trunk/reactos/drivers/storage/floppy/floppy.h trunk/reactos/drivers/storage/floppy/floppy.xml trunk/reactos/drivers/storage/scsiport/scsiport.c trunk/reactos/drivers/storage/scsiport/scsiport.xml trunk/reactos/drivers/storage/scsiport/scsiport_int.h From blight at svn.reactos.com Fri Jun 17 19:19:03 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [blight] 15996: Remove #include - there is no pshpack beeing included. Message-ID: <000601c57360$a9055200$6b01a8c0@PENELOPE> Remove #include - there is no pshpack beeing included. Updated files: trunk/reactos/include/wine/shtypes.h From ion at svn.reactos.com Fri Jun 17 19:22:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 15997: Enable PCH for rtl Message-ID: <000601c57361$1bbb5150$6b01a8c0@PENELOPE> Enable PCH for rtl Updated files: trunk/reactos/lib/rtl/rtl.xml From ion at svn.reactos.com Fri Jun 17 19:22:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 15998: Add NTDLL Common Header Message-ID: <000601c57361$1f9668a0$6b01a8c0@PENELOPE> Add NTDLL Common Header Added files: trunk/reactos/lib/ntdll/inc/ trunk/reactos/lib/ntdll/inc/ntdll.h Updated files: trunk/reactos/lib/ntdll/ntdll.xml From ion at svn.reactos.com Fri Jun 17 19:22:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 15999: Use NTDLL Common Header. Message-ID: <000601c57361$2f561600$6b01a8c0@PENELOPE> Use NTDLL Common Header. Updated files: trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/csr/probe.c trunk/reactos/lib/ntdll/csr/thread.c trunk/reactos/lib/ntdll/dbg/brkpoint.c trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/dbg/print.c trunk/reactos/lib/ntdll/ldr/elf.c trunk/reactos/lib/ntdll/ldr/res.c trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/lib/ntdll/main/dllmain.c trunk/reactos/lib/ntdll/rtl/apc.c trunk/reactos/lib/ntdll/rtl/atom.c trunk/reactos/lib/ntdll/rtl/callback.c trunk/reactos/lib/ntdll/rtl/crc32.c trunk/reactos/lib/ntdll/rtl/critical.c trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/ntdll/rtl/exception.c trunk/reactos/lib/ntdll/rtl/handle.c trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/ntdll/rtl/math.c trunk/reactos/lib/ntdll/rtl/message.c trunk/reactos/lib/ntdll/rtl/misc.c trunk/reactos/lib/ntdll/rtl/path.c trunk/reactos/lib/ntdll/rtl/process.c trunk/reactos/lib/ntdll/rtl/propvar.c trunk/reactos/lib/ntdll/rtl/rangelist.c trunk/reactos/lib/ntdll/rtl/resource.c trunk/reactos/lib/ntdll/rtl/teb.c trunk/reactos/lib/ntdll/rtl/timerqueue.c trunk/reactos/lib/ntdll/rtl/trace.c trunk/reactos/lib/ntdll/stdio/sprintf.c trunk/reactos/lib/ntdll/stdio/sscanf.c trunk/reactos/lib/ntdll/stdio/swprintf.c trunk/reactos/lib/ntdll/stdlib/mbstowcs.c trunk/reactos/lib/ntdll/stdlib/wcstombs.c trunk/reactos/lib/ntdll/string/wstring.c From ion at svn.reactos.com Fri Jun 17 19:22:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 16000: Enable PCH for NTDLL. This is commit 16000. Alex pwns you all. Message-ID: <000601c57361$352f6e50$6b01a8c0@PENELOPE> Enable PCH for NTDLL. This is commit 16000. Alex pwns you all. Updated files: trunk/reactos/lib/ntdll/ntdll.xml From hpoussin at svn.reactos.com Fri Jun 17 19:23:13 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [hpoussin] 16001: Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS Message-ID: <000601c57361$3dee0c40$6b01a8c0@PENELOPE> Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS Updated files: trunk/reactos/drivers/usb/cromwell/uhci/pdo.c From blight at svn.reactos.com Fri Jun 17 19:25:27 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [blight] 16002: Fix setjmp (didn't save correct ESP, so it crashed after longjmp). Message-ID: <000601c57361$8da1f2b0$6b01a8c0@PENELOPE> Fix setjmp (didn't save correct ESP, so it crashed after longjmp). Fix the kernel debugger. Updated files: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S trunk/reactos/ntoskrnl/kdbg/i386/setjmp.S trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S From blight at svn.reactos.com Fri Jun 17 19:27:13 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [blight] 16003: Fix another broken setjmp. Message-ID: <000601c57361$cca7d420$6b01a8c0@PENELOPE> Fix another broken setjmp. Updated files: trunk/reactos/lib/kjs/ksrc/setjmp.S From blight at svn.reactos.com Fri Jun 17 19:34:14 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [blight] 16004: longjmp() should return 1 if 0 is passed as return value (0 should only be returned by setjmp) Message-ID: <000601c57362$c804e380$6b01a8c0@PENELOPE> longjmp() should return 1 if 0 is passed as return value (0 should only be returned by setjmp) Updated files: trunk/reactos/lib/freetype/i386/setjmplongjmp.s From navaraf at svn.reactos.com Fri Jun 17 19:38:08 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16005: - Define SHOP_PRINTERNAME, SHOP_FILEPATH and SHOP_VOLUMEGUID. Message-ID: <000601c57363$531a5b80$6b01a8c0@PENELOPE> - Define SHOP_PRINTERNAME, SHOP_FILEPATH and SHOP_VOLUMEGUID. - Declare SHObjectProperties. Updated files: trunk/reactos/w32api/include/shlobj.h From navaraf at svn.reactos.com Fri Jun 17 19:44:56 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16006: - Comment out the call to SHObjectProperties. The one who added it must have been complete freak since the parameters were completely wrong. Don't let me do "svn log" ... Message-ID: <000601c57364$4666e740$6b01a8c0@PENELOPE> - Comment out the call to SHObjectProperties. The one who added it must have been complete freak since the parameters were completely wrong. Don't let me do "svn log" ... - Remove duplicate definition from version.h. Updated files: trunk/reactos/lib/shell32/shv_item_cmenu.c trunk/reactos/lib/shell32/version.h From ion at svn.reactos.com Fri Jun 17 19:59:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 16007: Oops. Thanks w3seek Message-ID: <000601c57366$46761790$6b01a8c0@PENELOPE> Oops. Thanks w3seek Updated files: trunk/reactos/include/ntdll/ntdll.h From ion at svn.reactos.com Fri Jun 17 20:02:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [ion] 16008: Add missing HAL types to DDK Message-ID: <000601c57366$c40cd180$6b01a8c0@PENELOPE> Add missing HAL types to DDK Updated files: trunk/reactos/include/ntos/haltypes.h trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 21:27:54 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16009: Be W32API friendly. Message-ID: <000601c57372$a8d2cb20$6b01a8c0@PENELOPE> Be W32API friendly. Updated files: trunk/reactos/ntoskrnl/include/internal/debug.h From navaraf at svn.reactos.com Fri Jun 17 21:43:53 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16010: Remove definiton of PHAL_RESET_DISPLAY_PARAMETERS. Message-ID: <000601c57374$e4569fd0$6b01a8c0@PENELOPE> Remove definiton of PHAL_RESET_DISPLAY_PARAMETERS. Updated files: trunk/reactos/drivers/video/videoprt/dispatch.c From navaraf at svn.reactos.com Fri Jun 17 22:02:06 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16011: Cleanup the indenting of HAL types and move the STDCALL/FASTCALL keywords at the right place in the declarations. Message-ID: <000601c57377$6fd13050$6b01a8c0@PENELOPE> Cleanup the indenting of HAL types and move the STDCALL/FASTCALL keywords at the right place in the declarations. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Fri Jun 17 22:09:32 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [navaraf] 16012: Add definition of PKBUGCHECK_REASON_CALLBACK_ROUTINE, KBUGCHECK_REASON_CALLBACK_RECORD and KBUGCHECK_CALLBACK_REASON. Message-ID: <000601c57378$7977c7d0$6b01a8c0@PENELOPE> Add definition of PKBUGCHECK_REASON_CALLBACK_ROUTINE, KBUGCHECK_REASON_CALLBACK_RECORD and KBUGCHECK_CALLBACK_REASON. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From mf at svn.reactos.com Fri Jun 17 22:22:36 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [mf] 16013: Update Copyright information from Wine's repository Message-ID: <000601c5737a$4d1f52f0$6b01a8c0@PENELOPE> Update Copyright information from Wine's repository Updated files: trunk/reactos/subsys/system/winefile/cs.rc From mf at svn.reactos.com Fri Jun 17 22:23:46 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [mf] 16014: remove old headerfile "license.h" Message-ID: <000601c5737a$76a3fc70$6b01a8c0@PENELOPE> remove old headerfile "license.h" Updated files: trunk/reactos/subsys/system/winefile/winefile.dsp Deleted files: trunk/reactos/subsys/system/winefile/license.h From mf at svn.reactos.com Fri Jun 17 22:28:46 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [mf] 16015: sync to Wine's latest "warning fixes" Message-ID: <000601c5737b$296f9f80$6b01a8c0@PENELOPE> sync to Wine's latest "warning fixes" Updated files: trunk/reactos/subsys/system/winefile/license.c trunk/reactos/subsys/system/winefile/splitpath.c From chorns at svn.reactos.com Fri Jun 17 22:31:20 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [chorns] 16016: External modules area Message-ID: <000601c5737b$855ddd20$6b01a8c0@PENELOPE> External modules area Added files: trunk/reactos/modules/ trunk/reactos/modules/directory.xml trunk/reactos/modules/empty.xml Updated files: trunk/reactos/ReactOS.xml From mf at svn.reactos.com Fri Jun 17 22:32:46 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [mf] 16017: remove tabs for proper indenting Message-ID: <000601c5737b$b8a06c20$6b01a8c0@PENELOPE> remove tabs for proper indenting Updated files: trunk/reactos/subsys/system/winefile/resource.h trunk/reactos/subsys/system/winefile/winefile.h From gvg at svn.reactos.com Fri Jun 17 22:54:35 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:42 2006 Subject: [ros-svn] [gvg] 16018: - Correctly translate output rect Message-ID: <000601c5737e$c494d950$6b01a8c0@PENELOPE> - Correctly translate output rect - Don't call DIB routines for empty (clipped away) rectangles Updated files: trunk/reactos/subsys/win32k/eng/bitblt.c From navaraf at svn.reactos.com Fri Jun 17 23:35:38 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16019: Remove few more dead headers. Message-ID: <000601c57384$810da6c0$6b01a8c0@PENELOPE> Remove few more dead headers. Deleted files: trunk/reactos/include/basetsd.h trunk/reactos/include/ntddk.h trunk/reactos/include/ntsecapi.h trunk/reactos/include/schemadef.h trunk/reactos/include/tmschema.h trunk/reactos/include/uxtheme.h From ion at svn.reactos.com Sat Jun 18 00:06:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16020: Add KIPCR which will be needed soon and add one more internal function Message-ID: <000601c57388$bf676ce0$6b01a8c0@PENELOPE> Add KIPCR which will be needed soon and add one more internal function Updated files: trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/mm.h From navaraf at svn.reactos.com Sat Jun 18 01:00:21 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16021: Fix "make test". Message-ID: <000601c57390$56c1e640$6b01a8c0@PENELOPE> Fix "make test". Updated files: trunk/reactos/lib/kernel32/tests/kernel32.xml From chorns at svn.reactos.com Sat Jun 18 08:17:23 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [chorns] 16022: Prepare win32k for tests Message-ID: <000601c573cd$63fd4600$6b01a8c0@PENELOPE> Prepare win32k for tests Added files: trunk/reactos/subsys/win32k/tests/stubs.xml trunk/reactos/subsys/win32k/tests/win32k.xml Updated files: trunk/reactos/lib/kernel32/tests/kernel32.xml trunk/reactos/lib/kernel32/tests/stubs.xml trunk/reactos/lib/kernel32/tests/tests/CreateFile.c trunk/reactos/regtests/regtests/regtests.c trunk/reactos/regtests/regtests/regtests.def trunk/reactos/regtests/shared/regtests.c trunk/reactos/regtests/shared/regtests.h trunk/reactos/subsys/win32k/win32k.xml trunk/reactos/tools/rbuild/rbuild.h trunk/reactos/tools/rbuild/testsupportcode.cpp Deleted files: trunk/reactos/lib/kernel32/tests/stubs.tst trunk/reactos/subsys/win32k/tests/stubs.tst From mf at svn.reactos.com Sat Jun 18 09:43:53 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [mf] 16023: remove superfluous include Message-ID: <000601c573d9$79762310$6b01a8c0@PENELOPE> remove superfluous include Updated files: trunk/reactos/subsys/system/explorer/explorer.rc From chorns at svn.reactos.com Sat Jun 18 10:04:52 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [chorns] 16024: DIB_24BPP_ColorFill performance test Message-ID: <000601c573dc$6835c1c0$6b01a8c0@PENELOPE> DIB_24BPP_ColorFill performance test Added files: trunk/reactos/subsys/win32k/tests/tests/DIB_24BPP_ColorFill-performance.c Updated files: trunk/reactos/subsys/win32k/tests/win32k.xml From ekohl at svn.reactos.com Sat Jun 18 13:30:54 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ekohl] 16025: Implement basic string table functions Message-ID: <000601c573f9$3022b8c0$6b01a8c0@PENELOPE> Implement basic string table functions Added files: trunk/reactos/lib/setupapi/stringtable.c Updated files: trunk/reactos/include/wine/setupapi.h trunk/reactos/lib/setupapi/Makefile.in trunk/reactos/lib/setupapi/setupapi.spec trunk/reactos/lib/setupapi/setupapi.xml trunk/reactos/w32api/include/setupapi.h From blight at svn.reactos.com Sat Jun 18 13:43:00 2005 From: blight at svn.reactos.com (blight@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [blight] 16026: Fix stupid bug... Message-ID: <000601c573fa$e13ce5d0$6b01a8c0@PENELOPE> Fix stupid bug... Updated files: trunk/reactos/ntoskrnl/kdbg/kdb_cli.c From navaraf at svn.reactos.com Sat Jun 18 14:13:16 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16027: Define PAGE_WRITECOMBINE, IMAGE_OPTIONAL_HEADER32, IMAGE_OPTIONAL_HEADER64, IMAGE_NT_HEADERS32 and IMAGE_NT_HEADERS64. Message-ID: <000601c573ff$1b9a29f0$6b01a8c0@PENELOPE> Define PAGE_WRITECOMBINE, IMAGE_OPTIONAL_HEADER32, IMAGE_OPTIONAL_HEADER64, IMAGE_NT_HEADERS32 and IMAGE_NT_HEADERS64. Updated files: trunk/reactos/w32api/include/winnt.h From navaraf at svn.reactos.com Sat Jun 18 14:40:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16028: ntapi.h: Message-ID: <000601c57402$ddd83d60$6b01a8c0@PENELOPE> ntapi.h: - Define LANGID and fix definition of PLANGID. - Define PVM_COUNTERS, SYSTEM_CACHE_INFORMATION and SYSTEM_INTERRUPT_INFORMATION. - Match the ROS version of LPC_MESSAGE (the structure itself should be named PORT_MESSAGE and belongs to ntifs.h). - Move KEY_SET_INFORMATION_CLASS definiton to winddk.h. - Make the first parameter of NtAllocateUuids PULARGE_INTEGER. - Declare NtSetUuidSeed. - Fix definition of ATOM_INFORMATION_CLASS and ATOM_BASIC_INFORMATION to match ReactOS versions. winddk.h: - Define NTHALAPI and use it to mark HAL exports instead of NTOSAPI. - Define PADAPTER_OBJECT, EVENT_QUERY_STATE, EVENT_MODIFY_STATE, EVENT_ALL_ACCESS, SEMAPHORE_QUERY_STATE, SEMAPHORE_MODIFY_STATE, SEMAPHORE_ALL_ACCESS, IRP_QUOTA_CHARGED, IRP_ALLOCATED_MUST_SUCCEED, IRP_ALLOCATED_FIXED_SIZE, IRP_LOOKASIDE_ALLOCATION, HalDispatchTableVersion, HalQuerySystemInformation, HalSetSystemInformation, HalQueryBusSlots, HalDeviceControl, HalIoAssignDriveLetters, HalIoReadPartitionTable, HalIoSetPartitionInformation, HalIoWritePartitionTable, HalReferenceHandlerForBus, HalReferenceBusHandler, HalDereferenceBusHandler, IO_TYPE_ADAPTER, IO_TYPE_CONTROLLER, IO_TYPE_DEVICE, IO_TYPE_DRIVER, IO_TYPE_FILE, IO_TYPE_IRP, IO_TYPE_MASTER_ADAPTER, IO_TYPE_OPEN_PACKET, IO_TYPE_TIMER, IO_TYPE_VPB, IO_TYPE_ERROR_LOG, IO_TYPE_ERROR_MESSAGE, IO_TYPE_DEVICE_OBJECT_EXTENSION, IO_FORCE_ACCESS_CHECK and IO_NO_PARAMETER_CHECKING. - Remove declaration of HalPrivateDispatchTable, it doesn't belong to public headers. - Fix declaration of WAIT_CONTEXT_BLOCK, HalDispatchTable, DRIVER_EXTENSION, GENERAL_LOOKASIDE, NPAGED_LOOKASIDE_LIST, PAGED_LOOKASIDE_LIST, KPCR_TIB, MmHighestUserAddress, MmSystemRangeStart, MmUserProbeAddress, KdDebuggerNotPresent and KdDebuggerEnabled. - Declare KEY_WRITE_TIME_INFORMATION, KEY_USER_FLAGS_INFORMATION, KEY_SET_INFORMATION_CLASS, KfAcquireSpinLock, KfReleaseSpinLock and ExfInterlockedCompareExchange64. winnt4.h: - Declare HalAcquireDisplayOwnership and HalAllocateAdapterChannel. ntifs.h: - Fix definition of NTKERNELAPI. - Fix declaration of FsRtlLegalAnsiCharacterArray, FsRtlNotifyInitializeSync, FsRtlNotifyUninitializeSync, IoCheckFunctionAccess and PsGetProcessExitTime. - Declare IoStatisticsLock, IoReadOperationCount, IoWriteOperationCount, IoOtherOperationCount, IoReadTransferCount, IoWriteTransferCount, IoOtherTransferCount, FSRTL_ADVANCED_FCB_HEADER, FSRTL_PER_STREAM_CONTEXT, PFILTER_REPORT_CHANGE, FS_FILTER_SECTION_SYNC_TYPE, FS_FILTER_PARAMETERS, FS_FILTER_CALLBACK_DATA, PFS_FILTER_CALLBACK, PFS_FILTER_COMPLETION_CALLBACK, FS_FILTER_CALLBACKS, READ_LIST, ExInitializeRundownProtection, ExReInitializeRundownProtection, ExAcquireRundownProtection, ExAcquireRundownProtectionEx, ExReleaseRundownProtection, ExReleaseRundownProtectionEx, ExRundownCompleted, ExWaitForRundownProtectionRelease, FsRtlMdlReadDev, FsRtlPrepareMdlWriteDev, PFSRTL_STACK_OVERFLOW_ROUTINE, FsRtlPostStackOverflow, FsRtlPostPagingFileStackOverflow, IoAttachDeviceToDeviceStackSafe, IoQueueThreadIrp, KeInitializeMutant, KeReadStateMutant, KeReleaseMutant and PsIsSystemThread. - Define FSRTL_FAT_LEGAL, FSRTL_HPFS_LEGAL, FSRTL_NTFS_LEGAL, FSRTL_WILD_CHARACTER, FSRTL_OLE_LEGAL, FSRTL_NTFS_STREAM_LEGAL, EX_RUNDOWN_ACTIVE, EX_RUNDOWN_COUNT_SHIFT, EX_RUNDOWN_COUNT_INC, FsRtlIsLeadDbcsCharacter and FsRtlIsAnsiCharacterWild. - Remove declaration of SYSTEM_CACHE_INFORMATION and SeCreateAccessState, they don't belong to public headers. Updated files: trunk/reactos/w32api/include/ddk/ntapi.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ddk/winnt4.h From navaraf at svn.reactos.com Sat Jun 18 14:55:28 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16029: Fix position of the STDCALL keyword. Spotted by KJK::Hyperion. Message-ID: <000601c57405$00b2e630$6b01a8c0@PENELOPE> Fix position of the STDCALL keyword. Spotted by KJK::Hyperion. Updated files: trunk/reactos/ntoskrnl/ex/util.c From navaraf at svn.reactos.com Sat Jun 18 14:56:15 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16030: Correctly pack the KIPCR structure. Message-ID: <000601c57405$1cbdb3a0$6b01a8c0@PENELOPE> Correctly pack the KIPCR structure. Updated files: trunk/reactos/ntoskrnl/include/internal/i386/ps.h From navaraf at svn.reactos.com Sat Jun 18 15:15:47 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16031: Remove duplicate definition of EVENT_QUERY_STATE. Message-ID: <000601c57407$d7582b80$6b01a8c0@PENELOPE> Remove duplicate definition of EVENT_QUERY_STATE. Updated files: trunk/reactos/lib/kernel32/mem/resnotify.c From navaraf at svn.reactos.com Sat Jun 18 16:05:59 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16032: Fix SMP version of ASSERT and assert. Message-ID: <000601c5740e$da603730$6b01a8c0@PENELOPE> Fix SMP version of ASSERT and assert. Updated files: trunk/reactos/ntoskrnl/include/internal/debug.h From ion at svn.reactos.com Sat Jun 18 16:10:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16033: Remove IoAdapterObjectType defintion, it doesn't belong in public headers Message-ID: <000601c5740f$7e23bd10$6b01a8c0@PENELOPE> Remove IoAdapterObjectType defintion, it doesn't belong in public headers Updated files: trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Sat Jun 18 16:26:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16034: Remove weird header and add a missing prototype in halfuncs.h Message-ID: <000601c57411$ba108cc0$6b01a8c0@PENELOPE> Remove weird header and add a missing prototype in halfuncs.h Updated files: trunk/reactos/include/ntos/halfuncs.h trunk/reactos/include/ntos/types.h Deleted files: trunk/reactos/include/msvcrt/ From ion at svn.reactos.com Sat Jun 18 16:27:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16035: Build stub HAL with w32api Message-ID: <000601c57411$e8d5f810$6b01a8c0@PENELOPE> Build stub HAL with w32api Updated files: trunk/reactos/hal/hal/hal.c trunk/reactos/hal/hal/hal.xml From ion at svn.reactos.com Sat Jun 18 16:28:42 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16036: Build MP HAL with w32api Message-ID: <000601c57412$06ce3da0$6b01a8c0@PENELOPE> Build MP HAL with w32api Updated files: trunk/reactos/hal/halx86/mp/apic.c trunk/reactos/hal/halx86/mp/halinit_mp.c trunk/reactos/hal/halx86/mp/halmp.xml trunk/reactos/hal/halx86/mp/ioapic.c trunk/reactos/hal/halx86/mp/ipi_mp.c trunk/reactos/hal/halx86/mp/mpconfig.c trunk/reactos/hal/halx86/mp/mpsirql.c trunk/reactos/hal/halx86/mp/processor_mp.c trunk/reactos/hal/halx86/mp/resource_mp.c From ion at svn.reactos.com Sat Jun 18 16:29:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16037: Build UP HAL with w32api Message-ID: <000601c57412$1359c210$6b01a8c0@PENELOPE> Build UP HAL with w32api Updated files: trunk/reactos/hal/halx86/up/halinit_up.c trunk/reactos/hal/halx86/up/halup.xml From ion at svn.reactos.com Sat Jun 18 16:29:23 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16038: Build XBOX HAL with w32api Message-ID: <000601c57412$1f40c920$6b01a8c0@PENELOPE> Build XBOX HAL with w32api Updated files: trunk/reactos/hal/halx86/xbox/halxbox.xml trunk/reactos/hal/halx86/xbox/part_xbox.c From ion at svn.reactos.com Sat Jun 18 16:29:40 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16039: Build Generic HAL with w32api Message-ID: <000601c57412$29a0bb00$6b01a8c0@PENELOPE> Build Generic HAL with w32api Updated files: trunk/reactos/hal/halx86/generic/adapter.c trunk/reactos/hal/halx86/generic/beep.c trunk/reactos/hal/halx86/generic/bus.c trunk/reactos/hal/halx86/generic/display.c trunk/reactos/hal/halx86/generic/dma.c trunk/reactos/hal/halx86/generic/drive.c trunk/reactos/hal/halx86/generic/enum.c trunk/reactos/hal/halx86/generic/fmutex.c trunk/reactos/hal/halx86/generic/generic.xml trunk/reactos/hal/halx86/generic/halinit.c trunk/reactos/hal/halx86/generic/ipi.c trunk/reactos/hal/halx86/generic/irql.c trunk/reactos/hal/halx86/generic/isa.c trunk/reactos/hal/halx86/generic/kdbg.c trunk/reactos/hal/halx86/generic/mca.c trunk/reactos/hal/halx86/generic/misc.c trunk/reactos/hal/halx86/generic/pci.c trunk/reactos/hal/halx86/generic/portio.c trunk/reactos/hal/halx86/generic/processor.c trunk/reactos/hal/halx86/generic/reboot.c trunk/reactos/hal/halx86/generic/resource.c trunk/reactos/hal/halx86/generic/spinlock.c trunk/reactos/hal/halx86/generic/sysbus.c trunk/reactos/hal/halx86/generic/sysinfo.c trunk/reactos/hal/halx86/generic/time.c trunk/reactos/hal/halx86/generic/timer.c From ion at svn.reactos.com Sat Jun 18 16:30:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16040: Use generic HAL header Message-ID: <000601c57412$40495bf0$6b01a8c0@PENELOPE> Use generic HAL header Added files: trunk/reactos/hal/halx86/include/hal.h trunk/reactos/hal/halx86/include/halp.h Updated files: trunk/reactos/hal/halx86/include/bus.h Deleted files: trunk/reactos/hal/halx86/include/hal.h From ion at svn.reactos.com Sat Jun 18 16:34:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16041: Ignore PCH Message-ID: <000601c57412$c92c3c80$6b01a8c0@PENELOPE> Ignore PCH From ion at svn.reactos.com Sat Jun 18 16:37:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16042: Thanks to Filip Navara for helping out with the HAL patch Message-ID: <000601c57413$4d15c480$6b01a8c0@PENELOPE> Thanks to Filip Navara for helping out with the HAL patch From navaraf at svn.reactos.com Sat Jun 18 17:15:33 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16043: - Move non-DDK Ke* function prototypes from ROS DDK to NTOS headers. Message-ID: <000601c57418$9251f910$6b01a8c0@PENELOPE> - Move non-DDK Ke* function prototypes from ROS DDK to NTOS headers. - Fix calling convention for KeI386* functions. Updated files: trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/include/ntos/kefuncs.h trunk/reactos/ntoskrnl/ke/i386/gdt.c trunk/reactos/ntoskrnl/ke/i386/ldt.c trunk/reactos/ntoskrnl/ntoskrnl.def From ion at svn.reactos.com Sat Jun 18 17:24:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16044: Fix XML bug in hal makefiles Message-ID: <000601c57419$d90735e0$6b01a8c0@PENELOPE> Fix XML bug in hal makefiles Updated files: trunk/reactos/hal/hal/hal.xml trunk/reactos/hal/halx86/up/halup.xml From navaraf at svn.reactos.com Sat Jun 18 17:50:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16045: Fix build. Message-ID: <000601c5741d$775bddb0$6b01a8c0@PENELOPE> Fix build. Updated files: trunk/reactos/lib/crt/include/internal/tls.h trunk/reactos/lib/crt/stdlib/rand.c From navaraf at svn.reactos.com Sat Jun 18 17:55:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16046: - Move non-DDK HAL function prototypes from ROS DDK to NTOS headers. Message-ID: <000601c5741e$2570fd90$6b01a8c0@PENELOPE> - Move non-DDK HAL function prototypes from ROS DDK to NTOS headers. Updated files: trunk/reactos/include/ddk/halfuncs.h trunk/reactos/include/ntos/halfuncs.h From navaraf at svn.reactos.com Sat Jun 18 17:58:53 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16047: Move InsertAscendingListFIFO, InsertDescendingListFIFO, InsertAscendingList and InsertDescendingList out of the __USE_W32API guarded region. Message-ID: <000601c5741e$a01b1ee0$6b01a8c0@PENELOPE> Move InsertAscendingListFIFO, InsertDescendingListFIFO, InsertAscendingList and InsertDescendingList out of the __USE_W32API guarded region. Updated files: trunk/reactos/include/ntos/rtl.h From navaraf at svn.reactos.com Sat Jun 18 18:21:51 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16048: Move non-DDK Se* function prototypes and types from ROS DDK to NTOS headers. Message-ID: <000601c57421$d5a74860$6b01a8c0@PENELOPE> Move non-DDK Se* function prototypes and types from ROS DDK to NTOS headers. Added files: trunk/reactos/include/ntos/sefuncs.h trunk/reactos/include/ntos/setypes.h Updated files: trunk/reactos/include/ddk/sefuncs.h trunk/reactos/include/ddk/setypes.h trunk/reactos/include/ntos/security.h trunk/reactos/include/ntos.h From navaraf at svn.reactos.com Sat Jun 18 18:53:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16049: Move non-DDK Ps* function prototypes and types from ROS DDK to NTOS headers. Message-ID: <000601c57426$46c7b6c0$6b01a8c0@PENELOPE> Move non-DDK Ps* function prototypes and types from ROS DDK to NTOS headers. Updated files: trunk/reactos/include/ddk/psfuncs.h trunk/reactos/include/ddk/pstypes.h trunk/reactos/include/ntos/ps.h trunk/reactos/subsys/win32k/main/dllmain.c From navaraf at svn.reactos.com Sat Jun 18 18:56:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16050: Define DRVO_UNLOAD_INVOKED, DRVO_LEGACY_DRIVER, DRVO_BUILTIN_DRIVER, DRVO_REINIT_REGISTERED, DRVO_INITIALIZED, DRVO_BOOTREINIT_REGISTERED and DRVO_LEGACY_RESOURCES. Thanks Alex. Message-ID: <000601c57426$b8b7ce00$6b01a8c0@PENELOPE> Define DRVO_UNLOAD_INVOKED, DRVO_LEGACY_DRIVER, DRVO_BUILTIN_DRIVER, DRVO_REINIT_REGISTERED, DRVO_INITIALIZED, DRVO_BOOTREINIT_REGISTERED and DRVO_LEGACY_RESOURCES. Thanks Alex. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Sat Jun 18 19:18:08 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16051: - Move few non-DDK types from ROS DDK to NTOS headers. Message-ID: <000601c57429$b21a0ce0$6b01a8c0@PENELOPE> - Move few non-DDK types from ROS DDK to NTOS headers. - Fix some __USE_W32API guards. Added files: trunk/reactos/include/ntos/krnltypes.h Updated files: trunk/reactos/include/ddk/extypes.h trunk/reactos/include/ddk/iotypes.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/include/ntdll/rtl.h trunk/reactos/include/ntos/haltypes.h trunk/reactos/include/ntos/synch.h trunk/reactos/include/ntos/zwtypes.h trunk/reactos/include/ntos.h From navaraf at svn.reactos.com Sat Jun 18 19:22:26 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16052: Fix build. Message-ID: <000601c5742a$4bedc7d0$6b01a8c0@PENELOPE> Fix build. Updated files: trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/ntdll/rtl/critical.c From navaraf at svn.reactos.com Sat Jun 18 20:33:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16053: Use W32API for NTOSKRNL. Message-ID: <000601c57434$2ac3e5d0$6b01a8c0@PENELOPE> Use W32API for NTOSKRNL. Updated files: trunk/reactos/drivers/fs/vfat/vfat.h trunk/reactos/hal/halx86/include/hal.h trunk/reactos/include/ddk/halfuncs.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/include/ddk/ntifs.h trunk/reactos/include/ntos/halfuncs.h trunk/reactos/include/ntos/krnltypes.h trunk/reactos/ntoskrnl/cm/cm.h trunk/reactos/ntoskrnl/cm/ntfunc.c trunk/reactos/ntoskrnl/cm/regfile.c trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/ex/mutant.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/fs/fastio.c trunk/reactos/ntoskrnl/fs/filelock.c trunk/reactos/ntoskrnl/fs/notify.c trunk/reactos/ntoskrnl/include/internal/cc.h trunk/reactos/ntoskrnl/include/internal/debug.h trunk/reactos/ntoskrnl/include/internal/ex.h trunk/reactos/ntoskrnl/include/internal/ifs.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/include/internal/kdb.h trunk/reactos/ntoskrnl/include/internal/kdbochs.h trunk/reactos/ntoskrnl/include/internal/kdgdb.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ldr.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/module.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/include/internal/po.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/internal/trap.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/disk.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/irp.c trunk/reactos/ntoskrnl/io/pnpmgr.c trunk/reactos/ntoskrnl/io/resource.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/mm/elf.inc.h trunk/reactos/ntoskrnl/mm/elf32.c trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/mm/pe.c trunk/reactos/ntoskrnl/mm/section.c trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ps/query.c trunk/reactos/ntoskrnl/ps/quota.c trunk/reactos/ntoskrnl/ps/security.c trunk/reactos/ntoskrnl/rtl/i386/exception.c trunk/reactos/ntoskrnl/rtl/misc.c trunk/reactos/ntoskrnl/se/access.c trunk/reactos/subsys/win32k/w32k.h trunk/reactos/w32api/include/ddk/ntifs.h From navaraf at svn.reactos.com Sat Jun 18 21:13:34 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16054: Fix build. :/ Message-ID: <000601c57439$d24f7df0$6b01a8c0@PENELOPE> Fix build. :/ Updated files: trunk/reactos/hal/hal/hal.c From navaraf at svn.reactos.com Sat Jun 18 21:30:23 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16055: Add __ASM__ guard. Message-ID: <000601c5743c$2c266260$6b01a8c0@PENELOPE> Add __ASM__ guard. Updated files: trunk/reactos/ntoskrnl/include/internal/i386/ps.h From navaraf at svn.reactos.com Sat Jun 18 21:30:53 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16056: Don't include internal headers. Message-ID: <000601c5743c$3e059460$6b01a8c0@PENELOPE> Don't include internal headers. Updated files: trunk/reactos/hal/halx86/xbox/part_xbox.c From gvg at svn.reactos.com Sat Jun 18 21:53:58 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [gvg] 16057: Use correct dest rect when preventing copy outside source surf Message-ID: <000601c5743f$7741f4a0$6b01a8c0@PENELOPE> Use correct dest rect when preventing copy outside source surf Updated files: trunk/reactos/subsys/win32k/eng/bitblt.c From navaraf at svn.reactos.com Sat Jun 18 22:25:37 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16058: - Convert mouclass and sermouse to use official DDK prototypes. Message-ID: <000601c57443$e35386a0$6b01a8c0@PENELOPE> - Convert mouclass and sermouse to use official DDK prototypes. - Get rid of the old ROS DDK headers. Added files: trunk/reactos/w32api/include/ddk/kbdmou.h Updated files: trunk/reactos/drivers/input/mouclass/mouclass.c trunk/reactos/drivers/input/mouclass/mouclass.h trunk/reactos/drivers/input/sermouse/sermouse.c trunk/reactos/include/ddk/ntifs.h trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/i386/trap.s trunk/reactos/w32api/include/ddk/ntddscsi.h Deleted files: trunk/reactos/include/ddk/ccfuncs.h trunk/reactos/include/ddk/cctypes.h trunk/reactos/include/ddk/cmtypes.h trunk/reactos/include/ddk/dbgfuncs.h trunk/reactos/include/ddk/defines.h trunk/reactos/include/ddk/exfuncs.h trunk/reactos/include/ddk/extypes.h trunk/reactos/include/ddk/fsfuncs.h trunk/reactos/include/ddk/fstypes.h trunk/reactos/include/ddk/halfuncs.h trunk/reactos/include/ddk/ioctrl.h trunk/reactos/include/ddk/iodef.h trunk/reactos/include/ddk/iofuncs.h trunk/reactos/include/ddk/iotypes.h trunk/reactos/include/ddk/kedef.h trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/include/ddk/mmfuncs.h trunk/reactos/include/ddk/mmtypes.h trunk/reactos/include/ddk/ntdd8042.h trunk/reactos/include/ddk/ntddbeep.h trunk/reactos/include/ddk/ntddk.h trunk/reactos/include/ddk/ntddkbd.h trunk/reactos/include/ddk/ntddmou.h trunk/reactos/include/ddk/ntddscsi.h trunk/reactos/include/ddk/ntddser.h trunk/reactos/include/ddk/ntdef.h trunk/reactos/include/ddk/obfuncs.h trunk/reactos/include/ddk/pnpfuncs.h trunk/reactos/include/ddk/pnptypes.h trunk/reactos/include/ddk/pofuncs.h trunk/reactos/include/ddk/potypes.h trunk/reactos/include/ddk/psfuncs.h trunk/reactos/include/ddk/pstypes.h trunk/reactos/include/ddk/sefuncs.h trunk/reactos/include/ddk/setypes.h trunk/reactos/include/ddk/status.h trunk/reactos/include/ddk/structs.h trunk/reactos/include/ddk/types.h From gvg at svn.reactos.com Sat Jun 18 22:29:43 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [gvg] 16059: Thanks to GreatLord for spotting that we shouldn't access pixels outside the Message-ID: <000601c57444$75a0d580$6b01a8c0@PENELOPE> Thanks to GreatLord for spotting that we shouldn't access pixels outside the source surface in EngBitBlt. Updated files: trunk/reactos/subsys/win32k/eng/bitblt.c From navaraf at svn.reactos.com Sat Jun 18 22:55:16 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16060: Get rid of ROS DDK SCSI headers. Message-ID: <000601c57448$076eb3d0$6b01a8c0@PENELOPE> Get rid of ROS DDK SCSI headers. Updated files: trunk/reactos/drivers/storage/atapi/atapi.c trunk/reactos/drivers/storage/scsiport/scsiport.c trunk/reactos/drivers/storage/scsiport/scsiport.xml Deleted files: trunk/reactos/include/ddk/scsi.h trunk/reactos/include/ddk/srb.h From navaraf at svn.reactos.com Sat Jun 18 23:03:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16061: Get rid of ROS DDK SCSI headers (forgot these files in r16060). Message-ID: <000601c57449$22ce57b0$6b01a8c0@PENELOPE> Get rid of ROS DDK SCSI headers (forgot these files in r16060). Updated files: trunk/reactos/drivers/storage/cdrom/cdrom.c trunk/reactos/w32api/include/ddk/scsi.h From hyperion at svn.reactos.com Sat Jun 18 23:10:56 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [hyperion] 16062: Deleting in the hope SVN will merge painlessly Message-ID: <000601c5744a$37e6ed50$6b01a8c0@PENELOPE> Deleting in the hope SVN will merge painlessly Deleted files: branches/rox-u/reactos/ntoskrnl/inbv/i386/ From greatlrd at svn.reactos.com Sat Jun 18 23:56:03 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [greatlrd] 16063: make gcc stop nag about uninitialized value in 114: and make -O3 working Message-ID: <000601c57450$857e4da0$6b01a8c0@PENELOPE> make gcc stop nag about uninitialized value in 114: and make -O3 working Updated files: trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From navaraf at svn.reactos.com Sun Jun 19 00:07:07 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16064: Remove duplicate definition of KdPrintEx. Message-ID: <000601c57452$10f13270$6b01a8c0@PENELOPE> Remove duplicate definition of KdPrintEx. Updated files: trunk/reactos/ntoskrnl/include/internal/kd.h From greatlrd at svn.reactos.com Sun Jun 19 00:54:23 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [greatlrd] 16065: make inline asm -O3 compatible (remove L1 and L2 label) thx blight and alex to explain how to do that. Message-ID: <000601c57458$ab94d8d0$6b01a8c0@PENELOPE> make inline asm -O3 compatible (remove L1 and L2 label) thx blight and alex to explain how to do that. Updated files: trunk/reactos/subsys/win32k/dib/dib16bpp.c trunk/reactos/subsys/win32k/dib/dib24bpp.c trunk/reactos/subsys/win32k/dib/dib32bpp.c From ion at svn.reactos.com Sun Jun 19 01:33:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [ion] 16066: Add NDK 1.00-pre. Needs some TLC in umtypes.h and a lot of fixes. Not used anywhere yet. Message-ID: <000601c5745e$2c458ab0$6b01a8c0@PENELOPE> Add NDK 1.00-pre. Needs some TLC in umtypes.h and a lot of fixes. Not used anywhere yet. Added files: trunk/reactos/include/ndk/ trunk/reactos/include/ndk/cctypes.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/halfuncs.h trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/i386/ trunk/reactos/include/ndk/i386/floatsave.h trunk/reactos/include/ndk/i386/segment.h trunk/reactos/include/ndk/inbvfuncs.h trunk/reactos/include/ndk/iofuncs.h trunk/reactos/include/ndk/iotypes.h trunk/reactos/include/ndk/kdfuncs.h trunk/reactos/include/ndk/kdtypes.h trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/obfuncs.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/psfuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/sefuncs.h trunk/reactos/include/ndk/setypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h From navaraf at svn.reactos.com Sun Jun 19 02:06:24 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16067: - Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP. Message-ID: <000601c57462$bb039b80$6b01a8c0@PENELOPE> - Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP. - Add WDMGUID library. - Get rid of few more headers. Added files: trunk/reactos/lib/wdmguid/wdmguid.xml Updated files: trunk/reactos/apps/utils/net/arp/arp.c trunk/reactos/drivers/storage/diskdump/diskdump.c trunk/reactos/include/ddk/ddrawint.h trunk/reactos/include/ntos/rtl.h trunk/reactos/lib/directory.xml trunk/reactos/lib/kernel32/process/create.c trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/lib/smlib/connect.c trunk/reactos/ntoskrnl/cc/view.c trunk/reactos/ntoskrnl/ldr/loader.c trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/services/umpnpmgr/umpnpmgr.xml trunk/reactos/subsys/system/usetup/usetup.h trunk/reactos/w32api/include/winnt.h Deleted files: trunk/reactos/include/ddk/i386/ trunk/reactos/include/internal/ trunk/reactos/include/ole32/ trunk/reactos/include/pe.h trunk/reactos/include/snmp.h From navaraf at svn.reactos.com Sun Jun 19 02:22:08 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16068: Use RTL_CONSTANT_STRING instead of ROSRTL macros. Message-ID: <000601c57464$edbf3550$6b01a8c0@PENELOPE> Use RTL_CONSTANT_STRING instead of ROSRTL macros. Updated files: trunk/reactos/drivers/dd/beep/beep.c trunk/reactos/drivers/dd/blue/blue.c trunk/reactos/drivers/dd/debugout/debugout.c trunk/reactos/drivers/dd/mpu401/mpu401.c trunk/reactos/drivers/dd/null/null.c trunk/reactos/drivers/dd/parallel/parallel.c trunk/reactos/drivers/dd/sndblst/sndblst.c trunk/reactos/drivers/dd/sound/sb16.c trunk/reactos/drivers/fs/cdfs/cdfs.c trunk/reactos/drivers/fs/ext2/super.c trunk/reactos/drivers/fs/ntfs/ntfs.c trunk/reactos/drivers/fs/template/template.c trunk/reactos/drivers/input/i8042prt/i8042prt.c trunk/reactos/drivers/input/i8042prt/keyboard.c trunk/reactos/drivers/input/i8042prt/mouse.c trunk/reactos/drivers/input/i8042prt/ps2pp.c trunk/reactos/drivers/input/i8042prt/registry.c trunk/reactos/drivers/input/kbdclass/kbdclass.c trunk/reactos/drivers/net/wshtcpip/wshtcpip.c From navaraf at svn.reactos.com Sun Jun 19 02:28:58 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:43 2006 Subject: [ros-svn] [navaraf] 16069: Use RTL_CONSTANT_STRING instead of ROSRTL macros. Message-ID: <000601c57465$e2572cd0$6b01a8c0@PENELOPE> Use RTL_CONSTANT_STRING instead of ROSRTL macros. Updated files: trunk/reactos/drivers/net/lan/include/precomp.h trunk/reactos/drivers/net/lan/lan/lan.c trunk/reactos/drivers/net/tcpip/include/precomp.h trunk/reactos/drivers/net/tcpip/tcpip/main.c From ion at svn.reactos.com Sun Jun 19 03:10:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16070: Remove PAGED_CODE, PAGED_CODE_RTL and RTL_ONSTANT_STRING from ntoskrnl.h. The first and last are in DDK, and the second is not used in the kernel and already defined Message-ID: <000601c5746b$a7020fa0$6b01a8c0@PENELOPE> Remove PAGED_CODE, PAGED_CODE_RTL and RTL_ONSTANT_STRING from ntoskrnl.h. The first and last are in DDK, and the second is not used in the kernel and already defined Updated files: trunk/reactos/ntoskrnl/include/ntoskrnl.h From ion at svn.reactos.com Sun Jun 19 05:25:40 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16071: Many fixes to NDK Message-ID: <000601c5747e$916df150$6b01a8c0@PENELOPE> Many fixes to NDK Updated files: trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/iotypes.h trunk/reactos/include/ndk/kdtypes.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h From ion at svn.reactos.com Sun Jun 19 05:55:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16072: Move Exported functions away from internal/ke.h, move exported data from internal/ex.h, add internal structures to internal/ifs.h, include ntdddisk.h in internal/xhal.h for access to PDRIVE_LAYOUT_INFORMATION, remove DDK function from internal/nls.h, remove KTRAP_FRAME from internal/i386/ke.h, add some more temporary types to krnltypes.h, protect PNP_VETO_TYPE, move EVENT_TRACE_HEADER to DDK, guard disk.h properly, correct DRIVE_LAYOUT_INFORMATION typedef in DDK, add PNP_VETO_TYPE, NLSTABLEINFO, CPTABLEINFO, remove KDPC_DATA, PP_LOOKASIDE_LIST. remove PROCESSOR_POWER_STATE from ntpoapi, remove MAILSLOT_CREATE_PARAMETERS, NAMED_PIPE_CREATE_PARAMETERS, IO_COMPLETION_INFORMATION_CLASS, PAGEFAULT_HISTORY, SECTION_XXX_INFORMATION, RtlSelfRelativeToAbsoluteSD, ZwQuerySection/Object, ZwQuerySystemInformation, ZwSetInformationObject, ZwSetSystemInformation from IFS Message-ID: <000601c57482$c530d710$6b01a8c0@PENELOPE> Move Exported functions away from internal/ke.h, move exported data from internal/ex.h, add internal structures to internal/ifs.h, include ntdddisk.h in internal/xhal.h for access to PDRIVE_LAYOUT_INFORMATION, remove DDK function from internal/nls.h, remove KTRAP_FRAME from internal/i386/ke.h, add some more temporary types to krnltypes.h, protect PNP_VETO_TYPE, move EVENT_TRACE_HEADER to DDK, guard disk.h properly, correct DRIVE_LAYOUT_INFORMATION typedef in DDK, add PNP_VETO_TYPE, NLSTABLEINFO, CPTABLEINFO, remove KDPC_DATA, PP_LOOKASIDE_LIST. remove PROCESSOR_POWER_STATE from ntpoapi, remove MAILSLOT_CREATE_PARAMETERS, NAMED_PIPE_CREATE_PARAMETERS, IO_COMPLETION_INFORMATION_CLASS, PAGEFAULT_HISTORY, SECTION_XXX_INFORMATION, RtlSelfRelativeToAbsoluteSD, ZwQuerySection/Object, ZwQuerySystemInformation, ZwSetInformationObject, ZwSetSystemInformation from IFS Updated files: trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ntos/disk.h trunk/reactos/include/ntos/fstypes.h trunk/reactos/include/ntos/kefuncs.h trunk/reactos/include/ntos/krnltypes.h trunk/reactos/include/ntos/ntpnp.h trunk/reactos/include/ntos/rtltypes.h trunk/reactos/include/ntos/zw.h trunk/reactos/include/ntos/zwtypes.h trunk/reactos/ntoskrnl/include/internal/ex.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/ifs.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/nls.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/internal/xhal.h From ion at svn.reactos.com Sun Jun 19 05:55:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16073: Move Exported functions away from internal/ke.h, move exported data from internal/ex.h, add internal structures to internal/ifs.h, include ntdddisk.h in internal/xhal.h for access to PDRIVE_LAYOUT_INFORMATION, remove DDK function from internal/nls.h, remove KTRAP_FRAME from internal/i386/ke.h, add some more temporary types to krnltypes.h, protect PNP_VETO_TYPE, move EVENT_TRACE_HEADER to DDK, guard disk.h properly, correct DRIVE_LAYOUT_INFORMATION typedef in DDK, add PNP_VETO_TYPE, NLSTABLEINFO, CPTABLEINFO, remove KDPC_DATA, PP_LOOKASIDE_LIST. remove PROCESSOR_POWER_STATE from ntpoapi, remove MAILSLOT_CREATE_PARAMETERS, NAMED_PIPE_CREATE_PARAMETERS, IO_COMPLETION_INFORMATION_CLASS, PAGEFAULT_HISTORY, SECTION_XXX_INFORMATION, RtlSelfRelativeToAbsoluteSD, ZwQuerySection/Object, ZwQuerySystemInformation, ZwSetInformationObject, ZwSetSystemInformation from IFS Message-ID: <000601c57482$cc9f7560$6b01a8c0@PENELOPE> Move Exported functions away from internal/ke.h, move exported data from internal/ex.h, add internal structures to internal/ifs.h, include ntdddisk.h in internal/xhal.h for access to PDRIVE_LAYOUT_INFORMATION, remove DDK function from internal/nls.h, remove KTRAP_FRAME from internal/i386/ke.h, add some more temporary types to krnltypes.h, protect PNP_VETO_TYPE, move EVENT_TRACE_HEADER to DDK, guard disk.h properly, correct DRIVE_LAYOUT_INFORMATION typedef in DDK, add PNP_VETO_TYPE, NLSTABLEINFO, CPTABLEINFO, remove KDPC_DATA, PP_LOOKASIDE_LIST. remove PROCESSOR_POWER_STATE from ntpoapi, remove MAILSLOT_CREATE_PARAMETERS, NAMED_PIPE_CREATE_PARAMETERS, IO_COMPLETION_INFORMATION_CLASS, PAGEFAULT_HISTORY, SECTION_XXX_INFORMATION, RtlSelfRelativeToAbsoluteSD, ZwQuerySection/Object, ZwQuerySystemInformation, ZwSetInformationObject, ZwSetSystemInformation from IFS Updated files: trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/ntpoapi.h trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Sun Jun 19 06:49:23 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16074: Fix building issues caused by previous patch Message-ID: <000601c5748a$435a08d0$6b01a8c0@PENELOPE> Fix building issues caused by previous patch Updated files: trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/drivers/fs/ms/create.c trunk/reactos/drivers/fs/np/create.c trunk/reactos/hal/halx86/xbox/part_xbox.c trunk/reactos/include/ntdll/rtl.h trunk/reactos/include/ntos/fstypes.h trunk/reactos/include/ntos/krnltypes.h trunk/reactos/include/ntos/zwtypes.h trunk/reactos/lib/fslib/vfatlib/vfatlib.h trunk/reactos/lib/fslib/vfatxlib/vfatxlib.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/subsys/system/usetup/bootsup.c trunk/reactos/subsys/system/usetup/partlist.c trunk/reactos/subsys/system/usetup/usetup.c From ion at svn.reactos.com Sun Jun 19 09:03:29 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16075: More NDK Fixes Message-ID: <000601c5749c$ff670930$6b01a8c0@PENELOPE> More NDK Fixes Updated files: trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h From navaraf at svn.reactos.com Sun Jun 19 09:08:01 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16076: Use RTL_CONSTANT_STRING instead of ROSRTL macros. Message-ID: <000601c5749d$a1206730$6b01a8c0@PENELOPE> Use RTL_CONSTANT_STRING instead of ROSRTL macros. Updated files: trunk/reactos/lib/kjs/ksrc/b_system.c trunk/reactos/lib/msafd/misc/dllmain.c trunk/reactos/lib/secur32/lsa.c From ion at svn.reactos.com Sun Jun 19 09:11:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16077: Fix some ntoskrnl things, like using Rtl instead of RosRtl, and undefining ROUND macros Message-ID: <000601c5749e$273337d0$6b01a8c0@PENELOPE> Fix some ntoskrnl things, like using Rtl instead of RosRtl, and undefining ROUND macros Updated files: trunk/reactos/ntoskrnl/cc/copy.c trunk/reactos/ntoskrnl/cc/pin.c trunk/reactos/ntoskrnl/cm/regfile.c trunk/reactos/ntoskrnl/cm/registry.c trunk/reactos/ntoskrnl/cm/regobj.c trunk/reactos/ntoskrnl/ex/callback.c trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/ke/spinlock.c From ion at svn.reactos.com Sun Jun 19 09:11:56 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16078: Add NtcurrentThread, ALTERNATIVE_ARCHITECTURE_TYPE, KSYSTEM_TIME, KUSER_SHARED_DATA, REG_CREATED_NEW_KEY, REG_OPENED_EXISTING_KEY, KeRaiseIrqlToSynchLevel to DDK. Remove HANDLE_TABLE_ENTRY_INFO and HANDLE_TABLE_ENTRY from NTIFS. Add NT_PRODUCT_TYPE Message-ID: <000601c5749e$2d4f3e70$6b01a8c0@PENELOPE> Add NtcurrentThread, ALTERNATIVE_ARCHITECTURE_TYPE, KSYSTEM_TIME, KUSER_SHARED_DATA, REG_CREATED_NEW_KEY, REG_OPENED_EXISTING_KEY, KeRaiseIrqlToSynchLevel to DDK. Remove HANDLE_TABLE_ENTRY_INFO and HANDLE_TABLE_ENTRY from NTIFS. Add NT_PRODUCT_TYPE Added files: trunk/reactos/include/reactos/helper.h Updated files: trunk/reactos/include/napi/shared_data.h trunk/reactos/include/napi/types.h trunk/reactos/include/ntos/obtypes.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntdef.h From ion at svn.reactos.com Sun Jun 19 09:15:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16079: Fix rtl/rossym Message-ID: <000601c5749e$a460f6c0$6b01a8c0@PENELOPE> Fix rtl/rossym Updated files: trunk/reactos/lib/rossym/initkm.c trunk/reactos/lib/rtl/rtl.h From ion at svn.reactos.com Sun Jun 19 09:41:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16080: Some more NDK fixes Message-ID: <000601c574a2$5a269890$6b01a8c0@PENELOPE> Some more NDK fixes Updated files: trunk/reactos/include/napi/core.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/halfuncs.h trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/include/ntos/haltypes.h trunk/reactos/ntoskrnl/ex/power.c trunk/reactos/ntoskrnl/include/internal/mm.h From navaraf at svn.reactos.com Sun Jun 19 10:05:09 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16081: Move the TAG define. Message-ID: <000601c574a5$9c8365d0$6b01a8c0@PENELOPE> Move the TAG define. Updated files: trunk/reactos/drivers/bus/serenum/serenum.h From navaraf at svn.reactos.com Sun Jun 19 10:14:23 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16082: Add TAG macro definition. Message-ID: <000601c574a6$e7031820$6b01a8c0@PENELOPE> Add TAG macro definition. Updated files: trunk/reactos/drivers/input/i8042prt/i8042prt.h From navaraf at svn.reactos.com Sun Jun 19 10:15:16 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16083: Move the TAG define. Message-ID: <000601c574a7$0614bcf0$6b01a8c0@PENELOPE> Move the TAG define. Updated files: trunk/reactos/drivers/dd/serial/serial.h From navaraf at svn.reactos.com Sun Jun 19 10:20:14 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16084: Add TAG macro definition. Message-ID: <000601c574a7$b828a8c0$6b01a8c0@PENELOPE> Add TAG macro definition. Updated files: trunk/reactos/drivers/net/npf/dump.c trunk/reactos/drivers/net/npf/jitter.c trunk/reactos/drivers/net/npf/openclos.c trunk/reactos/drivers/net/npf/packet.c From navaraf at svn.reactos.com Sun Jun 19 10:21:40 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16085: Add TAG macro definition. Message-ID: <000601c574a7$eb42c830$6b01a8c0@PENELOPE> Add TAG macro definition. Updated files: trunk/reactos/drivers/net/ndis/include/ndissys.h From navaraf at svn.reactos.com Sun Jun 19 11:08:02 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16086: Couple of build fixes. Message-ID: <000601c574ae$65502590$6b01a8c0@PENELOPE> Couple of build fixes. Updated files: trunk/reactos/drivers/net/tcpip/include/tcpip.h trunk/reactos/drivers/storage/class2/class2.c trunk/reactos/drivers/storage/scsiport/scsiport_int.h trunk/reactos/drivers/usb/cromwell/usb_wrapper.h trunk/reactos/drivers/video/displays/framebuf/framebuf.h trunk/reactos/drivers/video/videoprt/videoprt.h trunk/reactos/hal/halx86/generic/reboot.c trunk/reactos/hal/halx86/include/hal.h trunk/reactos/lib/freetype/rosglue.c trunk/reactos/lib/msafd/include/msafd.h trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/subsys/win32k/misc/driver.c trunk/reactos/subsys/win32k/w32k.h trunk/reactos/w32api/include/ddk/kbdmou.h From hbirr at svn.reactos.com Sun Jun 19 11:48:20 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [hbirr] 16087: Initialized the system call entry independent of the real type of SystemCall. Message-ID: <000601c574b4$06deb0c0$6b01a8c0@PENELOPE> Initialized the system call entry independent of the real type of SystemCall. Updated files: trunk/reactos/ntoskrnl/ke/i386/kernel.c From greatlrd at svn.reactos.com Sun Jun 19 12:10:45 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [greatlrd] 16088: add TAG macro Message-ID: <000601c574b7$286741a0$6b01a8c0@PENELOPE> add TAG macro Updated files: trunk/reactos/drivers/video/displays/vga/vgaddi.h From greatlrd at svn.reactos.com Sun Jun 19 14:14:05 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [greatlrd] 16089: Correct the DD_GETDRIVERINFODATA struct it did missing a pointer to DDRAWI_DIRECTDRAW_GBL struct. Some need really check this file if more mistake exists Message-ID: <000601c574c8$6357b220$6b01a8c0@PENELOPE> Correct the DD_GETDRIVERINFODATA struct it did missing a pointer to DDRAWI_DIRECTDRAW_GBL struct. Some need really check this file if more mistake exists Updated files: trunk/reactos/include/ddk/ddrawint.h From greatlrd at svn.reactos.com Sun Jun 19 14:14:44 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [greatlrd] 16090: add struct DDRAWI_DIRECTDRAW_GBL Message-ID: <000601c574c8$7a39b290$6b01a8c0@PENELOPE> add struct DDRAWI_DIRECTDRAW_GBL Updated files: trunk/reactos/include/ddk/ddrawi.h From chorns at svn.reactos.com Sun Jun 19 14:41:28 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [chorns] 16091: Count only scheduled time when running performance tests Message-ID: <000601c574cc$36a80aa0$6b01a8c0@PENELOPE> Count only scheduled time when running performance tests Updated files: trunk/reactos/regtests/regtests/regtests.c trunk/reactos/regtests/regtests/regtests.def trunk/reactos/regtests/shared/regtests.c trunk/reactos/regtests/shared/regtests.h trunk/reactos/subsys/win32k/tests/stubs.xml trunk/reactos/subsys/win32k/tests/tests/DIB_24BPP_ColorFill-performance.c trunk/reactos/tools/rbuild/testsupportcode.cpp From greatlrd at svn.reactos.com Sun Jun 19 16:13:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [greatlrd] 16092: revert my lattes change some part of head did break Message-ID: <000601c574d9$010be850$6b01a8c0@PENELOPE> revert my lattes change some part of head did break sorry all. Updated files: trunk/reactos/include/ddk/ddrawi.h From hpoussin at svn.reactos.com Sun Jun 19 16:15:44 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [hpoussin] 16093: Implement IRP_MN_QUERY_DEVICE_RELATIONS for USB hubs Message-ID: <000601c574d9$61ae3820$6b01a8c0@PENELOPE> Implement IRP_MN_QUERY_DEVICE_RELATIONS for USB hubs Implement IRP_MN_QUERY_ID for devices enumerated by USB hubs Updated files: trunk/reactos/drivers/usb/cromwell/hub/fdo.c trunk/reactos/drivers/usb/cromwell/hub/pdo.c trunk/reactos/drivers/usb/cromwell/hub/usbhub.h From navaraf at svn.reactos.com Sun Jun 19 17:27:19 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16094: - Add definition of DRIVE_LAYOUT_INFORMATION_EX. Message-ID: <000601c574e3$61ec6e10$6b01a8c0@PENELOPE> - Add definition of DRIVE_LAYOUT_INFORMATION_EX. - Move CLS defintions from winddk.h to ntnls.h. - Move EVENT_TRACE_HEADER defintion from winddk.h to evntrace.h. Added files: trunk/reactos/include/evntrace.h trunk/reactos/w32api/include/ddk/ntnls.h Updated files: trunk/reactos/include/ntos.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/w32api/include/ddk/ntdddisk.h trunk/reactos/w32api/include/ddk/winddk.h From navaraf at svn.reactos.com Sun Jun 19 17:40:56 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16095: Better header redefiniton guards. Message-ID: <000601c574e5$48724bb0$6b01a8c0@PENELOPE> Better header redefiniton guards. Updated files: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h From navaraf at svn.reactos.com Sun Jun 19 18:30:58 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16096: Remove duplicate headers. Message-ID: <000601c574ec$461851f0$6b01a8c0@PENELOPE> Remove duplicate headers. Deleted files: trunk/reactos/include/nspapi.h trunk/reactos/include/serviceinfo.h From navaraf at svn.reactos.com Sun Jun 19 19:28:03 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16097: (Re)move USER32 headers from include/user32. Message-ID: <000601c574f4$3f6086e0$6b01a8c0@PENELOPE> (Re)move USER32 headers from include/user32. Added files: trunk/reactos/include/win32k/callback.h trunk/reactos/lib/user32/include/accel.h trunk/reactos/lib/user32/include/regcontrol.h Updated files: trunk/reactos/lib/user32/controls/button.c trunk/reactos/lib/user32/controls/combo.c trunk/reactos/lib/user32/controls/edit.c trunk/reactos/lib/user32/controls/icontitle.c trunk/reactos/lib/user32/controls/listbox.c trunk/reactos/lib/user32/controls/regcontrol.c trunk/reactos/lib/user32/controls/scrollbar.c trunk/reactos/lib/user32/controls/static.c trunk/reactos/lib/user32/include/user32.h trunk/reactos/lib/user32/include/window.h trunk/reactos/lib/user32/misc/dllmain.c trunk/reactos/lib/user32/windows/accel.c trunk/reactos/lib/user32/windows/class.c trunk/reactos/lib/user32/windows/defwnd.c trunk/reactos/lib/user32/windows/dialog.c trunk/reactos/lib/user32/windows/hook.c trunk/reactos/lib/user32/windows/mdi.c trunk/reactos/lib/user32/windows/menu.c trunk/reactos/lib/user32/windows/message.c trunk/reactos/lib/user32/windows/nonclient.c trunk/reactos/lib/user32/windows/window.c trunk/reactos/lib/user32/windows/winpos.c trunk/reactos/subsys/win32k/include/dce.h trunk/reactos/subsys/win32k/w32k.h Deleted files: trunk/reactos/include/user32/ From navaraf at svn.reactos.com Sun Jun 19 19:34:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16098: Remove duplicate header. Message-ID: <000601c574f5$1ac00ad0$6b01a8c0@PENELOPE> Remove duplicate header. Deleted files: trunk/reactos/include/lsass/ntsecapi.h From navaraf at svn.reactos.com Sun Jun 19 20:07:25 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16099: Cleanup header usage in USER32. Message-ID: <000601c574f9$bf5e8a90$6b01a8c0@PENELOPE> Cleanup header usage in USER32. Updated files: trunk/reactos/lib/user32/controls/button.c trunk/reactos/lib/user32/controls/combo.c trunk/reactos/lib/user32/controls/edit.c trunk/reactos/lib/user32/controls/listbox.c trunk/reactos/lib/user32/controls/regcontrol.c trunk/reactos/lib/user32/controls/scrollbar.c trunk/reactos/lib/user32/controls/static.c trunk/reactos/lib/user32/include/user32.h trunk/reactos/lib/user32/misc/dde.c trunk/reactos/lib/user32/misc/desktop.c trunk/reactos/lib/user32/misc/display.c trunk/reactos/lib/user32/misc/dllmain.c trunk/reactos/lib/user32/misc/exit.c trunk/reactos/lib/user32/misc/exticon.c trunk/reactos/lib/user32/misc/misc.c trunk/reactos/lib/user32/misc/object.c trunk/reactos/lib/user32/misc/resources.c trunk/reactos/lib/user32/misc/strpool.c trunk/reactos/lib/user32/misc/stubs.c trunk/reactos/lib/user32/misc/timer.c trunk/reactos/lib/user32/misc/winhelp.c trunk/reactos/lib/user32/misc/winsta.c trunk/reactos/lib/user32/misc/wsprintf.c trunk/reactos/lib/user32/windows/accel.c trunk/reactos/lib/user32/windows/bitmap.c trunk/reactos/lib/user32/windows/caret.c trunk/reactos/lib/user32/windows/class.c trunk/reactos/lib/user32/windows/clipboard.c trunk/reactos/lib/user32/windows/cursor.c trunk/reactos/lib/user32/windows/dc.c trunk/reactos/lib/user32/windows/defwnd.c trunk/reactos/lib/user32/windows/dialog.c trunk/reactos/lib/user32/windows/draw.c trunk/reactos/lib/user32/windows/font.c trunk/reactos/lib/user32/windows/hook.c trunk/reactos/lib/user32/windows/icon.c trunk/reactos/lib/user32/windows/input.c trunk/reactos/lib/user32/windows/mdi.c trunk/reactos/lib/user32/windows/menu.c trunk/reactos/lib/user32/windows/message.c trunk/reactos/lib/user32/windows/messagebox.c trunk/reactos/lib/user32/windows/nonclient.c trunk/reactos/lib/user32/windows/paint.c trunk/reactos/lib/user32/windows/prop.c trunk/reactos/lib/user32/windows/rect.c trunk/reactos/lib/user32/windows/text.c trunk/reactos/lib/user32/windows/window.c trunk/reactos/lib/user32/windows/winpos.c From ion at svn.reactos.com Sun Jun 19 20:22:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16100: Major cleanup of User-Mode NDK Message-ID: <000601c574fb$ca7e3810$6b01a8c0@PENELOPE> Major cleanup of User-Mode NDK Updated files: trunk/reactos/include/ndk/umtypes.h From navaraf at svn.reactos.com Sun Jun 19 20:34:45 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16101: Forgot to commit this file in r16097. Message-ID: <000601c574fd$90a24a30$6b01a8c0@PENELOPE> Forgot to commit this file in r16097. Updated files: trunk/reactos/lib/ntdll/ldr/startup.c From jimtabor at svn.reactos.com Sun Jun 19 20:53:30 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [jimtabor] 16102: Adding ps.exe to build process. Message-ID: <000601c57500$2f87dcd0$6b01a8c0@PENELOPE> Adding ps.exe to build process. Updated files: trunk/reactos/apps/utils/directory.xml trunk/reactos/apps/utils/nts2w32err/nts2w32err.c From jimtabor at svn.reactos.com Sun Jun 19 20:54:10 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [jimtabor] 16103: Adding ps.exe to build process. Message-ID: <000601c57500$476b47b0$6b01a8c0@PENELOPE> Adding ps.exe to build process. Added files: trunk/reactos/apps/utils/ps/ps.xml From ion at svn.reactos.com Sun Jun 19 21:15:55 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16104: More NDK fixes (user-mode NDK now works) and guard some stuff in include/ntdll so that ntdll can be build with NDK, but so that other apps not yet using it, but using those headers, can also build Message-ID: <000601c57503$50de6130$6b01a8c0@PENELOPE> More NDK fixes (user-mode NDK now works) and guard some stuff in include/ntdll so that ntdll can be build with NDK, but so that other apps not yet using it, but using those headers, can also build Updated files: trunk/reactos/include/csrss/csrss.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/psfuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/include/ntdll/ldr.h trunk/reactos/include/ntdll/ntdll.h trunk/reactos/include/ntdll/rtl.h trunk/reactos/lib/ntdll/inc/ntdll.h From ion at svn.reactos.com Sun Jun 19 21:36:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16105: More NDK fixes/additions Message-ID: <000601c57506$2831c0d0$6b01a8c0@PENELOPE> More NDK fixes/additions Updated files: trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h From navaraf at svn.reactos.com Sun Jun 19 21:56:06 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16106: Fix packing. Message-ID: <000601c57508$ee34e800$6b01a8c0@PENELOPE> Fix packing. Updated files: trunk/reactos/w32api/include/ddk/ntapi.h From ion at svn.reactos.com Sun Jun 19 22:01:20 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16107: More NDK fixes, remove duplicated debug functions from ntdll, use rosrtl header where neded in ntdll. Message-ID: <000601c57509$a90c7ad0$6b01a8c0@PENELOPE> More NDK fixes, remove duplicated debug functions from ntdll, use rosrtl header where neded in ntdll. Updated files: trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ntdll/ntdll.h trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/inc/ntdll.h From navaraf at svn.reactos.com Sun Jun 19 22:09:44 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16108: Remove PNP_VETO_TYPE from winddk.h. Message-ID: <000601c5750a$d574c6d0$6b01a8c0@PENELOPE> Remove PNP_VETO_TYPE from winddk.h. Updated files: trunk/reactos/include/ntos.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Sun Jun 19 22:18:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16109: Final NDK fixes for ntdll Message-ID: <000601c5750c$16046010$6b01a8c0@PENELOPE> Final NDK fixes for ntdll Updated files: trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h From ion at svn.reactos.com Sun Jun 19 22:28:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16110: Build NTDLL with NDK Message-ID: <000601c5750d$735d82e0$6b01a8c0@PENELOPE> Build NTDLL with NDK Updated files: trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/ntdll/ldr/startup.c From ion at svn.reactos.com Sun Jun 19 22:43:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16111: Use RTL_CONSTANT_STRING instead of RtlRos macro Message-ID: <000601c5750f$87d6fce0$6b01a8c0@PENELOPE> Use RTL_CONSTANT_STRING instead of RtlRos macro Updated files: trunk/reactos/ntoskrnl/cm/registry.c trunk/reactos/ntoskrnl/ex/callback.c From navaraf at svn.reactos.com Sun Jun 19 22:56:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [navaraf] 16112: Fxi build. Message-ID: <000601c57511$574412a0$6b01a8c0@PENELOPE> Fxi build. Updated files: trunk/reactos/lib/rosrtl/thread/stack.c From ion at svn.reactos.com Sun Jun 19 23:03:50 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16113: Fix Build Message-ID: <000601c57512$64807b10$6b01a8c0@PENELOPE> Fix Build Updated files: trunk/reactos/ntoskrnl/cm/registry.c trunk/reactos/ntoskrnl/ex/callback.c From ion at svn.reactos.com Sun Jun 19 23:08:48 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16114: User helper header and don't use RTLROS string macros naymore Message-ID: <000601c57513$16569a90$6b01a8c0@PENELOPE> User helper header and don't use RTLROS string macros naymore Updated files: trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/ntdll/ldr/startup.c From ion at svn.reactos.com Sun Jun 19 23:36:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16115: Add missing security types in winnt.h Message-ID: <000601c57516$e4498180$6b01a8c0@PENELOPE> Add missing security types in winnt.h Updated files: trunk/reactos/w32api/include/winnt.h From ion at svn.reactos.com Sun Jun 19 23:37:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16116: Add libsupp.h for rtl's Kernel Allocation functions Message-ID: <000601c57517$0a3d1500$6b01a8c0@PENELOPE> Add libsupp.h for rtl's Kernel Allocation functions Added files: trunk/reactos/lib/rtl/libsupp.h From ion at svn.reactos.com Sun Jun 19 23:40:09 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:44 2006 Subject: [ros-svn] [ion] 16117: Fix cshort definition Message-ID: <000601c57517$772a84e0$6b01a8c0@PENELOPE> Fix cshort definition Updated files: trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h From ion at svn.reactos.com Sun Jun 19 23:40:39 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16118: Add include to rosrtl where needed Message-ID: <000601c57517$88da1b60$6b01a8c0@PENELOPE> Add include to rosrtl where needed Updated files: trunk/reactos/lib/rtl/thread.c From ion at svn.reactos.com Sun Jun 19 23:50:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16119: Add free to libsupp Message-ID: <000601c57518$df98dfd0$6b01a8c0@PENELOPE> Add free to libsupp Updated files: trunk/reactos/lib/rtl/libsupp.h From ion at svn.reactos.com Mon Jun 20 00:05:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16120: Move internal rtlp functions out of ntos and into internal rosrtl header Message-ID: <000601c5751b$01d88120$6b01a8c0@PENELOPE> Move internal rtlp functions out of ntos and into internal rosrtl header Updated files: trunk/reactos/include/ntos/rtl.h trunk/reactos/include/rosrtl/string.h From ion at svn.reactos.com Mon Jun 20 00:06:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16121: Build RTL with NDK Message-ID: <000601c5751b$14317700$6b01a8c0@PENELOPE> Build RTL with NDK Updated files: trunk/reactos/lib/rtl/rtl.h trunk/reactos/lib/rtl/timezone.c trunk/reactos/lib/rtl/unicode.c From hpoussin at svn.reactos.com Mon Jun 20 00:11:15 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hpoussin] 16122: Implement IOCTL_GET_HCD_DRIVERKEY_NAME Message-ID: <000601c5751b$cfb96e10$6b01a8c0@PENELOPE> Implement IOCTL_GET_HCD_DRIVERKEY_NAME Better check for arguments in IOCTL_* Let IOCTL_USB_GET_ROOT_HUB_NAME use the right structure type Initialize wrapper around linux code after setting the device extension field Updated files: trunk/reactos/drivers/usb/cromwell/uhci/fdo.c From navaraf at svn.reactos.com Mon Jun 20 00:14:02 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16123: - Don't include ntddk.h from most of the DDK headers and move the includes out of the "extern C" blocks. Message-ID: <000601c5751c$333c6fa0$6b01a8c0@PENELOPE> - Don't include ntddk.h from most of the DDK headers and move the includes out of the "extern C" blocks. - Fix order of STDCALL in few callback defintions. - Get the sources to build again with these changes. Updated files: trunk/reactos/drivers/video/displays/framebuf/framebuf.h trunk/reactos/drivers/video/displays/vga/vgavideo/vgavideo.c trunk/reactos/drivers/video/miniport/vbe/vbemp.h trunk/reactos/drivers/video/miniport/vga/initvga.c trunk/reactos/drivers/video/miniport/vga/vgamp.h trunk/reactos/drivers/video/miniport/xboxvmp/xboxvmp.h trunk/reactos/drivers/video/videoprt/videoprt.h trunk/reactos/hal/halx86/xbox/part_xbox.c trunk/reactos/include/win32k/driver.h trunk/reactos/lib/gdi32/include/precomp.h trunk/reactos/lib/opengl32/teb.h trunk/reactos/w32api/include/ddk/batclass.h trunk/reactos/w32api/include/ddk/cfgmgr32.h trunk/reactos/w32api/include/ddk/d4drvif.h trunk/reactos/w32api/include/ddk/d4iface.h trunk/reactos/w32api/include/ddk/ddkmapi.h trunk/reactos/w32api/include/ddk/hidclass.h trunk/reactos/w32api/include/ddk/hidpi.h trunk/reactos/w32api/include/ddk/mcd.h trunk/reactos/w32api/include/ddk/miniport.h trunk/reactos/w32api/include/ddk/minitape.h trunk/reactos/w32api/include/ddk/mountdev.h trunk/reactos/w32api/include/ddk/mountmgr.h trunk/reactos/w32api/include/ddk/ndis.h trunk/reactos/w32api/include/ddk/ndistapi.h trunk/reactos/w32api/include/ddk/ndiswan.h trunk/reactos/w32api/include/ddk/ntagp.h trunk/reactos/w32api/include/ddk/ntapi.h trunk/reactos/w32api/include/ddk/ntdd8042.h trunk/reactos/w32api/include/ddk/ntddbeep.h trunk/reactos/w32api/include/ddk/ntddcdrm.h trunk/reactos/w32api/include/ddk/ntddcdvd.h trunk/reactos/w32api/include/ddk/ntddchgr.h trunk/reactos/w32api/include/ddk/ntdddisk.h trunk/reactos/w32api/include/ddk/ntddk.h trunk/reactos/w32api/include/ddk/ntddkbd.h trunk/reactos/w32api/include/ddk/ntddmou.h trunk/reactos/w32api/include/ddk/ntddndis.h trunk/reactos/w32api/include/ddk/ntddpar.h trunk/reactos/w32api/include/ddk/ntddpcm.h trunk/reactos/w32api/include/ddk/ntddscsi.h trunk/reactos/w32api/include/ddk/ntddser.h trunk/reactos/w32api/include/ddk/ntddstor.h trunk/reactos/w32api/include/ddk/ntddtape.h trunk/reactos/w32api/include/ddk/ntddtdi.h trunk/reactos/w32api/include/ddk/ntddvdeo.h trunk/reactos/w32api/include/ddk/ntddvol.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/ntpoapi.h trunk/reactos/w32api/include/ddk/parallel.h trunk/reactos/w32api/include/ddk/pfhook.h trunk/reactos/w32api/include/ddk/poclass.h trunk/reactos/w32api/include/ddk/scsi.h trunk/reactos/w32api/include/ddk/scsiscan.h trunk/reactos/w32api/include/ddk/scsiwmi.h trunk/reactos/w32api/include/ddk/srb.h trunk/reactos/w32api/include/ddk/storport.h trunk/reactos/w32api/include/ddk/tdi.h trunk/reactos/w32api/include/ddk/tdiinfo.h trunk/reactos/w32api/include/ddk/tdikrnl.h trunk/reactos/w32api/include/ddk/tvout.h trunk/reactos/w32api/include/ddk/upssvc.h trunk/reactos/w32api/include/ddk/usb.h trunk/reactos/w32api/include/ddk/usb100.h trunk/reactos/w32api/include/ddk/usbcamdi.h trunk/reactos/w32api/include/ddk/usbdi.h trunk/reactos/w32api/include/ddk/usbioctl.h trunk/reactos/w32api/include/ddk/usbiodef.h trunk/reactos/w32api/include/ddk/usbscan.h trunk/reactos/w32api/include/ddk/usbuser.h trunk/reactos/w32api/include/ddk/video.h trunk/reactos/w32api/include/ddk/videoagp.h trunk/reactos/w32api/include/ddk/win2k.h trunk/reactos/w32api/include/ddk/winddi.h trunk/reactos/w32api/include/ddk/ws2san.h trunk/reactos/w32api/include/ddk/xfilter.h From hpoussin at svn.reactos.com Mon Jun 20 00:19:16 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hpoussin] 16124: Implement IRP_MJ_CLEANUP for UHCI controller Message-ID: <000601c5751c$ee4858e0$6b01a8c0@PENELOPE> Implement IRP_MJ_CLEANUP for UHCI controller Added files: trunk/reactos/drivers/usb/cromwell/uhci/cleanup.c Updated files: trunk/reactos/drivers/usb/cromwell/uhci/uhci.c trunk/reactos/drivers/usb/cromwell/uhci/uhci.h trunk/reactos/drivers/usb/cromwell/uhci/uhci.xml From navaraf at svn.reactos.com Mon Jun 20 00:32:57 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16125: TIME -> LARGE_INTEGER Message-ID: <000601c5751e$d77f4cc0$6b01a8c0@PENELOPE> TIME -> LARGE_INTEGER Updated files: trunk/reactos/lib/kernel32/file/copy.c From ion at svn.reactos.com Mon Jun 20 00:51:09 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16126: Blight is cool. oh, right..this is a commt message. err.. oh. include debug.h per-file isntead of globally, or else this breaks NDEBUG Message-ID: <000601c57521$629cf030$6b01a8c0@PENELOPE> Blight is cool. oh, right..this is a commt message. err.. oh. include debug.h per-file isntead of globally, or else this breaks NDEBUG Updated files: trunk/reactos/lib/ntdll/csr/capture.c trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/csr/probe.c trunk/reactos/lib/ntdll/csr/thread.c trunk/reactos/lib/ntdll/dbg/brkpoint.c trunk/reactos/lib/ntdll/dbg/debug.c trunk/reactos/lib/ntdll/dbg/print.c trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/ntdll/ldr/elf.c trunk/reactos/lib/ntdll/ldr/res.c trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/lib/ntdll/main/dllmain.c trunk/reactos/lib/ntdll/rtl/apc.c trunk/reactos/lib/ntdll/rtl/atom.c trunk/reactos/lib/ntdll/rtl/callback.c trunk/reactos/lib/ntdll/rtl/crc32.c trunk/reactos/lib/ntdll/rtl/critical.c trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/ntdll/rtl/exception.c trunk/reactos/lib/ntdll/rtl/handle.c trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/ntdll/rtl/math.c trunk/reactos/lib/ntdll/rtl/message.c trunk/reactos/lib/ntdll/rtl/misc.c trunk/reactos/lib/ntdll/rtl/path.c trunk/reactos/lib/ntdll/rtl/process.c trunk/reactos/lib/ntdll/rtl/propvar.c trunk/reactos/lib/ntdll/rtl/rangelist.c trunk/reactos/lib/ntdll/rtl/resource.c trunk/reactos/lib/ntdll/rtl/teb.c trunk/reactos/lib/ntdll/rtl/timerqueue.c trunk/reactos/lib/ntdll/rtl/trace.c trunk/reactos/lib/ntdll/stdio/sprintf.c trunk/reactos/lib/ntdll/stdio/sscanf.c trunk/reactos/lib/ntdll/stdio/swprintf.c trunk/reactos/lib/ntdll/stdlib/mbstowcs.c trunk/reactos/lib/ntdll/stdlib/wcstombs.c From ion at svn.reactos.com Mon Jun 20 00:53:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16127: Ditto for HAL Message-ID: <000601c57521$c7c38fa0$6b01a8c0@PENELOPE> Ditto for HAL Updated files: trunk/reactos/hal/hal/hal.c trunk/reactos/hal/halx86/generic/adapter.c trunk/reactos/hal/halx86/generic/beep.c trunk/reactos/hal/halx86/generic/bus.c trunk/reactos/hal/halx86/generic/display.c trunk/reactos/hal/halx86/generic/dma.c trunk/reactos/hal/halx86/generic/drive.c trunk/reactos/hal/halx86/generic/enum.c trunk/reactos/hal/halx86/generic/fmutex.c trunk/reactos/hal/halx86/generic/halinit.c trunk/reactos/hal/halx86/generic/ipi.c trunk/reactos/hal/halx86/generic/irql.c trunk/reactos/hal/halx86/generic/isa.c trunk/reactos/hal/halx86/generic/kdbg.c trunk/reactos/hal/halx86/generic/mca.c trunk/reactos/hal/halx86/generic/misc.c trunk/reactos/hal/halx86/generic/pci.c trunk/reactos/hal/halx86/generic/portio.c trunk/reactos/hal/halx86/generic/processor.c trunk/reactos/hal/halx86/generic/reboot.c trunk/reactos/hal/halx86/generic/resource.c trunk/reactos/hal/halx86/generic/spinlock.c trunk/reactos/hal/halx86/generic/sysbus.c trunk/reactos/hal/halx86/generic/sysinfo.c trunk/reactos/hal/halx86/generic/time.c trunk/reactos/hal/halx86/generic/timer.c trunk/reactos/hal/halx86/include/hal.h trunk/reactos/hal/halx86/mp/apic.c trunk/reactos/hal/halx86/mp/halinit_mp.c trunk/reactos/hal/halx86/mp/ioapic.c trunk/reactos/hal/halx86/mp/ipi_mp.c trunk/reactos/hal/halx86/mp/mpconfig.c trunk/reactos/hal/halx86/mp/mpsirql.c trunk/reactos/hal/halx86/mp/processor_mp.c trunk/reactos/hal/halx86/mp/resource_mp.c trunk/reactos/hal/halx86/up/halinit_up.c trunk/reactos/hal/halx86/xbox/font.c trunk/reactos/hal/halx86/xbox/halinit_xbox.c trunk/reactos/hal/halx86/xbox/halxbox.xml trunk/reactos/hal/halx86/xbox/part_xbox.c trunk/reactos/hal/halx86/xbox/pci_xbox.c From ion at svn.reactos.com Mon Jun 20 01:59:53 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16128: Add missing stuff to NDK Message-ID: <000601c5752a$fc47b040$6b01a8c0@PENELOPE> Add missing stuff to NDK Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/include/reactos/helper.h From ion at svn.reactos.com Mon Jun 20 03:52:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16129: Fixed incorrect SetNamedPipeHandleState implementation to use the actual APIs/Structures it should and added one of the missing ones to NTIFS. Message-ID: <000601c5753a$c967c060$6b01a8c0@PENELOPE> Fixed incorrect SetNamedPipeHandleState implementation to use the actual APIs/Structures it should and added one of the missing ones to NTIFS. Updated files: trunk/reactos/drivers/fs/np/finfo.c trunk/reactos/drivers/fs/np/fsctrl.c trunk/reactos/include/napi/npipe.h trunk/reactos/lib/kernel32/file/find.c trunk/reactos/lib/kernel32/file/npipe.c trunk/reactos/w32api/include/ddk/ntifs.h From hyperion at svn.reactos.com Mon Jun 20 05:42:12 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hyperion] 16130: Converted kernel32 process creation to use PSEH (untested change to help Alex) Message-ID: <000601c5754a$0b6fe780$6b01a8c0@PENELOPE> Converted kernel32 process creation to use PSEH (untested change to help Alex) Updated files: trunk/reactos/lib/kernel32/process/create.c From ion at svn.reactos.com Mon Jun 20 05:55:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16131: Some NDK Fixes, kernel32 almost compiles Message-ID: <000601c5754b$f35db990$6b01a8c0@PENELOPE> Some NDK Fixes, kernel32 almost compiles Updated files: trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h From ion at svn.reactos.com Mon Jun 20 06:07:26 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16132: Apply kjk's change to thread.c too Message-ID: <000601c5754d$916c4290$6b01a8c0@PENELOPE> Apply kjk's change to thread.c too Updated files: trunk/reactos/lib/kernel32/thread/thread.c From ion at svn.reactos.com Mon Jun 20 06:07:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16133: Final NDK fixes for kernel32 Message-ID: <000601c5754d$9a42d550$6b01a8c0@PENELOPE> Final NDK fixes for kernel32 Updated files: trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h From ion at svn.reactos.com Mon Jun 20 06:08:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16134: Build kernel32 with NDK Message-ID: <000601c5754d$a667cfc0$6b01a8c0@PENELOPE> Build kernel32 with NDK Updated files: trunk/reactos/lib/kernel32/file/dir.c trunk/reactos/lib/kernel32/file/move.c trunk/reactos/lib/kernel32/file/npipe.c trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/mem/global.c trunk/reactos/lib/kernel32/misc/lzexpand_main.c trunk/reactos/lib/kernel32/misc/sysinfo.c trunk/reactos/lib/kernel32/misc/time.c trunk/reactos/lib/kernel32/process/create.c trunk/reactos/lib/kernel32/process/proc.c From ion at svn.reactos.com Mon Jun 20 06:18:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16135: Remove rosrtl string macros Message-ID: <000601c5754f$14443e10$6b01a8c0@PENELOPE> Remove rosrtl string macros Updated files: trunk/reactos/lib/kernel32/file/find.c trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/misc/comm.c trunk/reactos/lib/kernel32/misc/computername.c trunk/reactos/lib/kernel32/misc/dllmain.c trunk/reactos/lib/kernel32/misc/lang.c From ion at svn.reactos.com Mon Jun 20 06:30:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16136: Cleanup kernel usage to decrease compilation time/memory Message-ID: <000601c57550$cc988bf0$6b01a8c0@PENELOPE> Cleanup kernel usage to decrease compilation time/memory Updated files: trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/misc/computername.c trunk/reactos/lib/kernel32/misc/toolhelp.c trunk/reactos/lib/kernel32/misc/version.c trunk/reactos/lib/kernel32/process/create.c trunk/reactos/lib/kernel32/thread/fiber.c trunk/reactos/lib/kernel32/thread/thread.c From hyperion at svn.reactos.com Mon Jun 20 07:11:55 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hyperion] 16137: make SVN merge happy Message-ID: <000601c57556$93a5c8c0$6b01a8c0@PENELOPE> make SVN merge happy Deleted files: branches/rox-u/reactos/include/msvcrt/ From ion at svn.reactos.com Mon Jun 20 07:36:44 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16138: Major cleanup to rtlfuncs.h. Not yet perfect but much better organized. Message-ID: <000601c5755a$0afe46b0$6b01a8c0@PENELOPE> Major cleanup to rtlfuncs.h. Not yet perfect but much better organized. Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/misc/lzexpand_main.c From hpoussin at svn.reactos.com Mon Jun 20 07:54:29 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hpoussin] 16139: Implement IOCTL_USB_GET_NODE_CONNECTION_NAME, IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME Message-ID: <000601c5755c$85dde500$6b01a8c0@PENELOPE> Implement IOCTL_USB_GET_NODE_CONNECTION_NAME, IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME Fix indices in IOCTL_USB_GET_NODE_CONNECTION_INFORMATION Updated files: trunk/reactos/drivers/usb/cromwell/hub/fdo.c trunk/reactos/drivers/usb/cromwell/hub/pdo.c trunk/reactos/drivers/usb/cromwell/hub/usbhub.h From navaraf at svn.reactos.com Mon Jun 20 09:06:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16140: Fix the definion of SharedUserData. Message-ID: <000601c57566$a0690bc0$6b01a8c0@PENELOPE> Fix the definion of SharedUserData. Updated files: trunk/reactos/include/ndk/umtypes.h From navaraf at svn.reactos.com Mon Jun 20 09:17:04 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16141: Remove InitializeMessageHeader definition. Message-ID: <000601c57568$0f27ead0$6b01a8c0@PENELOPE> Remove InitializeMessageHeader definition. Updated files: trunk/reactos/w32api/include/ddk/ntifs.h From navaraf at svn.reactos.com Mon Jun 20 09:18:31 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16142: Fix definition of LPC_MESSAGE_BASE_SIZE. Message-ID: <000601c57568$43031050$6b01a8c0@PENELOPE> Fix definition of LPC_MESSAGE_BASE_SIZE. Updated files: trunk/reactos/include/ndk/lpctypes.h From gvg at svn.reactos.com Mon Jun 20 10:32:15 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [gvg] 16143: Exclusively lock surface bits before reading or writing them Message-ID: <000601c57572$901209f0$6b01a8c0@PENELOPE> Exclusively lock surface bits before reading or writing them Updated files: trunk/reactos/include/win32k/bitmaps.h 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/lineto.c trunk/reactos/subsys/win32k/eng/mouse.c trunk/reactos/subsys/win32k/eng/paint.c trunk/reactos/subsys/win32k/eng/surface.c trunk/reactos/subsys/win32k/eng/transblt.c trunk/reactos/subsys/win32k/include/inteng.h trunk/reactos/subsys/win32k/include/tags.h trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/input.c 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/line.c trunk/reactos/subsys/win32k/objects/polyfill.c trunk/reactos/subsys/win32k/objects/region.c trunk/reactos/subsys/win32k/objects/text.c From navaraf at svn.reactos.com Mon Jun 20 13:56:22 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16144: Compile CSRSS and WIN32CSR with NDK headers. Message-ID: <000601c5758f$13aa2ce0$6b01a8c0@PENELOPE> Compile CSRSS and WIN32CSR with NDK headers. Updated files: trunk/reactos/subsys/csrss/api/handle.c trunk/reactos/subsys/csrss/api/process.c trunk/reactos/subsys/csrss/api/user.c trunk/reactos/subsys/csrss/api/wapi.c trunk/reactos/subsys/csrss/csrss.c trunk/reactos/subsys/csrss/include/api.h trunk/reactos/subsys/csrss/init.c trunk/reactos/subsys/csrss/print.c trunk/reactos/subsys/csrss/video.c trunk/reactos/subsys/csrss/win32csr/conio.c trunk/reactos/subsys/csrss/win32csr/desktopbg.c trunk/reactos/subsys/csrss/win32csr/exitros.c From navaraf at svn.reactos.com Mon Jun 20 14:10:53 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16145: The DK directory doesn't seem to be used anymore. Message-ID: <000601c57591$1aec7920$6b01a8c0@PENELOPE> The DK directory doesn't seem to be used anymore. Deleted files: trunk/reactos/dk/ From navaraf at svn.reactos.com Mon Jun 20 15:17:33 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16146: Fix warnings. Message-ID: <000601c5759a$6b76ac40$6b01a8c0@PENELOPE> Fix warnings. Updated files: trunk/reactos/drivers/lib/oskittcp/include/freebsd/src/sys/sys/systm.h trunk/reactos/drivers/lib/oskittcp/include/oskitfreebsd.h trunk/reactos/drivers/lib/oskittcp/oskittcp/defaults.c trunk/reactos/drivers/lib/oskittcp/oskittcp/in.c trunk/reactos/drivers/lib/oskittcp/oskittcp/in_pcb.c trunk/reactos/drivers/lib/oskittcp/oskittcp/interface.c trunk/reactos/drivers/lib/oskittcp/oskittcp/ip_output.c trunk/reactos/drivers/lib/oskittcp/oskittcp/raw_ip.c trunk/reactos/drivers/lib/oskittcp/oskittcp/route.c trunk/reactos/drivers/lib/oskittcp/oskittcp/rtsock.c trunk/reactos/drivers/lib/oskittcp/oskittcp/tcp_debug.c trunk/reactos/drivers/lib/oskittcp/oskittcp/tcp_input.c trunk/reactos/drivers/lib/oskittcp/oskittcp/tcp_output.c trunk/reactos/drivers/lib/oskittcp/oskittcp/uipc_mbuf.c trunk/reactos/drivers/lib/oskittcp/oskittcp/uipc_socket.c From navaraf at svn.reactos.com Mon Jun 20 15:43:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16147: Fix warnings and remove Jamfiles. Message-ID: <000601c5759d$fff0bed0$6b01a8c0@PENELOPE> Fix warnings and remove Jamfiles. Updated files: trunk/reactos/lib/kbduk/kbduk.c trunk/reactos/lib/kbdus/kbdus.c Deleted files: trunk/reactos/lib/kbduk/Jamfile trunk/reactos/lib/kbdus/Jamfile From navaraf at svn.reactos.com Mon Jun 20 15:43:34 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16148: Remove Jamfiles. Message-ID: <000601c5759e$0d9a5d70$6b01a8c0@PENELOPE> Remove Jamfiles. Deleted files: trunk/reactos/lib/kbddv/Jamfile trunk/reactos/lib/kbdfr/Jamfile trunk/reactos/lib/kbdgr/Jamfile trunk/reactos/lib/kbdru/Jamfile trunk/reactos/lib/kbdse/Jamfile trunk/reactos/lib/kbdsg/Jamfile From navaraf at svn.reactos.com Mon Jun 20 15:55:01 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16149: Forgot this file in r16147. Message-ID: <000601c5759f$a72496d0$6b01a8c0@PENELOPE> Forgot this file in r16147. Updated files: trunk/reactos/ntoskrnl/include/internal/kbd.h From navaraf at svn.reactos.com Mon Jun 20 15:59:50 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16150: Fix warnings. Message-ID: <000601c575a0$533de6b0$6b01a8c0@PENELOPE> Fix warnings. Updated files: trunk/reactos/lib/kbdru/kbdru.c trunk/reactos/lib/kbdse/kbdse.c trunk/reactos/lib/kbdsg/kbdsg.c From navaraf at svn.reactos.com Mon Jun 20 16:08:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16151: Fix a cut & paste error. Message-ID: <000601c575a1$7dcbcd60$6b01a8c0@PENELOPE> Fix a cut & paste error. Updated files: trunk/reactos/lib/kbduk/kbduk.c From navaraf at svn.reactos.com Mon Jun 20 16:23:28 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16152: Fix warnings. Message-ID: <000601c575a3$a0981e50$6b01a8c0@PENELOPE> Fix warnings. Updated files: trunk/reactos/lib/kbdda/kbdda.c trunk/reactos/lib/kbddv/kbddv.c trunk/reactos/lib/kbdes/kbdes.c trunk/reactos/lib/kbdfr/kbdfr.c trunk/reactos/lib/kbdgr/kbdgr.c From navaraf at svn.reactos.com Mon Jun 20 16:30:51 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [navaraf] 16153: Remove Jamfiles. Message-ID: <000601c575a4$a8bc5b90$6b01a8c0@PENELOPE> Remove Jamfiles. Deleted files: trunk/reactos/lib/advapi32/Jamfile trunk/reactos/lib/kernel32/Jamfile trunk/reactos/lib/ntdll/Jamfile From mbosma at svn.reactos.com Mon Jun 20 18:32:48 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [mbosma] 16154: g++ seams to have a problem with this dummy union names. Message-ID: <000601c575b5$b1fd3920$6b01a8c0@PENELOPE> g++ seams to have a problem with this dummy union names. Updated files: trunk/reactos/include/ddraw.h From mf at svn.reactos.com Mon Jun 20 18:52:08 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [mf] 16155: Stefan Huehner : Message-ID: <000601c575b8$657efae0$6b01a8c0@PENELOPE> Stefan Huehner : Remove some -Wstrict-prototypes warnings. Updated files: trunk/reactos/subsys/system/winefile/winefile.c From mf at svn.reactos.com Mon Jun 20 18:53:52 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [mf] 16156: Sync with Wine repo Message-ID: <000601c575b8$a39413b0$6b01a8c0@PENELOPE> Sync with Wine repo Updated files: trunk/reactos/subsys/system/winefile/license.c From ion at svn.reactos.com Mon Jun 20 20:21:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16157: Compile user32 with NDK, clean up its headers, and separate it from the intenral win32k stuff Message-ID: <000601c575c4$d8b49400$6b01a8c0@PENELOPE> Compile user32 with NDK, clean up its headers, and separate it from the intenral win32k stuff Added files: trunk/reactos/include/win32k/caret.h trunk/reactos/lib/user32/include/user32p.h Updated files: trunk/reactos/include/win32k/brush.h trunk/reactos/include/win32k/cursoricon.h trunk/reactos/include/win32k/ntuser.h trunk/reactos/include/win32k/paint.h trunk/reactos/lib/user32/include/draw.h trunk/reactos/lib/user32/include/user32.h trunk/reactos/lib/user32/misc/dllmain.c trunk/reactos/lib/user32/windows/dialog.c trunk/reactos/subsys/win32k/include/caret.h trunk/reactos/subsys/win32k/w32k.h From mf at svn.reactos.com Mon Jun 20 20:48:39 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [mf] 16158: sync with Wine's repository Message-ID: <000601c575c8$ac965710$6b01a8c0@PENELOPE> sync with Wine's repository Updated files: trunk/reactos/subsys/system/winefile/Sv.rc trunk/reactos/subsys/system/winefile/cs.rc From ion at svn.reactos.com Mon Jun 20 20:54:56 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16159: Add missing types to NDK Message-ID: <000601c575c9$8d498890$6b01a8c0@PENELOPE> Add missing types to NDK Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h From ion at svn.reactos.com Mon Jun 20 20:55:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16160: Switch Advapi32 to NDK Message-ID: <000601c575c9$97d93d00$6b01a8c0@PENELOPE> Switch Advapi32 to NDK Updated files: trunk/reactos/lib/advapi32/advapi32.h trunk/reactos/lib/advapi32/sec/lsa.c From ion at svn.reactos.com Mon Jun 20 20:59:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16161: Remove rosrtl from advapi Message-ID: <000601c575ca$21e13ca0$6b01a8c0@PENELOPE> Remove rosrtl from advapi Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/advapi32/advapi32.h trunk/reactos/lib/advapi32/reg/reg.c From ion at svn.reactos.com Mon Jun 20 21:02:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16162: build smlib with NDK Message-ID: <000601c575ca$9a64ad60$6b01a8c0@PENELOPE> build smlib with NDK Updated files: trunk/reactos/lib/smlib/compses.c trunk/reactos/lib/smlib/connect.c trunk/reactos/lib/smlib/execpgm.c trunk/reactos/lib/smlib/lookupss.c From ion at svn.reactos.com Mon Jun 20 21:05:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16163: Build dnsapi with NDK Message-ID: <000601c575cb$0711b8e0$6b01a8c0@PENELOPE> Build dnsapi with NDK Updated files: trunk/reactos/lib/dnsapi/dnsapi/context.c trunk/reactos/lib/dnsapi/dnsapi/free.c trunk/reactos/lib/dnsapi/dnsapi/names.c trunk/reactos/lib/dnsapi/dnsapi/query.c trunk/reactos/lib/dnsapi/dnsapi/stubs.c From ion at svn.reactos.com Mon Jun 20 21:14:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16164: Build epsapi with NDK Message-ID: <000601c575cc$4267e350$6b01a8c0@PENELOPE> Build epsapi with NDK Updated files: trunk/reactos/include/epsapi.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/lib/epsapi/enum/drivers.c trunk/reactos/lib/epsapi/enum/modules.c trunk/reactos/lib/epsapi/enum/processes.c From hbirr at svn.reactos.com Mon Jun 20 21:18:42 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [hbirr] 16165: Moved the TRACE_LDR macro from ntdll.h to utils.c. Message-ID: <000601c575cc$df091620$6b01a8c0@PENELOPE> Moved the TRACE_LDR macro from ntdll.h to utils.c. Updated files: trunk/reactos/include/ntdll/ntdll.h trunk/reactos/lib/ntdll/ldr/utils.c From ion at svn.reactos.com Mon Jun 20 21:19:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16166: Build secur32 with NDK Message-ID: <000601c575cc$fbcb73c0$6b01a8c0@PENELOPE> Build secur32 with NDK Updated files: trunk/reactos/lib/secur32/dllmain.c From ion at svn.reactos.com Mon Jun 20 21:28:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16167: Compile msafd with NDK Message-ID: <000601c575ce$4d558450$6b01a8c0@PENELOPE> Compile msafd with NDK Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/lib/msafd/include/msafd.h From ion at svn.reactos.com Mon Jun 20 21:31:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16168: Build ws2_32 with NDK Message-ID: <000601c575ce$98affbb0$6b01a8c0@PENELOPE> Build ws2_32 with NDK Updated files: trunk/reactos/lib/ws2_32/include/catalog.h trunk/reactos/lib/ws2_32/include/ws2_32.h From ion at svn.reactos.com Mon Jun 20 21:33:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16169: Build smdll with NDK Message-ID: <000601c575ce$e935b110$6b01a8c0@PENELOPE> Build smdll with NDK Updated files: trunk/reactos/lib/smdll/dllmain.c trunk/reactos/lib/smdll/query.c From ion at svn.reactos.com Mon Jun 20 21:34:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16170: build lsasrv with NDK Message-ID: <000601c575cf$1f96e530$6b01a8c0@PENELOPE> build lsasrv with NDK Updated files: trunk/reactos/lib/lsasrv/lsaport.c trunk/reactos/lib/lsasrv/lsasrv.c From ion at svn.reactos.com Mon Jun 20 21:38:31 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16171: Build psapi with NDK Message-ID: <000601c575cf$a3f54f10$6b01a8c0@PENELOPE> Build psapi with NDK Updated files: trunk/reactos/lib/psapi/precomp.h trunk/reactos/lib/psapi/psapi.c From ion at svn.reactos.com Mon Jun 20 21:46:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:45 2006 Subject: [ros-svn] [ion] 16172: Buid vfat(x)lib with NDK Message-ID: <000601c575d0$b81f8d10$6b01a8c0@PENELOPE> Buid vfat(x)lib with NDK Updated files: trunk/reactos/lib/fslib/vfatlib/fat12.c trunk/reactos/lib/fslib/vfatlib/fat16.c trunk/reactos/lib/fslib/vfatlib/fat32.c trunk/reactos/lib/fslib/vfatlib/vfatlib.c trunk/reactos/lib/fslib/vfatlib/vfatlib.h trunk/reactos/lib/fslib/vfatxlib/fatx.c trunk/reactos/lib/fslib/vfatxlib/vfatxlib.c trunk/reactos/lib/fslib/vfatxlib/vfatxlib.h From ion at svn.reactos.com Mon Jun 20 21:51:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16173: Build userenv and samlib with NDK Message-ID: <000601c575d1$648c5420$6b01a8c0@PENELOPE> Build userenv and samlib with NDK Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/samlib/samlib.c trunk/reactos/lib/userenv/precomp.h From ion at svn.reactos.com Mon Jun 20 21:58:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16174: Syssetup has fallen to the dark side Message-ID: <000601c575d2$7ac0ba00$6b01a8c0@PENELOPE> Syssetup has fallen to the dark side Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/syssetup/install.c trunk/reactos/lib/syssetup/logfile.c From ion at svn.reactos.com Mon Jun 20 22:08:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16175: jingle bells batman smells, robin laid an egg (build rosrtl with NDK) Message-ID: <000601c575d3$c430aa00$6b01a8c0@PENELOPE> jingle bells batman smells, robin laid an egg (build rosrtl with NDK) Updated files: trunk/reactos/lib/rosrtl/recmutex/recmutex.c trunk/reactos/lib/rosrtl/registry/registry.c trunk/reactos/lib/rosrtl/string/append.c trunk/reactos/lib/rosrtl/thread/create.c trunk/reactos/lib/rosrtl/thread/exit.c trunk/reactos/lib/rosrtl/thread/i386/context.c trunk/reactos/lib/rosrtl/thread/linearstack.c trunk/reactos/lib/rosrtl/thread/priv.c trunk/reactos/lib/rosrtl/thread/stack.c From ion at svn.reactos.com Mon Jun 20 22:14:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16176: Use NDK instead of DDK Message-ID: <000601c575d4$9c599400$6b01a8c0@PENELOPE> Use NDK instead of DDK Updated files: trunk/reactos/lib/fmifs/format.c From ion at svn.reactos.com Mon Jun 20 22:20:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16177: Build iphlpapi with NDK instead of DDK Message-ID: <000601c575d5$8cab0830$6b01a8c0@PENELOPE> Build iphlpapi with NDK instead of DDK Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c trunk/reactos/lib/iphlpapi/iphlpapi_private.h From ion at svn.reactos.com Mon Jun 20 22:23:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16178: Don't use ntdll headers in crt, use ndk Message-ID: <000601c575d5$dbcb1310$6b01a8c0@PENELOPE> Don't use ntdll headers in crt, use ndk Updated files: trunk/reactos/lib/crt/wine/scanf.c From ion at svn.reactos.com Mon Jun 20 22:26:23 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16179: Don't use DDK, use NDK for wshirda and ws2help Message-ID: <000601c575d6$538b0cc0$6b01a8c0@PENELOPE> Don't use DDK, use NDK for wshirda and ws2help Updated files: trunk/reactos/lib/ws2help/ws2help.h trunk/reactos/lib/wshirda/wshirda.c trunk/reactos/lib/wshirda/wshirda.h From hbirr at svn.reactos.com Mon Jun 20 22:27:16 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hbirr] 16180: Fixed a bug within the calculation of the memory load. Message-ID: <000601c575d6$72f99ea0$6b01a8c0@PENELOPE> Fixed a bug within the calculation of the memory load. Updated files: trunk/reactos/lib/kernel32/mem/global.c From steven_ed4153 at yahoo.com Mon Jun 20 22:57:42 2005 From: steven_ed4153 at yahoo.com (Steven Edwards) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hbirr] 16180: Fixed a bug within the calculation of the memory load. In-Reply-To: <000601c575d6$72f99ea0$6b01a8c0@PENELOPE> Message-ID: <20050620205742.54190.qmail@web33512.mail.mud.yahoo.com> --- hbirr@svn.reactos.com wrote: > Fixed a bug within the calculation of the memory load. In case anyone gets a chance to test before I do, I think this fix will allow Office97 applications to get a little further along. Thanks Steven ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com From navaraf at svn.reactos.com Mon Jun 20 23:03:49 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [navaraf] 16181: Make winddi.h UM-friendly. Message-ID: <000601c575db$8e5ffc70$6b01a8c0@PENELOPE> Make winddi.h UM-friendly. Updated files: trunk/reactos/w32api/include/ddk/winddi.h From ion at svn.reactos.com Mon Jun 20 23:03:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16182: Build sm with NDK Message-ID: <000601c575db$94536c70$6b01a8c0@PENELOPE> Build sm with NDK Updated files: trunk/reactos/subsys/system/sm/sm.c From ion at svn.reactos.com Mon Jun 20 23:04:13 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16183: Build services with NDK Message-ID: <000601c575db$9c702510$6b01a8c0@PENELOPE> Build services with NDK Updated files: trunk/reactos/subsys/system/services/database.c trunk/reactos/subsys/system/services/rpcserver.c trunk/reactos/subsys/system/services/services.c trunk/reactos/subsys/system/services/services.h From hyperion at svn.reactos.com Mon Jun 20 23:12:00 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hyperion] 16184: Merge from trunk for a fresh start Message-ID: <000601c575dc$b31e27c0$6b01a8c0@PENELOPE> Merge from trunk for a fresh start Added files: branches/rox-u/reactos/apps/utils/net/tracert/tracert.h branches/rox-u/reactos/apps/utils/net/tracert/tracert.xml branches/rox-u/reactos/apps/utils/ps/ps.xml branches/rox-u/reactos/drivers/usb/cromwell/hub/ branches/rox-u/reactos/drivers/usb/cromwell/uhci/cleanup.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/close.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/create.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/fdo.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/misc.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/pdo.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/uhci.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/uhci.h branches/rox-u/reactos/hal/halx86/include/hal.h branches/rox-u/reactos/hal/halx86/include/halp.h branches/rox-u/reactos/include/arc/ branches/rox-u/reactos/include/evntrace.h branches/rox-u/reactos/include/ndk/ branches/rox-u/reactos/include/ntos/krnltypes.h branches/rox-u/reactos/include/ntos/sefuncs.h branches/rox-u/reactos/include/ntos/setypes.h branches/rox-u/reactos/include/reactos/helper.h branches/rox-u/reactos/include/win32k/callback.h branches/rox-u/reactos/include/win32k/caret.h branches/rox-u/reactos/lib/ntdll/inc/ branches/rox-u/reactos/lib/rtl/libsupp.h branches/rox-u/reactos/lib/setupapi/stringtable.c branches/rox-u/reactos/lib/string/strpbrk.c branches/rox-u/reactos/lib/user32/include/accel.h branches/rox-u/reactos/lib/user32/include/regcontrol.h branches/rox-u/reactos/lib/user32/include/user32p.h branches/rox-u/reactos/lib/wdmguid/wdmguid.xml branches/rox-u/reactos/modules/ branches/rox-u/reactos/subsys/win32k/tests/stubs.xml branches/rox-u/reactos/subsys/win32k/tests/tests/DIB_24BPP_ColorFill-performance.c branches/rox-u/reactos/subsys/win32k/tests/win32k.xml branches/rox-u/reactos/w32api/include/ddk/kbdmou.h branches/rox-u/reactos/w32api/include/ddk/ntnls.h Updated files: branches/rox-u/reactos/ReactOS.xml branches/rox-u/reactos/apps/utils/directory.xml branches/rox-u/reactos/apps/utils/net/arp/arp.c branches/rox-u/reactos/apps/utils/net/directory.xml branches/rox-u/reactos/apps/utils/net/finger/finger.xml branches/rox-u/reactos/apps/utils/net/tracert/tracert.c branches/rox-u/reactos/apps/utils/net/tracert/tracert.rc branches/rox-u/reactos/apps/utils/net/whois/whois.xml branches/rox-u/reactos/apps/utils/nts2w32err/nts2w32err.c branches/rox-u/reactos/boot/freeldr/freeldr/reactos/reactos.c branches/rox-u/reactos/bootdata/hivesys.inf branches/rox-u/reactos/drivers/bus/acpi/acpi.xml branches/rox-u/reactos/drivers/bus/serenum/detect.c branches/rox-u/reactos/drivers/bus/serenum/pdo.c branches/rox-u/reactos/drivers/bus/serenum/serenum.c branches/rox-u/reactos/drivers/bus/serenum/serenum.h branches/rox-u/reactos/drivers/dd/beep/beep.c branches/rox-u/reactos/drivers/dd/blue/blue.c branches/rox-u/reactos/drivers/dd/blue/blue.xml branches/rox-u/reactos/drivers/dd/bootvid/bootvid.c branches/rox-u/reactos/drivers/dd/bootvid/bootvid.xml branches/rox-u/reactos/drivers/dd/debugout/debugout.c branches/rox-u/reactos/drivers/dd/debugout/debugout.xml branches/rox-u/reactos/drivers/dd/mpu401/mpu401.c branches/rox-u/reactos/drivers/dd/mpu401/mpu401.h branches/rox-u/reactos/drivers/dd/mpu401/mpu401.xml branches/rox-u/reactos/drivers/dd/mpu401/portio.c branches/rox-u/reactos/drivers/dd/mpu401/settings.c branches/rox-u/reactos/drivers/dd/null/null.c branches/rox-u/reactos/drivers/dd/parallel/parallel.c branches/rox-u/reactos/drivers/dd/parallel/parallel.xml branches/rox-u/reactos/drivers/dd/ramdrv/ramdrv.c branches/rox-u/reactos/drivers/dd/ramdrv/ramdrv.xml branches/rox-u/reactos/drivers/dd/serial/serial.h branches/rox-u/reactos/drivers/dd/sndblst/portio.c branches/rox-u/reactos/drivers/dd/sndblst/settings.c branches/rox-u/reactos/drivers/dd/sndblst/sndblst.c branches/rox-u/reactos/drivers/dd/sndblst/sndblst.xml branches/rox-u/reactos/drivers/dd/sound/sb16.c branches/rox-u/reactos/drivers/dd/sound/sound.xml branches/rox-u/reactos/drivers/fs/cdfs/cdfs.c branches/rox-u/reactos/drivers/fs/cdfs/cdfs.h branches/rox-u/reactos/drivers/fs/cdfs/cdfs.xml branches/rox-u/reactos/drivers/fs/cdfs/create.c branches/rox-u/reactos/drivers/fs/cdfs/dirctl.c branches/rox-u/reactos/drivers/fs/cdfs/fcb.c branches/rox-u/reactos/drivers/fs/cdfs/fsctl.c branches/rox-u/reactos/drivers/fs/ext2/super.c branches/rox-u/reactos/drivers/fs/fs_rec/cdfs.c branches/rox-u/reactos/drivers/fs/fs_rec/fat.c branches/rox-u/reactos/drivers/fs/fs_rec/fs_rec.c branches/rox-u/reactos/drivers/fs/fs_rec/fs_rec.xml branches/rox-u/reactos/drivers/fs/fs_rec/ntfs.c branches/rox-u/reactos/drivers/fs/fs_rec/udfs.c branches/rox-u/reactos/drivers/fs/ms/create.c branches/rox-u/reactos/drivers/fs/ms/finfo.c branches/rox-u/reactos/drivers/fs/ms/fsctrl.c branches/rox-u/reactos/drivers/fs/ms/msfs.c branches/rox-u/reactos/drivers/fs/ms/msfs.xml branches/rox-u/reactos/drivers/fs/ms/rw.c branches/rox-u/reactos/drivers/fs/mup/create.c branches/rox-u/reactos/drivers/fs/mup/mup.h branches/rox-u/reactos/drivers/fs/mup/mup.xml branches/rox-u/reactos/drivers/fs/np/create.c branches/rox-u/reactos/drivers/fs/np/finfo.c branches/rox-u/reactos/drivers/fs/np/fsctrl.c branches/rox-u/reactos/drivers/fs/np/npfs.c branches/rox-u/reactos/drivers/fs/np/npfs.h branches/rox-u/reactos/drivers/fs/np/npfs.xml branches/rox-u/reactos/drivers/fs/np/rw.c branches/rox-u/reactos/drivers/fs/np/volume.c branches/rox-u/reactos/drivers/fs/ntfs/fcb.c branches/rox-u/reactos/drivers/fs/ntfs/fsctl.c branches/rox-u/reactos/drivers/fs/ntfs/ntfs.c branches/rox-u/reactos/drivers/fs/ntfs/ntfs.h branches/rox-u/reactos/drivers/fs/ntfs/ntfs.xml branches/rox-u/reactos/drivers/fs/template/template.c branches/rox-u/reactos/drivers/fs/vfat/vfat.h branches/rox-u/reactos/drivers/input/i8042prt/i8042prt.c branches/rox-u/reactos/drivers/input/i8042prt/i8042prt.h branches/rox-u/reactos/drivers/input/i8042prt/keyboard.c branches/rox-u/reactos/drivers/input/i8042prt/mouse.c branches/rox-u/reactos/drivers/input/i8042prt/ps2pp.c branches/rox-u/reactos/drivers/input/i8042prt/registry.c branches/rox-u/reactos/drivers/input/kbdclass/kbdclass.c branches/rox-u/reactos/drivers/input/mouclass/mouclass.c branches/rox-u/reactos/drivers/input/mouclass/mouclass.h branches/rox-u/reactos/drivers/input/sermouse/sermouse.c branches/rox-u/reactos/drivers/lib/bzip2/bzlib.h branches/rox-u/reactos/drivers/lib/csq/csq.xml branches/rox-u/reactos/drivers/lib/oskittcp/include/freebsd/src/sys/sys/systm.h branches/rox-u/reactos/drivers/lib/oskittcp/include/oskitfreebsd.h branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/defaults.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/in.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/in_pcb.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/interface.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/ip_output.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/raw_ip.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/route.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/rtsock.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/tcp_debug.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/tcp_input.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/tcp_output.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/uipc_mbuf.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp/uipc_socket.c branches/rox-u/reactos/drivers/lib/oskittcp/oskittcp.xml branches/rox-u/reactos/drivers/net/lan/include/precomp.h branches/rox-u/reactos/drivers/net/lan/lan/lan.c branches/rox-u/reactos/drivers/net/ndis/include/ndissys.h branches/rox-u/reactos/drivers/net/npf/dump.c branches/rox-u/reactos/drivers/net/npf/jitter.c branches/rox-u/reactos/drivers/net/npf/openclos.c branches/rox-u/reactos/drivers/net/npf/packet.c branches/rox-u/reactos/drivers/net/tcpip/include/precomp.h branches/rox-u/reactos/drivers/net/tcpip/include/tcpip.h branches/rox-u/reactos/drivers/net/tcpip/tcpip/main.c branches/rox-u/reactos/drivers/net/tdi/tdi.xml branches/rox-u/reactos/drivers/net/wshtcpip/wshtcpip.c branches/rox-u/reactos/drivers/storage/atapi/atapi.c branches/rox-u/reactos/drivers/storage/atapi/atapi.xml branches/rox-u/reactos/drivers/storage/cdrom/cdrom.c branches/rox-u/reactos/drivers/storage/cdrom/cdrom.xml branches/rox-u/reactos/drivers/storage/class2/class2.c branches/rox-u/reactos/drivers/storage/class2/class2.xml branches/rox-u/reactos/drivers/storage/disk/disk.c branches/rox-u/reactos/drivers/storage/disk/disk.xml branches/rox-u/reactos/drivers/storage/diskdump/diskdump.c branches/rox-u/reactos/drivers/storage/diskdump/diskdump.xml branches/rox-u/reactos/drivers/storage/floppy/floppy.h branches/rox-u/reactos/drivers/storage/floppy/floppy.xml branches/rox-u/reactos/drivers/storage/scsiport/scsiport.c branches/rox-u/reactos/drivers/storage/scsiport/scsiport.xml branches/rox-u/reactos/drivers/storage/scsiport/scsiport_int.h branches/rox-u/reactos/drivers/usb/cromwell/core/hub.c branches/rox-u/reactos/drivers/usb/cromwell/directory.xml branches/rox-u/reactos/drivers/usb/cromwell/linux/linux_wrapper.h branches/rox-u/reactos/drivers/usb/cromwell/sys/linuxwrapper.c branches/rox-u/reactos/drivers/usb/cromwell/uhci/uhci.xml branches/rox-u/reactos/drivers/usb/cromwell/usb_wrapper.h branches/rox-u/reactos/drivers/usb/directory.xml branches/rox-u/reactos/drivers/video/displays/framebuf/framebuf.h branches/rox-u/reactos/drivers/video/displays/vga/vgaddi.h branches/rox-u/reactos/drivers/video/displays/vga/vgavideo/vgavideo.c branches/rox-u/reactos/drivers/video/miniport/vbe/vbemp.h branches/rox-u/reactos/drivers/video/miniport/vga/initvga.c branches/rox-u/reactos/drivers/video/miniport/vga/vgamp.h branches/rox-u/reactos/drivers/video/miniport/xboxvmp/xboxvmp.h branches/rox-u/reactos/drivers/video/videoprt/dispatch.c branches/rox-u/reactos/drivers/video/videoprt/int10.c branches/rox-u/reactos/drivers/video/videoprt/videoprt.c branches/rox-u/reactos/drivers/video/videoprt/videoprt.h branches/rox-u/reactos/hal/hal/hal.c branches/rox-u/reactos/hal/hal/hal.xml branches/rox-u/reactos/hal/halx86/generic/adapter.c branches/rox-u/reactos/hal/halx86/generic/beep.c branches/rox-u/reactos/hal/halx86/generic/bus.c branches/rox-u/reactos/hal/halx86/generic/display.c branches/rox-u/reactos/hal/halx86/generic/dma.c branches/rox-u/reactos/hal/halx86/generic/drive.c branches/rox-u/reactos/hal/halx86/generic/enum.c branches/rox-u/reactos/hal/halx86/generic/fmutex.c branches/rox-u/reactos/hal/halx86/generic/generic.xml branches/rox-u/reactos/hal/halx86/generic/halinit.c branches/rox-u/reactos/hal/halx86/generic/ipi.c branches/rox-u/reactos/hal/halx86/generic/irql.c branches/rox-u/reactos/hal/halx86/generic/isa.c branches/rox-u/reactos/hal/halx86/generic/kdbg.c branches/rox-u/reactos/hal/halx86/generic/mca.c branches/rox-u/reactos/hal/halx86/generic/misc.c branches/rox-u/reactos/hal/halx86/generic/pci.c branches/rox-u/reactos/hal/halx86/generic/portio.c branches/rox-u/reactos/hal/halx86/generic/processor.c branches/rox-u/reactos/hal/halx86/generic/reboot.c branches/rox-u/reactos/hal/halx86/generic/resource.c branches/rox-u/reactos/hal/halx86/generic/spinlock.c branches/rox-u/reactos/hal/halx86/generic/sysbus.c branches/rox-u/reactos/hal/halx86/generic/sysinfo.c branches/rox-u/reactos/hal/halx86/generic/time.c branches/rox-u/reactos/hal/halx86/generic/timer.c branches/rox-u/reactos/hal/halx86/include/bus.h branches/rox-u/reactos/hal/halx86/mp/apic.c branches/rox-u/reactos/hal/halx86/mp/halinit_mp.c branches/rox-u/reactos/hal/halx86/mp/halmp.xml branches/rox-u/reactos/hal/halx86/mp/ioapic.c branches/rox-u/reactos/hal/halx86/mp/ipi_mp.c branches/rox-u/reactos/hal/halx86/mp/mpconfig.c branches/rox-u/reactos/hal/halx86/mp/mpsirql.c branches/rox-u/reactos/hal/halx86/mp/processor_mp.c branches/rox-u/reactos/hal/halx86/mp/resource_mp.c branches/rox-u/reactos/hal/halx86/up/halinit_up.c branches/rox-u/reactos/hal/halx86/up/halup.xml branches/rox-u/reactos/hal/halx86/xbox/font.c branches/rox-u/reactos/hal/halx86/xbox/halinit_xbox.c branches/rox-u/reactos/hal/halx86/xbox/halxbox.xml branches/rox-u/reactos/hal/halx86/xbox/part_xbox.c branches/rox-u/reactos/hal/halx86/xbox/pci_xbox.c branches/rox-u/reactos/include/csrss/csrss.h branches/rox-u/reactos/include/ddk/csq.h branches/rox-u/reactos/include/ddk/ddrawi.h branches/rox-u/reactos/include/ddk/ddrawint.h branches/rox-u/reactos/include/ddk/ntbootvid.h branches/rox-u/reactos/include/ddk/ntifs.h branches/rox-u/reactos/include/ddraw.h branches/rox-u/reactos/include/debug.h branches/rox-u/reactos/include/epsapi.h branches/rox-u/reactos/include/lsass/lsass.h branches/rox-u/reactos/include/napi/core.h branches/rox-u/reactos/include/napi/npipe.h branches/rox-u/reactos/include/napi/shared_data.h branches/rox-u/reactos/include/napi/types.h branches/rox-u/reactos/include/ntdll/ldr.h branches/rox-u/reactos/include/ntdll/ntdll.h branches/rox-u/reactos/include/ntdll/rtl.h branches/rox-u/reactos/include/ntos/disk.h branches/rox-u/reactos/include/ntos/fstypes.h branches/rox-u/reactos/include/ntos/halfuncs.h branches/rox-u/reactos/include/ntos/haltypes.h branches/rox-u/reactos/include/ntos/kefuncs.h branches/rox-u/reactos/include/ntos/ntpnp.h branches/rox-u/reactos/include/ntos/obtypes.h branches/rox-u/reactos/include/ntos/ps.h branches/rox-u/reactos/include/ntos/rtl.h branches/rox-u/reactos/include/ntos/rtltypes.h branches/rox-u/reactos/include/ntos/security.h branches/rox-u/reactos/include/ntos/synch.h branches/rox-u/reactos/include/ntos/types.h branches/rox-u/reactos/include/ntos/zw.h branches/rox-u/reactos/include/ntos/zwtypes.h branches/rox-u/reactos/include/ntos.h branches/rox-u/reactos/include/rosrtl/string.h branches/rox-u/reactos/include/sm/api.h branches/rox-u/reactos/include/win32k/bitmaps.h branches/rox-u/reactos/include/win32k/brush.h branches/rox-u/reactos/include/win32k/cursoricon.h branches/rox-u/reactos/include/win32k/driver.h branches/rox-u/reactos/include/win32k/ntuser.h branches/rox-u/reactos/include/win32k/paint.h branches/rox-u/reactos/include/wine/setupapi.h branches/rox-u/reactos/include/wine/shtypes.h branches/rox-u/reactos/lib/acledit/acledit.rc branches/rox-u/reactos/lib/acledit/acledit.xml branches/rox-u/reactos/lib/acledit/stubs.c branches/rox-u/reactos/lib/aclui/aclui.rc branches/rox-u/reactos/lib/aclui/aclui_De.rc branches/rox-u/reactos/lib/aclui/aclui_En.rc branches/rox-u/reactos/lib/aclui/aclui_Sv.rc branches/rox-u/reactos/lib/advapi32/advapi32.def branches/rox-u/reactos/lib/advapi32/advapi32.h branches/rox-u/reactos/lib/advapi32/advapi32.rc branches/rox-u/reactos/lib/advapi32/reg/reg.c branches/rox-u/reactos/lib/advapi32/sec/lsa.c branches/rox-u/reactos/lib/advapi32/token/token.c branches/rox-u/reactos/lib/advpack/advpack.rc branches/rox-u/reactos/lib/cpl/access/access.rc branches/rox-u/reactos/lib/cpl/appwiz/appwiz.rc branches/rox-u/reactos/lib/cpl/control/control.rc branches/rox-u/reactos/lib/cpl/cplsample/cplsample.rc branches/rox-u/reactos/lib/cpl/intl/intl.rc branches/rox-u/reactos/lib/cpl/liccpa/liccpa.rc branches/rox-u/reactos/lib/cpl/main/main.rc branches/rox-u/reactos/lib/cpl/ncpa/ncpa.rc branches/rox-u/reactos/lib/cpl/sysdm/sysdm.rc branches/rox-u/reactos/lib/cpl/timedate/timedate.rc branches/rox-u/reactos/lib/crt/crt.xml branches/rox-u/reactos/lib/crt/include/internal/tls.h branches/rox-u/reactos/lib/crt/stdlib/rand.c branches/rox-u/reactos/lib/devmgr/devmgr.rc branches/rox-u/reactos/lib/dhcpcapi/dhcpcapi.rc branches/rox-u/reactos/lib/directory.xml branches/rox-u/reactos/lib/dnsapi/dnsapi/context.c branches/rox-u/reactos/lib/dnsapi/dnsapi/free.c branches/rox-u/reactos/lib/dnsapi/dnsapi/names.c branches/rox-u/reactos/lib/dnsapi/dnsapi/query.c branches/rox-u/reactos/lib/dnsapi/dnsapi/stubs.c branches/rox-u/reactos/lib/dxguid/dxguid.xml branches/rox-u/reactos/lib/epsapi/enum/drivers.c branches/rox-u/reactos/lib/epsapi/enum/modules.c branches/rox-u/reactos/lib/epsapi/enum/processes.c branches/rox-u/reactos/lib/epsapi/epsapi.xml branches/rox-u/reactos/lib/freetype/freetype.xml branches/rox-u/reactos/lib/freetype/i386/setjmplongjmp.s branches/rox-u/reactos/lib/freetype/rosglue.c branches/rox-u/reactos/lib/fslib/vfatlib/vfatlib.h branches/rox-u/reactos/lib/fslib/vfatlib/vfatlib.xml branches/rox-u/reactos/lib/fslib/vfatxlib/vfatxlib.h branches/rox-u/reactos/lib/fslib/vfatxlib/vfatxlib.xml branches/rox-u/reactos/lib/gdi32/include/precomp.h branches/rox-u/reactos/lib/kbdda/kbdda.c branches/rox-u/reactos/lib/kbdda/kbdda.xml branches/rox-u/reactos/lib/kbddv/kbddv.c branches/rox-u/reactos/lib/kbddv/kbddv.xml branches/rox-u/reactos/lib/kbdes/kbdes.c branches/rox-u/reactos/lib/kbdes/kbdes.xml branches/rox-u/reactos/lib/kbdfr/kbdfr.c branches/rox-u/reactos/lib/kbdfr/kbdfr.xml branches/rox-u/reactos/lib/kbdgr/kbdgr.c branches/rox-u/reactos/lib/kbdgr/kbdgr.xml branches/rox-u/reactos/lib/kbdru/kbdru.c branches/rox-u/reactos/lib/kbdru/kbdru.xml branches/rox-u/reactos/lib/kbdse/kbdse.c branches/rox-u/reactos/lib/kbdse/kbdse.xml branches/rox-u/reactos/lib/kbdsg/kbdsg.c branches/rox-u/reactos/lib/kbdsg/kbdsg.xml branches/rox-u/reactos/lib/kbduk/kbduk.c branches/rox-u/reactos/lib/kbduk/kbduk.xml branches/rox-u/reactos/lib/kbdus/kbdus.c branches/rox-u/reactos/lib/kbdus/kbdus.xml branches/rox-u/reactos/lib/kernel32/file/copy.c branches/rox-u/reactos/lib/kernel32/file/dir.c branches/rox-u/reactos/lib/kernel32/file/find.c branches/rox-u/reactos/lib/kernel32/file/move.c branches/rox-u/reactos/lib/kernel32/file/npipe.c branches/rox-u/reactos/lib/kernel32/k32.h branches/rox-u/reactos/lib/kernel32/kernel32.xml branches/rox-u/reactos/lib/kernel32/mem/global.c branches/rox-u/reactos/lib/kernel32/mem/resnotify.c branches/rox-u/reactos/lib/kernel32/misc/comm.c branches/rox-u/reactos/lib/kernel32/misc/computername.c branches/rox-u/reactos/lib/kernel32/misc/dllmain.c branches/rox-u/reactos/lib/kernel32/misc/lang.c branches/rox-u/reactos/lib/kernel32/misc/lzexpand_main.c branches/rox-u/reactos/lib/kernel32/misc/sysinfo.c branches/rox-u/reactos/lib/kernel32/misc/time.c branches/rox-u/reactos/lib/kernel32/misc/toolhelp.c branches/rox-u/reactos/lib/kernel32/misc/version.c branches/rox-u/reactos/lib/kernel32/process/create.c branches/rox-u/reactos/lib/kernel32/process/proc.c branches/rox-u/reactos/lib/kernel32/tests/kernel32.xml branches/rox-u/reactos/lib/kernel32/tests/stubs.xml branches/rox-u/reactos/lib/kernel32/tests/tests/CreateFile.c branches/rox-u/reactos/lib/kernel32/thread/fiber.c branches/rox-u/reactos/lib/kernel32/thread/thread.c branches/rox-u/reactos/lib/kjs/include/jsconfig.h branches/rox-u/reactos/lib/kjs/include/jsint.h branches/rox-u/reactos/lib/kjs/kjs.xml branches/rox-u/reactos/lib/kjs/ksrc/b_system.c branches/rox-u/reactos/lib/kjs/ksrc/compat.c branches/rox-u/reactos/lib/kjs/ksrc/js.c branches/rox-u/reactos/lib/kjs/ksrc/mrgsort.c branches/rox-u/reactos/lib/kjs/ksrc/regex.c branches/rox-u/reactos/lib/kjs/ksrc/setjmp.S branches/rox-u/reactos/lib/kjs/ksrc/vmjumps.c branches/rox-u/reactos/lib/kjs/ksrc/vmswitch.c branches/rox-u/reactos/lib/kjs/ksrc/vmswt0.c branches/rox-u/reactos/lib/libwine/debug.c branches/rox-u/reactos/lib/libwine/libwine.xml branches/rox-u/reactos/lib/lzexpand/lz32.xml branches/rox-u/reactos/lib/msafd/include/msafd.h branches/rox-u/reactos/lib/msafd/misc/dllmain.c branches/rox-u/reactos/lib/msgina/msgina.rc branches/rox-u/reactos/lib/msimg32/msimg32.xml branches/rox-u/reactos/lib/ntdll/csr/capture.c branches/rox-u/reactos/lib/ntdll/csr/lpc.c branches/rox-u/reactos/lib/ntdll/csr/probe.c branches/rox-u/reactos/lib/ntdll/csr/thread.c branches/rox-u/reactos/lib/ntdll/dbg/brkpoint.c branches/rox-u/reactos/lib/ntdll/dbg/debug.c branches/rox-u/reactos/lib/ntdll/dbg/print.c branches/rox-u/reactos/lib/ntdll/ldr/elf.c branches/rox-u/reactos/lib/ntdll/ldr/res.c branches/rox-u/reactos/lib/ntdll/ldr/startup.c branches/rox-u/reactos/lib/ntdll/ldr/utils.c branches/rox-u/reactos/lib/ntdll/main/dllmain.c branches/rox-u/reactos/lib/ntdll/ntdll.xml branches/rox-u/reactos/lib/ntdll/rtl/apc.c branches/rox-u/reactos/lib/ntdll/rtl/atom.c branches/rox-u/reactos/lib/ntdll/rtl/callback.c branches/rox-u/reactos/lib/ntdll/rtl/crc32.c branches/rox-u/reactos/lib/ntdll/rtl/critical.c branches/rox-u/reactos/lib/ntdll/rtl/dbgbuffer.c branches/rox-u/reactos/lib/ntdll/rtl/exception.c branches/rox-u/reactos/lib/ntdll/rtl/handle.c branches/rox-u/reactos/lib/ntdll/rtl/libsupp.c branches/rox-u/reactos/lib/ntdll/rtl/math.c branches/rox-u/reactos/lib/ntdll/rtl/message.c branches/rox-u/reactos/lib/ntdll/rtl/misc.c branches/rox-u/reactos/lib/ntdll/rtl/path.c branches/rox-u/reactos/lib/ntdll/rtl/process.c branches/rox-u/reactos/lib/ntdll/rtl/propvar.c branches/rox-u/reactos/lib/ntdll/rtl/rangelist.c branches/rox-u/reactos/lib/ntdll/rtl/resource.c branches/rox-u/reactos/lib/ntdll/rtl/teb.c branches/rox-u/reactos/lib/ntdll/rtl/timerqueue.c branches/rox-u/reactos/lib/ntdll/rtl/trace.c branches/rox-u/reactos/lib/ntdll/stdio/sprintf.c branches/rox-u/reactos/lib/ntdll/stdio/sscanf.c branches/rox-u/reactos/lib/ntdll/stdio/swprintf.c branches/rox-u/reactos/lib/ntdll/stdlib/mbstowcs.c branches/rox-u/reactos/lib/ntdll/stdlib/wcstombs.c branches/rox-u/reactos/lib/ntdll/string/wstring.c branches/rox-u/reactos/lib/opengl32/teb.h branches/rox-u/reactos/lib/pseh/i386/setjmp.asm branches/rox-u/reactos/lib/rosrtl/misc/intrlck.c branches/rox-u/reactos/lib/rosrtl/thread/stack.c branches/rox-u/reactos/lib/rossym/initkm.c branches/rox-u/reactos/lib/rpcrt4/rpcrt4.rc branches/rox-u/reactos/lib/rtl/luid.c branches/rox-u/reactos/lib/rtl/mem.c branches/rox-u/reactos/lib/rtl/rtl.h branches/rox-u/reactos/lib/rtl/rtl.xml branches/rox-u/reactos/lib/rtl/thread.c branches/rox-u/reactos/lib/rtl/timezone.c branches/rox-u/reactos/lib/rtl/unicode.c branches/rox-u/reactos/lib/rtl/version.c branches/rox-u/reactos/lib/samlib/samlib.c branches/rox-u/reactos/lib/samlib/samlib.xml branches/rox-u/reactos/lib/secur32/dllmain.c branches/rox-u/reactos/lib/secur32/lsa.c branches/rox-u/reactos/lib/secur32/secur32.xml branches/rox-u/reactos/lib/setupapi/Makefile.in branches/rox-u/reactos/lib/setupapi/setupapi.spec branches/rox-u/reactos/lib/setupapi/setupapi.xml branches/rox-u/reactos/lib/shell32/shv_item_cmenu.c branches/rox-u/reactos/lib/shell32/version.h branches/rox-u/reactos/lib/shellext/slayer/slayer.rc branches/rox-u/reactos/lib/smdll/smdll.xml branches/rox-u/reactos/lib/smlib/compses.c branches/rox-u/reactos/lib/smlib/connect.c branches/rox-u/reactos/lib/smlib/execpgm.c branches/rox-u/reactos/lib/smlib/lookupss.c branches/rox-u/reactos/lib/smlib/smlib.xml branches/rox-u/reactos/lib/snmpapi/debug.h branches/rox-u/reactos/lib/snmpapi/snmpapi.xml branches/rox-u/reactos/lib/string/string.xml branches/rox-u/reactos/lib/strmiids/strmiids.xml branches/rox-u/reactos/lib/twain/twain_32.xml branches/rox-u/reactos/lib/user32/controls/button.c branches/rox-u/reactos/lib/user32/controls/combo.c branches/rox-u/reactos/lib/user32/controls/edit.c branches/rox-u/reactos/lib/user32/controls/icontitle.c branches/rox-u/reactos/lib/user32/controls/listbox.c branches/rox-u/reactos/lib/user32/controls/regcontrol.c branches/rox-u/reactos/lib/user32/controls/scrollbar.c branches/rox-u/reactos/lib/user32/controls/static.c branches/rox-u/reactos/lib/user32/include/draw.h branches/rox-u/reactos/lib/user32/include/user32.h branches/rox-u/reactos/lib/user32/include/window.h branches/rox-u/reactos/lib/user32/misc/dde.c branches/rox-u/reactos/lib/user32/misc/desktop.c branches/rox-u/reactos/lib/user32/misc/display.c branches/rox-u/reactos/lib/user32/misc/dllmain.c branches/rox-u/reactos/lib/user32/misc/exit.c branches/rox-u/reactos/lib/user32/misc/exticon.c branches/rox-u/reactos/lib/user32/misc/misc.c branches/rox-u/reactos/lib/user32/misc/object.c branches/rox-u/reactos/lib/user32/misc/resources.c branches/rox-u/reactos/lib/user32/misc/strpool.c branches/rox-u/reactos/lib/user32/misc/stubs.c branches/rox-u/reactos/lib/user32/misc/timer.c branches/rox-u/reactos/lib/user32/misc/winhelp.c branches/rox-u/reactos/lib/user32/misc/winsta.c branches/rox-u/reactos/lib/user32/misc/wsprintf.c branches/rox-u/reactos/lib/user32/user32.rc branches/rox-u/reactos/lib/user32/windows/accel.c branches/rox-u/reactos/lib/user32/windows/bitmap.c branches/rox-u/reactos/lib/user32/windows/caret.c branches/rox-u/reactos/lib/user32/windows/class.c branches/rox-u/reactos/lib/user32/windows/clipboard.c branches/rox-u/reactos/lib/user32/windows/cursor.c branches/rox-u/reactos/lib/user32/windows/dc.c branches/rox-u/reactos/lib/user32/windows/defwnd.c branches/rox-u/reactos/lib/user32/windows/dialog.c branches/rox-u/reactos/lib/user32/windows/draw.c branches/rox-u/reactos/lib/user32/windows/font.c branches/rox-u/reactos/lib/user32/windows/hook.c branches/rox-u/reactos/lib/user32/windows/icon.c branches/rox-u/reactos/lib/user32/windows/input.c branches/rox-u/reactos/lib/user32/windows/mdi.c branches/rox-u/reactos/lib/user32/windows/menu.c branches/rox-u/reactos/lib/user32/windows/message.c branches/rox-u/reactos/lib/user32/windows/messagebox.c branches/rox-u/reactos/lib/user32/windows/nonclient.c branches/rox-u/reactos/lib/user32/windows/paint.c branches/rox-u/reactos/lib/user32/windows/prop.c branches/rox-u/reactos/lib/user32/windows/rect.c branches/rox-u/reactos/lib/user32/windows/text.c branches/rox-u/reactos/lib/user32/windows/window.c branches/rox-u/reactos/lib/user32/windows/winpos.c branches/rox-u/reactos/lib/winspool/stubs.c branches/rox-u/reactos/lib/winspool/winspool.xml branches/rox-u/reactos/ntoskrnl/cc/copy.c branches/rox-u/reactos/ntoskrnl/cc/pin.c branches/rox-u/reactos/ntoskrnl/cc/view.c branches/rox-u/reactos/ntoskrnl/cm/cm.h branches/rox-u/reactos/ntoskrnl/cm/ntfunc.c branches/rox-u/reactos/ntoskrnl/cm/regfile.c branches/rox-u/reactos/ntoskrnl/cm/registry.c branches/rox-u/reactos/ntoskrnl/cm/regobj.c branches/rox-u/reactos/ntoskrnl/ex/callback.c branches/rox-u/reactos/ntoskrnl/ex/init.c branches/rox-u/reactos/ntoskrnl/ex/mutant.c branches/rox-u/reactos/ntoskrnl/ex/power.c branches/rox-u/reactos/ntoskrnl/ex/sysinfo.c branches/rox-u/reactos/ntoskrnl/ex/util.c branches/rox-u/reactos/ntoskrnl/fs/fastio.c branches/rox-u/reactos/ntoskrnl/fs/filelock.c branches/rox-u/reactos/ntoskrnl/fs/notify.c branches/rox-u/reactos/ntoskrnl/include/internal/cc.h branches/rox-u/reactos/ntoskrnl/include/internal/debug.h branches/rox-u/reactos/ntoskrnl/include/internal/ex.h branches/rox-u/reactos/ntoskrnl/include/internal/i386/ke.h branches/rox-u/reactos/ntoskrnl/include/internal/i386/ps.h branches/rox-u/reactos/ntoskrnl/include/internal/ifs.h branches/rox-u/reactos/ntoskrnl/include/internal/io.h branches/rox-u/reactos/ntoskrnl/include/internal/kbd.h branches/rox-u/reactos/ntoskrnl/include/internal/kd.h branches/rox-u/reactos/ntoskrnl/include/internal/kdb.h branches/rox-u/reactos/ntoskrnl/include/internal/kdbochs.h branches/rox-u/reactos/ntoskrnl/include/internal/kdgdb.h branches/rox-u/reactos/ntoskrnl/include/internal/ke.h branches/rox-u/reactos/ntoskrnl/include/internal/ldr.h branches/rox-u/reactos/ntoskrnl/include/internal/mm.h branches/rox-u/reactos/ntoskrnl/include/internal/module.h branches/rox-u/reactos/ntoskrnl/include/internal/nls.h branches/rox-u/reactos/ntoskrnl/include/internal/ntoskrnl.h branches/rox-u/reactos/ntoskrnl/include/internal/ob.h branches/rox-u/reactos/ntoskrnl/include/internal/po.h branches/rox-u/reactos/ntoskrnl/include/internal/ps.h branches/rox-u/reactos/ntoskrnl/include/internal/trap.h branches/rox-u/reactos/ntoskrnl/include/internal/xhal.h branches/rox-u/reactos/ntoskrnl/include/ntoskrnl.h branches/rox-u/reactos/ntoskrnl/io/deviface.c branches/rox-u/reactos/ntoskrnl/io/disk.c branches/rox-u/reactos/ntoskrnl/io/file.c branches/rox-u/reactos/ntoskrnl/io/iomgr.c branches/rox-u/reactos/ntoskrnl/io/irp.c branches/rox-u/reactos/ntoskrnl/io/pnpmgr.c branches/rox-u/reactos/ntoskrnl/io/resource.c branches/rox-u/reactos/ntoskrnl/kdbg/i386/kdb_help.S branches/rox-u/reactos/ntoskrnl/kdbg/i386/setjmp.S branches/rox-u/reactos/ntoskrnl/kdbg/kdb.c branches/rox-u/reactos/ntoskrnl/kdbg/kdb_cli.c branches/rox-u/reactos/ntoskrnl/kdbg/kdb_symbols.c branches/rox-u/reactos/ntoskrnl/ke/device.c branches/rox-u/reactos/ntoskrnl/ke/gate.c branches/rox-u/reactos/ntoskrnl/ke/gmutex.c branches/rox-u/reactos/ntoskrnl/ke/i386/ctxswitch.S branches/rox-u/reactos/ntoskrnl/ke/i386/exp.c branches/rox-u/reactos/ntoskrnl/ke/i386/gdt.c branches/rox-u/reactos/ntoskrnl/ke/i386/kernel.c branches/rox-u/reactos/ntoskrnl/ke/i386/ldt.c branches/rox-u/reactos/ntoskrnl/ke/i386/syscall.S branches/rox-u/reactos/ntoskrnl/ke/i386/trap.s branches/rox-u/reactos/ntoskrnl/ke/kthread.c branches/rox-u/reactos/ntoskrnl/ke/spinlock.c branches/rox-u/reactos/ntoskrnl/ldr/loader.c branches/rox-u/reactos/ntoskrnl/mm/elf.inc.h branches/rox-u/reactos/ntoskrnl/mm/elf32.c branches/rox-u/reactos/ntoskrnl/mm/mm.c branches/rox-u/reactos/ntoskrnl/mm/pe.c branches/rox-u/reactos/ntoskrnl/mm/section.c branches/rox-u/reactos/ntoskrnl/ntoskrnl.def branches/rox-u/reactos/ntoskrnl/ntoskrnl.xml branches/rox-u/reactos/ntoskrnl/ob/handle.c branches/rox-u/reactos/ntoskrnl/ob/object.c branches/rox-u/reactos/ntoskrnl/ps/query.c branches/rox-u/reactos/ntoskrnl/ps/quota.c branches/rox-u/reactos/ntoskrnl/ps/security.c branches/rox-u/reactos/ntoskrnl/rtl/i386/exception.c branches/rox-u/reactos/ntoskrnl/rtl/misc.c branches/rox-u/reactos/ntoskrnl/se/access.c branches/rox-u/reactos/ntoskrnl/se/token.c branches/rox-u/reactos/proxy.mak branches/rox-u/reactos/regtests/regtests/regtests.c branches/rox-u/reactos/regtests/regtests/regtests.def branches/rox-u/reactos/regtests/shared/regtests.c branches/rox-u/reactos/regtests/shared/regtests.h branches/rox-u/reactos/regtests/shared/rtshared.xml branches/rox-u/reactos/services/eventlog/eventlog.xml branches/rox-u/reactos/services/umpnpmgr/umpnpmgr.xml branches/rox-u/reactos/subsys/csrss/api/handle.c branches/rox-u/reactos/subsys/csrss/api/process.c branches/rox-u/reactos/subsys/csrss/api/user.c branches/rox-u/reactos/subsys/csrss/api/wapi.c branches/rox-u/reactos/subsys/csrss/csrss.c branches/rox-u/reactos/subsys/csrss/include/api.h branches/rox-u/reactos/subsys/csrss/init.c branches/rox-u/reactos/subsys/csrss/print.c branches/rox-u/reactos/subsys/csrss/video.c branches/rox-u/reactos/subsys/csrss/win32csr/conio.c branches/rox-u/reactos/subsys/csrss/win32csr/desktopbg.c branches/rox-u/reactos/subsys/csrss/win32csr/exitros.c branches/rox-u/reactos/subsys/csrss/win32csr/res/terminal.ico branches/rox-u/reactos/subsys/smss/client.c branches/rox-u/reactos/subsys/smss/smss.xml branches/rox-u/reactos/subsys/system/autochk/autochk.c branches/rox-u/reactos/subsys/system/autochk/autochk.xml branches/rox-u/reactos/subsys/system/explorer/explorer.rc branches/rox-u/reactos/subsys/system/ibrowser/ibrowser.rc branches/rox-u/reactos/subsys/system/reactos/reactos.rc branches/rox-u/reactos/subsys/system/regedit/regedit.rc branches/rox-u/reactos/subsys/system/reporterror/reporterror.rc branches/rox-u/reactos/subsys/system/sndvol32/sndvol32.rc branches/rox-u/reactos/subsys/system/usetup/bootsup.c branches/rox-u/reactos/subsys/system/usetup/console.c branches/rox-u/reactos/subsys/system/usetup/console.h branches/rox-u/reactos/subsys/system/usetup/filesup.c branches/rox-u/reactos/subsys/system/usetup/filesup.h branches/rox-u/reactos/subsys/system/usetup/partlist.c branches/rox-u/reactos/subsys/system/usetup/precomp.h branches/rox-u/reactos/subsys/system/usetup/usetup.c branches/rox-u/reactos/subsys/system/usetup/usetup.h branches/rox-u/reactos/subsys/system/usetup/usetup.xml branches/rox-u/reactos/subsys/system/vmwinst/vmwinst.rc branches/rox-u/reactos/subsys/system/welcome/welcome.rc branches/rox-u/reactos/subsys/system/winefile/Sv.rc branches/rox-u/reactos/subsys/system/winefile/cs.rc branches/rox-u/reactos/subsys/system/winefile/license.c branches/rox-u/reactos/subsys/system/winefile/resource.h branches/rox-u/reactos/subsys/system/winefile/splitpath.c branches/rox-u/reactos/subsys/system/winefile/winefile.c branches/rox-u/reactos/subsys/system/winefile/winefile.dsp branches/rox-u/reactos/subsys/system/winefile/winefile.h branches/rox-u/reactos/subsys/system/winlogon/winlogon.rc branches/rox-u/reactos/subsys/win32k/dib/dib16bpp.c branches/rox-u/reactos/subsys/win32k/dib/dib24bpp.c branches/rox-u/reactos/subsys/win32k/dib/dib32bpp.c branches/rox-u/reactos/subsys/win32k/eng/bitblt.c branches/rox-u/reactos/subsys/win32k/eng/copybits.c branches/rox-u/reactos/subsys/win32k/eng/driverobj.c branches/rox-u/reactos/subsys/win32k/eng/gradient.c branches/rox-u/reactos/subsys/win32k/eng/lineto.c branches/rox-u/reactos/subsys/win32k/eng/mouse.c branches/rox-u/reactos/subsys/win32k/eng/paint.c branches/rox-u/reactos/subsys/win32k/eng/surface.c branches/rox-u/reactos/subsys/win32k/eng/transblt.c branches/rox-u/reactos/subsys/win32k/include/caret.h branches/rox-u/reactos/subsys/win32k/include/dce.h branches/rox-u/reactos/subsys/win32k/include/inteng.h branches/rox-u/reactos/subsys/win32k/include/tags.h branches/rox-u/reactos/subsys/win32k/main/dllmain.c branches/rox-u/reactos/subsys/win32k/misc/driver.c branches/rox-u/reactos/subsys/win32k/misc/error.c branches/rox-u/reactos/subsys/win32k/ntuser/csr.c branches/rox-u/reactos/subsys/win32k/ntuser/cursoricon.c branches/rox-u/reactos/subsys/win32k/ntuser/desktop.c branches/rox-u/reactos/subsys/win32k/ntuser/input.c branches/rox-u/reactos/subsys/win32k/ntuser/menu.c branches/rox-u/reactos/subsys/win32k/ntuser/message.c branches/rox-u/reactos/subsys/win32k/ntuser/stubs.c branches/rox-u/reactos/subsys/win32k/objects/bitmaps.c branches/rox-u/reactos/subsys/win32k/objects/brush.c branches/rox-u/reactos/subsys/win32k/objects/fillshap.c branches/rox-u/reactos/subsys/win32k/objects/gdiobj.c branches/rox-u/reactos/subsys/win32k/objects/line.c branches/rox-u/reactos/subsys/win32k/objects/polyfill.c branches/rox-u/reactos/subsys/win32k/objects/region.c branches/rox-u/reactos/subsys/win32k/objects/text.c branches/rox-u/reactos/subsys/win32k/w32k.h branches/rox-u/reactos/subsys/win32k/win32k.xml branches/rox-u/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/rox-u/reactos/tools/rbuild/module.cpp branches/rox-u/reactos/tools/rbuild/project.cpp branches/rox-u/reactos/tools/rbuild/rbuild.h branches/rox-u/reactos/tools/rbuild/testsupportcode.cpp branches/rox-u/reactos/tools/wrc/wrc.mak branches/rox-u/reactos/w32api/include/ddk/batclass.h branches/rox-u/reactos/w32api/include/ddk/cfgmgr32.h branches/rox-u/reactos/w32api/include/ddk/d4drvif.h branches/rox-u/reactos/w32api/include/ddk/d4iface.h branches/rox-u/reactos/w32api/include/ddk/ddkmapi.h branches/rox-u/reactos/w32api/include/ddk/hidclass.h branches/rox-u/reactos/w32api/include/ddk/hidpi.h branches/rox-u/reactos/w32api/include/ddk/mcd.h branches/rox-u/reactos/w32api/include/ddk/miniport.h branches/rox-u/reactos/w32api/include/ddk/minitape.h branches/rox-u/reactos/w32api/include/ddk/mountdev.h branches/rox-u/reactos/w32api/include/ddk/mountmgr.h branches/rox-u/reactos/w32api/include/ddk/ndis.h branches/rox-u/reactos/w32api/include/ddk/ndistapi.h branches/rox-u/reactos/w32api/include/ddk/ndiswan.h branches/rox-u/reactos/w32api/include/ddk/ntagp.h branches/rox-u/reactos/w32api/include/ddk/ntapi.h branches/rox-u/reactos/w32api/include/ddk/ntdd8042.h branches/rox-u/reactos/w32api/include/ddk/ntddbeep.h branches/rox-u/reactos/w32api/include/ddk/ntddcdrm.h branches/rox-u/reactos/w32api/include/ddk/ntddcdvd.h branches/rox-u/reactos/w32api/include/ddk/ntddchgr.h branches/rox-u/reactos/w32api/include/ddk/ntdddisk.h branches/rox-u/reactos/w32api/include/ddk/ntddk.h branches/rox-u/reactos/w32api/include/ddk/ntddkbd.h branches/rox-u/reactos/w32api/include/ddk/ntddmou.h branches/rox-u/reactos/w32api/include/ddk/ntddndis.h branches/rox-u/reactos/w32api/include/ddk/ntddpar.h branches/rox-u/reactos/w32api/include/ddk/ntddpcm.h branches/rox-u/reactos/w32api/include/ddk/ntddscsi.h branches/rox-u/reactos/w32api/include/ddk/ntddser.h branches/rox-u/reactos/w32api/include/ddk/ntddstor.h branches/rox-u/reactos/w32api/include/ddk/ntddtape.h branches/rox-u/reactos/w32api/include/ddk/ntddtdi.h branches/rox-u/reactos/w32api/include/ddk/ntddvdeo.h branches/rox-u/reactos/w32api/include/ddk/ntddvol.h branches/rox-u/reactos/w32api/include/ddk/ntifs.h branches/rox-u/reactos/w32api/include/ddk/ntpoapi.h branches/rox-u/reactos/w32api/include/ddk/parallel.h branches/rox-u/reactos/w32api/include/ddk/pfhook.h branches/rox-u/reactos/w32api/include/ddk/poclass.h branches/rox-u/reactos/w32api/include/ddk/scsi.h branches/rox-u/reactos/w32api/include/ddk/scsiscan.h branches/rox-u/reactos/w32api/include/ddk/scsiwmi.h branches/rox-u/reactos/w32api/include/ddk/srb.h branches/rox-u/reactos/w32api/include/ddk/storport.h branches/rox-u/reactos/w32api/include/ddk/tdi.h branches/rox-u/reactos/w32api/include/ddk/tdiinfo.h branches/rox-u/reactos/w32api/include/ddk/tdikrnl.h branches/rox-u/reactos/w32api/include/ddk/tvout.h branches/rox-u/reactos/w32api/include/ddk/upssvc.h branches/rox-u/reactos/w32api/include/ddk/usb.h branches/rox-u/reactos/w32api/include/ddk/usb100.h branches/rox-u/reactos/w32api/include/ddk/usbcamdi.h branches/rox-u/reactos/w32api/include/ddk/usbdi.h branches/rox-u/reactos/w32api/include/ddk/usbioctl.h branches/rox-u/reactos/w32api/include/ddk/usbiodef.h branches/rox-u/reactos/w32api/include/ddk/usbscan.h branches/rox-u/reactos/w32api/include/ddk/usbuser.h branches/rox-u/reactos/w32api/include/ddk/video.h branches/rox-u/reactos/w32api/include/ddk/videoagp.h branches/rox-u/reactos/w32api/include/ddk/win2k.h branches/rox-u/reactos/w32api/include/ddk/winddi.h branches/rox-u/reactos/w32api/include/ddk/winddk.h branches/rox-u/reactos/w32api/include/ddk/winnt4.h branches/rox-u/reactos/w32api/include/ddk/ws2san.h branches/rox-u/reactos/w32api/include/ddk/xfilter.h branches/rox-u/reactos/w32api/include/ntdef.h branches/rox-u/reactos/w32api/include/ntsecapi.h branches/rox-u/reactos/w32api/include/setupapi.h branches/rox-u/reactos/w32api/include/shlobj.h branches/rox-u/reactos/w32api/include/winbase.h branches/rox-u/reactos/w32api/include/winnt.h branches/rox-u/reactos/w32api/include/winsock2.h branches/rox-u/reactos/w32api/include/winspool.h branches/rox-u/reactos/w32api/include/winuser.h Deleted files: branches/rox-u/reactos/apps/utils/net/tracert/ip.h branches/rox-u/reactos/apps/utils/net/tracert/ip_icmp.h branches/rox-u/reactos/dk/ branches/rox-u/reactos/drivers/lib/csq/GNUmakefile branches/rox-u/reactos/drivers/storage/floppy/GNUmakefile branches/rox-u/reactos/drivers/usb/cromwell/uhci/uhci.def branches/rox-u/reactos/drivers/usb/cromwell/uhci/uhci_main.c branches/rox-u/reactos/hal/halx86/include/hal.h branches/rox-u/reactos/include/base.h branches/rox-u/reactos/include/basetsd.h branches/rox-u/reactos/include/ddk/ccfuncs.h branches/rox-u/reactos/include/ddk/cctypes.h branches/rox-u/reactos/include/ddk/cmtypes.h branches/rox-u/reactos/include/ddk/dbgfuncs.h branches/rox-u/reactos/include/ddk/defines.h branches/rox-u/reactos/include/ddk/exfuncs.h branches/rox-u/reactos/include/ddk/extypes.h branches/rox-u/reactos/include/ddk/fsfuncs.h branches/rox-u/reactos/include/ddk/fstypes.h branches/rox-u/reactos/include/ddk/halfuncs.h branches/rox-u/reactos/include/ddk/i386/ branches/rox-u/reactos/include/ddk/ioctrl.h branches/rox-u/reactos/include/ddk/iodef.h branches/rox-u/reactos/include/ddk/iofuncs.h branches/rox-u/reactos/include/ddk/iotypes.h branches/rox-u/reactos/include/ddk/kedef.h branches/rox-u/reactos/include/ddk/kefuncs.h branches/rox-u/reactos/include/ddk/ketypes.h branches/rox-u/reactos/include/ddk/mmfuncs.h branches/rox-u/reactos/include/ddk/mmtypes.h branches/rox-u/reactos/include/ddk/ntdd8042.h branches/rox-u/reactos/include/ddk/ntddbeep.h branches/rox-u/reactos/include/ddk/ntddk.h branches/rox-u/reactos/include/ddk/ntddkbd.h branches/rox-u/reactos/include/ddk/ntddmou.h branches/rox-u/reactos/include/ddk/ntddscsi.h branches/rox-u/reactos/include/ddk/ntddser.h branches/rox-u/reactos/include/ddk/ntdef.h branches/rox-u/reactos/include/ddk/obfuncs.h branches/rox-u/reactos/include/ddk/pnpfuncs.h branches/rox-u/reactos/include/ddk/pnptypes.h branches/rox-u/reactos/include/ddk/pofuncs.h branches/rox-u/reactos/include/ddk/potypes.h branches/rox-u/reactos/include/ddk/psfuncs.h branches/rox-u/reactos/include/ddk/pstypes.h branches/rox-u/reactos/include/ddk/scsi.h branches/rox-u/reactos/include/ddk/sefuncs.h branches/rox-u/reactos/include/ddk/setypes.h branches/rox-u/reactos/include/ddk/srb.h branches/rox-u/reactos/include/ddk/status.h branches/rox-u/reactos/include/ddk/structs.h branches/rox-u/reactos/include/ddk/types.h branches/rox-u/reactos/include/defines.h branches/rox-u/reactos/include/funcs.h branches/rox-u/reactos/include/internal/ branches/rox-u/reactos/include/lsass/ntsecapi.h branches/rox-u/reactos/include/nspapi.h branches/rox-u/reactos/include/ntddk.h branches/rox-u/reactos/include/ntsecapi.h branches/rox-u/reactos/include/ole32/ branches/rox-u/reactos/include/pe.h branches/rox-u/reactos/include/schemadef.h branches/rox-u/reactos/include/serviceinfo.h branches/rox-u/reactos/include/snmp.h branches/rox-u/reactos/include/structs.h branches/rox-u/reactos/include/tmschema.h branches/rox-u/reactos/include/unicode.h branches/rox-u/reactos/include/user32/ branches/rox-u/reactos/include/uxtheme.h branches/rox-u/reactos/include/windows.h branches/rox-u/reactos/lib/advapi32/Jamfile branches/rox-u/reactos/lib/crt/string/strpbrk.c branches/rox-u/reactos/lib/kbddv/Jamfile branches/rox-u/reactos/lib/kbdfr/Jamfile branches/rox-u/reactos/lib/kbdgr/Jamfile branches/rox-u/reactos/lib/kbdru/Jamfile branches/rox-u/reactos/lib/kbdse/Jamfile branches/rox-u/reactos/lib/kbdsg/Jamfile branches/rox-u/reactos/lib/kbduk/Jamfile branches/rox-u/reactos/lib/kbdus/Jamfile branches/rox-u/reactos/lib/kernel32/Jamfile branches/rox-u/reactos/lib/kernel32/synch/intrlck.c branches/rox-u/reactos/lib/kernel32/tests/stubs.tst branches/rox-u/reactos/lib/ntdll/Jamfile branches/rox-u/reactos/lib/ntdll/rtl/intrlck.c branches/rox-u/reactos/lib/ntdll/string/strpbrk.c branches/rox-u/reactos/subsys/system/winefile/license.h branches/rox-u/reactos/subsys/win32k/tests/stubs.tst From ion at svn.reactos.com Mon Jun 20 23:17:05 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16185: Build smss with NDK Message-ID: <000601c575dd$686fd970$6b01a8c0@PENELOPE> Build smss with NDK Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/subsys/smss/client.c trunk/reactos/subsys/smss/debug.c trunk/reactos/subsys/smss/init.c trunk/reactos/subsys/smss/initpage.c trunk/reactos/subsys/smss/initss.c trunk/reactos/subsys/smss/print.c trunk/reactos/subsys/smss/smapi.c trunk/reactos/subsys/smss/smss.c trunk/reactos/subsys/smss/smss.h From navaraf at svn.reactos.com Mon Jun 20 23:35:13 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [navaraf] 16186: Build GDI32 with NDK and without DDK. Message-ID: <000601c575df$f1728c20$6b01a8c0@PENELOPE> Build GDI32 with NDK and without DDK. Updated files: trunk/reactos/include/win32k/bitmaps.h trunk/reactos/include/win32k/coord.h trunk/reactos/include/win32k/dc.h trunk/reactos/include/win32k/driver.h trunk/reactos/include/win32k/gdiobj.h trunk/reactos/include/win32k/kapi.h trunk/reactos/lib/gdi32/include/precomp.h trunk/reactos/lib/gdi32/objects/font.c trunk/reactos/subsys/win32k/main/svctabm.c trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c From ion at svn.reactos.com Mon Jun 20 23:43:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16187: Build ntvdm with NDK Message-ID: <000601c575e1$0808c110$6b01a8c0@PENELOPE> Build ntvdm with NDK Updated files: trunk/reactos/subsys/ntvdm/ntvdm.c From ion at svn.reactos.com Mon Jun 20 23:43:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16188: Build format with NDK Message-ID: <000601c575e1$13deff40$6b01a8c0@PENELOPE> Build format with NDK Updated files: trunk/reactos/subsys/system/format/format.c From ion at svn.reactos.com Mon Jun 20 23:45:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16189: Build dhcp with ndk Message-ID: <000601c575e1$5fe9dae0$6b01a8c0@PENELOPE> Build dhcp with ndk Updated files: trunk/reactos/subsys/system/dhcp/include/rosdhcp.h From navaraf at svn.reactos.com Mon Jun 20 23:49:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [navaraf] 16190: Fix build. Message-ID: <000601c575e1$e4817d30$6b01a8c0@PENELOPE> Fix build. Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c Deleted files: trunk/reactos/lib/iphlpapi/debug.h From ion at svn.reactos.com Mon Jun 20 23:50:13 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16191: Build autochk with NDK Message-ID: <000601c575e2$098b7400$6b01a8c0@PENELOPE> Build autochk with NDK Updated files: trunk/reactos/include/ndk/zwtypes.h trunk/reactos/subsys/system/autochk/autochk.c From ion at svn.reactos.com Tue Jun 21 00:16:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16192: Build taskmgr with NDK Message-ID: <000601c575e5$a7e4d6c0$6b01a8c0@PENELOPE> Build taskmgr with NDK Updated files: trunk/reactos/include/ndk/zwtypes.h trunk/reactos/subsys/system/taskmgr/perfdata.c trunk/reactos/subsys/system/taskmgr/perfdata.h trunk/reactos/subsys/system/taskmgr/precomp.h trunk/reactos/subsys/system/taskmgr/procpage.c From ion at svn.reactos.com Tue Jun 21 00:19:27 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16193: Build winlogon with NDK Message-ID: <000601c575e6$1f325f90$6b01a8c0@PENELOPE> Build winlogon with NDK Updated files: trunk/reactos/subsys/system/winlogon/sas.c trunk/reactos/subsys/system/winlogon/winlogon.c trunk/reactos/subsys/system/winlogon/winlogon.h trunk/reactos/subsys/system/winlogon/wlx.c From navaraf at svn.reactos.com Tue Jun 21 00:49:18 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [navaraf] 16194: Remove some non-__USE_W32API guarded blocks. Message-ID: <000601c575ea$4ae47390$6b01a8c0@PENELOPE> Remove some non-__USE_W32API guarded blocks. Updated files: trunk/reactos/include/ddk/ddrawi.h trunk/reactos/include/napi/shared_data.h trunk/reactos/include/napi/teb.h trunk/reactos/include/napi/types.h trunk/reactos/include/ntdll/rtl.h trunk/reactos/include/win32k/dc.h From ion at svn.reactos.com Tue Jun 21 00:50:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16195: Build usetup with NDK Message-ID: <000601c575ea$657dafa0$6b01a8c0@PENELOPE> Build usetup with NDK Updated files: trunk/reactos/subsys/system/usetup/bootsup.c trunk/reactos/subsys/system/usetup/cabinet.c trunk/reactos/subsys/system/usetup/console.c trunk/reactos/subsys/system/usetup/console.h trunk/reactos/subsys/system/usetup/drivesup.c trunk/reactos/subsys/system/usetup/filequeue.c trunk/reactos/subsys/system/usetup/filesup.c trunk/reactos/subsys/system/usetup/format.c trunk/reactos/subsys/system/usetup/fslist.c trunk/reactos/subsys/system/usetup/genlist.c trunk/reactos/subsys/system/usetup/infcache.c trunk/reactos/subsys/system/usetup/inicache.c trunk/reactos/subsys/system/usetup/keytrans.c trunk/reactos/subsys/system/usetup/keytrans.h trunk/reactos/subsys/system/usetup/partlist.c trunk/reactos/subsys/system/usetup/progress.c trunk/reactos/subsys/system/usetup/registry.c trunk/reactos/subsys/system/usetup/settings.c trunk/reactos/subsys/system/usetup/usetup.c trunk/reactos/subsys/system/usetup/usetup.h trunk/reactos/subsys/system/usetup/usetup.xml Deleted files: trunk/reactos/subsys/system/usetup/precomp.h From ion at svn.reactos.com Tue Jun 21 00:52:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16196: Remove rosrtl usage from usetup Message-ID: <000601c575ea$acc8b940$6b01a8c0@PENELOPE> Remove rosrtl usage from usetup Updated files: trunk/reactos/subsys/system/usetup/registry.c trunk/reactos/subsys/system/usetup/usetup.c trunk/reactos/subsys/system/usetup/usetup.h From ion at svn.reactos.com Tue Jun 21 00:54:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16197: Make scsi header um friendly Message-ID: <000601c575ea$f6e3abc0$6b01a8c0@PENELOPE> Make scsi header um friendly Updated files: trunk/reactos/w32api/include/ddk/ntddscsi.h From hyperion at svn.reactos.com Tue Jun 21 02:23:37 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hyperion] 16198: fixes for Visual C++: Message-ID: <000601c575f7$77d13b60$6b01a8c0@PENELOPE> fixes for Visual C++: - repositioned __stdcall in several declarations - replaced __attribute__ with __declspec when possible - reimplemented some inline assembly - use RESTRICTED_POINTER instead of __restrict - change some w32api conditional compilation to take Visual C++ in consideration - fixed RVA macro - moved variable declarations to the beginning of the scope block - corrected mismatching DLL linkage for exported symbols in ntoskrnl - corrected some non-standard casts - do PVOID arithmetic with the RVA macro - removed (unused) nested function - corrected wrong macro definitions that took a parameter when they shouldn't - use the appropriate _M_XXX macros for architecture-specific conditional compilation - miscellaneous hacks tagged with /* ROX-U */ Updated files: branches/rox-u/reactos/include/napi/teb.h branches/rox-u/reactos/include/ntdll/ldr.h branches/rox-u/reactos/include/ntos/rtl.h branches/rox-u/reactos/include/ntos.h branches/rox-u/reactos/ntoskrnl/cc/copy.c branches/rox-u/reactos/ntoskrnl/cc/fs.c branches/rox-u/reactos/ntoskrnl/cm/ntfunc.c branches/rox-u/reactos/ntoskrnl/ex/evtpair.c branches/rox-u/reactos/ntoskrnl/ex/init.c branches/rox-u/reactos/ntoskrnl/ex/sysinfo.c branches/rox-u/reactos/ntoskrnl/ex/time.c branches/rox-u/reactos/ntoskrnl/fs/name.c branches/rox-u/reactos/ntoskrnl/include/internal/arch/ke.h branches/rox-u/reactos/ntoskrnl/include/internal/arch/mm.h branches/rox-u/reactos/ntoskrnl/include/internal/arch/ps.h branches/rox-u/reactos/ntoskrnl/include/internal/debug.h branches/rox-u/reactos/ntoskrnl/include/internal/ex.h branches/rox-u/reactos/ntoskrnl/include/internal/i386/ke.h branches/rox-u/reactos/ntoskrnl/include/internal/ke.h branches/rox-u/reactos/ntoskrnl/include/internal/ntoskrnl.h branches/rox-u/reactos/ntoskrnl/include/internal/ps.h branches/rox-u/reactos/ntoskrnl/include/ntoskrnl.h branches/rox-u/reactos/ntoskrnl/io/bootlog.c branches/rox-u/reactos/ntoskrnl/io/driver.c branches/rox-u/reactos/ntoskrnl/io/file.c branches/rox-u/reactos/ntoskrnl/io/iomgr.c branches/rox-u/reactos/ntoskrnl/io/irp.c branches/rox-u/reactos/ntoskrnl/io/wmi.c branches/rox-u/reactos/ntoskrnl/ke/ipi.c branches/rox-u/reactos/ntoskrnl/ke/kqueue.c branches/rox-u/reactos/ntoskrnl/ke/main.c branches/rox-u/reactos/ntoskrnl/ke/process.c branches/rox-u/reactos/ntoskrnl/ke/profile.c branches/rox-u/reactos/ntoskrnl/ldr/loader.c branches/rox-u/reactos/ntoskrnl/ldr/resource.c branches/rox-u/reactos/ntoskrnl/mm/iospace.c branches/rox-u/reactos/ntoskrnl/mm/process.c branches/rox-u/reactos/ntoskrnl/mm/section.c branches/rox-u/reactos/ntoskrnl/ob/handle.c branches/rox-u/reactos/ntoskrnl/ob/object.c branches/rox-u/reactos/ntoskrnl/ps/kill.c branches/rox-u/reactos/ntoskrnl/ps/psmgr.c branches/rox-u/reactos/ntoskrnl/se/acl.c branches/rox-u/reactos/ntoskrnl/se/luid.c branches/rox-u/reactos/ntoskrnl/se/semgr.c branches/rox-u/reactos/ntoskrnl/se/token.c branches/rox-u/reactos/w32api/include/ddk/batclass.h branches/rox-u/reactos/w32api/include/ddk/ntddk.h branches/rox-u/reactos/w32api/include/ddk/ntifs.h branches/rox-u/reactos/w32api/include/ddk/ntpoapi.h branches/rox-u/reactos/w32api/include/ddk/winddk.h branches/rox-u/reactos/w32api/include/ntdef.h branches/rox-u/reactos/w32api/include/windef.h branches/rox-u/reactos/w32api/include/winnt.h Deleted files: branches/rox-u/reactos/include/ddk/ntifs.h From ion at svn.reactos.com Tue Jun 21 04:08:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16199: Add new header for native user-mode functios inside the NT library inside the NDK, it will end up replacing most of the exported parts of the ntdll headers. It's not used yet as it would conflict, I added a temporary guard for that. Also added many more types to rtlfuncs.h so that it's almost entirely complete, and took out non rtl-stuff and put it into the user-mode NT header Message-ID: <000601c57606$2cb04cc0$6b01a8c0@PENELOPE> Add new header for native user-mode functios inside the NT library inside the NDK, it will end up replacing most of the exported parts of the ntdll headers. It's not used yet as it would conflict, I added a temporary guard for that. Also added many more types to rtlfuncs.h so that it's almost entirely complete, and took out non rtl-stuff and put it into the user-mode NT header Added files: trunk/reactos/include/ndk/umfuncs.h Updated files: trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/subsys/csrss/init.c From ion at svn.reactos.com Tue Jun 21 04:12:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16200: Add uncleaned start of internal ntdll header Message-ID: <000601c57606$9ca49400$6b01a8c0@PENELOPE> Add uncleaned start of internal ntdll header Added files: trunk/reactos/lib/ntdll/inc/ntdllp.h From ion at svn.reactos.com Tue Jun 21 04:48:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16201: Fix build Message-ID: <000601c5760b$a768d3b0$6b01a8c0@PENELOPE> Fix build Updated files: trunk/reactos/include/epsapi.h From ion at svn.reactos.com Tue Jun 21 04:58:31 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16202: Last build fix...sorry Message-ID: <000601c5760d$1b318610$6b01a8c0@PENELOPE> Last build fix...sorry Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h From ion at svn.reactos.com Tue Jun 21 06:11:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16203: Use LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the former is the actual structure. would be wise to fix the defs too. Message-ID: <000601c57617$3e20ceb0$6b01a8c0@PENELOPE> Use LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the former is the actual structure. would be wise to fix the defs too. Updated files: trunk/reactos/apps/utils/pice/module/symbols.c trunk/reactos/apps/utils/sdkparse/test.h trunk/reactos/include/epsapi.h trunk/reactos/include/napi/types.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ntdll/ldr.h trunk/reactos/lib/epsapi/enum/modules.c trunk/reactos/lib/kernel32/misc/ldr.c trunk/reactos/lib/ntdll/inc/ntdllp.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/ex/dbgctrl.c trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/usertrap.c trunk/reactos/subsys/smss/smss.h From ion at svn.reactos.com Tue Jun 21 06:28:12 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16204: Use correct TlsCount/LoadCount definition and fix incorrect usage i code Message-ID: <000601c57619$a25c5ff0$6b01a8c0@PENELOPE> Use correct TlsCount/LoadCount definition and fix incorrect usage i code Updated files: trunk/reactos/include/ntdll/ldr.h trunk/reactos/lib/ntdll/ldr/utils.c From ion at svn.reactos.com Tue Jun 21 06:52:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16205: Build kernel32, ntdll, csrss fully with NDK and remove ntdll header usage Message-ID: <000601c5761d$177d6470$6b01a8c0@PENELOPE> Build kernel32, ntdll, csrss fully with NDK and remove ntdll header usage Updated files: trunk/reactos/include/epsapi.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/ntdll/inc/ntdllp.h trunk/reactos/subsys/csrss/init.c From gvg at svn.reactos.com Tue Jun 21 18:35:51 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [gvg] 16206: Patch by Hartmut Birr Message-ID: <000601c5767f$494fae10$6b01a8c0@PENELOPE> Patch by Hartmut Birr Work around what seems to be a bug in GCC for optimized builds. See http://reactos.com:8080/archives/public/ros-dev/2005-June/003842.html Updated files: trunk/reactos/ntoskrnl/io/driver.c From mbosma at svn.reactos.com Tue Jun 21 19:16:39 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [mbosma] 16207: Copy ddk ddrawi.h to include since it's more uptodate. Message-ID: <000601c57684$fc4fdc60$6b01a8c0@PENELOPE> Copy ddk ddrawi.h to include since it's more uptodate. Updated files: trunk/reactos/include/ddrawi.h From hyperion at svn.reactos.com Tue Jun 21 20:44:31 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hyperion] 16208: Fixes for GCC compilation, also fixed w32api definition of LUID Message-ID: <000601c57691$42f2a1a0$6b01a8c0@PENELOPE> Fixes for GCC compilation, also fixed w32api definition of LUID Updated files: branches/rox-u/reactos/ntoskrnl/ldr/rtl.c branches/rox-u/reactos/ntoskrnl/ps/psmgr.c branches/rox-u/reactos/ntoskrnl/se/luid.c branches/rox-u/reactos/w32api/include/winnt.h From mbosma at svn.reactos.com Tue Jun 21 21:17:58 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [mbosma] 16209: Martin Rottensteiner (2005only@pianonote.at): Message-ID: <000601c57695$ef6b04a0$6b01a8c0@PENELOPE> Martin Rottensteiner (2005only@pianonote.at): - set errorlevel to 9009 if command not found - implemented exit /b # in batchfiles Updated files: trunk/reactos/subsys/system/cmd/error.c trunk/reactos/subsys/system/cmd/if.c trunk/reactos/subsys/system/cmd/internal.c From hpoussin at svn.reactos.com Tue Jun 21 23:35:19 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hpoussin] 16210: Silent debug messages Message-ID: <000601c576a9$1f6d8930$6b01a8c0@PENELOPE> Silent debug messages Updated files: trunk/reactos/drivers/storage/floppy/csqrtns.c trunk/reactos/drivers/storage/floppy/floppy.c trunk/reactos/drivers/storage/floppy/floppy.h trunk/reactos/drivers/storage/floppy/hardware.c trunk/reactos/drivers/storage/floppy/ioctl.c trunk/reactos/drivers/storage/floppy/readwrite.c From greatlrd at svn.reactos.com Wed Jun 22 00:07:49 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [greatlrd] 16211: add error code for file not found it was missing on one place Message-ID: <000601c576ad$a9c16210$6b01a8c0@PENELOPE> add error code for file not found it was missing on one place Updated files: trunk/reactos/subsys/system/cmd/error.c From hyperion at svn.reactos.com Wed Jun 22 01:43:40 2005 From: hyperion at svn.reactos.com (hyperion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hyperion] 16212: Partial merge from the ROX-U branch (various fixes for Visual C++ compilation, see logs for r16198 and r16208) Message-ID: <000601c576bb$0d62ae20$6b01a8c0@PENELOPE> Partial merge from the ROX-U branch (various fixes for Visual C++ compilation, see logs for r16198 and r16208) Updated files: trunk/reactos/ntoskrnl/cc/copy.c trunk/reactos/ntoskrnl/cc/fs.c trunk/reactos/ntoskrnl/ex/evtpair.c trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/fs/name.c trunk/reactos/ntoskrnl/include/internal/arch/ke.h trunk/reactos/ntoskrnl/include/internal/arch/mm.h trunk/reactos/ntoskrnl/include/internal/arch/ps.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/irp.c trunk/reactos/ntoskrnl/io/wmi.c trunk/reactos/ntoskrnl/ke/ipi.c trunk/reactos/ntoskrnl/ke/kqueue.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/ke/profile.c trunk/reactos/ntoskrnl/ldr/loader.c trunk/reactos/ntoskrnl/ldr/resource.c trunk/reactos/ntoskrnl/ldr/rtl.c trunk/reactos/ntoskrnl/mm/iospace.c trunk/reactos/ntoskrnl/mm/process.c trunk/reactos/ntoskrnl/mm/section.c trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/se/acl.c trunk/reactos/ntoskrnl/se/luid.c trunk/reactos/ntoskrnl/se/semgr.c trunk/reactos/ntoskrnl/se/token.c trunk/reactos/w32api/include/ddk/batclass.h trunk/reactos/w32api/include/ddk/ntddk.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/ntpoapi.h trunk/reactos/w32api/include/ddk/winddk.h trunk/reactos/w32api/include/ntdef.h trunk/reactos/w32api/include/windef.h trunk/reactos/w32api/include/winnt.h From ion at svn.reactos.com Wed Jun 22 06:03:00 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16213: Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are external and we should at least try to match the number of arguments (one vs eight? come on!). Because this is also the direction that Emanuele wants to be taking, the whole external calling interface was modified to be more compatible with NT (although internally it still isn't, and does not have a reason to be). API Names are now generated by a macro from the Server ID, like Emanuele and I noticed from traces, and I've entirely removed the concept of a reply structure. CSRSS uses full-duplex one-way structures, not dual-strutures (this would've been incompatible with the external interface anyways). I don't seem to have introduced any new bugs (console-ROS works great for me, as does the GUI), but there is still a chance some obscure bug might happen, so please bear with me, I had to hand-edit over 250 calls. Also, this now allows full removal of ntdll headers and the next! commits will clea n this up Message-ID: <000601c576df$47a509b0$6b01a8c0@PENELOPE> Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are external and we should at least try to match the number of arguments (one vs eight? come on!). Because this is also the direction that Emanuele wants to be taking, the whole external calling interface was modified to be more compatible with NT (although internally it still isn't, and does not have a reason to be). API Names are now generated by a macro from the Server ID, like Emanuele and I noticed from traces, and I've entirely removed the concept of a reply structure. CSRSS uses full-duplex one-way structures, not dual-strutures (this would've been incompatible with the external interface anyways). I don't seem to have introduced any new bugs (console-ROS works great for me, as does the GUI), but there is still a chance some obscure bug might happen, so please bear with me, I had to hand-edit over 250 calls. Also, this now allows full removal of ntdll headers and the next commits will clean th! is up Updated files: trunk/reactos/include/csrss/csrss.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ntos.h trunk/reactos/lib/kernel32/file/create.c trunk/reactos/lib/kernel32/k32.h trunk/reactos/lib/kernel32/misc/console.c trunk/reactos/lib/kernel32/misc/dllmain.c trunk/reactos/lib/kernel32/process/create.c trunk/reactos/lib/kernel32/process/proc.c trunk/reactos/lib/ntdll/csr/lpc.c trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/inc/ntdll.h trunk/reactos/lib/user32/include/user32.h trunk/reactos/lib/user32/misc/exit.c trunk/reactos/lib/user32/misc/misc.c trunk/reactos/subsys/csrss/api/process.c trunk/reactos/subsys/csrss/api/user.c trunk/reactos/subsys/csrss/api/wapi.c trunk/reactos/subsys/csrss/csrss.c trunk/reactos/subsys/csrss/include/api.h trunk/reactos/subsys/csrss/init.c trunk/reactos/subsys/csrss/win32csr/conio.c trunk/reactos/subsys/csrss/win32csr/desktopbg.c trunk/reactos/subsys/csrss/win32csr/dllmain.c trunk/reactos/subsys/csrss/win32csr/exitros.c trunk/reactos/subsys/win32k/include/csr.h trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/misc.c From ion at svn.reactos.com Wed Jun 22 07:04:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16214: Fix some NDK issues when attempting to use it from kmode, and fix some winddk/ntifs inconsistencies aswell (move PFILE_QUOTA_INFORMATION and remove all RtlRange functions from the DDK, plus add PPEB) Message-ID: <000601c576e7$d8c52990$6b01a8c0@PENELOPE> Fix some NDK issues when attempting to use it from kmode, and fix some winddk/ntifs inconsistencies aswell (move PFILE_QUOTA_INFORMATION and remove all RtlRange functions from the DDK, plus add PPEB) Updated files: trunk/reactos/include/napi/core.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/include/ntos/rtltypes.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h From greatlrd at svn.reactos.com Wed Jun 22 19:39:13 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [greatlrd] 16215: Brandon Turner Added exclusive deletion "del * -abc.txt -text*.txt" Message-ID: <000601c57751$4e185140$6b01a8c0@PENELOPE> Brandon Turner Added exclusive deletion "del * -abc.txt -text*.txt" Updated files: trunk/reactos/subsys/system/cmd/del.c trunk/reactos/subsys/system/cmd/wishlist.txt From hbirr at svn.reactos.com Wed Jun 22 19:44:05 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [hbirr] 16216: - Initialized Reply with NULL for the first call to NtReplyWaitReceivePort. Message-ID: <000601c57751$fc029090$6b01a8c0@PENELOPE> - Initialized Reply with NULL for the first call to NtReplyWaitReceivePort. - Removed LpcReply because it wasn't really used. Updated files: trunk/reactos/subsys/csrss/api/wapi.c From ion at svn.reactos.com Wed Jun 22 19:58:31 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16217: Fix one more bug in NDK, and fix w32api headers to use FLOWSPEC structure inside NDIS.h, and use qos.h instead of winsock2, and implement FLOWSPEC in qos.h, moving it outside from winsock2. Message-ID: <000601c57754$000987f0$6b01a8c0@PENELOPE> Fix one more bug in NDK, and fix w32api headers to use FLOWSPEC structure inside NDIS.h, and use qos.h instead of winsock2, and implement FLOWSPEC in qos.h, moving it outside from winsock2. Added files: trunk/reactos/w32api/include/qos.h Updated files: trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/w32api/include/ddk/ndis.h trunk/reactos/w32api/include/winsock2.h From ion at svn.reactos.com Wed Jun 22 19:58:50 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:46 2006 Subject: [ros-svn] [ion] 16218: Build tcpip with NDK Message-ID: <000601c57754$0bc33d70$6b01a8c0@PENELOPE> Build tcpip with NDK Updated files: trunk/reactos/drivers/net/tcpip/include/precomp.h trunk/reactos/drivers/net/tcpip/include/tcpip.h From mbosma at svn.reactos.com Wed Jun 22 20:02:44 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [mbosma] 16219: Change NtGdiD3dContextDestroyAll@4 to @0 Message-ID: <000601c57754$970f7ce0$6b01a8c0@PENELOPE> Change NtGdiD3dContextDestroyAll@4 to @0 Updated files: trunk/reactos/lib/d3d8thk/d3d8thk.def trunk/reactos/tools/nci/w32ksvc.db From hbirr at svn.reactos.com Wed Jun 22 20:03:43 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hbirr] 16220: Added PFILE_ALIGNMENT_INFORMATION. Message-ID: <000601c57754$ba1b32b0$6b01a8c0@PENELOPE> Added PFILE_ALIGNMENT_INFORMATION. Updated files: trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Wed Jun 22 20:06:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16221: Fix build Message-ID: <000601c57755$2bc89ba0$6b01a8c0@PENELOPE> Fix build Updated files: trunk/reactos/w32api/include/winsock2.h From weiden at svn.reactos.com Wed Jun 22 21:18:27 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [weiden] 16222: close extern "C" block for c++ code Message-ID: <000601c5775f$2afbca30$6b01a8c0@PENELOPE> close extern "C" block for c++ code Updated files: trunk/reactos/w32api/include/qos.h From ion at svn.reactos.com Wed Jun 22 21:33:36 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16223: Fix build (eh, Casper? :P) Message-ID: <000601c57761$48685fa0$6b01a8c0@PENELOPE> Fix build (eh, Casper? :P) Updated files: trunk/reactos/drivers/net/tcpip/include/tcpip.h From mbosma at svn.reactos.com Wed Jun 22 21:51:11 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [mbosma] 16224: Removed ddk/ddrawi.h because we have it twice, also removed some defines from ddrawint.h that are already in ddrawi.h Message-ID: <000601c57763$bd6ea5a0$6b01a8c0@PENELOPE> Removed ddk/ddrawi.h because we have it twice, also removed some defines from ddrawint.h that are already in ddrawi.h Updated files: trunk/reactos/include/ddentry.h trunk/reactos/include/ddk/d3dhal.h trunk/reactos/include/ddk/ddrawint.h Deleted files: trunk/reactos/include/ddk/ddrawi.h From sedwards at svn.reactos.com Wed Jun 22 22:51:30 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16225: remove unnneed function declariation Message-ID: <000601c5776c$2a69b070$6b01a8c0@PENELOPE> remove unnneed function declariation Updated files: trunk/reactos/apps/utils/net/arp/arp.c From weiden at svn.reactos.com Wed Jun 22 23:01:19 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [weiden] 16226: implemented RtlHashUnicodeString and export it in ntdll Message-ID: <000601c5776d$89ca8a20$6b01a8c0@PENELOPE> implemented RtlHashUnicodeString and export it in ntdll Updated files: trunk/reactos/include/ndk/umtypes.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/rtl/unicode.c From greatlrd at svn.reactos.com Wed Jun 22 23:51:36 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [greatlrd] 16227: move ddrawi.h to ddk there it belong Message-ID: <000601c57774$901c1b80$6b01a8c0@PENELOPE> move ddrawi.h to ddk there it belong Added files: trunk/reactos/include/ddk/ddrawi.h Updated files: trunk/reactos/include/ddk/ddrawint.h Deleted files: trunk/reactos/include/ddrawi.h From sedwards at svn.reactos.com Wed Jun 22 23:55:52 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16228: added msxmldid.h from wine Message-ID: <000601c57775$2849c790$6b01a8c0@PENELOPE> added msxmldid.h from wine Added files: trunk/reactos/w32api/include/msxmldid.h From ion at svn.reactos.com Thu Jun 23 01:10:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16229: Fix definition of KINTERRUPT in ROS headers so that moving to NDK will be easier. Also fix KeDisconnectInterrupt to return the old state instead of VOID, and re-write the I/O Interrupt code to work with an array and first object for better speed Message-ID: <000601c5777f$8f0aaa80$6b01a8c0@PENELOPE> Fix definition of KINTERRUPT in ROS headers so that moving to NDK will be easier. Also fix KeDisconnectInterrupt to return the old state instead of VOID, and re-write the I/O Interrupt code to work with an array and first object for better speed Updated files: trunk/reactos/include/ntos/kefuncs.h trunk/reactos/include/ntos/zwtypes.h trunk/reactos/ntoskrnl/io/irq.c trunk/reactos/ntoskrnl/ke/i386/irq.c trunk/reactos/ntoskrnl/ke/spinlock.c From ion at svn.reactos.com Thu Jun 23 01:12:29 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16230: Build diskdump with NDK Message-ID: <000601c5777f$dc92fe60$6b01a8c0@PENELOPE> Build diskdump with NDK Updated files: trunk/reactos/drivers/storage/diskdump/diskdump.c From ion at svn.reactos.com Thu Jun 23 01:12:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16231: Fix typo Message-ID: <000601c5777f$eb690f10$6b01a8c0@PENELOPE> Fix typo Updated files: trunk/reactos/w32api/include/ddk/ntnls.h From sedwards at svn.reactos.com Thu Jun 23 01:47:56 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16232: mark IopCsqCancelRoutine as static. Vizzini really does write good code. Message-ID: <000601c57784$d06bc7c0$6b01a8c0@PENELOPE> mark IopCsqCancelRoutine as static. Vizzini really does write good code. Updated files: trunk/reactos/drivers/lib/csq/csq.c From ion at svn.reactos.com Thu Jun 23 03:37:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16233: Fix build (no, not because of me, casper) Message-ID: <000601c57794$0d7ae470$6b01a8c0@PENELOPE> Fix build (no, not because of me, casper) Updated files: trunk/reactos/include/ddentry.h From ion at svn.reactos.com Thu Jun 23 05:18:26 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16234: Fix some NDK things and missing w32api defines. Message-ID: <000601c577a2$3875aad0$6b01a8c0@PENELOPE> Fix some NDK things and missing w32api defines. Updated files: trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/iotypes.h trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/include/ntos/ntpnp.h trunk/reactos/include/reactos/helper.h trunk/reactos/w32api/include/ddk/ntifs.h trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Thu Jun 23 05:24:50 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16235: Fix build (my fault now :P) Message-ID: <000601c577a3$1d5c25c0$6b01a8c0@PENELOPE> Fix build (my fault now :P) Updated files: trunk/reactos/include/ntos/fstypes.h trunk/reactos/include/ntos/rtl.h From ion at svn.reactos.com Thu Jun 23 06:42:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16236: Fix more ddk/ndk missing defintions Message-ID: <000601c577ae$0517ae20$6b01a8c0@PENELOPE> Fix more ddk/ndk missing defintions Updated files: trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/sefuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/w32api/include/ddk/win2k.h trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Thu Jun 23 06:52:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16237: fix build...sigh...sorry, my ntoskrnl builds with NDK Message-ID: <000601c577af$5ccc1d30$6b01a8c0@PENELOPE> fix build...sigh...sorry, my ntoskrnl builds with NDK Updated files: trunk/reactos/include/ntos/ntpnp.h trunk/reactos/include/ntos/port.h trunk/reactos/include/ntos/zw.h trunk/reactos/ntoskrnl/fs/mcb.c trunk/reactos/w32api/include/ddk/ntapi.h From ion at svn.reactos.com Thu Jun 23 06:54:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16238: use DDK for rossym Message-ID: <000601c577af$93799c90$6b01a8c0@PENELOPE> use DDK for rossym Updated files: trunk/reactos/lib/rossym/initkm.c From ion at svn.reactos.com Thu Jun 23 07:07:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16239: Fix two more build issues caused by greatlod's d3d header change and ndk bug Message-ID: <000601c577b1$7755b6f0$6b01a8c0@PENELOPE> Fix two more build issues caused by greatlod's d3d header change and ndk bug Updated files: trunk/reactos/include/ddk/d3dhal.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/umtypes.h From weiden at svn.reactos.com Thu Jun 23 12:34:20 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [weiden] 16240: flag IsTokenRestricted() as @implemented Message-ID: <000601c577df$1d40de50$6b01a8c0@PENELOPE> flag IsTokenRestricted() as @implemented Updated files: trunk/reactos/lib/advapi32/token/token.c From ion at svn.reactos.com Thu Jun 23 14:22:35 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16241: Revert accidental change Message-ID: <000601c577ee$3ce46510$6b01a8c0@PENELOPE> Revert accidental change Updated files: trunk/reactos/w32api/include/ddk/win2k.h From sedwards at svn.reactos.com Thu Jun 23 14:38:21 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16242: one has to wonder if I am fixing a kernel build..... Message-ID: <000601c577f0$70a3da50$6b01a8c0@PENELOPE> one has to wonder if I am fixing a kernel build..... Updated files: trunk/reactos/ntoskrnl/io/disk.c From sedwards at svn.reactos.com Thu Jun 23 15:26:21 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16243: break the tree for gcc 3.4.1 and gcc 4 at the request of Alex Message-ID: <000601c577f7$250a32e0$6b01a8c0@PENELOPE> break the tree for gcc 3.4.1 and gcc 4 at the request of Alex Updated files: trunk/reactos/ntoskrnl/io/disk.c From sedwards at svn.reactos.com Thu Jun 23 15:31:37 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16244: properly break it. correct typo Message-ID: <000601c577f7$e187ad80$6b01a8c0@PENELOPE> properly break it. correct typo Updated files: trunk/reactos/ntoskrnl/io/disk.c From ion at svn.reactos.com Thu Jun 23 17:29:23 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16245: Fix bug in interrupt code Message-ID: <000601c57808$5538e270$6b01a8c0@PENELOPE> Fix bug in interrupt code Updated files: trunk/reactos/ntoskrnl/io/irq.c From ion at svn.reactos.com Thu Jun 23 17:58:09 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16246: Build stub hal with NDK Message-ID: <000601c5780c$5a38cde0$6b01a8c0@PENELOPE> Build stub hal with NDK Updated files: trunk/reactos/hal/hal/hal.c From gvg at svn.reactos.com Thu Jun 23 19:54:25 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [gvg] 16247: Don't draw 0-width HLine Message-ID: <000601c5781c$983b7ce0$6b01a8c0@PENELOPE> Don't draw 0-width HLine Updated files: trunk/reactos/subsys/win32k/eng/lineto.c From greatlrd at svn.reactos.com Thu Jun 23 20:12:23 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [greatlrd] 16248: (Brandon Turner) ) Fixed bug to allow MS style wildcards + code clean up added /y and /-y Message-ID: <000601c5781f$1ad604c0$6b01a8c0@PENELOPE> (Brandon Turner) ) Fixed bug to allow MS style wildcards + code clean up added /y and /-y Updated files: trunk/reactos/subsys/system/cmd/move.c From sedwards at svn.reactos.com Thu Jun 23 20:15:13 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [sedwards] 16249: convert all of the gdiplus stuff to lowercase Message-ID: <000601c5781f$80015f20$6b01a8c0@PENELOPE> convert all of the gdiplus stuff to lowercase Added files: trunk/reactos/lib/gdiplus/include/gdiplusprivate.h trunk/reactos/w32api/include/gdiplus.h trunk/reactos/w32api/include/gdiplusbase.h trunk/reactos/w32api/include/gdiplusbrush.h trunk/reactos/w32api/include/gdipluscolor.h trunk/reactos/w32api/include/gdipluscolormatrix.h trunk/reactos/w32api/include/gdipluseffects.h trunk/reactos/w32api/include/gdiplusenums.h trunk/reactos/w32api/include/gdiplusflat.h trunk/reactos/w32api/include/gdiplusgpstubs.h trunk/reactos/w32api/include/gdiplusgraphics.h trunk/reactos/w32api/include/gdiplusheaders.h trunk/reactos/w32api/include/gdiplusimageattributes.h trunk/reactos/w32api/include/gdiplusimaging.h trunk/reactos/w32api/include/gdiplusinit.h trunk/reactos/w32api/include/gdipluslinecaps.h trunk/reactos/w32api/include/gdiplusmatrix.h trunk/reactos/w32api/include/gdiplusmem.h trunk/reactos/w32api/include/gdiplusmetafile.h trunk/reactos/w32api/include/gdiplusmetaheader.h trunk/reactos/w32api/include/gdipluspath.h trunk/reactos/w32api/include/gdipluspen.h trunk/reactos/w32api/include/gdipluspixelformats.h trunk/reactos/w32api/include/gdiplusstringformat.h trunk/reactos/w32api/include/gdiplustypes.h Updated files: trunk/reactos/lib/gdiplus/gdiplus/arrow.c trunk/reactos/lib/gdiplus/gdiplus/bitmap.c trunk/reactos/lib/gdiplus/gdiplus/brush.c trunk/reactos/lib/gdiplus/gdiplus/clip.c trunk/reactos/lib/gdiplus/gdiplus/codec.c trunk/reactos/lib/gdiplus/gdiplus/container.c trunk/reactos/lib/gdiplus/gdiplus/dllmain.c trunk/reactos/lib/gdiplus/gdiplus/draw.c trunk/reactos/lib/gdiplus/gdiplus/effect.c trunk/reactos/lib/gdiplus/gdiplus/fill.c trunk/reactos/lib/gdiplus/gdiplus/font.c trunk/reactos/lib/gdiplus/gdiplus/graphics.c trunk/reactos/lib/gdiplus/gdiplus/image.c trunk/reactos/lib/gdiplus/gdiplus/linecap.c trunk/reactos/lib/gdiplus/gdiplus/linegradient.c trunk/reactos/lib/gdiplus/gdiplus/matrix.c trunk/reactos/lib/gdiplus/gdiplus/memory.c trunk/reactos/lib/gdiplus/gdiplus/metafile.c trunk/reactos/lib/gdiplus/gdiplus/palette.c trunk/reactos/lib/gdiplus/gdiplus/path.c trunk/reactos/lib/gdiplus/gdiplus/pathgradient.c trunk/reactos/lib/gdiplus/gdiplus/pathiterator.c trunk/reactos/lib/gdiplus/gdiplus/pen.c trunk/reactos/lib/gdiplus/gdiplus/region.c trunk/reactos/lib/gdiplus/gdiplus/string.c trunk/reactos/lib/gdiplus/gdiplus/texture.c trunk/reactos/lib/gdiplus/gdiplus/transform.c Deleted files: trunk/reactos/lib/gdiplus/include/GdiPlusPrivate.h trunk/reactos/w32api/include/GdiPlus.h trunk/reactos/w32api/include/GdiPlusBase.h trunk/reactos/w32api/include/GdiPlusBrush.h trunk/reactos/w32api/include/GdiPlusColor.h trunk/reactos/w32api/include/GdiPlusColorMatrix.h trunk/reactos/w32api/include/GdiPlusEffects.h trunk/reactos/w32api/include/GdiPlusEnums.h trunk/reactos/w32api/include/GdiPlusFlat.h trunk/reactos/w32api/include/GdiPlusGpStubs.h trunk/reactos/w32api/include/GdiPlusGraphics.h trunk/reactos/w32api/include/GdiPlusHeaders.h trunk/reactos/w32api/include/GdiPlusImageAttributes.h trunk/reactos/w32api/include/GdiPlusImaging.h trunk/reactos/w32api/include/GdiPlusInit.h trunk/reactos/w32api/include/GdiPlusLineCaps.h trunk/reactos/w32api/include/GdiPlusMatrix.h trunk/reactos/w32api/include/GdiPlusMem.h trunk/reactos/w32api/include/GdiPlusMetaFile.h trunk/reactos/w32api/include/GdiPlusMetaHeader.h trunk/reactos/w32api/include/GdiPlusPath.h trunk/reactos/w32api/include/GdiPlusPen.h trunk/reactos/w32api/include/GdiPlusPixelFormats.h trunk/reactos/w32api/include/GdiPlusStringFormat.h trunk/reactos/w32api/include/GdiPlusTypes.h From hpoussin at svn.reactos.com Thu Jun 23 22:34:20 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hpoussin] 16250: Assign provider-specific fields in IOCTL_SERIAL_GET_PROPERTIES Message-ID: <000601c57832$ef61d030$6b01a8c0@PENELOPE> Assign provider-specific fields in IOCTL_SERIAL_GET_PROPERTIES Big clean up in serial.h header Fix header text (remove $Id...) Updated files: trunk/reactos/drivers/dd/serial/circularbuffer.c trunk/reactos/drivers/dd/serial/cleanup.c trunk/reactos/drivers/dd/serial/close.c trunk/reactos/drivers/dd/serial/create.c trunk/reactos/drivers/dd/serial/devctrl.c trunk/reactos/drivers/dd/serial/info.c trunk/reactos/drivers/dd/serial/legacy.c trunk/reactos/drivers/dd/serial/misc.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/power.c trunk/reactos/drivers/dd/serial/rw.c trunk/reactos/drivers/dd/serial/serial.c trunk/reactos/drivers/dd/serial/serial.h From hpoussin at svn.reactos.com Thu Jun 23 23:36:43 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hpoussin] 16251: Add COMMPROP_INITIALIZED constant. It is used in COMMPROP structure, for dwProvSpec1 field Message-ID: <000601c5783b$a64599f0$6b01a8c0@PENELOPE> Add COMMPROP_INITIALIZED constant. It is used in COMMPROP structure, for dwProvSpec1 field Updated files: trunk/reactos/w32api/include/winbase.h From ion at svn.reactos.com Fri Jun 24 03:31:27 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16252: Build eventlog, umpnpmgr, rpcss with NDK Message-ID: <000601c5785c$70d9bf50$6b01a8c0@PENELOPE> Build eventlog, umpnpmgr, rpcss with NDK Updated files: trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ntos/ntpnp.h trunk/reactos/include/ntos/obtypes.h trunk/reactos/services/eventlog/eventlog.c trunk/reactos/services/eventlog/logport.c trunk/reactos/services/rpcss/rpcss.c trunk/reactos/services/umpnpmgr/umpnpmgr.c From ion at svn.reactos.com Fri Jun 24 03:37:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16253: Build HAL with NDK Message-ID: <000601c5785d$409e8770$6b01a8c0@PENELOPE> Build HAL with NDK Updated files: trunk/reactos/hal/halx86/generic/adapter.c trunk/reactos/hal/halx86/generic/generic.xml trunk/reactos/hal/halx86/generic/reboot.c trunk/reactos/hal/halx86/include/hal.h trunk/reactos/hal/halx86/xbox/halxbox.xml From ion at svn.reactos.com Fri Jun 24 17:34:43 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16254: Forgot to commit this fix to ntifs Message-ID: <000601c578d2$3e97fae0$6b01a8c0@PENELOPE> Forgot to commit this fix to ntifs Updated files: trunk/reactos/w32api/include/ddk/ntifs.h From ion at svn.reactos.com Fri Jun 24 17:38:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16255: Build regtess with standard windows header only, not NTOS Message-ID: <000601c578d2$ca0cd0f0$6b01a8c0@PENELOPE> Build regtess with standard windows header only, not NTOS Updated files: trunk/reactos/regtests/shared/regtests.c From ion at svn.reactos.com Fri Jun 24 18:39:53 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16256: Fix rtshared, didn't know about this module Message-ID: <000601c578db$58adc000$6b01a8c0@PENELOPE> Fix rtshared, didn't know about this module Updated files: trunk/reactos/regtests/shared/regtests.c From weiden at svn.reactos.com Fri Jun 24 20:11:22 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [weiden] 16257: - Moved ntdll's atom table implementation to rtl, rewrote it to use proper structures and share the generic implementation between ntoskrnl and ntdll Message-ID: <000601c578e8$20acf9c0$6b01a8c0@PENELOPE> - Moved ntdll's atom table implementation to rtl, rewrote it to use proper structures and share the generic implementation between ntoskrnl and ntdll - Updated the rtl handle table implementation to use proper structures. Reserved handles are not yet supported correctly. Added files: trunk/reactos/lib/rtl/atom.c Updated files: trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ntdll/rtl.h trunk/reactos/include/ntos/rtltypes.h trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/handle.c trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/rtl/rtl.xml trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/ntoskrnl.xml trunk/reactos/ntoskrnl/rtl/atom.c trunk/reactos/ntoskrnl/rtl/libsupp.c Deleted files: trunk/reactos/lib/ntdll/rtl/atom.c trunk/reactos/ntoskrnl/include/internal/handle.h trunk/reactos/ntoskrnl/rtl/handle.c From hpoussin at svn.reactos.com Fri Jun 24 20:19:49 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hpoussin] 16258: Dmitry Philippov (shedon@mail.ru): implement GetCommConfig and SetCommConfig Message-ID: <000601c578e9$4ea386e0$6b01a8c0@PENELOPE> Dmitry Philippov (shedon@mail.ru): implement GetCommConfig and SetCommConfig Updated files: trunk/reactos/lib/kernel32/misc/comm.c From hpoussin at svn.reactos.com Fri Jun 24 20:28:30 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hpoussin] 16259: Change STATUS error codes to winerror ones Message-ID: <000601c578ea$852b6060$6b01a8c0@PENELOPE> Change STATUS error codes to winerror ones Updated files: trunk/reactos/lib/kernel32/misc/comm.c From chorns at svn.reactos.com Fri Jun 24 21:39:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [chorns] 16260: Search current directory first for #include "". Message-ID: <000601c578f4$7f9e95e0$6b01a8c0@PENELOPE> Search current directory first for #include "". Updated files: trunk/reactos/tools/rbuild/automaticdependency.cpp trunk/reactos/tools/rbuild/include.cpp trunk/reactos/tools/rbuild/module.cpp trunk/reactos/tools/rbuild/project.cpp trunk/reactos/tools/rbuild/rbuild.h From ion at svn.reactos.com Fri Jun 24 22:58:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16261: Add missing privileges to winddk Message-ID: <000601c578ff$749d32e0$6b01a8c0@PENELOPE> Add missing privileges to winddk Updated files: trunk/reactos/w32api/include/ddk/winddk.h From greatlrd at svn.reactos.com Sat Jun 25 00:52:26 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [greatlrd] 16262: Brandon Turner ) simple check to fix > and | bug with 'rem' I (greatlord / Magnus Olsen) did small change on his patch so it did null terminate the strings right Message-ID: <000601c5790f$648b0570$6b01a8c0@PENELOPE> Brandon Turner ) simple check to fix > and | bug with 'rem' I (greatlord / Magnus Olsen) did small change on his patch so it did null terminate the strings right Updated files: trunk/reactos/subsys/system/cmd/redir.c From ion at svn.reactos.com Sat Jun 25 07:01:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16263: Fix token structure, add aux_data, fix KeDisconnectInterrupt and add NtBuildNumber (fixes for NDK) Message-ID: <000601c57942$f590b0f0$6b01a8c0@PENELOPE> Fix token structure, add aux_data, fix KeDisconnectInterrupt and add NtBuildNumber (fixes for NDK) Updated files: trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/setypes.h From ion at svn.reactos.com Sat Jun 25 15:55:27 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16264: Build secur32 with NDK Message-ID: <000601c5798d$8a999dc0$6b01a8c0@PENELOPE> Build secur32 with NDK Updated files: trunk/reactos/lib/secur32/lsa.c From ion at svn.reactos.com Sat Jun 25 16:04:05 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16265: Forgot this, sorry Message-ID: <000601c5798e$bf660ba0$6b01a8c0@PENELOPE> Forgot this, sorry Updated files: trunk/reactos/include/lsass/lsass.h From ion at svn.reactos.com Sat Jun 25 16:05:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [ion] 16266: Build ntoskrnl with NDK, and don't use rosrtl Message-ID: <000601c5798e$e68acc20$6b01a8c0@PENELOPE> Build ntoskrnl with NDK, and don't use rosrtl Updated files: trunk/reactos/include/ntos/ps.h trunk/reactos/include/ntos/security.h trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/ex/win32k.c trunk/reactos/ntoskrnl/inbv/inbv.c trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/internal/port.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/arcname.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpmgr.c trunk/reactos/ntoskrnl/io/resource.c trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ldr/init.c trunk/reactos/ntoskrnl/ldr/loader.c trunk/reactos/ntoskrnl/ldr/sysdll.c trunk/reactos/ntoskrnl/lpc/port.c trunk/reactos/ntoskrnl/mm/pagefile.c trunk/reactos/ntoskrnl/mm/section.c trunk/reactos/ntoskrnl/ob/wait.c trunk/reactos/ntoskrnl/ps/locale.c trunk/reactos/ntoskrnl/ps/query.c trunk/reactos/ntoskrnl/ps/thread.c trunk/reactos/ntoskrnl/rtl/libsupp.c trunk/reactos/ntoskrnl/rtl/rangelist.c trunk/reactos/ntoskrnl/rtl/sprintf.c trunk/reactos/ntoskrnl/rtl/stdlib.c trunk/reactos/ntoskrnl/rtl/swprintf.c From hpoussin at svn.reactos.com Sat Jun 25 18:01:30 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:47 2006 Subject: [ros-svn] [hpoussin] 16267: Remove mouse type selection in usetup. Message-ID: <000601c5799f$26dcc250$6b01a8c0@PENELOPE> Remove mouse type selection in usetup. i8042prt driver is always loaded for keyboard and auto-detects the PS/2 mouse (if any) sermouse driver is loaded if a serial mouse is enumerated by serenum driver Updated files: trunk/reactos/bootdata/hiveinst.inf trunk/reactos/bootdata/txtsetup.sif trunk/reactos/subsys/system/usetup/settings.c trunk/reactos/subsys/system/usetup/settings.h trunk/reactos/subsys/system/usetup/usetup.c From ion at svn.reactos.com Sat Jun 25 19:01:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16268: Large partial cleanup of ntoskrnl internal headers, mostly to delete obsoleted or non-useful headers, to reformat some horrible tab, spaces, etc mixups, and to move to NDK some public structures and remove all the include headers so that the standard one can be added. Note the word partial, meaning more will come in order to fully fix the mess. Message-ID: <000601c579a7$887d75b0$6b01a8c0@PENELOPE> Large partial cleanup of ntoskrnl internal headers, mostly to delete obsoleted or non-useful headers, to reformat some horrible tab, spaces, etc mixups, and to move to NDK some public structures and remove all the include headers so that the standard one can be added. Note the word partial, meaning more will come in order to fully fix the mess. Added files: trunk/reactos/include/ndk/dbgktypes.h trunk/reactos/ntoskrnl/include/internal/asm.h trunk/reactos/ntoskrnl/include/internal/fs.h Updated files: trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/i386/floatsave.h trunk/reactos/include/ndk/i386/segment.h trunk/reactos/include/ndk/iotypes.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/ntoskrnl/ex/callback.c trunk/reactos/ntoskrnl/include/internal/arch/ps.h trunk/reactos/ntoskrnl/include/internal/cc.h trunk/reactos/ntoskrnl/include/internal/dbgk.h trunk/reactos/ntoskrnl/include/internal/ex.h trunk/reactos/ntoskrnl/include/internal/i386/fpu.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/i386/mm.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/include/internal/kbd.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ldr.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/module.h trunk/reactos/ntoskrnl/include/internal/nls.h trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/include/internal/po.h trunk/reactos/ntoskrnl/include/internal/port.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/internal/se.h trunk/reactos/ntoskrnl/include/internal/tag.h trunk/reactos/ntoskrnl/include/internal/v86m.h trunk/reactos/ntoskrnl/include/internal/xhal.h trunk/reactos/ntoskrnl/io/disk.c trunk/reactos/ntoskrnl/kdbg/kdb.h trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S trunk/reactos/ntoskrnl/ke/i386/irqhand.s trunk/reactos/ntoskrnl/ke/i386/main.S trunk/reactos/ntoskrnl/ke/i386/stkswitch.S trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/i386/trap.s trunk/reactos/ntoskrnl/ke/i386/usercall.S trunk/reactos/ntoskrnl/ke/i386/v86m_sup.S trunk/reactos/ntoskrnl/ob/object.c Deleted files: trunk/reactos/ntoskrnl/include/internal/callbacks.h trunk/reactos/ntoskrnl/include/internal/config.h trunk/reactos/ntoskrnl/include/internal/i386/hal.h trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/i386/segment.h trunk/reactos/ntoskrnl/include/internal/ifs.h trunk/reactos/ntoskrnl/include/internal/kdb.h trunk/reactos/ntoskrnl/include/internal/kdbochs.h trunk/reactos/ntoskrnl/include/internal/kdgdb.h trunk/reactos/ntoskrnl/include/internal/pool.h trunk/reactos/ntoskrnl/include/internal/safe.h trunk/reactos/ntoskrnl/include/internal/trap.h From ion at svn.reactos.com Sat Jun 25 20:08:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16269: Add many more structures to NDK which were incorrectly in the w32api IFS Message-ID: <000601c579b0$f102e170$6b01a8c0@PENELOPE> Add many more structures to NDK which were incorrectly in the w32api IFS Updated files: trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/setypes.h trunk/reactos/w32api/include/ddk/ntifs.h From ion at svn.reactos.com Sat Jun 25 20:18:03 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16270: fix most parts of the build except win32k Message-ID: <000601c579b2$3a2b4120$6b01a8c0@PENELOPE> fix most parts of the build except win32k Updated files: trunk/reactos/include/ndk/mmtypes.h trunk/reactos/include/ndk/pstypes.h From ion at svn.reactos.com Sat Jun 25 22:06:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16271: build win32k with NDK, finally\! Message-ID: <000601c579c1$526be960$6b01a8c0@PENELOPE> build win32k with NDK, finally\! Added files: trunk/reactos/include/ndk/mmfuncs.h trunk/reactos/subsys/win32k/include/win32k.h Updated files: trunk/reactos/include/ndk/ntndk.h trunk/reactos/include/ndk/obfuncs.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/psfuncs.h trunk/reactos/include/win32k/kapi.h trunk/reactos/ntoskrnl/include/internal/ex.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/ps/win32.c trunk/reactos/subsys/win32k/include/accelerator.h trunk/reactos/subsys/win32k/include/caret.h trunk/reactos/subsys/win32k/include/class.h trunk/reactos/subsys/win32k/include/clipboard.h trunk/reactos/subsys/win32k/include/desktop.h trunk/reactos/subsys/win32k/include/guicheck.h trunk/reactos/subsys/win32k/include/hook.h trunk/reactos/subsys/win32k/include/hotkey.h trunk/reactos/subsys/win32k/include/menu.h trunk/reactos/subsys/win32k/include/monitor.h trunk/reactos/subsys/win32k/include/mouse.h trunk/reactos/subsys/win32k/include/msgqueue.h trunk/reactos/subsys/win32k/include/object.h trunk/reactos/subsys/win32k/include/painting.h trunk/reactos/subsys/win32k/include/useratom.h trunk/reactos/subsys/win32k/include/vis.h trunk/reactos/subsys/win32k/include/window.h trunk/reactos/subsys/win32k/include/winsta.h trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/misc/driver.c trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/menu.c trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/subsys/win32k/w32k.h trunk/reactos/subsys/win32k/win32k.xml trunk/reactos/tools/nci/nci.mak trunk/reactos/tools/nci/ncitool.c Deleted files: trunk/reactos/ntoskrnl/include/internal/nt.h trunk/reactos/subsys/win32k/main/svctabm.c From ekohl at svn.reactos.com Sun Jun 26 03:09:02 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16272: Fix indentation, remove trailing whitespace and sort prototypes. Message-ID: <000601c579eb$a3c09570$6b01a8c0@PENELOPE> Fix indentation, remove trailing whitespace and sort prototypes. Updated files: trunk/reactos/include/ndk/dbgktypes.h trunk/reactos/include/ndk/extypes.h trunk/reactos/include/ndk/halfuncs.h trunk/reactos/include/ndk/haltypes.h trunk/reactos/include/ndk/kdtypes.h trunk/reactos/include/ndk/kefuncs.h trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/lpctypes.h trunk/reactos/include/ndk/mmfuncs.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/potypes.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/rtltypes.h trunk/reactos/include/ndk/sefuncs.h trunk/reactos/include/ndk/setypes.h trunk/reactos/include/ndk/umfuncs.h trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/ndk/zwfuncs.h trunk/reactos/include/ndk/zwtypes.h From ekohl at svn.reactos.com Sun Jun 26 03:12:28 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16273: Hal needs KPCR_BASE Message-ID: <000601c579ec$1eb94bf0$6b01a8c0@PENELOPE> Hal needs KPCR_BASE Updated files: trunk/reactos/hal/halx86/include/hal.h From ion at svn.reactos.com Sun Jun 26 06:00:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16274: Build videoprt with NDK Message-ID: <000601c57a03$96df3bf0$6b01a8c0@PENELOPE> Build videoprt with NDK Updated files: trunk/reactos/drivers/video/videoprt/videoprt.c trunk/reactos/drivers/video/videoprt/videoprt.h trunk/reactos/drivers/video/videoprt/videoprt.xml From ion at svn.reactos.com Sun Jun 26 06:49:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16275: Imitate NT and set some of the private object info for desktop/winsta inside win32k, not inside the kernel, so we don't need to know about win32k's private objects Message-ID: <000601c57a0a$66c5fc40$6b01a8c0@PENELOPE> Imitate NT and set some of the private object info for desktop/winsta inside win32k, not inside the kernel, so we don't need to know about win32k's private objects Updated files: trunk/reactos/ntoskrnl/ex/win32k.c trunk/reactos/subsys/system/directory.xml trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/winsta.c From ion at svn.reactos.com Sun Jun 26 06:50:12 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16276: Revert accidental commit Message-ID: <000601c57a0a$893460a0$6b01a8c0@PENELOPE> Revert accidental commit Updated files: trunk/reactos/subsys/system/directory.xml From ion at svn.reactos.com Sun Jun 26 07:04:24 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16277: make lsass, win32k and vbe/xbox miniports use ndk instead of old headers Message-ID: <000601c57a0c$8582df70$6b01a8c0@PENELOPE> make lsass, win32k and vbe/xbox miniports use ndk instead of old headers Updated files: trunk/reactos/drivers/video/miniport/vbe/vbemp.h trunk/reactos/drivers/video/miniport/xboxvmp/xboxvmp.c trunk/reactos/drivers/video/miniport/xboxvmp/xboxvmp.h trunk/reactos/subsys/system/lsass/lsass.c trunk/reactos/subsys/win32k/ldr/loader.c From ion at svn.reactos.com Sun Jun 26 07:06:44 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16278: make usb miniports not to use old header Message-ID: <000601c57a0c$d8fc5960$6b01a8c0@PENELOPE> make usb miniports not to use old header Updated files: trunk/reactos/drivers/usb/miniport/usbehci/usbehci.h trunk/reactos/drivers/usb/miniport/usbohci/usbohci.h trunk/reactos/drivers/usb/miniport/usbuhci/usbuhci.h From ion at svn.reactos.com Sun Jun 26 07:52:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16279: Kill NTOS headers. So long, and thanks for all the fish Message-ID: <000601c57a13$4ef2f600$6b01a8c0@PENELOPE> Kill NTOS headers. So long, and thanks for all the fish Added files: trunk/reactos/include/ddk/core.h trunk/reactos/include/ddk/ntpnp.h Updated files: trunk/reactos/apps/utils/ps/ps.c trunk/reactos/drivers/dd/blue/blue.c trunk/reactos/drivers/dd/bootvid/bootvid.c trunk/reactos/drivers/fs/cdfs/fsctl.c trunk/reactos/drivers/fs/cdfs/rw.c trunk/reactos/drivers/fs/ms/create.c trunk/reactos/drivers/fs/np/create.c trunk/reactos/drivers/fs/ntfs/mft.c trunk/reactos/drivers/fs/ntfs/rw.c trunk/reactos/drivers/storage/cdrom/cdrom.c trunk/reactos/drivers/storage/scsiport/scsiport.c trunk/reactos/drivers/video/displays/vga/vgavideo/vgavideo.c trunk/reactos/include/csrss/csrss.h trunk/reactos/include/ddk/ntddblue.h trunk/reactos/include/ndk/halfuncs.h trunk/reactos/include/ndk/inbvfuncs.h trunk/reactos/include/win32k/ntuser.h trunk/reactos/lib/crt/except/matherr.c trunk/reactos/lib/wdmguid/wdmguid.c trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/inbv/inbv.c trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/mm/pagefile.c trunk/reactos/services/umpnpmgr/umpnpmgr.c trunk/reactos/w32api/include/wincon.h Deleted files: trunk/reactos/include/napi/core.h trunk/reactos/include/ntos/ trunk/reactos/include/ntos.h From ion at svn.reactos.com Sun Jun 26 08:07:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16280: fix diskdump build Message-ID: <000601c57a15$44d6d900$6b01a8c0@PENELOPE> fix diskdump build Updated files: trunk/reactos/drivers/storage/diskdump/diskdump.c trunk/reactos/include/ddk/core.h From ion at svn.reactos.com Sun Jun 26 08:27:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16281: Hasta la vista ntdll/napi headers Message-ID: <000601c57a18$2cafa700$6b01a8c0@PENELOPE> Hasta la vista ntdll/napi headers Added files: trunk/reactos/include/win32k/win32.h Updated files: trunk/reactos/drivers/fs/np/fsctrl.c trunk/reactos/ntoskrnl/include/internal/asm.h trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/subsys/win32k/w32k.h trunk/reactos/tools/nci/nci.mak trunk/reactos/tools/nci/ncitool.c Deleted files: trunk/reactos/include/napi/ trunk/reactos/include/ntdll/ From ekohl at svn.reactos.com Sun Jun 26 13:07:19 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16282: Add missing resource function prototypes. Message-ID: <000601c57a3f$384f8130$6b01a8c0@PENELOPE> Add missing resource function prototypes. Updated files: trunk/reactos/include/ndk/rtlfuncs.h From ekohl at svn.reactos.com Sun Jun 26 13:14:59 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16283: Don't redefine ANSI_STRING, UNICODE_STRING and OBJECT_ATTRIBUTES if the NDK already defines them. Message-ID: <000601c57a40$4a2f5a00$6b01a8c0@PENELOPE> Don't redefine ANSI_STRING, UNICODE_STRING and OBJECT_ATTRIBUTES if the NDK already defines them. Updated files: trunk/reactos/w32api/include/ntsecapi.h From ekohl at svn.reactos.com Sun Jun 26 14:17:36 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16284: Add cfgmgr32 dll. Message-ID: <000601c57a49$09b07e10$6b01a8c0@PENELOPE> Add cfgmgr32 dll. This is a forwarder dll that passes all calls to setupapi.dll. Added files: trunk/reactos/lib/cfgmgr32/ trunk/reactos/lib/cfgmgr32/cfgmgr32.def trunk/reactos/lib/cfgmgr32/cfgmgr32.rc trunk/reactos/lib/cfgmgr32/cfgmgr32.xml Updated files: trunk/reactos/lib/directory.xml From hpoussin at svn.reactos.com Sun Jun 26 14:51:24 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [hpoussin] 16285: Move variable declaration at the top of the function Message-ID: <000601c57a4d$c27fe800$6b01a8c0@PENELOPE> Move variable declaration at the top of the function Remove unneeded affectation of hProcessHeap (already initialized in DllMain) Updated files: trunk/reactos/lib/kernel32/misc/comm.c From ekohl at svn.reactos.com Sun Jun 26 16:02:39 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16286: Build lsasrv.dll. Message-ID: <000601c57a57$b6e56ec0$6b01a8c0@PENELOPE> Build lsasrv.dll. Added files: trunk/reactos/lib/lsasrv/lsasrv.xml Updated files: trunk/reactos/lib/directory.xml From ion at svn.reactos.com Sun Jun 26 16:52:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16287: Add NDK FIXME List. Message-ID: <000601c57a5e$a659e1b0$6b01a8c0@PENELOPE> Add NDK FIXME List. Added files: trunk/reactos/include/ndk/fixmes.txt From ion at svn.reactos.com Sun Jun 26 17:22:51 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16288: Satisfy blight's excessively arrogant attitude and overblown ego Message-ID: <000601c57a62$eade0650$6b01a8c0@PENELOPE> Satisfy blight's excessively arrogant attitude and overblown ego Updated files: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S From jimtabor at svn.reactos.com Sun Jun 26 17:50:01 2005 From: jimtabor at svn.reactos.com (jimtabor@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [jimtabor] 16289: Setup support for ShowOwnedPopups and expand new function in NtUserCallTwoParam. Message-ID: <000601c57a66$b68b4300$6b01a8c0@PENELOPE> Setup support for ShowOwnedPopups and expand new function in NtUserCallTwoParam. Updated files: trunk/reactos/include/win32k/ntuser.h From ion at svn.reactos.com Sun Jun 26 18:06:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16290: Fixes for NDK compatibily (and plain ol' good design): - Use correct LDRP_ flags instead of our own made up ones. - Remove extra Process Info Classes that aren't in winddk, and use an add-on enumeration in the NDK. - Make ntoskrnl even more unaware of Win32K Internals by removing the deprecated PsCreateWin32Process function, moving w32process/thread allocation to win32k, and fixing the PsEstablishWin32Callouts function to use the latest NT prototype and callout data. These changes are similar to the ones done in NT. Message-ID: <000601c57a69$14b6b480$6b01a8c0@PENELOPE> Fixes for NDK compatibily (and plain ol' good design): - Use correct LDRP_ flags instead of our own made up ones. - Remove extra Process Info Classes that aren't in winddk, and use an add-on enumeration in the NDK. - Make ntoskrnl even more unaware of Win32K Internals by removing the deprecated PsCreateWin32Process function, moving w32process/thread allocation to win32k, and fixing the PsEstablishWin32Callouts function to use the latest NT prototype and callout data. These changes are similar to the ones done in NT. Updated files: trunk/reactos/include/ndk/ketypes.h trunk/reactos/include/ndk/ldrtypes.h trunk/reactos/include/ndk/obtypes.h trunk/reactos/include/ndk/psfuncs.h trunk/reactos/include/ndk/pstypes.h trunk/reactos/include/ndk/zwtypes.h trunk/reactos/lib/ntdll/ldr/startup.c trunk/reactos/lib/ntdll/ldr/utils.c trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/ntoskrnl.def trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/win32.c trunk/reactos/w32api/include/ddk/winddk.h From ion at svn.reactos.com Sun Jun 26 18:07:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16291: Update FIXME status. Message-ID: <000601c57a69$38399620$6b01a8c0@PENELOPE> Update FIXME status. Updated files: trunk/reactos/include/ndk/fixmes.txt From ion at svn.reactos.com Sun Jun 26 18:35:23 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16292: Remove depcrecated constant Message-ID: <000601c57a6d$0cb8aaa0$6b01a8c0@PENELOPE> Remove depcrecated constant Updated files: trunk/reactos/include/ndk/pstypes.h From ion at svn.reactos.com Sun Jun 26 18:35:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16293: Finalize organization of rtlfuncs.h and update FIXME status. Message-ID: <000601c57a6d$2167ec90$6b01a8c0@PENELOPE> Finalize organization of rtlfuncs.h and update FIXME status. Updated files: trunk/reactos/include/ndk/fixmes.txt trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/include/ndk/zwfuncs.h From ion at svn.reactos.com Sun Jun 26 19:11:26 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16294: Fix build Message-ID: <000601c57a72$15e2e960$6b01a8c0@PENELOPE> Fix build Updated files: trunk/reactos/include/ndk/pstypes.h From ekohl at svn.reactos.com Sun Jun 26 19:22:41 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16295: Add missing base address for cfgmgr32.dll and lsasrv.dll. Message-ID: <000601c57a73$a877fa30$6b01a8c0@PENELOPE> Add missing base address for cfgmgr32.dll and lsasrv.dll. Updated files: trunk/reactos/baseaddress.xml From ion at svn.reactos.com Sun Jun 26 20:00:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16296: Seems I forgot to commit this, sorry Message-ID: <000601c57a78$f2e8e2a0$6b01a8c0@PENELOPE> Seems I forgot to commit this, sorry Updated files: trunk/reactos/subsys/win32k/main/dllmain.c From ekohl at svn.reactos.com Sun Jun 26 20:04:32 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16297: Revert patch 16283 because it breaks PSDK compatibility. Message-ID: <000601c57a79$80f49030$6b01a8c0@PENELOPE> Revert patch 16283 because it breaks PSDK compatibility. Updated files: trunk/reactos/w32api/include/ntsecapi.h From ion at svn.reactos.com Sun Jun 26 21:29:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16298: Fix kdbg build and some more header cleanups: add csq.q to ntifs, since it's now fully documented by MS (kept vizzini's comments though), moved af_irda to w32api because it's part of PSDK, moved ntbootvid.h to bootvid directory, removed ldrfuncs.h and add ndk's ldrfuncs.h to umode ndk (it was missing) Message-ID: <000601c57a85$6264cf20$6b01a8c0@PENELOPE> Fix kdbg build and some more header cleanups: add csq.q to ntifs, since it's now fully documented by MS (kept vizzini's comments though), moved af_irda to w32api because it's part of PSDK, moved ntbootvid.h to bootvid directory, removed ldrfuncs.h and add ndk's ldrfuncs.h to umode ndk (it was missing) Added files: trunk/reactos/drivers/dd/bootvid/ntbootvid.h trunk/reactos/drivers/lib/csq/csq.h trunk/reactos/w32api/include/af_irda.h trunk/reactos/w32api/include/ddk/csq.h Updated files: trunk/reactos/drivers/dd/bootvid/bootvid.c trunk/reactos/drivers/lib/csq/csq.c trunk/reactos/include/ndk/ldrfuncs.h trunk/reactos/include/ndk/ntndk.h trunk/reactos/lib/kernel32/misc/res.c trunk/reactos/lib/ntdll/rtl/message.c trunk/reactos/ntoskrnl/inbv/inbv.c trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/kdbg/kdb_expr.c trunk/reactos/ntoskrnl/kdbg/kdb_string.c trunk/reactos/w32api/include/ddk/ntifs.h Deleted files: trunk/reactos/include/ddk/af_irda.h trunk/reactos/include/ddk/csq.h trunk/reactos/include/ddk/ldrfuncs.h trunk/reactos/include/ddk/ntbootvid.h From ion at svn.reactos.com Sun Jun 26 21:32:31 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16299: Svn::ignore fixups Message-ID: <000601c57a85$cb9fbe50$6b01a8c0@PENELOPE> Svn::ignore fixups From ekohl at svn.reactos.com Sun Jun 26 21:57:39 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16300: Remove useless Nt*Chanel and NtQueryOleDirectoryFile() prototypes. Message-ID: <000601c57a89$4e718d60$6b01a8c0@PENELOPE> Remove useless Nt*Chanel and NtQueryOleDirectoryFile() prototypes. Updated files: trunk/reactos/include/ndk/zwfuncs.h From ekohl at svn.reactos.com Sun Jun 26 23:01:24 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16301: Build LSASS. Message-ID: <000601c57a92$361b7470$6b01a8c0@PENELOPE> Build LSASS. Added files: trunk/reactos/subsys/system/lsass/lsass.xml Updated files: trunk/reactos/subsys/system/directory.xml trunk/reactos/subsys/system/lsass/lsass.c From ion at svn.reactos.com Sun Jun 26 23:32:57 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16302: Fix boot Message-ID: <000601c57a96$9e652900$6b01a8c0@PENELOPE> Fix boot Updated files: trunk/reactos/ntoskrnl/include/internal/asm.h From weiden at svn.reactos.com Sun Jun 26 23:42:37 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [weiden] 16303: - don't use the UNIMPLEMENTED macro in ObFindHandleForObject because it's actually used by win32k already Message-ID: <000601c57a97$f868b830$6b01a8c0@PENELOPE> - don't use the UNIMPLEMENTED macro in ObFindHandleForObject because it's actually used by win32k already - set the right generic mapping for desktop and window station handles during win32k startup Updated files: trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/winsta.c From ion at svn.reactos.com Mon Jun 27 00:16:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16304: Delete last trace of old headers in NDIS, and clean up some more old headers Message-ID: <000601c57a9c$bd4a09c0$6b01a8c0@PENELOPE> Delete last trace of old headers in NDIS, and clean up some more old headers Added files: trunk/reactos/w32api/include/mmddk.h Updated files: trunk/reactos/drivers/net/ndis/include/ndissys.h trunk/reactos/drivers/net/ndis/ndis/stubs.c Deleted files: trunk/reactos/include/excpt.h trunk/reactos/include/getopt.h trunk/reactos/include/mmddk.h trunk/reactos/include/roskrnl.h trunk/reactos/include/wdm.h trunk/reactos/include/wintrust.h trunk/reactos/w32api/include/ddk/ntapi.h From greatlrd at svn.reactos.com Mon Jun 27 20:46:11 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [greatlrd] 16305: Brandon Turner Implemented /A example "del /A:H /A:-R *.exe -ping.exe" Message-ID: <000601c57b48$7d072850$6b01a8c0@PENELOPE> Brandon Turner Implemented /A example "del /A:H /A:-R *.exe -ping.exe" Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/del.c From greatlrd at svn.reactos.com Mon Jun 27 20:53:48 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [greatlrd] 16306: remove blank space at end of line 143 did not see it Message-ID: <000601c57b49$8d7c9bb0$6b01a8c0@PENELOPE> remove blank space at end of line 143 did not see it sorry for compiling waring Updated files: trunk/reactos/subsys/system/cmd/En.rc From hbirr at svn.reactos.com Mon Jun 27 20:57:02 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [hbirr] 16307: Fixed the rule for wrc.o. Message-ID: <000601c57b4a$012a8f90$6b01a8c0@PENELOPE> Fixed the rule for wrc.o. Updated files: trunk/reactos/tools/wrc/wrc.mak From ekohl at svn.reactos.com Mon Jun 27 23:11:34 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16308: - Add Rtl*SecurityObject stubs. Message-ID: <000601c57b5c$cc2c7340$6b01a8c0@PENELOPE> - Add Rtl*SecurityObject stubs. - Export RtlpUnWaitCriticalSection and RtlWaitForCriticalSection. - Replace DWORDs by ULONGs. Added files: trunk/reactos/lib/ntdll/rtl/secobj.c Updated files: trunk/reactos/include/ndk/rtlfuncs.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/lib/ntdll/ntdll.xml trunk/reactos/lib/ntdll/rtl/critical.c From ekohl at svn.reactos.com Tue Jun 28 00:42:32 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ekohl] 16309: Implement private object security functions. Message-ID: <000601c57b69$81594160$6b01a8c0@PENELOPE> Implement private object security functions. Updated files: trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/sec/misc.c From ion at svn.reactos.com Tue Jun 28 18:59:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16310: Add PSDK headers from ./include to ./w32api, delete some outdated headers and place some in ddk properly Message-ID: <000601c57c02$ca8379c0$6b01a8c0@PENELOPE> Add PSDK headers from ./include to ./w32api, delete some outdated headers and place some in ddk properly Added files: trunk/reactos/w32api/include/cvconst.h trunk/reactos/w32api/include/d3d.h trunk/reactos/w32api/include/d3dcaps.h trunk/reactos/w32api/include/d3drm.h trunk/reactos/w32api/include/d3dtypes.h trunk/reactos/w32api/include/d3dvec.inl trunk/reactos/w32api/include/dbghelp.h trunk/reactos/w32api/include/ddk/d3dhal.h trunk/reactos/w32api/include/ddk/dciddi.h trunk/reactos/w32api/include/ddraw.h trunk/reactos/w32api/include/digitalv.h trunk/reactos/w32api/include/dinput.h trunk/reactos/w32api/include/dsconf.h trunk/reactos/w32api/include/dsdriver.h trunk/reactos/w32api/include/dsound.h trunk/reactos/w32api/include/dxdiag.h trunk/reactos/w32api/include/evntrace.h trunk/reactos/w32api/include/strmif.h trunk/reactos/w32api/include/tchar.h trunk/reactos/w32api/include/tcpioctl.h trunk/reactos/w32api/include/uuids.h trunk/reactos/w32api/include/vfwmsgs.h trunk/reactos/w32api/uuids.h Updated files: trunk/reactos/w32api/include/iprtrmib.h Deleted files: trunk/reactos/include/cvconst.h trunk/reactos/include/d3d.h trunk/reactos/include/d3dcaps.h trunk/reactos/include/d3dhal.h trunk/reactos/include/d3drm.h trunk/reactos/include/d3dtypes.h trunk/reactos/include/d3dvec.inl trunk/reactos/include/dbghelp.h trunk/reactos/include/dciddi.h trunk/reactos/include/ddraw.h trunk/reactos/include/digitalv.h trunk/reactos/include/dinput.h trunk/reactos/include/dsconf.h trunk/reactos/include/dsdriver.h trunk/reactos/include/dsound.h trunk/reactos/include/dxdiag.h trunk/reactos/include/evntrace.h trunk/reactos/include/ipifcons.h trunk/reactos/include/iprtrmib.h trunk/reactos/include/strmif.h trunk/reactos/include/tchar.h trunk/reactos/include/tcpioctl.h trunk/reactos/include/uuids.h trunk/reactos/include/vfwmsgs.h From ion at svn.reactos.com Tue Jun 28 22:30:24 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16311: Copy more official headers to psdk directory Message-ID: <000601c57c20$36876dd0$6b01a8c0@PENELOPE> Copy more official headers to psdk directory Added files: trunk/reactos/w32api/include/d3d8.h trunk/reactos/w32api/include/d3d8caps.h trunk/reactos/w32api/include/d3d8types.h trunk/reactos/w32api/include/d3d9.h trunk/reactos/w32api/include/d3d9caps.h trunk/reactos/w32api/include/d3d9types.h trunk/reactos/w32api/include/d3dx8core.h From ion at svn.reactos.com Tue Jun 28 22:30:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16312: Copy more official headers to psdk directory Message-ID: <000601c57c20$3a2b96a0$6b01a8c0@PENELOPE> Copy more official headers to psdk directory Deleted files: trunk/reactos/include/d3d8.h trunk/reactos/include/d3d8caps.h trunk/reactos/include/d3d8types.h trunk/reactos/include/d3d9.h trunk/reactos/include/d3d9caps.h trunk/reactos/include/d3d9types.h trunk/reactos/include/d3dx8core.h From ion at svn.reactos.com Tue Jun 28 23:01:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [ion] 16313: Move MS DDK files to DDK Message-ID: <000601c57c24$a0345be0$6b01a8c0@PENELOPE> Move MS DDK files to DDK Added files: trunk/reactos/w32api/include/ddk/d3dnthal.h trunk/reactos/w32api/include/ddk/ddrawi.h trunk/reactos/w32api/include/ddk/ddrawint.h Deleted files: trunk/reactos/include/ddk/d3dhal.h trunk/reactos/include/ddk/d3dnthal.h trunk/reactos/include/ddk/ddrawi.h trunk/reactos/include/ddk/ddrawint.h From sedwards at svn.reactos.com Wed Jun 29 00:09:12 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [sedwards] 16314: move some wine headers to the PSDK Message-ID: <000601c57c2e$041daa40$6b01a8c0@PENELOPE> move some wine headers to the PSDK Added files: trunk/reactos/w32api/include/guiddef.h trunk/reactos/w32api/include/msi.h trunk/reactos/w32api/include/msidefs.h trunk/reactos/w32api/include/ntstatus.h Updated files: trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/mm/elf.inc.h Deleted files: trunk/reactos/include/wine/guiddef.h trunk/reactos/include/wine/msi.h trunk/reactos/include/wine/msidefs.h trunk/reactos/include/wine/ntstatus.h From gvg at svn.reactos.com Wed Jun 29 00:33:53 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [gvg] 16315: Start off atoms in life with a ReferenceCount of 1 Message-ID: <000601c57c31$76e5caa0$6b01a8c0@PENELOPE> Start off atoms in life with a ReferenceCount of 1 Updated files: trunk/reactos/lib/rtl/atom.c From sedwards at svn.reactos.com Wed Jun 29 00:56:20 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [sedwards] 16316: remove inclusion of basetsd.h, I did not mean to commit this Message-ID: <000601c57c34$994e8250$6b01a8c0@PENELOPE> remove inclusion of basetsd.h, I did not mean to commit this Updated files: trunk/reactos/ntoskrnl/include/ntoskrnl.h From sedwards at svn.reactos.com Wed Jun 29 01:31:48 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [sedwards] 16317: move ipexport.h to PSDK Message-ID: <000601c57c39$8e1a8550$6b01a8c0@PENELOPE> move ipexport.h to PSDK Updated files: trunk/reactos/w32api/include/ipexport.h Deleted files: trunk/reactos/include/ipexport.h From gdalsnes at svn.reactos.com Wed Jun 29 01:36:35 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [gdalsnes] 16318: use correct resourcefile Message-ID: <000601c57c3a$39265cd0$6b01a8c0@PENELOPE> use correct resourcefile Updated files: trunk/reactos/subsys/system/regedit/regedit.xml From sedwards at svn.reactos.com Wed Jun 29 02:11:48 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:48 2006 Subject: [ros-svn] [sedwards] 16319: move a few more headers to the PSDK Message-ID: <000601c57c3f$248cac70$6b01a8c0@PENELOPE> move a few more headers to the PSDK Added files: trunk/reactos/w32api/include/msiquery.h trunk/reactos/w32api/include/npapi.h trunk/reactos/w32api/include/winternl.h Updated files: trunk/reactos/lib/crt/except/unwind.c trunk/reactos/lib/crt/wine/cpp.c trunk/reactos/lib/crt/wine/cppexcept.c trunk/reactos/w32api/include/wininet.h Deleted files: trunk/reactos/include/wine/msiquery.h trunk/reactos/include/wine/npapi.h trunk/reactos/include/wine/winternl.h From navaraf at svn.reactos.com Wed Jun 29 09:09:40 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16320: Move the inclusion of to individual files and consolidate the inclusion of DDRAW/D3D headers a bit. Message-ID: <000601c57c79$84481250$6b01a8c0@PENELOPE> Move the inclusion of to individual files and consolidate the inclusion of DDRAW/D3D headers a bit. Updated files: trunk/reactos/subsys/win32k/dib/dib.c 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/brush.c trunk/reactos/subsys/win32k/eng/clip.c trunk/reactos/subsys/win32k/eng/copybits.c trunk/reactos/subsys/win32k/eng/debug.c trunk/reactos/subsys/win32k/eng/device.c trunk/reactos/subsys/win32k/eng/driverobj.c trunk/reactos/subsys/win32k/eng/error.c trunk/reactos/subsys/win32k/eng/event.c trunk/reactos/subsys/win32k/eng/float.c trunk/reactos/subsys/win32k/eng/gradient.c trunk/reactos/subsys/win32k/eng/lineto.c trunk/reactos/subsys/win32k/eng/mem.c trunk/reactos/subsys/win32k/eng/misc.c trunk/reactos/subsys/win32k/eng/mouse.c trunk/reactos/subsys/win32k/eng/paint.c trunk/reactos/subsys/win32k/eng/palette.c trunk/reactos/subsys/win32k/eng/perfcnt.c trunk/reactos/subsys/win32k/eng/semaphor.c trunk/reactos/subsys/win32k/eng/sort.c trunk/reactos/subsys/win32k/eng/surface.c trunk/reactos/subsys/win32k/eng/transblt.c trunk/reactos/subsys/win32k/eng/window.c trunk/reactos/subsys/win32k/eng/xlate.c trunk/reactos/subsys/win32k/include/win32k.h trunk/reactos/subsys/win32k/ldr/loader.c trunk/reactos/subsys/win32k/main/dllmain.c trunk/reactos/subsys/win32k/misc/error.c trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c trunk/reactos/subsys/win32k/ntuser/accelerator.c trunk/reactos/subsys/win32k/ntuser/csr.c trunk/reactos/subsys/win32k/ntuser/cursoricon.c trunk/reactos/subsys/win32k/ntuser/desktop.c trunk/reactos/subsys/win32k/ntuser/focus.c trunk/reactos/subsys/win32k/ntuser/hook.c trunk/reactos/subsys/win32k/ntuser/hotkey.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/ntuser/message.c trunk/reactos/subsys/win32k/ntuser/monitor.c trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/ntuser/painting.c trunk/reactos/subsys/win32k/ntuser/prop.c trunk/reactos/subsys/win32k/ntuser/timer.c trunk/reactos/subsys/win32k/ntuser/vis.c trunk/reactos/subsys/win32k/ntuser/window.c trunk/reactos/subsys/win32k/objects/bezier.c trunk/reactos/subsys/win32k/objects/bitmaps.c trunk/reactos/subsys/win32k/objects/brush.c trunk/reactos/subsys/win32k/objects/cliprgn.c trunk/reactos/subsys/win32k/objects/color.c trunk/reactos/subsys/win32k/objects/coord.c trunk/reactos/subsys/win32k/objects/dc.c trunk/reactos/subsys/win32k/objects/dib.c trunk/reactos/subsys/win32k/objects/fillshap.c trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/subsys/win32k/objects/icm.c trunk/reactos/subsys/win32k/objects/line.c trunk/reactos/subsys/win32k/objects/metafile.c trunk/reactos/subsys/win32k/objects/paint.c trunk/reactos/subsys/win32k/objects/palette.c trunk/reactos/subsys/win32k/objects/path.c trunk/reactos/subsys/win32k/objects/pen.c trunk/reactos/subsys/win32k/objects/polyfill.c trunk/reactos/subsys/win32k/objects/print.c trunk/reactos/subsys/win32k/objects/rect.c trunk/reactos/subsys/win32k/objects/region.c trunk/reactos/subsys/win32k/objects/stockobj.c trunk/reactos/subsys/win32k/objects/text.c trunk/reactos/subsys/win32k/objects/wingl.c trunk/reactos/subsys/win32k/stubs/stubs.c trunk/reactos/subsys/win32k/stubs/xpstubs.c trunk/reactos/subsys/win32k/w32k.h From navaraf at svn.reactos.com Wed Jun 29 11:35:05 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16321: Fix warnings. Message-ID: <000601c57c8d$d4e61a90$6b01a8c0@PENELOPE> Fix warnings. Updated files: trunk/reactos/boot/freeldr/freeldr/multiboot.c From ion at svn.reactos.com Wed Jun 29 19:23:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16322: Fix HALMP build Message-ID: <000601c57ccf$3435e930$6b01a8c0@PENELOPE> Fix HALMP build Updated files: trunk/reactos/hal/halx86/mp/apic.c From ion at svn.reactos.com Wed Jun 29 19:36:12 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16323: Fix idt descriptor code properly Message-ID: <000601c57cd1$0b45cca0$6b01a8c0@PENELOPE> Fix idt descriptor code properly Updated files: trunk/reactos/hal/halx86/mp/apic.c From gvg at svn.reactos.com Wed Jun 29 20:18:26 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [gvg] 16324: zebasoftis : Message-ID: <000601c57cd6$f16152e0$6b01a8c0@PENELOPE> zebasoftis : Add Polish translation Added files: trunk/reactos/lib/userenv/Pl.rc Updated files: trunk/reactos/lib/userenv/userenv.rc From navaraf at svn.reactos.com Wed Jun 29 20:21:38 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16325: I feel like trying to fit a cube into a circle-shaped hole on those little things kids play with... but however ugly the change can look it makes the MP HAL not freeze during boot. Message-ID: <000601c57cd7$63f1a1c0$6b01a8c0@PENELOPE> I feel like trying to fit a cube into a circle-shaped hole on those little things kids play with... but however ugly the change can look it makes the MP HAL not freeze during boot. Updated files: trunk/reactos/hal/halx86/mp/apic.c From navaraf at svn.reactos.com Wed Jun 29 20:26:38 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16326: We don't need to have uuids.h in each folder of the source tree, do we? Message-ID: <000601c57cd8$16d25370$6b01a8c0@PENELOPE> We don't need to have uuids.h in each folder of the source tree, do we? Deleted files: trunk/reactos/w32api/uuids.h From navaraf at svn.reactos.com Wed Jun 29 20:33:49 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16327: Use the correct structure in SetInterruptGate. Message-ID: <000601c57cd9$178bea00$6b01a8c0@PENELOPE> Use the correct structure in SetInterruptGate. Updated files: trunk/reactos/hal/halx86/mp/apic.c From ion at svn.reactos.com Wed Jun 29 21:05:52 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16328: Fix halmp build for real Message-ID: <000601c57cdd$919561b0$6b01a8c0@PENELOPE> Fix halmp build for real Updated files: trunk/reactos/hal/halx86/mp/mps.S From ion at svn.reactos.com Wed Jun 29 21:06:36 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16329: Add a nice little KIDT_ACCESS structure for setting IDT entries in a pretty way Message-ID: <000601c57cdd$ac3b47f0$6b01a8c0@PENELOPE> Add a nice little KIDT_ACCESS structure for setting IDT entries in a pretty way Updated files: trunk/reactos/hal/halx86/mp/apic.c trunk/reactos/include/ndk/ketypes.h From sedwards at svn.reactos.com Wed Jun 29 21:37:07 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [sedwards] 16330: correct case of included headers Message-ID: <000601c57ce1$ef2f56b0$6b01a8c0@PENELOPE> correct case of included headers Updated files: trunk/reactos/w32api/include/gdiplus.h From sedwards at svn.reactos.com Wed Jun 29 21:48:03 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [sedwards] 16331: correctly convert to all lower case Message-ID: <000601c57ce3$7641c790$6b01a8c0@PENELOPE> correctly convert to all lower case Updated files: trunk/reactos/w32api/include/gdiplus.h From sedwards at svn.reactos.com Wed Jun 29 22:03:18 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [sedwards] 16332: already moved this to the PSDK Message-ID: <000601c57ce5$97d74630$6b01a8c0@PENELOPE> already moved this to the PSDK Deleted files: trunk/reactos/include/wine/wininet.h From sedwards at svn.reactos.com Wed Jun 29 22:13:58 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [sedwards] 16333: silence some warnings and break it even more Message-ID: <000601c57ce7$157cb0b0$6b01a8c0@PENELOPE> silence some warnings and break it even more Updated files: trunk/reactos/lib/dbghelp/stack.c trunk/reactos/lib/dbghelp/stackframe.h From navaraf at svn.reactos.com Thu Jun 30 00:19:54 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16334: Allow YASM to be used instead of NASM. Message-ID: <000601c57cf8$ad308920$6b01a8c0@PENELOPE> Allow YASM to be used instead of NASM. Updated files: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp From ion at svn.reactos.com Thu Jun 30 04:17:55 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16335: Fix warning Message-ID: <000601c57d19$ecd2cea0$6b01a8c0@PENELOPE> Fix warning Updated files: trunk/reactos/lib/smdll/dllmain.c From navaraf at svn.reactos.com Thu Jun 30 14:16:31 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16336: Move ROSKY out of the main module. Message-ID: <000601c57d6d$8cdf2a30$6b01a8c0@PENELOPE> Move ROSKY out of the main module. Added files: trunk/rosky/ From navaraf at svn.reactos.com Thu Jun 30 14:17:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16337: Move ROSKY out of the main module. Message-ID: <000601c57d6d$b2dd1df0$6b01a8c0@PENELOPE> Move ROSKY out of the main module. Added files: trunk/rosky/include/ From navaraf at svn.reactos.com Thu Jun 30 14:17:39 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16338: Move ROSKY out of the main module. Message-ID: <000601c57d6d$b522ef40$6b01a8c0@PENELOPE> Move ROSKY out of the main module. Added files: trunk/rosky/lib/ From navaraf at svn.reactos.com Thu Jun 30 14:19:25 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16339: Move ROSKY to a separate SVN module. Message-ID: <000601c57d6d$f4a63e10$6b01a8c0@PENELOPE> Move ROSKY to a separate SVN module. Added files: trunk/rosky/include/defines.h trunk/rosky/include/rosky.h trunk/rosky/include/structs.h trunk/rosky/lib/libsky/ trunk/rosky/lib/libskygi/ From navaraf at svn.reactos.com Thu Jun 30 14:21:34 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16340: Move ROSKY to a separate SVN module. Message-ID: <000601c57d6e$41231560$6b01a8c0@PENELOPE> Move ROSKY to a separate SVN module. Deleted files: trunk/reactos/include/rosky/ From navaraf at svn.reactos.com Thu Jun 30 14:22:35 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16341: Move ROSKY to a separate SVN module. Message-ID: <000601c57d6e$6597aa00$6b01a8c0@PENELOPE> Move ROSKY to a separate SVN module. Deleted files: trunk/reactos/lib/rosky/ From ion at svn.reactos.com Thu Jun 30 14:31:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16342: Delete ddentry.h and create official ddrawgdi.h header instead, delete duplicate GL include folder, move internal headers to internal libs, delete tcpmisc.h and move its defines to official tcpioctl.h, fix up winddi.h and cleanup gdi32 header. Message-ID: <000601c57d6f$adb836a0$6b01a8c0@PENELOPE> Delete ddentry.h and create official ddrawgdi.h header instead, delete duplicate GL include folder, move internal headers to internal libs, delete tcpmisc.h and move its defines to official tcpioctl.h, fix up winddi.h and cleanup gdi32 header. Added files: trunk/reactos/lib/tgetopt/tgetopt.h trunk/reactos/w32api/include/ddrawgdi.h Updated files: trunk/reactos/include/win32k/gdiobj.h trunk/reactos/lib/gdi32/include/precomp.h trunk/reactos/lib/iphlpapi/iphlpapi_private.h trunk/reactos/w32api/include/ddk/winddi.h trunk/reactos/w32api/include/tcpioctl.h Deleted files: trunk/reactos/include/GL/ trunk/reactos/include/ddentry.h trunk/reactos/include/expat/ trunk/reactos/include/tcpmisc.h trunk/reactos/include/tgetopt.h From weiden at svn.reactos.com Thu Jun 30 14:33:19 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [weiden] 16343: implemented NeedCurrentDirectoryForExePathA/W Message-ID: <000601c57d6f$e531dfa0$6b01a8c0@PENELOPE> implemented NeedCurrentDirectoryForExePathA/W Updated files: trunk/reactos/lib/kernel32/file/dir.c From ion at svn.reactos.com Thu Jun 30 14:43:05 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16344: Manually define undocumented MS GLU constants Message-ID: <000601c57d71$42e70520$6b01a8c0@PENELOPE> Manually define undocumented MS GLU constants Updated files: trunk/reactos/lib/glu32/include/gluos.h From navaraf at svn.reactos.com Thu Jun 30 15:50:27 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16345: Use RtlQueryRegistryValues instead of RosReadRegistryValue. Message-ID: <000601c57d7a$abd2acc0$6b01a8c0@PENELOPE> Use RtlQueryRegistryValues instead of RosReadRegistryValue. Updated files: trunk/reactos/lib/kernel32/misc/computername.c From navaraf at svn.reactos.com Thu Jun 30 16:39:01 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [navaraf] 16346: Don't use ROSRTL. Message-ID: <000601c57d81$74b83690$6b01a8c0@PENELOPE> Don't use ROSRTL. Updated files: trunk/reactos/drivers/fs/np/rw.c From ion at svn.reactos.com Thu Jun 30 18:04:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16347: Kill rosrtl Message-ID: <000601c57d8d$5dca31c0$6b01a8c0@PENELOPE> Kill rosrtl Updated files: trunk/reactos/subsys/win32k/ntuser/caret.c trunk/reactos/subsys/win32k/ntuser/input.c trunk/reactos/subsys/win32k/w32k.h From ion at svn.reactos.com Thu Jun 30 18:18:00 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16348: Fix win32k warnings, get rid of windowsx.h dependency Message-ID: <000601c57d8f$489692b0$6b01a8c0@PENELOPE> Fix win32k warnings, get rid of windowsx.h dependency Updated files: trunk/reactos/subsys/win32k/ntuser/msgqueue.c trunk/reactos/subsys/win32k/objects/gdiobj.c trunk/reactos/subsys/win32k/w32k.h From ion at svn.reactos.com Thu Jun 30 18:20:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16349: remove windows.h dependency. Filip said it couldn't be done, so please watch out for flying pigs and hell freezing over Message-ID: <000601c57d8f$ac233130$6b01a8c0@PENELOPE> remove windows.h dependency. Filip said it couldn't be done, so please watch out for flying pigs and hell freezing over Updated files: trunk/reactos/subsys/win32k/w32k.h From ion at svn.reactos.com Thu Jun 30 18:31:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16350: Math.c wasn't using the pch header, thanks for the catch, Steven Message-ID: <000601c57d91$2529e640$6b01a8c0@PENELOPE> Math.c wasn't using the pch header, thanks for the catch, Steven Updated files: trunk/reactos/subsys/win32k/misc/math.c From ion at svn.reactos.com Thu Jun 30 18:39:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16351: Remove windows.h from external win32k headers Message-ID: <000601c57d92$44fd10e0$6b01a8c0@PENELOPE> Remove windows.h from external win32k headers Updated files: trunk/reactos/include/win32k/font.h trunk/reactos/include/win32k/ntddraw.h From ion at svn.reactos.com Thu Jun 30 18:48:25 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16352: Add windows.h back, is it futile to remove it Message-ID: <000601c57d93$88c9acb0$6b01a8c0@PENELOPE> Add windows.h back, is it futile to remove it Updated files: trunk/reactos/subsys/win32k/w32k.h From ion at svn.reactos.com Thu Jun 30 18:52:35 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16353: remove roscfg.h Message-ID: <000601c57d94$1d6865a0$6b01a8c0@PENELOPE> remove roscfg.h Updated files: trunk/reactos/ntoskrnl/include/ntoskrnl.h From ion at svn.reactos.com Thu Jun 30 18:57:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16354: kill rosrtl from system modules Message-ID: <000601c57d94$c210cd40$6b01a8c0@PENELOPE> kill rosrtl from system modules Updated files: trunk/reactos/subsys/system/directory.xml trunk/reactos/subsys/system/services/database.c trunk/reactos/subsys/system/sndvol32/sndvol32.h trunk/reactos/subsys/system/taskmgr/font.c From ion at svn.reactos.com Thu Jun 30 18:59:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16355: rollback change Message-ID: <000601c57d95$09ead070$6b01a8c0@PENELOPE> rollback change Updated files: trunk/reactos/subsys/system/taskmgr/font.c From ion at svn.reactos.com Thu Jun 30 19:00:33 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [ion] 16356: rollback change Message-ID: <000601c57d95$3a85e620$6b01a8c0@PENELOPE> rollback change Updated files: trunk/reactos/subsys/system/directory.xml From weiden at svn.reactos.com Thu Jun 30 23:38:41 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:49 2006 Subject: [ros-svn] [weiden] 16357: - Get rid of GCC specific typecasts to PVOID for pointer arithmetics Message-ID: <000601c57dbc$157c52c0$6b01a8c0@PENELOPE> - Get rid of GCC specific typecasts to PVOID for pointer arithmetics - Decrement the AceCount in RtlDeleteAce instead of incrementing it Updated files: trunk/reactos/lib/rtl/acl.c