From sedwards at svn.reactos.com Fri Apr 1 00:40:25 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14395: remove these control panels, they never worked Message-ID: <000601c53642$a1c4d520$6601a8c0@penelope> remove these control panels, they never worked Deleted files: trunk/rosapps/ctlpanel/ From gdalsnes at svn.reactos.com Fri Apr 1 02:04:20 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [gdalsnes] 14396: mmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLockedPagesSpecifyCache defs. Message-ID: <000601c5364e$5ac4e7d0$6601a8c0@penelope> mmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLockedPagesSpecifyCache defs. matherr.c: remove _exception struct since its already in math.h path: simply file exsitence check iomgr: simplify/use standard generic file mappings flags misc. Updated files: trunk/reactos/include/ddk/mmfuncs.h trunk/reactos/lib/crt/except/matherr.c trunk/reactos/lib/ntdll/rtl/libsupp.c trunk/reactos/lib/ntdll/rtl/path.c trunk/reactos/lib/rtl/unicode.c trunk/reactos/lib/user32/windows/accel.c trunk/reactos/ntoskrnl/fs/notify.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/subsys/win32k/objects/bitmaps.c trunk/reactos/subsys/win32k/objects/pen.c From arty at svn.reactos.com Fri Apr 1 02:15:06 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [arty] 14397: Changes to use stdarg rather than assume that arguments are on the stack Message-ID: <000601c5364f$dbc4c7f0$6601a8c0@penelope> Changes to use stdarg rather than assume that arguments are on the stack and in the correct order. Tested on i386 and powerpc. Updated files: trunk/reactos/boot/freeldr/freeldr/rtl/print.c trunk/reactos/boot/freeldr/freeldr/rtl/stdlib.c From arty at svn.reactos.com Fri Apr 1 02:17:14 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [arty] 14398: Powerpc math header. Message-ID: <000601c53650$280b4d00$6601a8c0@penelope> Powerpc math header. Added files: trunk/reactos/boot/freeldr/freeldr/math/powerpc.h Updated files: trunk/reactos/boot/freeldr/freeldr/math/libgcc2.c From sedwards at svn.reactos.com Fri Apr 1 02:20:34 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14399: Some cleanup of crt.a feel free to remove header duplication and use 'precomp.h' in more places to speed build times Message-ID: <000601c53650$9eeaf8d0$6601a8c0@penelope> Some cleanup of crt.a feel free to remove header duplication and use 'precomp.h' in more places to speed build times Updated files: trunk/reactos/lib/crt/float/fpecode.c trunk/reactos/lib/crt/include/internal/file.h trunk/reactos/lib/crt/include/internal/tls.h trunk/reactos/lib/crt/stdio/fopen.c trunk/reactos/lib/crt/stdio/freopen.c trunk/reactos/lib/crt/stdio/fsopen.c trunk/reactos/lib/crt/stdio/vfprintf.c trunk/reactos/lib/crt/stdio/vfwprint.c trunk/reactos/lib/crt/stdlib/errno.c trunk/reactos/lib/crt/stdlib/qsort.c trunk/reactos/lib/crt/stdlib/rand.c trunk/reactos/lib/crt/string/lasttok.c trunk/reactos/lib/crt/string/strtok.c From arty at svn.reactos.com Fri Apr 1 02:22:33 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [arty] 14400: PowerPC architecture files. Few Mach function are implemented. Message-ID: <000601c53650$e64b5f30$6601a8c0@penelope> PowerPC architecture files. Few Mach function are implemented. The biggest things to note here: 1) We have to probe the pci bridge to find out the amount of available memory on older macs. We use the base model boot-time assumption that linux uses and leave it till later to find our max memory. 2) Open firmware proxy functionality is divided in two parts. FreeLDR is responsible for providing data to and getting it from Open firmware in big-endian format in memory. The ofproxy function itself is responsible for shifting the arguments and calling the target big endian function. The good thing here is that we share open firmware functions between the xcoff part and FreeLDR. Added files: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/ trunk/reactos/boot/freeldr/freeldr/arch/powerpc/boot.s trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c From arty at svn.reactos.com Fri Apr 1 02:30:32 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [arty] 14401: PowerPC also uses 4k pages. Message-ID: <000601c53652$03798180$6601a8c0@penelope> PowerPC also uses 4k pages. Updated files: trunk/reactos/boot/freeldr/freeldr/mm/mem.h From gdalsnes at svn.reactos.com Fri Apr 1 02:39:57 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [gdalsnes] 14402: -move ppb from ntdll to rtl Message-ID: <000601c53653$54092c80$6601a8c0@penelope> -move ppb from ntdll to rtl smapiexec.c: free ppb on failure. resume thread (RtlCreateUserProcess is supposed to create the thread suspended) Added files: trunk/reactos/lib/rtl/ppb.c Updated files: trunk/reactos/lib/ntdll/makefile trunk/reactos/lib/ntdll/rtl/teb.c trunk/reactos/lib/rtl/makefile trunk/reactos/ntoskrnl/rtl/libsupp.c trunk/reactos/subsys/smss/smapiexec.c Deleted files: trunk/reactos/lib/ntdll/rtl/ppb.c From sedwards at svn.reactos.com Fri Apr 1 07:04:46 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14403: move some SDK headers to the SDK, convert filenames and include statements to lowercase as everything else is in lowercase Message-ID: <000601c53678$531ca9d0$6601a8c0@penelope> move some SDK headers to the SDK, convert filenames and include statements to lowercase as everything else is in lowercase Added files: trunk/reactos/w32api/include/winfax.h trunk/reactos/w32api/include/winscard.h trunk/reactos/w32api/include/winwlx.h trunk/reactos/w32api/winsmcrd.h Updated files: trunk/reactos/lib/msgina/msgina.c trunk/reactos/lib/msgina/stubs.c trunk/reactos/subsys/system/winlogon/winlogon.h trunk/reactos/subsys/system/winlogon/wlx.c Deleted files: trunk/reactos/include/WinFax.h trunk/reactos/include/WinSCard.h trunk/reactos/include/WinSmCrd.h trunk/reactos/include/WinWlx.h From sedwards at svn.reactos.com Fri Apr 1 07:12:27 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14404: moved this to the wrong folder Message-ID: <000601c53679$65c6fe90$6601a8c0@penelope> moved this to the wrong folder Added files: trunk/reactos/w32api/include/winsmcrd.h Deleted files: trunk/reactos/w32api/winsmcrd.h From greatlrd at svn.reactos.com Fri Apr 1 10:52:00 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14405: Swedish translation Message-ID: <000601c53698$111fe900$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, Added files: trunk/reactos/subsys/system/calc/Sv.rc Updated files: trunk/reactos/subsys/system/calc/rsrc.rc From greatlrd at svn.reactos.com Fri Apr 1 10:54:04 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14406: * David Nordenberg: fixed minor things in swedish translation Message-ID: <000601c53698$5b4dee50$6601a8c0@penelope> * David Nordenberg: fixed minor things in swedish translation dnordenberg@users.sourceforge.net Updated files: trunk/reactos/subsys/system/explorer/explorer_intres.rc From greatlrd at svn.reactos.com Fri Apr 1 10:56:55 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14407: Swedish translation Message-ID: <000601c53698$c10d2440$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, Added files: trunk/reactos/subsys/system/reactos/Sv.rc Updated files: trunk/reactos/subsys/system/reactos/reactos.rc From greatlrd at svn.reactos.com Fri Apr 1 11:03:11 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14408: Swedish translation Message-ID: <000601c53699$a15055e0$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, Added files: trunk/reactos/subsys/system/sndvol32/Sv.rc Updated files: trunk/reactos/subsys/system/sndvol32/sndvol32.rc From greatlrd at svn.reactos.com Fri Apr 1 11:06:15 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14409: Swedish translation Message-ID: <000601c5369a$0f0f94b0$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net with some help from Andreas proofread by Andreas Bjerkeholt harteex@gmail.com, Added files: trunk/reactos/subsys/system/taskmgr/Sv.rc Updated files: trunk/reactos/subsys/system/taskmgr/taskmgr.rc From greatlrd at svn.reactos.com Fri Apr 1 11:10:34 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14410: Swedish translation Message-ID: <000601c5369a$a96b1d40$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, Added files: trunk/reactos/subsys/system/welcome/Sv.rc Updated files: trunk/reactos/subsys/system/welcome/welcome.rc From greatlrd at svn.reactos.com Fri Apr 1 11:38:04 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14411: Swedish translation Message-ID: <000601c5369e$80a4bde0$6601a8c0@penelope> Swedish translation Andreas Bjerkeholt harteex@gmail.com, proofread by David Nordenberg dnordenberg@users.sourceforge.net Added files: trunk/reactos/lib/cpl/timedate/Sv.rc Updated files: trunk/reactos/lib/cpl/timedate/timedate.rc From greatlrd at svn.reactos.com Fri Apr 1 11:54:58 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14412: minor changs by Message-ID: <000601c536a0$dd8c16a0$6601a8c0@penelope> minor changs by Swedish translation Andreas Bjerkeholt harteex@gmail.com, and proofread by David Nordenberg dnordenberg@users.sourceforge.net Updated files: trunk/reactos/lib/comctl32/comctl_Sv.rc From greatlrd at svn.reactos.com Fri Apr 1 12:19:47 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14413: David Nordenberg: New copy from english resource translated to Swedish, Message-ID: <000601c536a4$54e46d80$6601a8c0@penelope> David Nordenberg: New copy from english resource translated to Swedish, old one was missing 95% of its content. proofread by Andreas Bjerkeholt Updated files: trunk/reactos/lib/shell32/shell32_Sv.rc From greatlrd at svn.reactos.com Fri Apr 1 13:29:16 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14414: minor update Message-ID: <000601c536ae$09d1c900$6601a8c0@penelope> minor update Swedish translation Andreas Bjerkeholt harteex@gmail.com, proofread by David Nordenberg dnordenberg@users.sourceforge.net Updated files: trunk/reactos/lib/aclui/aclui_Sv.rc From greatlrd at svn.reactos.com Fri Apr 1 13:42:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [greatlrd] 14415: Swedish translation Message-ID: <000601c536af$ea23d240$6601a8c0@penelope> Swedish translation David Nordenberg dnordenberg@users.sourceforge.net proofread by Andreas Bjerkeholt harteex@gmail.com, Updated files: trunk/reactos/lib/user32/Sv.rc From sedwards at svn.reactos.com Fri Apr 1 20:00:25 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14416: use -D__USE_W32API for tgetopt Message-ID: <000601c536e4$ae787360$6601a8c0@penelope> use -D__USE_W32API for tgetopt Updated files: trunk/reactos/lib/tgetopt/Makefile From sedwards at svn.reactos.com Fri Apr 1 20:06:52 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14417: move another SDK header to the SDK Message-ID: <000601c536e5$94ded790$6601a8c0@penelope> move another SDK header to the SDK Added files: trunk/reactos/w32api/include/aclui.h Deleted files: trunk/reactos/include/aclui.h From hbirr at svn.reactos.com Fri Apr 1 20:17:49 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [hbirr] 14418: Guard the calls to MmProbeAndLockPages and IoPrepareIrpBuffer with an exception frame and do free allocated resources if an exception occurs. Message-ID: <000601c536e7$1c980fc0$6601a8c0@penelope> Guard the calls to MmProbeAndLockPages and IoPrepareIrpBuffer with an exception frame and do free allocated resources if an exception occurs. Updated files: trunk/reactos/ntoskrnl/io/buildirp.c From chorns at svn.reactos.com Fri Apr 1 20:18:21 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [chorns] 14419: Build stubs generated by winebuild Message-ID: <000601c536e7$2f65c070$6601a8c0@penelope> Build stubs generated by winebuild Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From hbirr at svn.reactos.com Fri Apr 1 20:19:48 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [hbirr] 14420: Raise the exception in MmProbeAndLockPages always with STATUS_ACCESS_VIOLATION. Message-ID: <000601c536e7$634811e0$6601a8c0@penelope> Raise the exception in MmProbeAndLockPages always with STATUS_ACCESS_VIOLATION. Updated files: trunk/reactos/ntoskrnl/mm/mdl.c From hbirr at svn.reactos.com Fri Apr 1 20:22:19 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [hbirr] 14421: - Use IoBuildAsynchronousFsdRequest instead IoBuildSynchronousFsdRequest in NtRead/WriteFile. Message-ID: <000601c536e7$bd9c4e90$6601a8c0@penelope> - Use IoBuildAsynchronousFsdRequest instead IoBuildSynchronousFsdRequest in NtRead/WriteFile. - Guard the calls to IoBuildAsynchronousFsdRequest with an exception frame. Updated files: trunk/reactos/ntoskrnl/io/rw.c From hbirr at svn.reactos.com Fri Apr 1 20:35:37 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [hbirr] 14422: - Route the stream file objects also through the close path. Message-ID: <000601c536e9$99606b40$6601a8c0@penelope> - Route the stream file objects also through the close path. - Calculate the size of the fcb hash table depend on the file system type. Updated files: trunk/reactos/drivers/fs/vfat/cleanup.c trunk/reactos/drivers/fs/vfat/close.c trunk/reactos/drivers/fs/vfat/fcb.c trunk/reactos/drivers/fs/vfat/fsctl.c trunk/reactos/drivers/fs/vfat/vfat.h From chorns at svn.reactos.com Fri Apr 1 21:31:54 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [chorns] 14423: Put winebuild output in intermediate directory Message-ID: <000601c536f1$761d3110$6601a8c0@penelope> Put winebuild output in intermediate directory Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/winebuild/winebuild.mak From sedwards at svn.reactos.com Fri Apr 1 23:18:45 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14424: remove my WinCE support attempt Message-ID: <000601c53700$6362e380$6601a8c0@penelope> remove my WinCE support attempt Deleted files: trunk/reactos/lib/commctrl/ From sedwards at svn.reactos.com Fri Apr 1 23:19:25 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14425: remove my WinCE support attempt Message-ID: <000601c53700$7afebe10$6601a8c0@penelope> remove my WinCE support attempt Deleted files: trunk/reactos/lib/coredll/ From sedwards at svn.reactos.com Fri Apr 1 23:44:24 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14426: use the w32api headers Message-ID: <000601c53703$f89bd940$6601a8c0@penelope> use the w32api headers Updated files: trunk/reactos/lib/dnsapi/dnsapi/adns.c 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 trunk/reactos/lib/ws2_32/include/ws2_32.h Deleted files: trunk/reactos/include/WinDNS.h trunk/reactos/include/WinError.h From gvg at svn.reactos.com Sat Apr 2 00:39:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [gvg] 14427: - Add support for Xen 2.0 Message-ID: <000601c5370b$a74d0de0$6601a8c0@penelope> - Add support for Xen 2.0 - Rearrange some code Added files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenctrlif.c branches/xen/reactos/include/xen2/ branches/xen/reactos/include/xen2/private/ branches/xen/reactos/include/xen2/private/ctrl_if.h branches/xen/reactos/include/xen2/private/evtchn.h branches/xen/reactos/include/xen2/private/hypervisor.h branches/xen/reactos/include/xen2/public/ branches/xen/reactos/include/xen2/public/COPYING branches/xen/reactos/include/xen2/public/arch-x86_32.h branches/xen/reactos/include/xen2/public/arch-x86_64.h branches/xen/reactos/include/xen2/public/dom0_ops.h branches/xen/reactos/include/xen2/public/event_channel.h branches/xen/reactos/include/xen2/public/grant_table.h branches/xen/reactos/include/xen2/public/io/ branches/xen/reactos/include/xen2/public/io/blkif.h branches/xen/reactos/include/xen2/public/io/domain_controller.h branches/xen/reactos/include/xen2/public/io/netif.h branches/xen/reactos/include/xen2/public/physdev.h branches/xen/reactos/include/xen2/public/sched_ctl.h branches/xen/reactos/include/xen2/public/trace.h branches/xen/reactos/include/xen2/public/xen.h branches/xen/reactos/include/xen2/rosxen.h Updated files: branches/xen/reactos/boot/freeldr/freeldr/Makefile branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xencons.c From sedwards at svn.reactos.com Sat Apr 2 02:05:18 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14428: mingw32-linux is not setting ARCH=i386....this fixes the bootcd for now Message-ID: <000601c53717$a79d0c30$6601a8c0@penelope> mingw32-linux is not setting ARCH=i386....this fixes the bootcd for now Updated files: trunk/reactos/boot/freeldr/Makefile From sedwards at svn.reactos.com Sat Apr 2 02:11:52 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14429: nevermind. It helps to do a make bootcd in the terminal that has the value and /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin to mingw defined. Message-ID: <000601c53718$92475ba0$6601a8c0@penelope> nevermind. It helps to do a make bootcd in the terminal that has the value and /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin to mingw defined. Updated files: trunk/reactos/boot/freeldr/Makefile From gdalsnes at svn.reactos.com Sat Apr 2 02:18:50 2005 From: gdalsnes at svn.reactos.com (gdalsnes@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [gdalsnes] 14430: -move rtl thread/process stuff from ntdll to rtl and make ntoskrnl\ldr\init.c use those Message-ID: <000601c53719$8b9a6a30$6601a8c0@penelope> -move rtl thread/process stuff from ntdll to rtl and make ntoskrnl\ldr\init.c use those -fix RtlCreateUserProcess to create the thread suspended and update all users of RtlCreateUserProcess to manually resume the thread Added files: trunk/reactos/lib/rtl/process.c trunk/reactos/lib/rtl/thread.c Updated files: trunk/reactos/include/ntos/rtl.h trunk/reactos/lib/ntdll/makefile trunk/reactos/lib/ntdll/rtl/process.c trunk/reactos/lib/ntdll/rtl/teb.c trunk/reactos/lib/rtl/makefile trunk/reactos/ntoskrnl/ldr/init.c trunk/reactos/subsys/csrss/init.c trunk/reactos/subsys/smss/smapiexec.c Deleted files: trunk/reactos/lib/ntdll/rtl/thread.c From sedwards at svn.reactos.com Sat Apr 2 02:49:13 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14431: avoid the use of ver.h in favor of winver.h Message-ID: <000601c5371d$ca1a2ee0$6601a8c0@penelope> avoid the use of ver.h in favor of winver.h Updated files: trunk/reactos/lib/msi/action.c trunk/reactos/lib/msi/custom.c trunk/reactos/lib/msi/format.c From sedwards at svn.reactos.com Sat Apr 2 07:37:37 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14432: bunch of w32api fixes. ascii.h is gonecd ..! coff.h was unused and quite a few others were redunant and could be moved. If you try to build a app in the ROS build system without using __USE_W32API or Unicode beware it won't build as it shouldn't. Also partinfo was really broken so someone needs to fix this. If not I will attempt to w32api'ise it in the morning. Message-ID: <000601c53746$143fa180$6601a8c0@penelope> bunch of w32api fixes. ascii.h is gonecd ..! coff.h was unused and quite a few others were redunant and could be moved. If you try to build a app in the ROS build system without using __USE_W32API or Unicode beware it won't build as it shouldn't. Also partinfo was really broken so someone needs to fix this. If not I will attempt to w32api'ise it in the morning. Added files: trunk/reactos/w32api/include/fci.h trunk/reactos/w32api/include/fdi.h trunk/reactos/w32api/include/icmpapi.h Updated files: trunk/reactos/apps/testsets/loadlib/makefile trunk/reactos/apps/utils/Makefile trunk/reactos/apps/utils/net/ftp/makefile trunk/reactos/apps/utils/net/ping/makefile trunk/reactos/apps/utils/partinfo/makefile trunk/reactos/apps/utils/partinfo/partinfo.c trunk/reactos/apps/utils/pnpdump/makefile trunk/reactos/apps/utils/pnpdump/pnpdump.c trunk/reactos/apps/utils/ps/makefile trunk/reactos/apps/utils/sc/makefile trunk/reactos/include/funcs.h trunk/reactos/lib/samlib/dllmain.c trunk/reactos/regtests/regtests/Makefile trunk/reactos/services/rpcss/makefile trunk/reactos/subsys/system/format/makefile trunk/reactos/subsys/system/services/makefile trunk/reactos/subsys/system/services/services.c Deleted files: trunk/reactos/include/ascii.h trunk/reactos/include/coff.h trunk/reactos/include/icmpapi.h trunk/reactos/include/wine/cpl.h trunk/reactos/include/wine/fci.h trunk/reactos/include/wine/fdi.h trunk/reactos/include/wine/heap.h trunk/reactos/include/wine/ver.h From sedwards at svn.reactos.com Sat Apr 2 07:43:43 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [sedwards] 14433: __USE_W32API Message-ID: <000601c53746$ee15c650$6601a8c0@penelope> __USE_W32API Updated files: trunk/reactos/lib/epsapi/makefile From mf at svn.reactos.com Sat Apr 2 12:48:19 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:10 2006 Subject: [ros-svn] [mf] 14434: terminate shell service objects thread if there is nothing to do Message-ID: <000601c53771$7b647360$6601a8c0@penelope> terminate shell service objects thread if there is nothing to do Updated files: trunk/reactos/subsys/system/explorer/services/shellservices.cpp From mf at svn.reactos.com Sat Apr 2 12:59:52 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14435: merge from trunk: hide login screen to make the login on XP faster Message-ID: <000601c53773$18eb07b0$6601a8c0@penelope> merge from trunk: hide login screen to make the login on XP faster Updated files: branches/lean-explorer/reactos/subsys/system/explorer/explorer.cpp From mf at svn.reactos.com Sat Apr 2 13:01:00 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14436: merge from trunk: launch shell DDE server Message-ID: <000601c53773$41305360$6601a8c0@penelope> merge from trunk: launch shell DDE server Updated files: branches/lean-explorer/reactos/subsys/system/explorer/explorer.cpp From mf at svn.reactos.com Sat Apr 2 13:09:41 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14437: merge from trunk: enable multiline tooltips Message-ID: <000601c53774$77cb3fb0$6601a8c0@penelope> merge from trunk: enable multiline tooltips Updated files: branches/lean-explorer/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp From mf at svn.reactos.com Sat Apr 2 13:21:48 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14438: switch to search icon in search dialog Message-ID: <000601c53776$292cfd10$6601a8c0@penelope> switch to search icon in search dialog Updated files: trunk/reactos/subsys/system/explorer/dialogs/searchprogram.cpp From mf at svn.reactos.com Sat Apr 2 13:41:01 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14439: fix tray icon config dialog for the first icon Message-ID: <000601c53778$d8103070$6601a8c0@penelope> fix tray icon config dialog for the first icon Updated files: trunk/reactos/subsys/system/explorer/taskbar/desktopbar.cpp trunk/reactos/subsys/system/explorer/taskbar/traynotify.cpp trunk/reactos/subsys/system/explorer/taskbar/traynotify.h From hpoussin at svn.reactos.com Sat Apr 2 16:16:51 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hpoussin] 14440: Correct timeout issues when reading Message-ID: <000601c5378e$9d8b6850$6601a8c0@penelope> Correct timeout issues when reading Pend read IRPs Lots of small issues Updated files: trunk/reactos/drivers/dd/serial/devctrl.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/rw.c trunk/reactos/drivers/dd/serial/serial.c trunk/reactos/drivers/dd/serial/serial.h From mf at svn.reactos.com Sat Apr 2 16:26:59 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14441: reactivate control panel folder Message-ID: <000601c53790$07a48d10$6601a8c0@penelope> reactivate control panel folder Updated files: trunk/reactos/subsys/system/explorer/shell/mainframe.cpp trunk/reactos/subsys/system/explorer/shell/mainframe.h trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp From ekohl at svn.reactos.com Sat Apr 2 17:11:39 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ekohl] 14442: NdrSendReceive: Update the message buffer info after the call to I_RpcSendReceive. Message-ID: <000601c53796$44ed1f60$6601a8c0@penelope> NdrSendReceive: Update the message buffer info after the call to I_RpcSendReceive. Updated files: trunk/reactos/lib/rpcrt4/ndr_midl.c From hbirr at svn.reactos.com Sat Apr 2 17:55:19 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14443: - Fixed ExTimerRundown. Message-ID: <000601c5379c$5ed43ac0$6601a8c0@penelope> - Fixed ExTimerRundown. - Fixed adding and removing of timers to the wake list. - Fixed the reinserting of the timer apc. - Don't unlock the timer twice in NtSetTimer. Updated files: trunk/reactos/ntoskrnl/ex/timer.c From hbirr at svn.reactos.com Sat Apr 2 17:58:28 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14444: Added the string for IDS_PROGRAMFILES. Message-ID: <000601c5379c$cf6a8e60$6601a8c0@penelope> Added the string for IDS_PROGRAMFILES. Updated files: trunk/reactos/lib/userenv/De.rc From hbirr at svn.reactos.com Sat Apr 2 18:13:14 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14445: Do only dereference the desktop window if the handle was valid in IntMouseInput. Message-ID: <000601c5379e$df85de60$6601a8c0@penelope> Do only dereference the desktop window if the handle was valid in IntMouseInput. Updated files: trunk/reactos/subsys/win32k/ntuser/input.c From mf at svn.reactos.com Sat Apr 2 18:16:56 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14446: update Jamfile Message-ID: <000601c5379f$641199d0$6601a8c0@penelope> update Jamfile Updated files: trunk/reactos/subsys/system/explorer/Jamfile From hbirr at svn.reactos.com Sat Apr 2 18:17:11 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14447: Dereference the object if the type doesn't match in ObmReferenceObjectByHandle. Message-ID: <000601c5379f$6cc6c1e0$6601a8c0@penelope> Dereference the object if the type doesn't match in ObmReferenceObjectByHandle. Updated files: trunk/reactos/subsys/win32k/misc/object.c From mf at svn.reactos.com Sat Apr 2 18:18:11 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14448: "minimize all": only minimize windows with valid positions Message-ID: <000601c5379f$90be8560$6601a8c0@penelope> "minimize all": only minimize windows with valid positions Updated files: trunk/reactos/subsys/system/explorer/desktop/desktop.cpp From chorns at svn.reactos.com Sat Apr 2 18:46:12 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14449: Have rbuild create the output directories Message-ID: <000601c537a3$7ac847b0$6601a8c0@penelope> Have rbuild create the output directories Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/exception.cpp branches/xmlbuildsystem/reactos/tools/rbuild/exception.h From chorns at svn.reactos.com Sat Apr 2 20:01:20 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14450: Document ROS_TEMPORARY environment variable Message-ID: <000601c537ad$f9500cd0$6601a8c0@penelope> Document ROS_TEMPORARY environment variable Updated files: branches/xmlbuildsystem/reactos/Makefile From mf at svn.reactos.com Sat Apr 2 20:24:15 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14451: fix termination of "search program" dialog Message-ID: <000601c537b1$2d4df530$6601a8c0@penelope> fix termination of "search program" dialog Updated files: trunk/reactos/subsys/system/explorer/dialogs/searchprogram.cpp trunk/reactos/subsys/system/explorer/explorer.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp From sedwards at svn.reactos.com Sat Apr 2 21:13:56 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [sedwards] 14452: another one bytes the dust Message-ID: <000601c537b8$1de7ae40$6601a8c0@penelope> another one bytes the dust Deleted files: trunk/reactos/include/sockets.h From weiden at svn.reactos.com Sat Apr 2 21:26:56 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [weiden] 14453: corrected file name so it matches the include in slayer.rc Message-ID: <000601c537b9$eec65560$6601a8c0@penelope> corrected file name so it matches the include in slayer.rc Added files: trunk/reactos/lib/shellext/slayer/En.rc From hbirr at svn.reactos.com Sat Apr 2 21:33:10 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14454: Changed the indentation to a human readable format (no code change). Message-ID: <000601c537ba$ce00f0a0$6601a8c0@penelope> Changed the indentation to a human readable format (no code change). Updated files: trunk/reactos/lib/kernel32/process/create.c From sedwards at svn.reactos.com Sat Apr 2 21:47:56 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [sedwards] 14455: __USE_W32API Message-ID: <000601c537bc$ddd6fa40$6601a8c0@penelope> __USE_W32API Added files: trunk/reactos/lib/msgina/makefile Updated files: trunk/reactos/lib/msgina/msgina.c trunk/reactos/lib/msgina/stubs.c Deleted files: trunk/reactos/lib/msgina/Makefile From sedwards at svn.reactos.com Sat Apr 2 21:52:32 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [sedwards] 14456: here you go Message-ID: <000601c537bd$823587a0$6601a8c0@penelope> here you go Deleted files: trunk/reactos/lib/shellext/slayer/en.rc From greatlrd at svn.reactos.com Sat Apr 2 22:23:03 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14457: Message-ID: <000601c537c1$c5c8bc90$6601a8c0@penelope> Added files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/resource.h Updated files: trunk/reactos/subsys/system/cmd/attrib.c trunk/reactos/subsys/system/cmd/choice.c trunk/reactos/subsys/system/cmd/cmd.rc trunk/reactos/subsys/system/cmd/internal.c From greatlrd at svn.reactos.com Sat Apr 2 22:27:43 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14458: Did forget the info I did change Message-ID: <000601c537c2$6c683940$6601a8c0@penelope> Did forget the info I did change it is remove all hardcode string to En.rc to make it easy to translate Updated files: trunk/reactos/subsys/system/cmd/attrib.c trunk/reactos/subsys/system/cmd/choice.c trunk/reactos/subsys/system/cmd/internal.c From sedwards at svn.reactos.com Sat Apr 2 23:02:35 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [sedwards] 14459: another one bytes the dust. messages.h is gone Message-ID: <000601c537c7$4b9ff180$6601a8c0@penelope> another one bytes the dust. messages.h is gone Updated files: trunk/reactos/include/windows.h trunk/reactos/lib/user32/user32.rc trunk/reactos/lib/user32/windows/messagebox.c Deleted files: trunk/reactos/include/messages.h From greatlrd at svn.reactos.com Sat Apr 2 23:06:47 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14460: Remove more hardcode string to En.rc Message-ID: <000601c537c7$e1f0c740$6601a8c0@penelope> Remove more hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/alias.c trunk/reactos/subsys/system/cmd/batch.c trunk/reactos/subsys/system/cmd/beep.c trunk/reactos/subsys/system/cmd/call.c trunk/reactos/subsys/system/cmd/cls.c trunk/reactos/subsys/system/cmd/resource.h From chorns at svn.reactos.com Sat Apr 2 23:45:19 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14461: Generate map files Message-ID: <000601c537cd$43970040$6601a8c0@penelope> Generate map files Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/winebuild/winebuild.mak From chorns at svn.reactos.com Sat Apr 2 23:45:40 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14462: Generate map files Message-ID: <000601c537cd$50142cd0$6601a8c0@penelope> Generate map files Updated files: branches/xmlbuildsystem/reactos/Makefile From greatlrd at svn.reactos.com Sun Apr 3 00:19:14 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14463: Remove more hardcode string to En.rc Message-ID: <000601c537d2$00d7a700$6601a8c0@penelope> Remove more hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/chcp.c trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/resource.h From mf at svn.reactos.com Sun Apr 3 11:16:23 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14464: fix SDI shell browser Message-ID: <000601c5382d$ce0d0250$6601a8c0@penelope> fix SDI shell browser Updated files: trunk/reactos/subsys/system/explorer/shell/mainframe.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.h trunk/reactos/subsys/system/explorer/shell/shellfs.h trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp From hbirr at svn.reactos.com Sun Apr 3 12:05:02 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14465: Initialized the event with the object instead of the handle. Message-ID: <000601c53834$9a3c8700$6601a8c0@penelope> Initialized the event with the object instead of the handle. Updated files: trunk/reactos/ntoskrnl/io/rw.c From chorns at svn.reactos.com Sun Apr 3 12:05:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14466: Avoid spurious error messages during make clean Message-ID: <000601c53834$b9f9d520$6601a8c0@penelope> Avoid spurious error messages during make clean Updated files: branches/xmlbuildsystem/reactos/tools/bin2res/bin2res.mak branches/xmlbuildsystem/reactos/tools/cdmake/cdmake.mak branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.mak From greatlrd at svn.reactos.com Sun Apr 3 12:16:59 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14467: Remove more hardcode string to En.rc Message-ID: <000601c53836$458216b0$6601a8c0@penelope> Remove more hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/color.c trunk/reactos/subsys/system/cmd/console.c trunk/reactos/subsys/system/cmd/copy.c trunk/reactos/subsys/system/cmd/date.c trunk/reactos/subsys/system/cmd/resource.h From chorns at svn.reactos.com Sun Apr 3 12:46:12 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14468: Detect compiler -pipe support Message-ID: <000601c5383a$5a7ae7f0$6601a8c0@penelope> Detect compiler -pipe support Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From mf at svn.reactos.com Sun Apr 3 13:23:07 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14469: display "log off" dialog, add "terminate" menu entry Message-ID: <000601c5383f$828979f0$6601a8c0@penelope> display "log off" dialog, add "terminate" menu entry Updated files: trunk/reactos/subsys/system/explorer/explorer-jp.rc trunk/reactos/subsys/system/explorer/explorer_intres.h trunk/reactos/subsys/system/explorer/explorer_intres.rc trunk/reactos/subsys/system/explorer/make_explorer.dsp trunk/reactos/subsys/system/explorer/taskbar/desktopbar.h trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.h From mf at svn.reactos.com Sun Apr 3 13:38:13 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14470: show logoff dialog in lean explorer Message-ID: <000601c53841$9e9c4bc0$6601a8c0@penelope> show logoff dialog in lean explorer Updated files: branches/lean-explorer/reactos/subsys/system/explorer/explorer-jp.rc branches/lean-explorer/reactos/subsys/system/explorer/explorer_intres.h branches/lean-explorer/reactos/subsys/system/explorer/explorer_intres.rc branches/lean-explorer/reactos/subsys/system/explorer/shell/mainframe.cpp branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser.cpp branches/lean-explorer/reactos/subsys/system/explorer/taskbar/desktopbar.h branches/lean-explorer/reactos/subsys/system/explorer/taskbar/startmenu.cpp branches/lean-explorer/reactos/subsys/system/explorer/taskbar/startmenu.h trunk/reactos/subsys/system/explorer/explorer_intres.rc trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp trunk/reactos/subsys/system/explorer/taskbar/startmenu.h From chorns at svn.reactos.com Sun Apr 3 13:57:39 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14471: Verbose mode Message-ID: <000601c53844$55571870$6601a8c0@penelope> Verbose mode Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/tools/rbuild/automaticdependency.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/backend.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/backend.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/devcpp/devcpp.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/devcpp/devcpp.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From chorns at svn.reactos.com Sun Apr 3 13:58:33 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14472: Add missing file Message-ID: <000601c53844$75bd9ee0$6601a8c0@penelope> Add missing file Added files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/pipe_detection.c From mf at svn.reactos.com Sun Apr 3 14:14:33 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14473: protect system image list Message-ID: <000601c53846$b1fb9bd0$6601a8c0@penelope> protect system image list Updated files: branches/lean-explorer/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp From ekohl at svn.reactos.com Sun Apr 3 14:49:32 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ekohl] 14474: Support 'ref' and 'unique' attributes for pointers. Message-ID: <000601c5384b$954ecfc0$6601a8c0@penelope> Support 'ref' and 'unique' attributes for pointers. Updated files: trunk/reactos/tools/widl/ChangeLog trunk/reactos/tools/widl/client.c trunk/reactos/tools/widl/lex.yy.c trunk/reactos/tools/widl/parser.l trunk/reactos/tools/widl/parser.y trunk/reactos/tools/widl/server.c trunk/reactos/tools/widl/widltypes.h trunk/reactos/tools/widl/y.tab.c trunk/reactos/tools/widl/y.tab.h From hbirr at svn.reactos.com Sun Apr 3 15:04:14 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14475: Since a process id is only unique if the associated process is not deleted, Message-ID: <000601c5384d$a28946f0$6601a8c0@penelope> Since a process id is only unique if the associated process is not deleted, we must prevent the deleting of the process. An opened handle does this. Updated files: trunk/reactos/subsys/csrss/api/process.c trunk/reactos/subsys/csrss/include/api.h trunk/reactos/subsys/csrss/win32csr/conio.c From greatlrd at svn.reactos.com Sun Apr 3 15:40:18 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14476: Remove more hardcode string to En.rc Message-ID: <000601c53852$acc802f0$6601a8c0@penelope> Remove more hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/color.c trunk/reactos/subsys/system/cmd/copy.c trunk/reactos/subsys/system/cmd/del.c trunk/reactos/subsys/system/cmd/resource.h From greatlrd at svn.reactos.com Sun Apr 3 15:45:25 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [greatlrd] 14477: minor change that I did forget Message-ID: <000601c53853$63c6ef70$6601a8c0@penelope> minor change that I did forget Updated files: trunk/reactos/subsys/system/cmd/En.rc From mf at svn.reactos.com Sun Apr 3 16:32:50 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [mf] 14478: activate printer folder menu Message-ID: <000601c5385a$039cd8b0$6601a8c0@penelope> activate printer folder menu Updated files: trunk/reactos/subsys/system/explorer/shell/entries.cpp trunk/reactos/subsys/system/explorer/shell/shellbrowser.cpp trunk/reactos/subsys/system/explorer/shell/shellfs.cpp trunk/reactos/subsys/system/explorer/taskbar/desktopbar.h trunk/reactos/subsys/system/explorer/taskbar/startmenu.cpp From ea at svn.reactos.com Sun Apr 3 16:38:44 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ea] 14479: WinTrust.dll: Update EXPORTS table Message-ID: <000601c5385a$d6a692a0$6601a8c0@penelope> WinTrust.dll: Update EXPORTS table Updated files: trunk/reactos/lib/wintrust/wintrust.def From steven_ed4153 at yahoo.com Sun Apr 3 17:31:58 2005 From: steven_ed4153 at yahoo.com (Steven Edwards) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ea] 14479: WinTrust.dll: Update EXPORTS table In-Reply-To: 6667 Message-ID: <20050403153158.32234.qmail@web21125.mail.yahoo.com> Hello, --- ea@svn.reactos.com wrote: > Updated files: > trunk/reactos/lib/wintrust/wintrust.def Tappak if you are watching can you relicense wintrust as BSD v2 or LGPL/GPL? If not it will have to be removed from SVN as it has a BSD 1 license header which is GPL incompatible. Same thing with the wintrust.h Thanks Steven __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs From hbirr at svn.reactos.com Sun Apr 3 17:47:17 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hbirr] 14480: Removed some calls to NtOpenProcess. They aren't necessary because the process data structure contains already a process handle. Message-ID: <000601c53864$6a2e2020$6601a8c0@penelope> Removed some calls to NtOpenProcess. They aren't necessary because the process data structure contains already a process handle. Updated files: trunk/reactos/subsys/csrss/api/process.c trunk/reactos/subsys/csrss/win32csr/conio.c From frik85 at svn.reactos.com Sun Apr 3 21:07:43 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [frik85] 14481: ReactOS Package Manager Message-ID: <000601c53880$69c4ed50$6601a8c0@penelope> ReactOS Package Manager More information: http://reactos.com/wiki/index.php/ReactOS_Package_Manager * Maarten Bosma (Dr. Fred) * Klemens Friedl (frik85) Added files: trunk/rosapps/packmgr/ trunk/rosapps/packmgr/gui/ trunk/rosapps/packmgr/gui/en.rc trunk/rosapps/packmgr/gui/generic.rc trunk/rosapps/packmgr/gui/main.cpp trunk/rosapps/packmgr/gui/main.h trunk/rosapps/packmgr/gui/makefile trunk/rosapps/packmgr/gui/packmgr.rc trunk/rosapps/packmgr/gui/res/ trunk/rosapps/packmgr/gui/res/blank.ico trunk/rosapps/packmgr/gui/res/development.ico trunk/rosapps/packmgr/gui/res/games.ico trunk/rosapps/packmgr/gui/res/graphics.ico trunk/rosapps/packmgr/gui/res/inet.ico trunk/rosapps/packmgr/gui/res/install.ico trunk/rosapps/packmgr/gui/res/installed.ico trunk/rosapps/packmgr/gui/res/installsource.ico trunk/rosapps/packmgr/gui/res/multimedia.ico trunk/rosapps/packmgr/gui/res/office.ico trunk/rosapps/packmgr/gui/res/others.ico trunk/rosapps/packmgr/gui/res/packetmanager.ico trunk/rosapps/packmgr/gui/res/toolbar.bmp trunk/rosapps/packmgr/gui/res/tools.ico trunk/rosapps/packmgr/gui/res/uninstall.ico trunk/rosapps/packmgr/gui/res/update.ico trunk/rosapps/packmgr/gui/resource.h trunk/rosapps/packmgr/help.txt trunk/rosapps/packmgr/lib/ trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/en.rc trunk/rosapps/packmgr/lib/error.h trunk/rosapps/packmgr/lib/expat.h trunk/rosapps/packmgr/lib/functions.cpp trunk/rosapps/packmgr/lib/log.cpp trunk/rosapps/packmgr/lib/log.h trunk/rosapps/packmgr/lib/main.cpp trunk/rosapps/packmgr/lib/makefile trunk/rosapps/packmgr/lib/package.cpp trunk/rosapps/packmgr/lib/package.def trunk/rosapps/packmgr/lib/package.hpp trunk/rosapps/packmgr/lib/package.rc trunk/rosapps/packmgr/lib/script.cpp trunk/rosapps/packmgr/lib/script.h trunk/rosapps/packmgr/lib/tree.cpp trunk/rosapps/packmgr/makefile trunk/rosapps/packmgr/tree/ trunk/rosapps/packmgr/tree/abiword.inst.rps trunk/rosapps/packmgr/tree/abiword.xml trunk/rosapps/packmgr/tree/mozcontrol.xml trunk/rosapps/packmgr/tree/mozillacontrol.inst.rps trunk/rosapps/packmgr/tree/tree.xml From ekohl at svn.reactos.com Sun Apr 3 21:15:17 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ekohl] 14482: Support marshalling of 'unique' strings. Message-ID: <000601c53881$78517c70$6601a8c0@penelope> Support marshalling of 'unique' strings. Updated files: trunk/reactos/lib/rpcrt4/ndr_marshall.c From chorns at svn.reactos.com Sun Apr 3 21:26:02 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14483: Partial 'make install' implementation Message-ID: <000601c53882$f9136930$6601a8c0@penelope> Partial 'make install' implementation Added files: branches/xmlbuildsystem/reactos/media/fonts/fonts.xml branches/xmlbuildsystem/reactos/media/inf/inf.xml branches/xmlbuildsystem/reactos/tools/rbuild/installfile.cpp Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/media/directory.xml branches/xmlbuildsystem/reactos/media/drivers/etc/etc.xml branches/xmlbuildsystem/reactos/media/nls/nls.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/project.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.mak branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.txt From hpoussin at svn.reactos.com Sun Apr 3 23:31:45 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hpoussin] 14484: Add WaitAll and WaitAny values Message-ID: <000601c53894$88d4a640$6601a8c0@penelope> Add WaitAll and WaitAny values Updated files: trunk/reactos/w32api/include/ddk/winddk.h From hpoussin at svn.reactos.com Sun Apr 3 23:36:17 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [hpoussin] 14485: Replace polling mode in IRP_MJ_READ by an interrupt mode. Message-ID: <000601c53895$2b2429c0$6601a8c0@penelope> Replace polling mode in IRP_MJ_READ by an interrupt mode. It is a lot less CPU consuming... Updated files: trunk/reactos/drivers/dd/serial/misc.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/rw.c trunk/reactos/drivers/dd/serial/serial.h From ion at svn.reactos.com Mon Apr 4 05:55:46 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [ion] 14486: Compile with w32api...gift for Steven Message-ID: <000601c538ca$2e9dcd10$6601a8c0@penelope> Compile with w32api...gift for Steven Updated files: trunk/reactos/lib/psapi/makefile trunk/reactos/lib/psapi/psapi.c From chorns at svn.reactos.com Mon Apr 4 21:39:48 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14487: Let dependencies control 'make install' Message-ID: <000601c5394e$10132690$6601a8c0@penelope> Let dependencies control 'make install' Updated files: branches/xmlbuildsystem/reactos/media/nls/nls.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h From chorns at svn.reactos.com Mon Apr 4 22:50:59 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:11 2006 Subject: [ros-svn] [chorns] 14488: Support installation of generated files Message-ID: <000601c53958$0165ef10$6601a8c0@penelope> Support installation of generated files Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.txt branches/xmlbuildsystem/reactos/tools/rbuild/tests/data/module.xml branches/xmlbuildsystem/reactos/tools/rbuild/tests/moduletest.cpp From chorns at svn.reactos.com Tue Apr 5 00:05:32 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14489: Install generated files Message-ID: <000601c53962$6bb7e800$6601a8c0@penelope> Install generated files Updated files: branches/xmlbuildsystem/reactos/apps/utils/net/arp/arp.xml branches/xmlbuildsystem/reactos/apps/utils/net/finger/finger.xml branches/xmlbuildsystem/reactos/apps/utils/net/ftp/ftp.xml branches/xmlbuildsystem/reactos/apps/utils/net/ipconfig/ipconfig.xml branches/xmlbuildsystem/reactos/apps/utils/net/netstat/netstat.xml branches/xmlbuildsystem/reactos/apps/utils/net/ping/ping.xml branches/xmlbuildsystem/reactos/apps/utils/net/telnet/telnet.xml branches/xmlbuildsystem/reactos/apps/utils/net/whois/whois.xml branches/xmlbuildsystem/reactos/drivers/bus/acpi/acpi.xml branches/xmlbuildsystem/reactos/drivers/bus/isapnp/isapnp.xml branches/xmlbuildsystem/reactos/drivers/bus/pci/pci.xml branches/xmlbuildsystem/reactos/drivers/dd/beep/beep.xml branches/xmlbuildsystem/reactos/drivers/dd/blue/blue.xml branches/xmlbuildsystem/reactos/drivers/dd/bootvid/bootvid.xml branches/xmlbuildsystem/reactos/drivers/dd/null/null.xml branches/xmlbuildsystem/reactos/drivers/dd/serial/serial.xml branches/xmlbuildsystem/reactos/drivers/fs/cdfs/cdfs.xml branches/xmlbuildsystem/reactos/drivers/fs/fs_rec/fs_rec.xml branches/xmlbuildsystem/reactos/drivers/fs/ms/msfs.xml branches/xmlbuildsystem/reactos/drivers/fs/mup/mup.xml branches/xmlbuildsystem/reactos/drivers/fs/np/npfs.xml branches/xmlbuildsystem/reactos/drivers/fs/ntfs/ntfs.xml branches/xmlbuildsystem/reactos/drivers/fs/vfat/vfatfs.xml branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.xml branches/xmlbuildsystem/reactos/drivers/input/mouclass/mouclass.xml branches/xmlbuildsystem/reactos/drivers/input/psaux/psaux.xml branches/xmlbuildsystem/reactos/drivers/input/sermouse/sermouse.xml branches/xmlbuildsystem/reactos/drivers/lib/bzip2/bzip2.xml branches/xmlbuildsystem/reactos/drivers/net/afd/afd.xml branches/xmlbuildsystem/reactos/drivers/net/dd/ne2000/ne2000.xml branches/xmlbuildsystem/reactos/drivers/net/dd/pcnet/pcnet.xml branches/xmlbuildsystem/reactos/drivers/net/ndis/ndis.xml branches/xmlbuildsystem/reactos/drivers/net/npf/npf.xml branches/xmlbuildsystem/reactos/drivers/net/tcpip/tcpip.xml branches/xmlbuildsystem/reactos/drivers/net/tdi/tdi.xml branches/xmlbuildsystem/reactos/drivers/net/wshtcpip/wshtcpip.xml branches/xmlbuildsystem/reactos/drivers/storage/atapi/atapi.xml branches/xmlbuildsystem/reactos/drivers/storage/cdrom/cdrom.xml branches/xmlbuildsystem/reactos/drivers/storage/class2/class2.xml branches/xmlbuildsystem/reactos/drivers/storage/disk/disk.xml branches/xmlbuildsystem/reactos/drivers/storage/diskdump/diskdump.xml branches/xmlbuildsystem/reactos/drivers/storage/floppy/floppy.xml branches/xmlbuildsystem/reactos/drivers/storage/scsiport/scsiport.xml branches/xmlbuildsystem/reactos/drivers/video/displays/framebuf/framebuf.xml branches/xmlbuildsystem/reactos/drivers/video/displays/vga/vgaddi.xml branches/xmlbuildsystem/reactos/drivers/video/miniport/vbe/vbemp.xml branches/xmlbuildsystem/reactos/drivers/video/miniport/vga/vgamp.xml branches/xmlbuildsystem/reactos/drivers/video/videoprt/videoprt.xml branches/xmlbuildsystem/reactos/hal/halx86/up/halup.xml branches/xmlbuildsystem/reactos/lib/acledit/acledit.xml branches/xmlbuildsystem/reactos/lib/aclui/aclui.xml branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.xml branches/xmlbuildsystem/reactos/lib/advpack/advpack.xml branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml branches/xmlbuildsystem/reactos/lib/cards/cards.xml branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml branches/xmlbuildsystem/reactos/lib/comdlg32/comdlg32.xml branches/xmlbuildsystem/reactos/lib/cpl/access/access.xml branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.xml branches/xmlbuildsystem/reactos/lib/cpl/control/control.xml branches/xmlbuildsystem/reactos/lib/cpl/desk/desk.xml branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.xml branches/xmlbuildsystem/reactos/lib/cpl/main/main.xml branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.xml branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.xml branches/xmlbuildsystem/reactos/lib/crtdll/crtdll.xml branches/xmlbuildsystem/reactos/lib/dbghelp/dbghelp.xml branches/xmlbuildsystem/reactos/lib/devenum/devenum.xml branches/xmlbuildsystem/reactos/lib/dinput/dinput.xml branches/xmlbuildsystem/reactos/lib/dinput8/dinput8.xml branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi.xml branches/xmlbuildsystem/reactos/lib/dsound/dsound.xml branches/xmlbuildsystem/reactos/lib/dxdiagn/dxdiagn.xml branches/xmlbuildsystem/reactos/lib/fmifs/fmifs.xml branches/xmlbuildsystem/reactos/lib/freetype/freetype.xml branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml branches/xmlbuildsystem/reactos/lib/gdiplus/gdiplus.xml branches/xmlbuildsystem/reactos/lib/glu32/glu32.xml branches/xmlbuildsystem/reactos/lib/imagehlp/imagehlp.xml branches/xmlbuildsystem/reactos/lib/imm32/imm32.xml branches/xmlbuildsystem/reactos/lib/iphlpapi/iphlpapi.xml branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml branches/xmlbuildsystem/reactos/lib/kbdes/kbdes.xml branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml branches/xmlbuildsystem/reactos/lib/lzexpand/lz32.xml branches/xmlbuildsystem/reactos/lib/mesa32/mesa32.xml branches/xmlbuildsystem/reactos/lib/midimap/midimap.xml branches/xmlbuildsystem/reactos/lib/mmdrv/mmdrv.xml branches/xmlbuildsystem/reactos/lib/mpr/mpr.xml branches/xmlbuildsystem/reactos/lib/msacm/msacm32.xml branches/xmlbuildsystem/reactos/lib/msafd/msafd.xml branches/xmlbuildsystem/reactos/lib/msgina/msgina.xml branches/xmlbuildsystem/reactos/lib/msimg32/msimg32.xml branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.xml branches/xmlbuildsystem/reactos/lib/msvcrt20/msvcrt20.xml branches/xmlbuildsystem/reactos/lib/netapi32/netapi32.xml branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32.xml branches/xmlbuildsystem/reactos/lib/olepro32/olepro32.xml branches/xmlbuildsystem/reactos/lib/opengl32/opengl32.xml branches/xmlbuildsystem/reactos/lib/psapi/psapi.xml branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml branches/xmlbuildsystem/reactos/lib/shdocvw/shdocvw.xml branches/xmlbuildsystem/reactos/lib/shell32/shell32.xml branches/xmlbuildsystem/reactos/lib/shlwapi/shlwapi.xml branches/xmlbuildsystem/reactos/lib/smdll/smdll.xml branches/xmlbuildsystem/reactos/lib/snmpapi/snmpapi.xml branches/xmlbuildsystem/reactos/lib/syssetup/syssetup.xml branches/xmlbuildsystem/reactos/lib/twain/twain_32.xml branches/xmlbuildsystem/reactos/lib/urlmon/urlmon.xml branches/xmlbuildsystem/reactos/lib/user32/user32.xml branches/xmlbuildsystem/reactos/lib/userenv/userenv.xml branches/xmlbuildsystem/reactos/lib/version/version.xml branches/xmlbuildsystem/reactos/lib/wininet/wininet.xml branches/xmlbuildsystem/reactos/lib/winmm/winmm.xml branches/xmlbuildsystem/reactos/lib/winspool/winspool.xml branches/xmlbuildsystem/reactos/lib/ws2_32/ws2_32.xml branches/xmlbuildsystem/reactos/lib/ws2help/ws2help.xml branches/xmlbuildsystem/reactos/lib/wshirda/wshirda.xml branches/xmlbuildsystem/reactos/lib/wsock32/wsock32.xml branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml branches/xmlbuildsystem/reactos/services/eventlog/eventlog.xml branches/xmlbuildsystem/reactos/services/umpnpmgr/umpnpmgr.xml branches/xmlbuildsystem/reactos/subsys/csrss/csrss.xml branches/xmlbuildsystem/reactos/subsys/csrss/win32csr/win32csr.xml branches/xmlbuildsystem/reactos/subsys/ntvdm/ntvdm.xml branches/xmlbuildsystem/reactos/subsys/smss/smss.xml branches/xmlbuildsystem/reactos/subsys/system/autochk/autochk.xml branches/xmlbuildsystem/reactos/subsys/system/calc/calc.xml branches/xmlbuildsystem/reactos/subsys/system/cmd/cmd.xml branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer.xml branches/xmlbuildsystem/reactos/subsys/system/explorer/notifyhook/notifyhook.xml branches/xmlbuildsystem/reactos/subsys/system/format/format.xml branches/xmlbuildsystem/reactos/subsys/system/ibrowser/ibrowser.xml branches/xmlbuildsystem/reactos/subsys/system/notepad/notepad.xml branches/xmlbuildsystem/reactos/subsys/system/regedit/regedit.xml branches/xmlbuildsystem/reactos/subsys/system/regsvr32/regsvr32.xml branches/xmlbuildsystem/reactos/subsys/system/reporterror/reporterror.xml branches/xmlbuildsystem/reactos/subsys/system/taskmgr/taskmgr.xml branches/xmlbuildsystem/reactos/subsys/system/userinit/userinit.xml branches/xmlbuildsystem/reactos/subsys/system/usetup/usetup.xml branches/xmlbuildsystem/reactos/subsys/system/vmwinst/vmwinst.xml branches/xmlbuildsystem/reactos/subsys/system/welcome/welcome.xml branches/xmlbuildsystem/reactos/subsys/system/winefile/winefile.xml branches/xmlbuildsystem/reactos/subsys/system/winlogon/winlogon.xml branches/xmlbuildsystem/reactos/subsys/win32k/win32k.xml From hpoussin at svn.reactos.com Tue Apr 5 00:48:54 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14490: Correct IOCTL_SERIAL_CLEAR_STATS and IOCTL_SERIAL_PURGE Message-ID: <000601c53968$7a554dc0$6601a8c0@penelope> Correct IOCTL_SERIAL_CLEAR_STATS and IOCTL_SERIAL_PURGE Manage read errors (overrun, parity, ...) Use output buffer even if Uart is ready to transmit Updated files: trunk/reactos/drivers/dd/serial/devctrl.c trunk/reactos/drivers/dd/serial/misc.c trunk/reactos/drivers/dd/serial/rw.c trunk/reactos/drivers/dd/serial/serial.h From hpoussin at svn.reactos.com Tue Apr 5 01:00:56 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14491: Allow ACPI detection and legacy detection for serial ports Message-ID: <000601c5396a$28ebdd30$6601a8c0@penelope> Allow ACPI detection and legacy detection for serial ports Detect serial debug port and prevent its management by serial driver Activate serial driver in registry Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/drivers/dd/serial/legacy.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/serial.c trunk/reactos/drivers/dd/serial/serial.h trunk/reactos/ntoskrnl/io/pnpreport.c From hbirr at svn.reactos.com Tue Apr 5 01:09:18 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14492: Fixed some bugs, which have prevented the using of isa dma channels. Message-ID: <000601c5396b$53f5aaa0$6601a8c0@penelope> Fixed some bugs, which have prevented the using of isa dma channels. Updated files: trunk/reactos/hal/halx86/generic/dma.c From hbirr at svn.reactos.com Tue Apr 5 01:11:21 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14493: Check for an valid mdl pointer before calling IoFreeMdl in IoReadWriteCompletion. Message-ID: <000601c5396b$9d88a870$6601a8c0@penelope> Check for an valid mdl pointer before calling IoFreeMdl in IoReadWriteCompletion. Updated files: trunk/reactos/ntoskrnl/io/cleanup.c From hpoussin at svn.reactos.com Tue Apr 5 01:12:23 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14494: Move variable declarations at the start of functions Message-ID: <000601c5396b$c26c79a0$6601a8c0@penelope> Move variable declarations at the start of functions Updated files: trunk/reactos/drivers/dd/serial/circularbuffer.c trunk/reactos/drivers/dd/serial/serial.c From hpoussin at svn.reactos.com Tue Apr 5 01:17:31 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14495: Fix file properties Message-ID: <000601c5396c$79db6600$6601a8c0@penelope> Fix file properties Updated files: trunk/reactos/drivers/dd/serial/circularbuffer.c trunk/reactos/drivers/dd/serial/legacy.c From arty at svn.reactos.com Tue Apr 5 01:45:40 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [arty] 14496: First import of DHCP client service. Message-ID: <000601c53970$68945880$6601a8c0@penelope> First import of DHCP client service. No pipe created yet. Event model up and running. Does not produce a dhcp offer yet but working on that. Added files: trunk/reactos/subsys/system/dhcp/ trunk/reactos/subsys/system/dhcp/Makefile trunk/reactos/subsys/system/dhcp/adapter.c trunk/reactos/subsys/system/dhcp/alloc.c trunk/reactos/subsys/system/dhcp/compat.c trunk/reactos/subsys/system/dhcp/design.txt trunk/reactos/subsys/system/dhcp/dhclient.c trunk/reactos/subsys/system/dhcp/dhcp.rc trunk/reactos/subsys/system/dhcp/dhcpmain.c trunk/reactos/subsys/system/dhcp/dispatch.c trunk/reactos/subsys/system/dhcp/hash.c trunk/reactos/subsys/system/dhcp/include/ trunk/reactos/subsys/system/dhcp/include/cdefs.h trunk/reactos/subsys/system/dhcp/include/debug.h trunk/reactos/subsys/system/dhcp/include/dhcp.h trunk/reactos/subsys/system/dhcp/include/dhcpd.h trunk/reactos/subsys/system/dhcp/include/dhctoken.h trunk/reactos/subsys/system/dhcp/include/hash.h trunk/reactos/subsys/system/dhcp/include/inet.h trunk/reactos/subsys/system/dhcp/include/osdep.h trunk/reactos/subsys/system/dhcp/include/predec.h trunk/reactos/subsys/system/dhcp/include/privsep.h trunk/reactos/subsys/system/dhcp/include/rosdhcp.h trunk/reactos/subsys/system/dhcp/include/site.h trunk/reactos/subsys/system/dhcp/include/stdint.h trunk/reactos/subsys/system/dhcp/include/sysconf.h trunk/reactos/subsys/system/dhcp/include/tree.h trunk/reactos/subsys/system/dhcp/include/version.h trunk/reactos/subsys/system/dhcp/memory.c trunk/reactos/subsys/system/dhcp/options.c trunk/reactos/subsys/system/dhcp/privsep.c trunk/reactos/subsys/system/dhcp/socket.c trunk/reactos/subsys/system/dhcp/tables.c trunk/reactos/subsys/system/dhcp/timer.c trunk/reactos/subsys/system/dhcp/tree.c trunk/reactos/subsys/system/dhcp/util.c From arty at svn.reactos.com Tue Apr 5 01:48:13 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [arty] 14497: Added acknowledgement (thank tinus and sorry I didn't put this in the first Message-ID: <000601c53970$c420ee20$6601a8c0@penelope> Added acknowledgement (thank tinus and sorry I didn't put this in the first commit). Updated files: trunk/reactos/subsys/system/dhcp/design.txt From royce at svn.reactos.com Tue Apr 5 07:12:22 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [royce] 14498: add some asserts Message-ID: <000601c5399e$0c351ab0$6601a8c0@penelope> add some asserts Updated files: trunk/reactos/ntoskrnl/io/mdl.c From hpoussin at svn.reactos.com Tue Apr 5 14:00:16 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14499: Implement IRP_MN_QUERY_RESOURCES (Irq, IO ports, DMA) Message-ID: <000601c539d7$07c610e0$6601a8c0@penelope> Implement IRP_MN_QUERY_RESOURCES (Irq, IO ports, DMA) Updated files: trunk/reactos/drivers/bus/acpi/ospm/fdo.c trunk/reactos/drivers/bus/acpi/ospm/include/acpisys.h trunk/reactos/drivers/bus/acpi/ospm/pdo.c From hpoussin at svn.reactos.com Tue Apr 5 14:00:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14500: Remove useless code (ACPI now reports resources correctly) Message-ID: <000601c539d7$1667a410$6601a8c0@penelope> Remove useless code (ACPI now reports resources correctly) Change ULONG to ULONG_PTR for IoStatus.Information field Updated files: trunk/reactos/drivers/dd/serial/devctrl.c trunk/reactos/drivers/dd/serial/info.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/rw.c trunk/reactos/ntoskrnl/io/pnpreport.c From hpoussin at svn.reactos.com Tue Apr 5 14:34:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14501: Print date and time formats according to regional settings Message-ID: <000601c539db$d66ebdd0$6601a8c0@penelope> Print date and time formats according to regional settings Updated files: trunk/reactos/subsys/system/cmd/config.h From weiden at svn.reactos.com Tue Apr 5 17:08:21 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14502: free work items after processing them Message-ID: <000601c539f1$4e665cc0$6601a8c0@penelope> free work items after processing them Updated files: trunk/reactos/drivers/dd/serial/rw.c trunk/reactos/drivers/dd/serial/serial.h From hbirr at svn.reactos.com Tue Apr 5 17:51:05 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14503: Changed back to IoBuildSynchronousFsdRequest. Message-ID: <000601c539f7$46860220$6601a8c0@penelope> Changed back to IoBuildSynchronousFsdRequest. Updated files: trunk/reactos/ntoskrnl/io/rw.c From hbirr at svn.reactos.com Tue Apr 5 17:53:11 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14504: Set the correct CurrentVa in the call to IoFlushAdapterBuffers. Message-ID: <000601c539f7$918f4c40$6601a8c0@penelope> Set the correct CurrentVa in the call to IoFlushAdapterBuffers. Updated files: trunk/reactos/drivers/storage/floppy/readwrite.c From hbirr at svn.reactos.com Tue Apr 5 19:07:58 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14505: Initialize the maximum length of the device description to allocate more than map register. Message-ID: <000601c53a02$047ec690$6601a8c0@penelope> Initialize the maximum length of the device description to allocate more than map register. Updated files: trunk/reactos/drivers/storage/floppy/floppy.c From hbirr at svn.reactos.com Tue Apr 5 19:12:54 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hbirr] 14506: - Changed the calculation of the current sector count to read or write from both sides of a floppy in one step. Message-ID: <000601c53a02$b4ef3b90$6601a8c0@penelope> - Changed the calculation of the current sector count to read or write from both sides of a floppy in one step. - Set the EOT sector always to the last sector of a floppy. Updated files: trunk/reactos/drivers/storage/floppy/readwrite.c From chorns at svn.reactos.com Tue Apr 5 19:22:07 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14507: Generate registry hives on 'make install' Message-ID: <000601c53a03$fdf60980$6601a8c0@penelope> Generate registry hives on 'make install' Added files: branches/xmlbuildsystem/reactos/tools/mkhive/mkhive.mak Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/tools.mak From gvg at svn.reactos.com Tue Apr 5 19:50:26 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [gvg] 14508: Implement exception handling for Xen Message-ID: <000601c53a07$f2d22e90$6601a8c0@penelope> Implement exception handling for Xen Added files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/i386.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenvideo.c Updated files: branches/xen/reactos/boot/freeldr/freeldr/Makefile branches/xen/reactos/boot/freeldr/freeldr/arch/i386/i386trap.S branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machpc.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machpc.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xencons.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenmem.c branches/xen/reactos/boot/freeldr/freeldr/include/machine.h branches/xen/reactos/boot/freeldr/freeldr/machine.c From chorns at svn.reactos.com Tue Apr 5 20:20:48 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14509: Simplify directory handling Message-ID: <000601c53a0c$31200dd0$6601a8c0@penelope> Simplify directory handling Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h From chorns at svn.reactos.com Tue Apr 5 20:49:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14510: Rebuild source if a header is changed Message-ID: <000601c53a10$4250da90$6601a8c0@penelope> Rebuild source if a header is changed Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.mak From sedwards at svn.reactos.com Tue Apr 5 20:59:58 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14511: use -D__USE_W32API Message-ID: <000601c53a11$a9c28600$6601a8c0@penelope> use -D__USE_W32API Updated files: trunk/rosapps/cmdutils/mode/makefile From hpoussin at svn.reactos.com Tue Apr 5 21:04:11 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14512: Add serial port enumerator driver: Message-ID: <000601c53a12$407048d0$6601a8c0@penelope> Add serial port enumerator driver: - Enumerate legacy mice - Should also detect PnP serial devices even if they are not yet reported It is implemented as an upper filter for serial port driver (serial.sys) Add corresponding registry entries Added files: trunk/reactos/drivers/bus/serenum/ trunk/reactos/drivers/bus/serenum/detect.c trunk/reactos/drivers/bus/serenum/fdo.c trunk/reactos/drivers/bus/serenum/makefile trunk/reactos/drivers/bus/serenum/misc.c trunk/reactos/drivers/bus/serenum/pdo.c trunk/reactos/drivers/bus/serenum/serenum.c trunk/reactos/drivers/bus/serenum/serenum.h trunk/reactos/drivers/bus/serenum/serenum.rc Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/hivesys.inf trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/drivers/bus/Makefile From sedwards at svn.reactos.com Tue Apr 5 21:13:54 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14513: use -D__USE_W32API Message-ID: <000601c53a13$9bb817d0$6601a8c0@penelope> use -D__USE_W32API Updated files: trunk/rosapps/demos/maze/Makefile From sedwards at svn.reactos.com Tue Apr 5 21:14:39 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14514: __USE_W32API Message-ID: <000601c53a13$b6838770$6601a8c0@penelope> __USE_W32API Updated files: trunk/rosapps/games/winemine/Makefile From sedwards at svn.reactos.com Tue Apr 5 21:17:23 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14515: __USE_W32API Message-ID: <000601c53a14$1837e380$6601a8c0@penelope> __USE_W32API Updated files: trunk/rosapps/notevil/makefile From sedwards at svn.reactos.com Tue Apr 5 21:19:46 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14516: remove windows.h Message-ID: <000601c53a14$6db20f70$6601a8c0@penelope> remove windows.h Updated files: trunk/rosapps/sysutils/win32err.h From sedwards at svn.reactos.com Tue Apr 5 21:22:32 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14517: fixed header usage. Please avoid using windows.h Message-ID: <000601c53a14$d0823bc0$6601a8c0@penelope> fixed header usage. Please avoid using windows.h Updated files: trunk/rosapps/sysutils/chklib.c trunk/rosapps/sysutils/ldd.c trunk/rosapps/sysutils/wmain.c From sedwards at svn.reactos.com Tue Apr 5 21:30:37 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14518: more w32api conversion. Send errors.h to the Trash Can Message-ID: <000601c53a15$f1bb10e0$6601a8c0@penelope> more w32api conversion. Send errors.h to the Trash Can Updated files: trunk/reactos/apps/utils/net/route/makefile trunk/reactos/include/windows.h trunk/reactos/lib/rtl/error.c trunk/reactos/lib/samlib/samlib.c trunk/reactos/lib/wininet/stubs.c trunk/reactos/lib/winspool/stubs.c Deleted files: trunk/reactos/include/errors.h From sedwards at svn.reactos.com Tue Apr 5 21:42:42 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14519: fixed rosapps a bit. disabled tests for now. will fix them tonight Message-ID: <000601c53a17$a2012510$6601a8c0@penelope> fixed rosapps a bit. disabled tests for now. will fix them tonight Updated files: trunk/rosapps/Makefile trunk/rosapps/net/niclist/makefile trunk/rosapps/sysutils/ctm/Makefile trunk/rosapps/tests/accelerator/Makefile From chorns at svn.reactos.com Tue Apr 5 22:24:29 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14520: Accept ROS_INSTALL environment variable Message-ID: <000601c53a1d$78592d60$6601a8c0@penelope> Accept ROS_INSTALL environment variable Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/tests/functiontest.cpp From ion at svn.reactos.com Tue Apr 5 23:41:06 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [ion] 14521: Use w32api... hope this does something? Just trying to help steven. Message-ID: <000601c53a28$2c21c280$6601a8c0@penelope> Use w32api... hope this does something? Just trying to help steven. Updated files: trunk/reactos/lib/string/Makefile From sedwards at svn.reactos.com Wed Apr 6 01:04:27 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [sedwards] 14522: remove the use of windows.h in some places where it is not needed Message-ID: <000601c53a33$d0f11210$6601a8c0@penelope> remove the use of windows.h in some places where it is not needed Updated files: trunk/reactos/lib/rtl/ppb.c trunk/reactos/lib/rtl/process.c From royce at svn.reactos.com Wed Apr 6 06:03:43 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [royce] 14523: patch by kjk::hyperion, fix syntax of gcc inline asm Message-ID: <000601c53a5d$9fec9a20$6601a8c0@penelope> patch by kjk::hyperion, fix syntax of gcc inline asm Updated files: trunk/reactos/hal/halx86/include/hal.h From hpoussin at svn.reactos.com Wed Apr 6 08:09:07 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14524: Verify that allocated resource list is not NULL in IRP_MN_START_DEVICE. Message-ID: <000601c53a6f$241f0240$6601a8c0@penelope> Verify that allocated resource list is not NULL in IRP_MN_START_DEVICE. Updated files: trunk/reactos/drivers/dd/serial/pnp.c From hpoussin at svn.reactos.com Wed Apr 6 13:15:00 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [hpoussin] 14525: Saveliy Tretiakov Message-ID: <000601c53a99$dfb278f0$6601a8c0@penelope> Saveliy Tretiakov - Started serialui dll - Implemented drvCommConfigDialogA and drvCommConfigDialogW Added files: trunk/reactos/lib/serialui/ trunk/reactos/lib/serialui/Makefile trunk/reactos/lib/serialui/resource.h trunk/reactos/lib/serialui/serialui.c trunk/reactos/lib/serialui/serialui.def trunk/reactos/lib/serialui/serialui.h trunk/reactos/lib/serialui/serialui.rc Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/packages/reactos.dff From royce at svn.reactos.com Wed Apr 6 14:32:17 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [royce] 14526: fix uninitialized variable warnings Message-ID: <000601c53aa4$ab35e250$6601a8c0@penelope> fix uninitialized variable warnings Updated files: trunk/reactos/drivers/bus/serenum/detect.c trunk/reactos/drivers/bus/serenum/fdo.c From weiden at svn.reactos.com Wed Apr 6 19:04:30 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14527: use unicode functions only and some minor fixes to preserve 64bit compatibility Message-ID: <000601c53aca$b2bc3210$6601a8c0@penelope> use unicode functions only and some minor fixes to preserve 64bit compatibility Updated files: trunk/reactos/lib/serialui/serialui.c trunk/reactos/lib/serialui/serialui.h From weiden at svn.reactos.com Wed Apr 6 19:08:20 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14528: add image base address for serialui.dll Message-ID: <000601c53acb$3bc78230$6601a8c0@penelope> add image base address for serialui.dll Updated files: trunk/reactos/baseaddress.cfg From weiden at svn.reactos.com Wed Apr 6 19:40:28 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14529: Saveliy Tretiakov : Message-ID: <000601c53acf$b8f4f630$6601a8c0@penelope> Saveliy Tretiakov : - Implemented CommConfigDialogA and CommConfigDialogW - Removed @unimplemented comments for some implemented functions Updated files: trunk/reactos/lib/kernel32/misc/comm.c From weiden at svn.reactos.com Wed Apr 6 20:30:12 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14530: reformat some code to make it readably Message-ID: <000601c53ad6$ab8cc930$6601a8c0@penelope> reformat some code to make it readably Updated files: trunk/reactos/lib/kernel32/misc/comm.c From robertk at svn.reactos.com Wed Apr 6 22:05:26 2005 From: robertk at svn.reactos.com (robertk@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [robertk] 14531: version info 0.2.6 Message-ID: <000601c53ae3$f91b99d0$6601a8c0@penelope> version info 0.2.6 Updated files: branches/ros-branch-0_2_6/reactos/include/reactos/version.h From chorns at svn.reactos.com Wed Apr 6 22:49:54 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14532: Correct some wrong dependencies for 'make bootcd' Message-ID: <000601c53aea$2f6f2aa0$6601a8c0@penelope> Correct some wrong dependencies for 'make bootcd' Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/tools/cabman/cabman.mak branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp From chorns at svn.reactos.com Thu Apr 7 00:27:25 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14533: Add the files where they are located Message-ID: <000601c53af7$cf4d7420$6601a8c0@penelope> Add the files where they are located Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/subsys/system/directory.xml branches/xmlbuildsystem/reactos/tools/cabman/cabinet.cxx branches/xmlbuildsystem/reactos/tools/cabman/dfp.cxx branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From greatlrd at svn.reactos.com Thu Apr 7 13:24:42 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [greatlrd] 14534: Remove more hardcode string to En.rc Message-ID: <000601c53b64$64a524c0$6601a8c0@penelope> Remove more hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/delay.c trunk/reactos/subsys/system/cmd/dir.c trunk/reactos/subsys/system/cmd/dirstack.c trunk/reactos/subsys/system/cmd/resource.h From weiden at svn.reactos.com Thu Apr 7 15:11:49 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14535: fixed warnings Message-ID: <000601c53b73$5b87a020$6601a8c0@penelope> fixed warnings Updated files: trunk/reactos/lib/kernel32/process/create.c trunk/reactos/lib/kernel32/thread/thread.c From weiden at svn.reactos.com Thu Apr 7 15:25:40 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14536: - don't redefine public structures in taskmgr Message-ID: <000601c53b75$4b102990$6601a8c0@penelope> - don't redefine public structures in taskmgr - minor taskmgr changes and make better use of PCH - fixed definition of SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION and depending code Updated files: trunk/reactos/include/ntos/zwtypes.h trunk/reactos/lib/kernel32/misc/time.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/subsys/system/taskmgr/De.rc trunk/reactos/subsys/system/taskmgr/Dk.rc trunk/reactos/subsys/system/taskmgr/En.rc trunk/reactos/subsys/system/taskmgr/Es.rc trunk/reactos/subsys/system/taskmgr/Sv.rc trunk/reactos/subsys/system/taskmgr/about.c trunk/reactos/subsys/system/taskmgr/affinity.c trunk/reactos/subsys/system/taskmgr/applpage.c trunk/reactos/subsys/system/taskmgr/column.c trunk/reactos/subsys/system/taskmgr/dbgchnl.c trunk/reactos/subsys/system/taskmgr/debug.c trunk/reactos/subsys/system/taskmgr/endproc.c trunk/reactos/subsys/system/taskmgr/font.c trunk/reactos/subsys/system/taskmgr/graph.c trunk/reactos/subsys/system/taskmgr/graphctl.c trunk/reactos/subsys/system/taskmgr/makefile trunk/reactos/subsys/system/taskmgr/optnmenu.c trunk/reactos/subsys/system/taskmgr/perfdata.c trunk/reactos/subsys/system/taskmgr/perfdata.h trunk/reactos/subsys/system/taskmgr/perfpage.c trunk/reactos/subsys/system/taskmgr/precomp.h trunk/reactos/subsys/system/taskmgr/priority.c trunk/reactos/subsys/system/taskmgr/proclist.c trunk/reactos/subsys/system/taskmgr/procpage.c trunk/reactos/subsys/system/taskmgr/resource.h trunk/reactos/subsys/system/taskmgr/run.c trunk/reactos/subsys/system/taskmgr/taskmgr.c trunk/reactos/subsys/system/taskmgr/trayicon.c From weiden at svn.reactos.com Thu Apr 7 20:01:31 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [weiden] 14537: forward CommConfigDialogA to CommConfigDialogW Message-ID: <000601c53b9b$d42f3380$6601a8c0@penelope> forward CommConfigDialogA to CommConfigDialogW Updated files: trunk/reactos/lib/kernel32/misc/comm.c From chorns at svn.reactos.com Thu Apr 7 21:39:45 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14538: Use order-only prerequisites for directories to prevent spurious rebuilds when building on non-FAT volumes Message-ID: <000601c53ba9$8d036950$6601a8c0@penelope> Use order-only prerequisites for directories to prevent spurious rebuilds when building on non-FAT volumes Updated files: branches/xmlbuildsystem/reactos/tools/bin2res/bin2res.mak branches/xmlbuildsystem/reactos/tools/buildno/buildno.mak branches/xmlbuildsystem/reactos/tools/cabman/cabman.mak branches/xmlbuildsystem/reactos/tools/cdmake/cdmake.mak branches/xmlbuildsystem/reactos/tools/mkhive/mkhive.mak branches/xmlbuildsystem/reactos/tools/nci/nci.mak branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.mak branches/xmlbuildsystem/reactos/tools/tools.mak branches/xmlbuildsystem/reactos/tools/unicode/unicode.mak branches/xmlbuildsystem/reactos/tools/winebuild/winebuild.mak branches/xmlbuildsystem/reactos/tools/wmc/wmc.mak branches/xmlbuildsystem/reactos/tools/wpp/wpp.mak branches/xmlbuildsystem/reactos/tools/wrc/wrc.mak From chorns at svn.reactos.com Thu Apr 7 21:57:08 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14539: Add missing file Message-ID: <000601c53bab$fab37b00$6601a8c0@penelope> Add missing file Added files: branches/xmlbuildsystem/reactos/subsys/system/rundll32/rundll32.xml From chorns at svn.reactos.com Thu Apr 7 22:28:39 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [chorns] 14540: * Clean object files Message-ID: <000601c53bb0$62014360$6601a8c0@penelope> * Clean object files * Clean generated files for cabman Updated files: branches/xmlbuildsystem/reactos/tools/cabman/cabman.mak branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From arty at svn.reactos.com Fri Apr 8 03:11:34 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [arty] 14541: Initialize these in case handle locking fails. Message-ID: <000601c53bd7$e80e35e0$6601a8c0@penelope> Initialize these in case handle locking fails. Updated files: trunk/reactos/drivers/net/afd/afd/lock.c From royce at svn.reactos.com Fri Apr 8 07:35:28 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [royce] 14542: raddr2line utility Message-ID: <000601c53bfc$c58c49b0$6601a8c0@penelope> raddr2line utility moved code common betw rsym and raddr2line to rsym_common.c simplified tools/Makefile Added files: trunk/reactos/tools/raddr2line.c trunk/reactos/tools/rsym.h trunk/reactos/tools/rsym_common.c Updated files: trunk/reactos/tools/Makefile trunk/reactos/tools/rsym.c From arty at svn.reactos.com Fri Apr 8 13:04:16 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [arty] 14543: Read: Generalized EOF condition slightly. Message-ID: <000601c53c2a$b457c0b0$6601a8c0@penelope> Read: Generalized EOF condition slightly. Remember to check for failure when locking address buffer. Lock: SEH to protect from bad address length ptr. Updated files: trunk/reactos/drivers/net/afd/afd/lock.c trunk/reactos/drivers/net/afd/afd/read.c From arty at svn.reactos.com Fri Apr 8 13:08:28 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:12 2006 Subject: [ros-svn] [arty] 14544: Adapter: some info display. Message-ID: <000601c53c2b$4a7b44e0$6601a8c0@penelope> Adapter: some info display. Socket: implemented send and recv. Updated files: trunk/reactos/subsys/system/dhcp/adapter.c trunk/reactos/subsys/system/dhcp/socket.c From royce at svn.reactos.com Fri Apr 8 14:54:40 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [royce] 14545: use tags for pool allocations, and reformat code Message-ID: <000601c53c3a$208b7fb0$6601a8c0@penelope> use tags for pool allocations, and reformat code Updated files: trunk/reactos/ntoskrnl/ldr/loader.c From royce at svn.reactos.com Fri Apr 8 15:02:26 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [royce] 14546: use tags for pool allocations, and reformat code Message-ID: <000601c53c3b$36739a50$6601a8c0@penelope> use tags for pool allocations, and reformat code Updated files: trunk/reactos/ntoskrnl/ps/create.c From royce at svn.reactos.com Fri Apr 8 15:14:18 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [royce] 14547: use tags for pool allocations, and reformat code Message-ID: <000601c53c3c$dec0d190$6601a8c0@penelope> use tags for pool allocations, and reformat code Updated files: trunk/reactos/ntoskrnl/ps/job.c From sedwards at svn.reactos.com Fri Apr 8 18:58:32 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [sedwards] 14548: wow it really does work on linux now Message-ID: <000601c53c5c$323ddce0$6601a8c0@penelope> wow it really does work on linux now Updated files: branches/xmlbuildsystem/reactos/tools/unicode/unicode.mak From greatlrd at svn.reactos.com Fri Apr 8 18:59:22 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [greatlrd] 14549: New document icon from Mindflyer Message-ID: <000601c53c5c$4fff33f0$6601a8c0@penelope> New document icon from Mindflyer Updated files: trunk/reactos/lib/shell32/shres.rc From chorns at svn.reactos.com Fri Apr 8 19:24:33 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14550: Build when DBG=1 Message-ID: <000601c53c5f$d44c3150$6601a8c0@penelope> Build when DBG=1 Updated files: branches/xmlbuildsystem/reactos/lib/iphlpapi/ifenum_reactos.c branches/xmlbuildsystem/reactos/lib/iphlpapi/iphlpapi.xml branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml From chorns at svn.reactos.com Fri Apr 8 20:59:40 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14551: Delete Makefile Message-ID: <000601c53c6d$1e1c7350$6601a8c0@penelope> Delete Makefile Deleted files: branches/xmlbuildsystem/reactos/lib/msgina/Makefile From chorns at svn.reactos.com Fri Apr 8 21:03:06 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14552: Copy makefile Message-ID: <000601c53c6d$98fd8320$6601a8c0@penelope> Copy makefile Added files: branches/xmlbuildsystem/reactos/lib/msgina/makefile From mbosma at svn.reactos.com Fri Apr 8 21:09:23 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [mbosma] 14553: PackageManager Message-ID: <000601c53c6e$79a4cdc0$6601a8c0@penelope> PackageManager Created the commandline Interface Deleated subcategries Added files: trunk/rosapps/packmgr/cmd-line/ trunk/rosapps/packmgr/cmd-line/main.cpp trunk/rosapps/packmgr/cmd-line/main.h trunk/rosapps/packmgr/cmd-line/makefile trunk/rosapps/packmgr/cmd-line/ros-get.rc trunk/rosapps/packmgr/tree/tree_withsubs.xml Updated files: trunk/rosapps/packmgr/gui/main.cpp trunk/rosapps/packmgr/lib/package.cpp trunk/rosapps/packmgr/lib/package.def trunk/rosapps/packmgr/lib/package.hpp trunk/rosapps/packmgr/lib/tree.cpp trunk/rosapps/packmgr/tree/tree.xml From chorns at svn.reactos.com Fri Apr 8 21:16:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14554: Delete riched20 Message-ID: <000601c53c6f$86ce2360$6601a8c0@penelope> Delete riched20 Deleted files: branches/xmlbuildsystem/reactos/lib/riched20/ From chorns at svn.reactos.com Fri Apr 8 21:18:03 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14555: Copy riched20 Message-ID: <000601c53c6f$af9681c0$6601a8c0@penelope> Copy riched20 Added files: branches/xmlbuildsystem/reactos/lib/riched20/ From frik85 at svn.reactos.com Fri Apr 8 21:31:12 2005 From: frik85 at svn.reactos.com (frik85@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [frik85] 14556: update makefile (add ros-get) Message-ID: <000601c53c71$85e7d020$6601a8c0@penelope> update makefile (add ros-get) Updated files: trunk/rosapps/packmgr/makefile From hbirr at svn.reactos.com Fri Apr 8 22:29:33 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14557: Csrss should only open the '\Windows' directory. Message-ID: <000601c53c79$aca549b0$6601a8c0@penelope> Csrss should only open the '\Windows' directory. Updated files: trunk/reactos/subsys/csrss/init.c From hbirr at svn.reactos.com Fri Apr 8 22:38:11 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14558: - Don't allow to create objects in the nt name space for twice. Message-ID: <000601c53c7a$e16841b0$6601a8c0@penelope> - Don't allow to create objects in the nt name space for twice. - Create a stream file object in IoCreateFile if a deviceobject is opening. Updated files: trunk/reactos/ntoskrnl/io/create.c trunk/reactos/ntoskrnl/ob/object.c From hpoussin at svn.reactos.com Sat Apr 9 00:19:41 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hpoussin] 14559: GCC 3.3.3 detects uninitialized variable where it is not the case. Workaround problem by moving initialization at the top of function. Message-ID: <000601c53c89$0f62da90$6601a8c0@penelope> GCC 3.3.3 detects uninitialized variable where it is not the case. Workaround problem by moving initialization at the top of function. Updated files: trunk/reactos/drivers/bus/serenum/detect.c From hbirr at svn.reactos.com Sat Apr 9 11:37:34 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14560: ObCreateObject should return an existing named object if one already exist. Message-ID: <000601c53ce7$c279eed0$6601a8c0@penelope> ObCreateObject should return an existing named object if one already exist. Updated files: trunk/reactos/ntoskrnl/ob/object.c From hbirr at svn.reactos.com Sat Apr 9 11:40:47 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14561: Fixed the dereferencing of an existing named object in IoCreateFile. Message-ID: <000601c53ce8$351a6a50$6601a8c0@penelope> Fixed the dereferencing of an existing named object in IoCreateFile. Updated files: trunk/reactos/ntoskrnl/io/create.c From mbosma at svn.reactos.com Sat Apr 9 15:48:34 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [mbosma] 14562: Message-ID: <000601c53d0a$d30032a0$6601a8c0@penelope> Added files: trunk/rosapps/packmgr/gui/de.rc trunk/rosapps/packmgr/gui/es.rc trunk/rosapps/packmgr/lib/es.rc Updated files: trunk/rosapps/packmgr/gui/packmgr.rc trunk/rosapps/packmgr/lib/package.rc From hbirr at svn.reactos.com Sat Apr 9 19:10:28 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14563: Close the desktop handle after getting the object pointer. Message-ID: <000601c53d27$071b5da0$6601a8c0@penelope> Close the desktop handle after getting the object pointer. Updated files: trunk/reactos/subsys/win32k/main/dllmain.c From fireball at svn.reactos.com Sat Apr 9 19:33:55 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14564: Implemented kbdru.dll, tested under Windows XP - works great. Though I would appreciate more thorough testing. Message-ID: <000601c53d2a$4db51140$6601a8c0@penelope> Implemented kbdru.dll, tested under Windows XP - works great. Though I would appreciate more thorough testing. Added files: trunk/reactos/lib/kbdru/ trunk/reactos/lib/kbdru/Jamfile trunk/reactos/lib/kbdru/kbdru.c trunk/reactos/lib/kbdru/kbdru.def trunk/reactos/lib/kbdru/kbdru.rc trunk/reactos/lib/kbdru/makefile From gvg at svn.reactos.com Sun Apr 10 00:37:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [gvg] 14565: Fix "make bootcd" Message-ID: <000601c53d54$af8f2bb0$6601a8c0@penelope> Fix "make bootcd" Updated files: trunk/reactos/boot/freeldr/Makefile From navaraf at svn.reactos.com Sun Apr 10 06:02:56 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [navaraf] 14566: - Pass correct parameters to MmLocateMemoryAreaByAddress in MmLockPagableDataSection. Message-ID: <000601c53d82$2d628000$6601a8c0@penelope> - Pass correct parameters to MmLocateMemoryAreaByAddress in MmLockPagableDataSection. - Change UNIMPLEMENTED to DPRINT1 in MmLockPagableSectionByHandle. Updated files: trunk/reactos/ntoskrnl/mm/drvlck.c From phreak at svn.reactos.com Sun Apr 10 07:00:32 2005 From: phreak at svn.reactos.com (phreak@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [phreak] 14567: Fixed freeldr fat16 boot sector to use the bios provided boot device number instead of the ( usually invalid ) one in the boot sector header. Message-ID: <000601c53d8a$392c1a60$6601a8c0@penelope> Fixed freeldr fat16 boot sector to use the bios provided boot device number instead of the ( usually invalid ) one in the boot sector header. Updated files: trunk/reactos/boot/freeldr/bootsect/fat.asm From hbirr at svn.reactos.com Sun Apr 10 12:16:40 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14568: - Fixed the destination path for installing freeldr on a floppy. Message-ID: <000601c53db6$631a3010$6601a8c0@penelope> - Fixed the destination path for installing freeldr on a floppy. - Used NtOpenFile for accessing the mbr or the boot sector. Updated files: trunk/reactos/subsys/system/usetup/bootsup.c From fireball at svn.reactos.com Sun Apr 10 12:20:12 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14569: Some minor additions to support newer versions of uhci driver (though doesn't even compile atm). Message-ID: <000601c53db6$e16d5c30$6601a8c0@penelope> Some minor additions to support newer versions of uhci driver (though doesn't even compile atm). Updated files: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h trunk/reactos/drivers/usb/cromwell/linux/pci_ids.h trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From fireball at svn.reactos.com Sun Apr 10 13:18:07 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14570: Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll Message-ID: <000601c53dbe$f88c6c00$6601a8c0@penelope> Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll Updated files: trunk/reactos/lib/kbdru/kbdru.c From fireball at svn.reactos.com Sun Apr 10 13:35:21 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14571: Fix incorrect file name of kgbgb.dll to kbduk.dll (by unC0Rr), added kbdru.dll into keyboard layouts Message-ID: <000601c53dc1$60d06620$6601a8c0@penelope> Fix incorrect file name of kgbgb.dll to kbduk.dll (by unC0Rr), added kbdru.dll into keyboard layouts Updated files: trunk/reactos/bootdata/txtsetup.sif From fireball at svn.reactos.com Sun Apr 10 13:37:59 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14572: Added kbdru.dll into build process Message-ID: <000601c53dc1$bf6aff10$6601a8c0@penelope> Added kbdru.dll into build process Updated files: trunk/reactos/Makefile From fireball at svn.reactos.com Sun Apr 10 16:02:34 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14573: Add russian keyboard layout to HKLM\...\KeyboardLayours, and also add kbdru.dll into reactos.dff (as pointed again by unC0Rr :-)) Message-ID: <000601c53dd5$f1cdec60$6601a8c0@penelope> Add russian keyboard layout to HKLM\...\KeyboardLayours, and also add kbdru.dll into reactos.dff (as pointed again by unC0Rr :-)) Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/bootdata/packages/reactos.dff From fireball at svn.reactos.com Sun Apr 10 16:16:40 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14574: Change OsLoadOptions back to the default value Message-ID: <000601c53dd7$ea4153e0$6601a8c0@penelope> Change OsLoadOptions back to the default value Updated files: trunk/reactos/bootdata/txtsetup.sif From chorns at svn.reactos.com Sun Apr 10 16:36:02 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14575: Merge 13831:14550 from trunk Message-ID: <000601c53dda$9ee12fd0$6601a8c0@penelope> Merge 13831:14550 from trunk Added files: branches/xmlbuildsystem/reactos/apps/utils/binpatch/ branches/xmlbuildsystem/reactos/apps/utils/winetest/ branches/xmlbuildsystem/reactos/boot/freeldr/bootsect/Makefile.i386 branches/xmlbuildsystem/reactos/boot/freeldr/bootsect/Makefile.powerpc branches/xmlbuildsystem/reactos/boot/freeldr/bootsect/ofwboot.s branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/arch/powerpc/ branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/math/powerpc.h branches/xmlbuildsystem/reactos/doc/irp cancel boilerplate.c branches/xmlbuildsystem/reactos/drivers/bus/serenum/ branches/xmlbuildsystem/reactos/drivers/dd/serial/circularbuffer.c branches/xmlbuildsystem/reactos/drivers/dd/serial/cleanup.c branches/xmlbuildsystem/reactos/drivers/dd/serial/close.c branches/xmlbuildsystem/reactos/drivers/dd/serial/create.c branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c branches/xmlbuildsystem/reactos/drivers/dd/serial/info.c branches/xmlbuildsystem/reactos/drivers/dd/serial/legacy.c branches/xmlbuildsystem/reactos/drivers/dd/serial/misc.c branches/xmlbuildsystem/reactos/drivers/dd/serial/pnp.c branches/xmlbuildsystem/reactos/drivers/dd/serial/power.c branches/xmlbuildsystem/reactos/drivers/dd/serial/rw.c branches/xmlbuildsystem/reactos/drivers/dd/serial/serial.h branches/xmlbuildsystem/reactos/hal/halx86/include/ioapic.h branches/xmlbuildsystem/reactos/hal/halx86/mp/ioapic.c branches/xmlbuildsystem/reactos/hal/halx86/mp/mpconfig.c branches/xmlbuildsystem/reactos/include/d3d8.h branches/xmlbuildsystem/reactos/include/d3d8caps.h branches/xmlbuildsystem/reactos/include/d3d8types.h branches/xmlbuildsystem/reactos/include/d3d9.h branches/xmlbuildsystem/reactos/include/d3d9caps.h branches/xmlbuildsystem/reactos/include/d3d9types.h branches/xmlbuildsystem/reactos/include/d3drm.h branches/xmlbuildsystem/reactos/include/d3dvec.inl branches/xmlbuildsystem/reactos/include/d3dx8core.h branches/xmlbuildsystem/reactos/include/directory.xml branches/xmlbuildsystem/reactos/include/idl/ branches/xmlbuildsystem/reactos/include/idl/idl.xml branches/xmlbuildsystem/reactos/include/pseh/native.h branches/xmlbuildsystem/reactos/include/wine/richole.h branches/xmlbuildsystem/reactos/lib/aclui/aclui_De.rc branches/xmlbuildsystem/reactos/lib/aclui/aclui_Sv.rc branches/xmlbuildsystem/reactos/lib/advapi32/winetests/ branches/xmlbuildsystem/reactos/lib/comctl32/comctl_Sv.rc branches/xmlbuildsystem/reactos/lib/comctl32/winetests/ branches/xmlbuildsystem/reactos/lib/cpl/appwiz/De.rc branches/xmlbuildsystem/reactos/lib/cpl/appwiz/Dk.rc branches/xmlbuildsystem/reactos/lib/cpl/appwiz/En.rc branches/xmlbuildsystem/reactos/lib/cpl/appwiz/Ru.rc branches/xmlbuildsystem/reactos/lib/cpl/control/De.rc branches/xmlbuildsystem/reactos/lib/cpl/control/Dk.rc branches/xmlbuildsystem/reactos/lib/cpl/control/En.rc branches/xmlbuildsystem/reactos/lib/cpl/control/Ru.rc branches/xmlbuildsystem/reactos/lib/cpl/intl/de.rc branches/xmlbuildsystem/reactos/lib/cpl/intl/en.rc branches/xmlbuildsystem/reactos/lib/cpl/intl/resources/flags.ico branches/xmlbuildsystem/reactos/lib/cpl/liccpa/ branches/xmlbuildsystem/reactos/lib/cpl/ncpa/de.rc branches/xmlbuildsystem/reactos/lib/cpl/ncpa/dk.rc branches/xmlbuildsystem/reactos/lib/cpl/ncpa/en.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/dk.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/fr.rc branches/xmlbuildsystem/reactos/lib/cpl/timedate/Dk.rc branches/xmlbuildsystem/reactos/lib/cpl/timedate/Ru.rc branches/xmlbuildsystem/reactos/lib/cpl/timedate/Sv.rc branches/xmlbuildsystem/reactos/lib/ddraw/ddraw_hal.c branches/xmlbuildsystem/reactos/lib/ddraw/ddraw_private.h branches/xmlbuildsystem/reactos/lib/ddraw/ddraw_user.c branches/xmlbuildsystem/reactos/lib/ddraw/regsvr.c branches/xmlbuildsystem/reactos/lib/ddraw/rosddraw.h branches/xmlbuildsystem/reactos/lib/gdi32/objects/bitmap.c branches/xmlbuildsystem/reactos/lib/gdi32/objects/brush.c branches/xmlbuildsystem/reactos/lib/gdi32/objects/utils.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/version.c branches/xmlbuildsystem/reactos/lib/msi/delete.c branches/xmlbuildsystem/reactos/lib/msi/msi_De.rc branches/xmlbuildsystem/reactos/lib/msi/msi_Es.rc branches/xmlbuildsystem/reactos/lib/msi/msi_Fr.rc branches/xmlbuildsystem/reactos/lib/msi/msi_Pt.rc branches/xmlbuildsystem/reactos/lib/ole32/stg_prop.c branches/xmlbuildsystem/reactos/lib/oleaut32/recinfo.c branches/xmlbuildsystem/reactos/lib/riched20/riched20.xml branches/xmlbuildsystem/reactos/lib/rtl/i386/chkstk.s branches/xmlbuildsystem/reactos/lib/rtl/ppb.c branches/xmlbuildsystem/reactos/lib/rtl/process.c branches/xmlbuildsystem/reactos/lib/rtl/thread.c branches/xmlbuildsystem/reactos/lib/serialui/ branches/xmlbuildsystem/reactos/lib/setupapi/Da.rc branches/xmlbuildsystem/reactos/lib/setupapi/rpc.c branches/xmlbuildsystem/reactos/lib/shdocvw/De.rc branches/xmlbuildsystem/reactos/lib/shdocvw/En.rc branches/xmlbuildsystem/reactos/lib/shdocvw/Fr.rc branches/xmlbuildsystem/reactos/lib/shdocvw/Pt.rc branches/xmlbuildsystem/reactos/lib/shell32/shfldr_unixfs.c branches/xmlbuildsystem/reactos/lib/shellext/slayer/De.rc branches/xmlbuildsystem/reactos/lib/smdll/query.c branches/xmlbuildsystem/reactos/lib/smlib/ branches/xmlbuildsystem/reactos/lib/smlib/smlib.xml branches/xmlbuildsystem/reactos/lib/user32/Da.rc branches/xmlbuildsystem/reactos/lib/user32/Sv.rc branches/xmlbuildsystem/reactos/lib/winsta/ branches/xmlbuildsystem/reactos/media/drivers/etc/KDBinit branches/xmlbuildsystem/reactos/media/themes/ branches/xmlbuildsystem/reactos/ntoskrnl/dbg/i386/longjmp.S branches/xmlbuildsystem/reactos/ntoskrnl/dbg/i386/setjmp.S branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_cli.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_expr.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_string.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/error.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/handle.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/usercall.S branches/xmlbuildsystem/reactos/ntoskrnl/ke/usercall.c branches/xmlbuildsystem/reactos/ntoskrnl/ob/wait.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/query.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/security.c branches/xmlbuildsystem/reactos/subsys/smss/smapiquery.c branches/xmlbuildsystem/reactos/subsys/system/calc/Sv.rc branches/xmlbuildsystem/reactos/subsys/system/cmd/En.rc branches/xmlbuildsystem/reactos/subsys/system/cmd/resource.h branches/xmlbuildsystem/reactos/subsys/system/dhcp/ branches/xmlbuildsystem/reactos/subsys/system/explorer/services/ branches/xmlbuildsystem/reactos/subsys/system/reactos/Sv.rc branches/xmlbuildsystem/reactos/subsys/system/reporterror/dk.rc branches/xmlbuildsystem/reactos/subsys/system/sndvol32/Sv.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/Dk.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/Sv.rc branches/xmlbuildsystem/reactos/subsys/system/vmwinst/Dk.rc branches/xmlbuildsystem/reactos/subsys/system/welcome/Dk.rc branches/xmlbuildsystem/reactos/subsys/system/welcome/Sv.rc branches/xmlbuildsystem/reactos/tools/hack-coff.c branches/xmlbuildsystem/reactos/tools/make_ctests.c branches/xmlbuildsystem/reactos/tools/ppc-le2be.c branches/xmlbuildsystem/reactos/tools/raddr2line.c branches/xmlbuildsystem/reactos/tools/rs6000.h branches/xmlbuildsystem/reactos/tools/rsym.h branches/xmlbuildsystem/reactos/tools/rsym_common.c branches/xmlbuildsystem/reactos/tools/tools-check.c branches/xmlbuildsystem/reactos/tools/tools-check.mak branches/xmlbuildsystem/reactos/tools/widl/widl.mak branches/xmlbuildsystem/reactos/w32api/include/aclui.h branches/xmlbuildsystem/reactos/w32api/include/fci.h branches/xmlbuildsystem/reactos/w32api/include/fdi.h branches/xmlbuildsystem/reactos/w32api/include/icmpapi.h branches/xmlbuildsystem/reactos/w32api/include/winfax.h branches/xmlbuildsystem/reactos/w32api/include/winres.h branches/xmlbuildsystem/reactos/w32api/include/winscard.h branches/xmlbuildsystem/reactos/w32api/include/winsmcrd.h branches/xmlbuildsystem/reactos/w32api/include/winwlx.h Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/ReactOS.xml branches/xmlbuildsystem/reactos/apps/testsets/loadlib/makefile branches/xmlbuildsystem/reactos/apps/utils/Makefile branches/xmlbuildsystem/reactos/apps/utils/net/ftp/makefile branches/xmlbuildsystem/reactos/apps/utils/net/ping/makefile branches/xmlbuildsystem/reactos/apps/utils/net/ping/ping.xml branches/xmlbuildsystem/reactos/apps/utils/net/route/makefile branches/xmlbuildsystem/reactos/apps/utils/net/route/route.xml branches/xmlbuildsystem/reactos/apps/utils/partinfo/makefile branches/xmlbuildsystem/reactos/apps/utils/partinfo/partinfo.c branches/xmlbuildsystem/reactos/apps/utils/pnpdump/makefile branches/xmlbuildsystem/reactos/apps/utils/pnpdump/pnpdump.c branches/xmlbuildsystem/reactos/apps/utils/ps/makefile branches/xmlbuildsystem/reactos/apps/utils/sc/makefile branches/xmlbuildsystem/reactos/baseaddress.xml branches/xmlbuildsystem/reactos/boot/freeldr/Makefile branches/xmlbuildsystem/reactos/boot/freeldr/bootsect/Makefile branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/fs/ntfs.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/include/multiboot.h branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/math/libgcc2.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/mm/mem.h branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/multiboot.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/reactos/reactos.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/rtl/print.c branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/rtl/stdlib.c branches/xmlbuildsystem/reactos/bootdata/hivecls.inf branches/xmlbuildsystem/reactos/bootdata/hivesys.inf branches/xmlbuildsystem/reactos/bootdata/icon.ico branches/xmlbuildsystem/reactos/bootdata/packages/reactos.dff branches/xmlbuildsystem/reactos/doc/README.WINE branches/xmlbuildsystem/reactos/drivers/bus/Makefile branches/xmlbuildsystem/reactos/drivers/bus/acpi/ospm/fdo.c branches/xmlbuildsystem/reactos/drivers/bus/acpi/ospm/include/acpisys.h branches/xmlbuildsystem/reactos/drivers/bus/acpi/ospm/osl.c branches/xmlbuildsystem/reactos/drivers/bus/acpi/ospm/pdo.c branches/xmlbuildsystem/reactos/drivers/bus/acpi/tables/tbget.c branches/xmlbuildsystem/reactos/drivers/bus/acpi/utils/cmglobal.c branches/xmlbuildsystem/reactos/drivers/dd/serial/makefile branches/xmlbuildsystem/reactos/drivers/dd/serial/serial.c branches/xmlbuildsystem/reactos/drivers/dd/serial/serial.xml branches/xmlbuildsystem/reactos/drivers/fs/np/create.c branches/xmlbuildsystem/reactos/drivers/fs/np/fsctrl.c branches/xmlbuildsystem/reactos/drivers/fs/np/npfs.c branches/xmlbuildsystem/reactos/drivers/fs/np/npfs.h branches/xmlbuildsystem/reactos/drivers/fs/np/rw.c branches/xmlbuildsystem/reactos/drivers/fs/np/volume.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/cleanup.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/close.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/fcb.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/finfo.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/fsctl.c branches/xmlbuildsystem/reactos/drivers/fs/vfat/vfat.h branches/xmlbuildsystem/reactos/drivers/input/keyboard/keyboard.c branches/xmlbuildsystem/reactos/drivers/lib/ip/network/interface.c branches/xmlbuildsystem/reactos/drivers/lib/ip/network/ip.c branches/xmlbuildsystem/reactos/drivers/lib/ip/network/ports.c branches/xmlbuildsystem/reactos/drivers/lib/ip/transport/tcp/accept.c branches/xmlbuildsystem/reactos/drivers/lib/ip/transport/tcp/tcp.c branches/xmlbuildsystem/reactos/drivers/net/afd/afd/listen.c branches/xmlbuildsystem/reactos/drivers/net/afd/afd/lock.c branches/xmlbuildsystem/reactos/drivers/net/afd/afd/main.c branches/xmlbuildsystem/reactos/drivers/net/afd/afd/read.c branches/xmlbuildsystem/reactos/drivers/net/afd/include/afd.h branches/xmlbuildsystem/reactos/drivers/net/ndis/ndis/protocol.c branches/xmlbuildsystem/reactos/drivers/net/tcpip/datalink/lan.c branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/dispatch.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/interface.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/ip.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/lan.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/precomp.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/tcpip.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/include/ticonsts.h branches/xmlbuildsystem/reactos/drivers/net/tcpip/tcpip/dispatch.c branches/xmlbuildsystem/reactos/drivers/net/tcpip/tcpip/iinfo.c branches/xmlbuildsystem/reactos/drivers/net/tcpip/tcpip/main.c branches/xmlbuildsystem/reactos/drivers/storage/floppy/floppy.c branches/xmlbuildsystem/reactos/drivers/storage/floppy/readwrite.c branches/xmlbuildsystem/reactos/drivers/video/displays/framebuf/screen.c branches/xmlbuildsystem/reactos/drivers/video/displays/vga/main/enable.c branches/xmlbuildsystem/reactos/drivers/video/videoprt/dispatch.c branches/xmlbuildsystem/reactos/drivers/video/videoprt/interrupt.c branches/xmlbuildsystem/reactos/drivers/video/videoprt/resource.c branches/xmlbuildsystem/reactos/drivers/video/videoprt/videoprt.h branches/xmlbuildsystem/reactos/hal/hal/hal.c branches/xmlbuildsystem/reactos/hal/hal/hal.def branches/xmlbuildsystem/reactos/hal/halx86/generic/dma.c branches/xmlbuildsystem/reactos/hal/halx86/generic/spinlock.c branches/xmlbuildsystem/reactos/hal/halx86/generic/timer.c branches/xmlbuildsystem/reactos/hal/halx86/include/apic.h branches/xmlbuildsystem/reactos/hal/halx86/include/hal.h branches/xmlbuildsystem/reactos/hal/halx86/include/mps.h branches/xmlbuildsystem/reactos/hal/halx86/mp/Makefile branches/xmlbuildsystem/reactos/hal/halx86/mp/apic.c branches/xmlbuildsystem/reactos/hal/halx86/mp/halinit_mp.c branches/xmlbuildsystem/reactos/hal/halx86/mp/halmp.xml branches/xmlbuildsystem/reactos/hal/halx86/mp/mpsirql.c branches/xmlbuildsystem/reactos/hal/halx86/mp/processor_mp.c branches/xmlbuildsystem/reactos/include/d3d.h branches/xmlbuildsystem/reactos/include/d3dtypes.h branches/xmlbuildsystem/reactos/include/ddk/cmtypes.h branches/xmlbuildsystem/reactos/include/ddk/defines.h branches/xmlbuildsystem/reactos/include/ddk/extypes.h branches/xmlbuildsystem/reactos/include/ddk/iotypes.h branches/xmlbuildsystem/reactos/include/ddk/kefuncs.h branches/xmlbuildsystem/reactos/include/ddk/ketypes.h branches/xmlbuildsystem/reactos/include/ddk/ldrfuncs.h branches/xmlbuildsystem/reactos/include/ddk/mmfuncs.h branches/xmlbuildsystem/reactos/include/ddk/psfuncs.h branches/xmlbuildsystem/reactos/include/ddk/pstypes.h branches/xmlbuildsystem/reactos/include/ddk/setypes.h branches/xmlbuildsystem/reactos/include/ddraw.h branches/xmlbuildsystem/reactos/include/ddrawi.h branches/xmlbuildsystem/reactos/include/funcs.h branches/xmlbuildsystem/reactos/include/ntdll/rtl.h branches/xmlbuildsystem/reactos/include/ntos/obtypes.h branches/xmlbuildsystem/reactos/include/ntos/rtl.h branches/xmlbuildsystem/reactos/include/ntos/security.h branches/xmlbuildsystem/reactos/include/ntos/types.h branches/xmlbuildsystem/reactos/include/ntos/zwtypes.h branches/xmlbuildsystem/reactos/include/pe.h branches/xmlbuildsystem/reactos/include/pseh/excpt.h branches/xmlbuildsystem/reactos/include/pseh/framebased/internal.h branches/xmlbuildsystem/reactos/include/pseh/framebased.h branches/xmlbuildsystem/reactos/include/pseh/setjmp.h branches/xmlbuildsystem/reactos/include/pseh.h branches/xmlbuildsystem/reactos/include/sm/helper.h branches/xmlbuildsystem/reactos/include/tcpioctl.h branches/xmlbuildsystem/reactos/include/win32k/bitmaps.h branches/xmlbuildsystem/reactos/include/win32k/brush.h branches/xmlbuildsystem/reactos/include/win32k/dc.h branches/xmlbuildsystem/reactos/include/win32k/ntuser.h branches/xmlbuildsystem/reactos/include/win32k/text.h branches/xmlbuildsystem/reactos/include/windows.h branches/xmlbuildsystem/reactos/include/wine/cfgmgr32.h branches/xmlbuildsystem/reactos/include/wine/commctrl.h branches/xmlbuildsystem/reactos/include/wine/msidefs.h branches/xmlbuildsystem/reactos/include/wine/setupapi.h branches/xmlbuildsystem/reactos/lib/aclui/aclui.rc branches/xmlbuildsystem/reactos/lib/adns/adns.xml branches/xmlbuildsystem/reactos/lib/advapi32/advapi32.def branches/xmlbuildsystem/reactos/lib/advapi32/crypt/crypt.c branches/xmlbuildsystem/reactos/lib/advapi32/misc/sysfunc.c branches/xmlbuildsystem/reactos/lib/advapi32/reg/reg.c branches/xmlbuildsystem/reactos/lib/advapi32/sec/lsa.c branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.spec branches/xmlbuildsystem/reactos/lib/comctl32/comctl_Es.rc branches/xmlbuildsystem/reactos/lib/comctl32/draglist.c branches/xmlbuildsystem/reactos/lib/comctl32/header.c branches/xmlbuildsystem/reactos/lib/comctl32/imagelist.c branches/xmlbuildsystem/reactos/lib/comctl32/listview.c branches/xmlbuildsystem/reactos/lib/comctl32/rebar.c branches/xmlbuildsystem/reactos/lib/comctl32/rsrc.rc branches/xmlbuildsystem/reactos/lib/comctl32/status.c branches/xmlbuildsystem/reactos/lib/comctl32/string.c branches/xmlbuildsystem/reactos/lib/comctl32/syslink.c branches/xmlbuildsystem/reactos/lib/comctl32/tab.c branches/xmlbuildsystem/reactos/lib/comctl32/treeview.c branches/xmlbuildsystem/reactos/lib/comdlg32/cdlg32.c branches/xmlbuildsystem/reactos/lib/comdlg32/cdlg_En.rc branches/xmlbuildsystem/reactos/lib/comdlg32/cdlg_Es.rc branches/xmlbuildsystem/reactos/lib/comdlg32/cdlg_Pt.rc branches/xmlbuildsystem/reactos/lib/comdlg32/cdlg_xx.rc branches/xmlbuildsystem/reactos/lib/comdlg32/colordlg.c branches/xmlbuildsystem/reactos/lib/comdlg32/colordlg16.c branches/xmlbuildsystem/reactos/lib/comdlg32/filedlg.c branches/xmlbuildsystem/reactos/lib/comdlg32/finddlg.c branches/xmlbuildsystem/reactos/lib/comdlg32/fontdlg.c branches/xmlbuildsystem/reactos/lib/comdlg32/fontdlg16.c branches/xmlbuildsystem/reactos/lib/cpl/appwiz/appwiz.rc branches/xmlbuildsystem/reactos/lib/cpl/appwiz/resources/applet.ico branches/xmlbuildsystem/reactos/lib/cpl/control/control.rc branches/xmlbuildsystem/reactos/lib/cpl/desk/de.rc branches/xmlbuildsystem/reactos/lib/cpl/desk/en.rc branches/xmlbuildsystem/reactos/lib/cpl/desk/resource.h branches/xmlbuildsystem/reactos/lib/cpl/desk/settings.c branches/xmlbuildsystem/reactos/lib/cpl/intl/intl.rc branches/xmlbuildsystem/reactos/lib/cpl/intl/locale.c branches/xmlbuildsystem/reactos/lib/cpl/intl/resource.h branches/xmlbuildsystem/reactos/lib/cpl/ncpa/ncpa.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/de.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/en.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.rc branches/xmlbuildsystem/reactos/lib/cpl/sysdm/sysdm.xml branches/xmlbuildsystem/reactos/lib/cpl/timedate/timedate.rc branches/xmlbuildsystem/reactos/lib/crt/except/matherr.c branches/xmlbuildsystem/reactos/lib/crt/float/fpecode.c branches/xmlbuildsystem/reactos/lib/crt/include/internal/file.h branches/xmlbuildsystem/reactos/lib/crt/include/internal/tls.h branches/xmlbuildsystem/reactos/lib/crt/io/isatty.c branches/xmlbuildsystem/reactos/lib/crt/io/open.c branches/xmlbuildsystem/reactos/lib/crt/stdio/fopen.c branches/xmlbuildsystem/reactos/lib/crt/stdio/freopen.c branches/xmlbuildsystem/reactos/lib/crt/stdio/fsopen.c branches/xmlbuildsystem/reactos/lib/crt/stdio/vfprintf.c branches/xmlbuildsystem/reactos/lib/crt/stdio/vfwprint.c branches/xmlbuildsystem/reactos/lib/crt/stdlib/errno.c branches/xmlbuildsystem/reactos/lib/crt/stdlib/qsort.c branches/xmlbuildsystem/reactos/lib/crt/stdlib/rand.c branches/xmlbuildsystem/reactos/lib/crt/string/lasttok.c branches/xmlbuildsystem/reactos/lib/crt/string/strtok.c branches/xmlbuildsystem/reactos/lib/crt/wine/scanf.h branches/xmlbuildsystem/reactos/lib/dbghelp/msc.c branches/xmlbuildsystem/reactos/lib/ddraw/Makefile branches/xmlbuildsystem/reactos/lib/ddraw/ddraw.c branches/xmlbuildsystem/reactos/lib/dinput/joystick_linuxinput.c branches/xmlbuildsystem/reactos/lib/dinput/keyboard.c branches/xmlbuildsystem/reactos/lib/dinput/mouse.c branches/xmlbuildsystem/reactos/lib/directory.xml branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/adns.c branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/context.c branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/free.c branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/names.c branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/query.c branches/xmlbuildsystem/reactos/lib/dnsapi/dnsapi/stubs.c branches/xmlbuildsystem/reactos/lib/epsapi/makefile branches/xmlbuildsystem/reactos/lib/fslib/vfatlib/vfatlib.c branches/xmlbuildsystem/reactos/lib/fslib/vfatxlib/vfatxlib.c branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.def branches/xmlbuildsystem/reactos/lib/gdi32/gdi32.xml branches/xmlbuildsystem/reactos/lib/gdi32/include/precomp.h branches/xmlbuildsystem/reactos/lib/gdi32/makefile branches/xmlbuildsystem/reactos/lib/gdi32/misc/stubs.c branches/xmlbuildsystem/reactos/lib/gdi32/objects/dc.c branches/xmlbuildsystem/reactos/lib/iphlpapi/ifenum_reactos.c branches/xmlbuildsystem/reactos/lib/iphlpapi/iphlpapi_main.c branches/xmlbuildsystem/reactos/lib/iphlpapi/iphlpapi_private.h branches/xmlbuildsystem/reactos/lib/kernel32/debug/output.c branches/xmlbuildsystem/reactos/lib/kernel32/except/except.c branches/xmlbuildsystem/reactos/lib/kernel32/file/bintype.c branches/xmlbuildsystem/reactos/lib/kernel32/file/cnotify.c branches/xmlbuildsystem/reactos/lib/kernel32/file/copy.c branches/xmlbuildsystem/reactos/lib/kernel32/file/create.c branches/xmlbuildsystem/reactos/lib/kernel32/file/curdir.c branches/xmlbuildsystem/reactos/lib/kernel32/file/delete.c branches/xmlbuildsystem/reactos/lib/kernel32/file/dir.c branches/xmlbuildsystem/reactos/lib/kernel32/file/file.c branches/xmlbuildsystem/reactos/lib/kernel32/file/hardlink.c branches/xmlbuildsystem/reactos/lib/kernel32/file/lock.c branches/xmlbuildsystem/reactos/lib/kernel32/file/move.c branches/xmlbuildsystem/reactos/lib/kernel32/file/npipe.c branches/xmlbuildsystem/reactos/lib/kernel32/file/volume.c branches/xmlbuildsystem/reactos/lib/kernel32/include/kernel32.h branches/xmlbuildsystem/reactos/lib/kernel32/kernel32.xml branches/xmlbuildsystem/reactos/lib/kernel32/makefile branches/xmlbuildsystem/reactos/lib/kernel32/misc/comm.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/dllmain.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/env.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/ldr.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/profile.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/res.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/stubs.c branches/xmlbuildsystem/reactos/lib/kernel32/misc/time.c branches/xmlbuildsystem/reactos/lib/kernel32/process/create.c branches/xmlbuildsystem/reactos/lib/kernel32/thread/thread.c branches/xmlbuildsystem/reactos/lib/mpr/mpr_De.rc branches/xmlbuildsystem/reactos/lib/mpr/mpr_En.rc branches/xmlbuildsystem/reactos/lib/mpr/mpr_Es.rc branches/xmlbuildsystem/reactos/lib/mpr/mpr_Fr.rc branches/xmlbuildsystem/reactos/lib/mpr/mpr_Pt.rc branches/xmlbuildsystem/reactos/lib/msafd/include/msafd.h branches/xmlbuildsystem/reactos/lib/msafd/misc/dllmain.c branches/xmlbuildsystem/reactos/lib/msgina/msgina.c branches/xmlbuildsystem/reactos/lib/msgina/stubs.c branches/xmlbuildsystem/reactos/lib/msi/Makefile.in branches/xmlbuildsystem/reactos/lib/msi/action.c branches/xmlbuildsystem/reactos/lib/msi/action.h branches/xmlbuildsystem/reactos/lib/msi/appsearch.c branches/xmlbuildsystem/reactos/lib/msi/custom.c branches/xmlbuildsystem/reactos/lib/msi/dialog.c branches/xmlbuildsystem/reactos/lib/msi/format.c branches/xmlbuildsystem/reactos/lib/msi/msi.c branches/xmlbuildsystem/reactos/lib/msi/msi.rc branches/xmlbuildsystem/reactos/lib/msi/msi.spec branches/xmlbuildsystem/reactos/lib/msi/msipriv.h branches/xmlbuildsystem/reactos/lib/msi/msiquery.c branches/xmlbuildsystem/reactos/lib/msi/package.c branches/xmlbuildsystem/reactos/lib/msi/preview.c branches/xmlbuildsystem/reactos/lib/msi/query.h branches/xmlbuildsystem/reactos/lib/msi/record.c branches/xmlbuildsystem/reactos/lib/msi/registry.c branches/xmlbuildsystem/reactos/lib/msi/sql.tab.c branches/xmlbuildsystem/reactos/lib/msi/sql.y branches/xmlbuildsystem/reactos/lib/msi/suminfo.c branches/xmlbuildsystem/reactos/lib/msi/table.c branches/xmlbuildsystem/reactos/lib/msi/where.c branches/xmlbuildsystem/reactos/lib/ntdll/def/ntdll.def branches/xmlbuildsystem/reactos/lib/ntdll/ldr/res.c branches/xmlbuildsystem/reactos/lib/ntdll/ldr/startup.c branches/xmlbuildsystem/reactos/lib/ntdll/ldr/utils.c branches/xmlbuildsystem/reactos/lib/ntdll/makefile branches/xmlbuildsystem/reactos/lib/ntdll/ntdll.xml branches/xmlbuildsystem/reactos/lib/ntdll/rtl/critical.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/exception.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/libsupp.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/misc.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/path.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/process.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/teb.c branches/xmlbuildsystem/reactos/lib/ntdll/stdio/scanf.h branches/xmlbuildsystem/reactos/lib/ole32/Makefile.in branches/xmlbuildsystem/reactos/lib/ole32/clipboard.c branches/xmlbuildsystem/reactos/lib/ole32/compobj.c branches/xmlbuildsystem/reactos/lib/ole32/compobj_private.h branches/xmlbuildsystem/reactos/lib/ole32/errorinfo.c branches/xmlbuildsystem/reactos/lib/ole32/filemoniker.c branches/xmlbuildsystem/reactos/lib/ole32/git.c branches/xmlbuildsystem/reactos/lib/ole32/itemmoniker.c branches/xmlbuildsystem/reactos/lib/ole32/marshal.c branches/xmlbuildsystem/reactos/lib/ole32/ole2.c branches/xmlbuildsystem/reactos/lib/ole32/ole32.spec branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml branches/xmlbuildsystem/reactos/lib/ole32/oleproxy.c branches/xmlbuildsystem/reactos/lib/ole32/rpc.c branches/xmlbuildsystem/reactos/lib/ole32/stg_bigblockfile.c branches/xmlbuildsystem/reactos/lib/ole32/stg_stream.c branches/xmlbuildsystem/reactos/lib/ole32/storage32.c branches/xmlbuildsystem/reactos/lib/ole32/storage32.h branches/xmlbuildsystem/reactos/lib/ole32/stubmanager.c branches/xmlbuildsystem/reactos/lib/oleaut32/Makefile.in branches/xmlbuildsystem/reactos/lib/oleaut32/Makefile.ros-template branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut.c branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32.rc branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32.spec branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32.xml branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32_Es.rc branches/xmlbuildsystem/reactos/lib/oleaut32/olefont.c branches/xmlbuildsystem/reactos/lib/oleaut32/olepicture.c branches/xmlbuildsystem/reactos/lib/oleaut32/typelib.c branches/xmlbuildsystem/reactos/lib/oleaut32/typelib2.c branches/xmlbuildsystem/reactos/lib/oleaut32/usrmarshal.c branches/xmlbuildsystem/reactos/lib/oleaut32/varformat.c branches/xmlbuildsystem/reactos/lib/oleaut32/variant.c branches/xmlbuildsystem/reactos/lib/oledlg/oledlg_Es.rc branches/xmlbuildsystem/reactos/lib/oledlg/oledlg_Fr.rc branches/xmlbuildsystem/reactos/lib/psapi/makefile branches/xmlbuildsystem/reactos/lib/psapi/psapi.c branches/xmlbuildsystem/reactos/lib/psapi/psapi.xml branches/xmlbuildsystem/reactos/lib/richedit/Makefile.in branches/xmlbuildsystem/reactos/lib/richedit/riched32.xml branches/xmlbuildsystem/reactos/lib/richedit/richedit.c branches/xmlbuildsystem/reactos/lib/rosrtl/misc/intrlck.c branches/xmlbuildsystem/reactos/lib/rpcrt4/ndr_marshall.c branches/xmlbuildsystem/reactos/lib/rpcrt4/ndr_midl.c branches/xmlbuildsystem/reactos/lib/rpcrt4/rpc_binding.c branches/xmlbuildsystem/reactos/lib/rpcrt4/rpc_binding.h branches/xmlbuildsystem/reactos/lib/rpcrt4/rpc_message.c branches/xmlbuildsystem/reactos/lib/rpcrt4/rpc_server.c branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.spec branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcss_np_client.c branches/xmlbuildsystem/reactos/lib/rtl/bitmap.c branches/xmlbuildsystem/reactos/lib/rtl/error.c branches/xmlbuildsystem/reactos/lib/rtl/makefile branches/xmlbuildsystem/reactos/lib/rtl/rtl.xml branches/xmlbuildsystem/reactos/lib/rtl/sid.c branches/xmlbuildsystem/reactos/lib/rtl/unicode.c branches/xmlbuildsystem/reactos/lib/rtl/version.c branches/xmlbuildsystem/reactos/lib/samlib/dllmain.c branches/xmlbuildsystem/reactos/lib/samlib/samlib.c branches/xmlbuildsystem/reactos/lib/setupapi/Cs.rc branches/xmlbuildsystem/reactos/lib/setupapi/De.rc branches/xmlbuildsystem/reactos/lib/setupapi/En.rc branches/xmlbuildsystem/reactos/lib/setupapi/Es.rc branches/xmlbuildsystem/reactos/lib/setupapi/Fr.rc branches/xmlbuildsystem/reactos/lib/setupapi/It.rc branches/xmlbuildsystem/reactos/lib/setupapi/Ja.rc branches/xmlbuildsystem/reactos/lib/setupapi/Makefile.in branches/xmlbuildsystem/reactos/lib/setupapi/Nl.rc branches/xmlbuildsystem/reactos/lib/setupapi/Pt.rc branches/xmlbuildsystem/reactos/lib/setupapi/Ru.rc branches/xmlbuildsystem/reactos/lib/setupapi/cfgmgr.c branches/xmlbuildsystem/reactos/lib/setupapi/devinst.c branches/xmlbuildsystem/reactos/lib/setupapi/devinst16.c branches/xmlbuildsystem/reactos/lib/setupapi/dirid.c branches/xmlbuildsystem/reactos/lib/setupapi/diskspace.c branches/xmlbuildsystem/reactos/lib/setupapi/infparse.c branches/xmlbuildsystem/reactos/lib/setupapi/install.c branches/xmlbuildsystem/reactos/lib/setupapi/misc.c branches/xmlbuildsystem/reactos/lib/setupapi/parser.c branches/xmlbuildsystem/reactos/lib/setupapi/queue.c branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.rc branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.spec branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml branches/xmlbuildsystem/reactos/lib/setupapi/setupapi_private.h branches/xmlbuildsystem/reactos/lib/setupapi/setupcab.c branches/xmlbuildsystem/reactos/lib/setupapi/setupx.spec branches/xmlbuildsystem/reactos/lib/setupapi/setupx16.h branches/xmlbuildsystem/reactos/lib/setupapi/setupx_main.c branches/xmlbuildsystem/reactos/lib/setupapi/stubs.c branches/xmlbuildsystem/reactos/lib/setupapi/virtcopy.c branches/xmlbuildsystem/reactos/lib/shdocvw/shdocvw.rc branches/xmlbuildsystem/reactos/lib/shdocvw/shdocvw_main.c branches/xmlbuildsystem/reactos/lib/shell32/Makefile.in branches/xmlbuildsystem/reactos/lib/shell32/brsfolder.c branches/xmlbuildsystem/reactos/lib/shell32/classes.c branches/xmlbuildsystem/reactos/lib/shell32/clipboard.c branches/xmlbuildsystem/reactos/lib/shell32/dialogs.c branches/xmlbuildsystem/reactos/lib/shell32/enumidlist.c branches/xmlbuildsystem/reactos/lib/shell32/enumidlist.h branches/xmlbuildsystem/reactos/lib/shell32/folders.c branches/xmlbuildsystem/reactos/lib/shell32/pidl.c branches/xmlbuildsystem/reactos/lib/shell32/pidl.h branches/xmlbuildsystem/reactos/lib/shell32/shell32.spec branches/xmlbuildsystem/reactos/lib/shell32/shell32_Es.rc branches/xmlbuildsystem/reactos/lib/shell32/shell32_Pt.rc branches/xmlbuildsystem/reactos/lib/shell32/shell32_Sv.rc branches/xmlbuildsystem/reactos/lib/shell32/shell32_main.c branches/xmlbuildsystem/reactos/lib/shell32/shell32_main.h branches/xmlbuildsystem/reactos/lib/shell32/shelllink.c branches/xmlbuildsystem/reactos/lib/shell32/shellpath.c branches/xmlbuildsystem/reactos/lib/shell32/shfldr.h branches/xmlbuildsystem/reactos/lib/shell32/shfldr_desktop.c branches/xmlbuildsystem/reactos/lib/shell32/shfldr_fs.c branches/xmlbuildsystem/reactos/lib/shell32/shfldr_mycomp.c branches/xmlbuildsystem/reactos/lib/shell32/shlexec.c branches/xmlbuildsystem/reactos/lib/shell32/shlfileop.c branches/xmlbuildsystem/reactos/lib/shell32/shlfolder.c branches/xmlbuildsystem/reactos/lib/shell32/shlfsbind.c branches/xmlbuildsystem/reactos/lib/shell32/shlview.c branches/xmlbuildsystem/reactos/lib/shell32/shres.rc branches/xmlbuildsystem/reactos/lib/shell32/shv_bg_cmenu.c branches/xmlbuildsystem/reactos/lib/shellext/slayer/slayer.rc branches/xmlbuildsystem/reactos/lib/shlwapi/assoc.c branches/xmlbuildsystem/reactos/lib/shlwapi/msgbox.c branches/xmlbuildsystem/reactos/lib/shlwapi/ordinal.c branches/xmlbuildsystem/reactos/lib/shlwapi/shlwapi.spec branches/xmlbuildsystem/reactos/lib/shlwapi/shlwapi_Es.rc branches/xmlbuildsystem/reactos/lib/shlwapi/string.c branches/xmlbuildsystem/reactos/lib/smdll/makefile branches/xmlbuildsystem/reactos/lib/smdll/smdll.def branches/xmlbuildsystem/reactos/lib/smdll/smdll.xml branches/xmlbuildsystem/reactos/lib/string/Makefile branches/xmlbuildsystem/reactos/lib/syssetup/wizard.c branches/xmlbuildsystem/reactos/lib/tgetopt/Makefile branches/xmlbuildsystem/reactos/lib/urlmon/urlmon.spec branches/xmlbuildsystem/reactos/lib/user32/user32.rc branches/xmlbuildsystem/reactos/lib/user32/windows/accel.c branches/xmlbuildsystem/reactos/lib/user32/windows/bitmap.c branches/xmlbuildsystem/reactos/lib/user32/windows/defwnd.c branches/xmlbuildsystem/reactos/lib/user32/windows/dialog.c branches/xmlbuildsystem/reactos/lib/user32/windows/hook.c branches/xmlbuildsystem/reactos/lib/user32/windows/icon.c branches/xmlbuildsystem/reactos/lib/user32/windows/messagebox.c branches/xmlbuildsystem/reactos/lib/user32/windows/nonclient.c branches/xmlbuildsystem/reactos/lib/user32/windows/window.c branches/xmlbuildsystem/reactos/lib/userenv/De.rc branches/xmlbuildsystem/reactos/lib/uuid/uuid.c branches/xmlbuildsystem/reactos/lib/wininet/stubs.c branches/xmlbuildsystem/reactos/lib/winmm/driver.c branches/xmlbuildsystem/reactos/lib/winmm/mci.c branches/xmlbuildsystem/reactos/lib/winmm/time.c branches/xmlbuildsystem/reactos/lib/winmm/wavemap/wavemap.c branches/xmlbuildsystem/reactos/lib/winmm/winmm_Es.rc branches/xmlbuildsystem/reactos/lib/winspool/stubs.c branches/xmlbuildsystem/reactos/lib/wintrust/wintrust.def branches/xmlbuildsystem/reactos/lib/ws2_32/include/ws2_32.h branches/xmlbuildsystem/reactos/ntoskrnl/cm/cm.h branches/xmlbuildsystem/reactos/ntoskrnl/cm/ntfunc.c branches/xmlbuildsystem/reactos/ntoskrnl/cm/registry.c branches/xmlbuildsystem/reactos/ntoskrnl/cm/regobj.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/i386/i386-dis.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/i386/kdb_help.S branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb.h branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_keyboard.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_serial.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/kdb_symbols.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/event.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/evtpair.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/init.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/list.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/mutant.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/profile.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/rundown.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/sem.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/sysinfo.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/timer.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/win32k.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/work.c branches/xmlbuildsystem/reactos/ntoskrnl/fs/notify.c branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/debug.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/ex.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/i386/fpu.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/i386/ke.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/i386/ps.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/io.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/kd.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/ke.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/mm.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/nls.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/ntoskrnl.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/ob.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/po.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/port.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/ps.h branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/se.h branches/xmlbuildsystem/reactos/ntoskrnl/include/ntoskrnl.h branches/xmlbuildsystem/reactos/ntoskrnl/io/bootlog.c branches/xmlbuildsystem/reactos/ntoskrnl/io/buildirp.c branches/xmlbuildsystem/reactos/ntoskrnl/io/cancel.c branches/xmlbuildsystem/reactos/ntoskrnl/io/cleanup.c branches/xmlbuildsystem/reactos/ntoskrnl/io/create.c branches/xmlbuildsystem/reactos/ntoskrnl/io/device.c branches/xmlbuildsystem/reactos/ntoskrnl/io/dir.c branches/xmlbuildsystem/reactos/ntoskrnl/io/driver.c branches/xmlbuildsystem/reactos/ntoskrnl/io/file.c branches/xmlbuildsystem/reactos/ntoskrnl/io/iocomp.c branches/xmlbuildsystem/reactos/ntoskrnl/io/iomgr.c branches/xmlbuildsystem/reactos/ntoskrnl/io/irp.c branches/xmlbuildsystem/reactos/ntoskrnl/io/irq.c branches/xmlbuildsystem/reactos/ntoskrnl/io/mdl.c branches/xmlbuildsystem/reactos/ntoskrnl/io/pnpmgr.c branches/xmlbuildsystem/reactos/ntoskrnl/io/pnpreport.c branches/xmlbuildsystem/reactos/ntoskrnl/io/rw.c branches/xmlbuildsystem/reactos/ntoskrnl/io/share.c branches/xmlbuildsystem/reactos/ntoskrnl/io/vpb.c branches/xmlbuildsystem/reactos/ntoskrnl/io/wmi.c branches/xmlbuildsystem/reactos/ntoskrnl/kd/dlog.c branches/xmlbuildsystem/reactos/ntoskrnl/kd/gdbstub.c branches/xmlbuildsystem/reactos/ntoskrnl/kd/kdebug.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/apc.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/bug.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/catch.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/clock.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/device.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/dpc.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/event.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/brkpoint.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/exp.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/fpu.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/irq.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/kernel.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/trap.s branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/tskswitch.S branches/xmlbuildsystem/reactos/ntoskrnl/ke/ipi.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/kqueue.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/kthread.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/main.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/mutex.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/process.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/profile.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/queue.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/sem.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/spinlock.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/timer.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/wait.c branches/xmlbuildsystem/reactos/ntoskrnl/ldr/init.c branches/xmlbuildsystem/reactos/ntoskrnl/ldr/loader.c branches/xmlbuildsystem/reactos/ntoskrnl/ldr/sysdll.c branches/xmlbuildsystem/reactos/ntoskrnl/lpc/close.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/RPoolMgr.h branches/xmlbuildsystem/reactos/ntoskrnl/mm/freelist.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/marea.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/mdl.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/mminit.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/section.c branches/xmlbuildsystem/reactos/ntoskrnl/mm/virtual.c branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.def branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.mc branches/xmlbuildsystem/reactos/ntoskrnl/ntoskrnl.xml branches/xmlbuildsystem/reactos/ntoskrnl/ob/handle.c branches/xmlbuildsystem/reactos/ntoskrnl/ob/object.c branches/xmlbuildsystem/reactos/ntoskrnl/po/power.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/cid.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/create.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/debug.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/i386/continue.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/idle.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/job.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/kill.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/process.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/psmgr.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/suspend.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/thread.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/win32.c branches/xmlbuildsystem/reactos/ntoskrnl/rtl/libsupp.c branches/xmlbuildsystem/reactos/ntoskrnl/rtl/nls.c branches/xmlbuildsystem/reactos/ntoskrnl/se/access.c branches/xmlbuildsystem/reactos/ntoskrnl/se/acl.c branches/xmlbuildsystem/reactos/ntoskrnl/se/luid.c branches/xmlbuildsystem/reactos/ntoskrnl/se/sd.c branches/xmlbuildsystem/reactos/ntoskrnl/se/sid.c branches/xmlbuildsystem/reactos/ntoskrnl/se/token.c branches/xmlbuildsystem/reactos/regtests/regtests/Makefile branches/xmlbuildsystem/reactos/regtests/regtests/regtests.xml branches/xmlbuildsystem/reactos/services/rpcss/makefile branches/xmlbuildsystem/reactos/services/rpcss/rpcss.xml branches/xmlbuildsystem/reactos/services/umpnpmgr/makefile branches/xmlbuildsystem/reactos/services/umpnpmgr/umpnpmgr.c branches/xmlbuildsystem/reactos/services/umpnpmgr/umpnpmgr.xml branches/xmlbuildsystem/reactos/subsys/csrss/api/process.c branches/xmlbuildsystem/reactos/subsys/csrss/api/wapi.c branches/xmlbuildsystem/reactos/subsys/csrss/csrss.c branches/xmlbuildsystem/reactos/subsys/csrss/include/api.h branches/xmlbuildsystem/reactos/subsys/csrss/init.c branches/xmlbuildsystem/reactos/subsys/csrss/win32csr/conio.c branches/xmlbuildsystem/reactos/subsys/smss/client.c branches/xmlbuildsystem/reactos/subsys/smss/init.c branches/xmlbuildsystem/reactos/subsys/smss/initss.c branches/xmlbuildsystem/reactos/subsys/smss/initwkdll.c branches/xmlbuildsystem/reactos/subsys/smss/makefile branches/xmlbuildsystem/reactos/subsys/smss/smapi.c branches/xmlbuildsystem/reactos/subsys/smss/smapicomp.c branches/xmlbuildsystem/reactos/subsys/smss/smapiexec.c branches/xmlbuildsystem/reactos/subsys/smss/smss.c branches/xmlbuildsystem/reactos/subsys/smss/smss.h branches/xmlbuildsystem/reactos/subsys/smss/smss.xml branches/xmlbuildsystem/reactos/subsys/system/calc/De.rc branches/xmlbuildsystem/reactos/subsys/system/calc/calc.rc branches/xmlbuildsystem/reactos/subsys/system/calc/rsrc.rc branches/xmlbuildsystem/reactos/subsys/system/cmd/alias.c branches/xmlbuildsystem/reactos/subsys/system/cmd/attrib.c branches/xmlbuildsystem/reactos/subsys/system/cmd/batch.c branches/xmlbuildsystem/reactos/subsys/system/cmd/beep.c branches/xmlbuildsystem/reactos/subsys/system/cmd/call.c branches/xmlbuildsystem/reactos/subsys/system/cmd/chcp.c branches/xmlbuildsystem/reactos/subsys/system/cmd/choice.c branches/xmlbuildsystem/reactos/subsys/system/cmd/cls.c branches/xmlbuildsystem/reactos/subsys/system/cmd/cmd.c branches/xmlbuildsystem/reactos/subsys/system/cmd/cmd.h branches/xmlbuildsystem/reactos/subsys/system/cmd/cmd.rc branches/xmlbuildsystem/reactos/subsys/system/cmd/color.c branches/xmlbuildsystem/reactos/subsys/system/cmd/config.h branches/xmlbuildsystem/reactos/subsys/system/cmd/console.c branches/xmlbuildsystem/reactos/subsys/system/cmd/copy.c branches/xmlbuildsystem/reactos/subsys/system/cmd/date.c branches/xmlbuildsystem/reactos/subsys/system/cmd/del.c branches/xmlbuildsystem/reactos/subsys/system/cmd/delay.c branches/xmlbuildsystem/reactos/subsys/system/cmd/dir.c branches/xmlbuildsystem/reactos/subsys/system/cmd/dirstack.c branches/xmlbuildsystem/reactos/subsys/system/cmd/error.c branches/xmlbuildsystem/reactos/subsys/system/cmd/internal.c branches/xmlbuildsystem/reactos/subsys/system/cmd/precomp.h branches/xmlbuildsystem/reactos/subsys/system/cmd/res/terminal.ico branches/xmlbuildsystem/reactos/subsys/system/cmd/todo.txt branches/xmlbuildsystem/reactos/subsys/system/explorer/Jamfile branches/xmlbuildsystem/reactos/subsys/system/explorer/Makefile branches/xmlbuildsystem/reactos/subsys/system/explorer/Makefile.MinGW branches/xmlbuildsystem/reactos/subsys/system/explorer/Makefile.PCH branches/xmlbuildsystem/reactos/subsys/system/explorer/Makefile.Wine branches/xmlbuildsystem/reactos/subsys/system/explorer/desktop/desktop.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/desktop/desktop.h branches/xmlbuildsystem/reactos/subsys/system/explorer/dialogs/searchprogram.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/doc/TODO.txt branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer.dsp branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer.xml branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer_intres.h branches/xmlbuildsystem/reactos/subsys/system/explorer/explorer_intres.rc branches/xmlbuildsystem/reactos/subsys/system/explorer/externals.h branches/xmlbuildsystem/reactos/subsys/system/explorer/make_explorer.dsp branches/xmlbuildsystem/reactos/subsys/system/explorer/res/computer.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/res/explorer.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/res/folder.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/res/logov.bmp branches/xmlbuildsystem/reactos/subsys/system/explorer/res/reactos.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/res/ros-big.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/res/startmenu.ico branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/entries.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/mainframe.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/mainframe.h branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/pane.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/regfs.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/shellbrowser.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/shellbrowser.h branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/shellfs.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/shellfs.h branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/desktopbar.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/desktopbar.h branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/startmenu.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/startmenu.h branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/taskbar.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/taskbar.h branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/traynotify.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/taskbar/traynotify.h branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/utility.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/utility.h branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/window.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/window.h branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/xmlstorage.cpp branches/xmlbuildsystem/reactos/subsys/system/explorer/utility/xmlstorage.h branches/xmlbuildsystem/reactos/subsys/system/format/format.xml branches/xmlbuildsystem/reactos/subsys/system/format/makefile branches/xmlbuildsystem/reactos/subsys/system/msiexec/msiexec.c branches/xmlbuildsystem/reactos/subsys/system/notepad/Da.rc branches/xmlbuildsystem/reactos/subsys/system/reactos/reactos.rc branches/xmlbuildsystem/reactos/subsys/system/reactos/res/reactos.ico branches/xmlbuildsystem/reactos/subsys/system/reporterror/En.rc branches/xmlbuildsystem/reactos/subsys/system/reporterror/reporterror.rc branches/xmlbuildsystem/reactos/subsys/system/services/database.c branches/xmlbuildsystem/reactos/subsys/system/services/makefile branches/xmlbuildsystem/reactos/subsys/system/services/services.c branches/xmlbuildsystem/reactos/subsys/system/services/services.xml branches/xmlbuildsystem/reactos/subsys/system/sndvol32/sndvol32.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/De.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/En.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/Es.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/about.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/affinity.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/applpage.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/column.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/dbgchnl.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/debug.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/endproc.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/font.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/graph.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/graphctl.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/makefile branches/xmlbuildsystem/reactos/subsys/system/taskmgr/optnmenu.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/perfdata.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/perfdata.h branches/xmlbuildsystem/reactos/subsys/system/taskmgr/perfpage.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/precomp.h branches/xmlbuildsystem/reactos/subsys/system/taskmgr/priority.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/proclist.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/procpage.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/resource.h branches/xmlbuildsystem/reactos/subsys/system/taskmgr/run.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/taskmgr.c branches/xmlbuildsystem/reactos/subsys/system/taskmgr/taskmgr.rc branches/xmlbuildsystem/reactos/subsys/system/taskmgr/trayicon.c branches/xmlbuildsystem/reactos/subsys/system/vmwinst/vmwinst.c branches/xmlbuildsystem/reactos/subsys/system/vmwinst/vmwinst.rc branches/xmlbuildsystem/reactos/subsys/system/welcome/res/welcome.ico branches/xmlbuildsystem/reactos/subsys/system/welcome/welcome.rc branches/xmlbuildsystem/reactos/subsys/system/winlogon/setup.c branches/xmlbuildsystem/reactos/subsys/system/winlogon/winlogon.h branches/xmlbuildsystem/reactos/subsys/system/winlogon/wlx.c branches/xmlbuildsystem/reactos/subsys/win32k/eng/objects.h branches/xmlbuildsystem/reactos/subsys/win32k/eng/window.c branches/xmlbuildsystem/reactos/subsys/win32k/include/desktop.h branches/xmlbuildsystem/reactos/subsys/win32k/include/dib.h branches/xmlbuildsystem/reactos/subsys/win32k/include/eng.h branches/xmlbuildsystem/reactos/subsys/win32k/include/input.h branches/xmlbuildsystem/reactos/subsys/win32k/include/intgdi.h branches/xmlbuildsystem/reactos/subsys/win32k/include/window.h branches/xmlbuildsystem/reactos/subsys/win32k/include/winsta.h branches/xmlbuildsystem/reactos/subsys/win32k/main/dllmain.c branches/xmlbuildsystem/reactos/subsys/win32k/misc/object.c branches/xmlbuildsystem/reactos/subsys/win32k/ntddraw/ddraw.c branches/xmlbuildsystem/reactos/subsys/win32k/ntddraw/stubs.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/class.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/desktop.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/focus.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/input.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/keyboard.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/message.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/metric.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/misc.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/msgqueue.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/painting.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/stubs.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/timer.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/windc.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/window.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/winpos.c branches/xmlbuildsystem/reactos/subsys/win32k/ntuser/winsta.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/bitmaps.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/brush.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/color.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/dc.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/dib.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/fillshap.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/gdiobj.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/line.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/pen.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/print.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/stockobj.c branches/xmlbuildsystem/reactos/subsys/win32k/objects/text.c branches/xmlbuildsystem/reactos/tools/nci/sysfuncs.lst branches/xmlbuildsystem/reactos/tools/nci/w32ksvc.db branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/bootstrap.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.txt branches/xmlbuildsystem/reactos/tools/rsym.c branches/xmlbuildsystem/reactos/tools/tools.mak branches/xmlbuildsystem/reactos/tools/unicode/mbtowc.c branches/xmlbuildsystem/reactos/tools/unicode/string.c branches/xmlbuildsystem/reactos/tools/unicode/wctomb.c branches/xmlbuildsystem/reactos/tools/widl/ChangeLog branches/xmlbuildsystem/reactos/tools/widl/Makefile branches/xmlbuildsystem/reactos/tools/widl/client.c branches/xmlbuildsystem/reactos/tools/widl/hash.c branches/xmlbuildsystem/reactos/tools/widl/header.c branches/xmlbuildsystem/reactos/tools/widl/header.h branches/xmlbuildsystem/reactos/tools/widl/lex.yy.c branches/xmlbuildsystem/reactos/tools/widl/parser.l branches/xmlbuildsystem/reactos/tools/widl/parser.y branches/xmlbuildsystem/reactos/tools/widl/server.c branches/xmlbuildsystem/reactos/tools/widl/widl.c branches/xmlbuildsystem/reactos/tools/widl/widl.h branches/xmlbuildsystem/reactos/tools/widl/widltypes.h branches/xmlbuildsystem/reactos/tools/widl/write_msft.c branches/xmlbuildsystem/reactos/tools/widl/y.tab.c branches/xmlbuildsystem/reactos/tools/widl/y.tab.h branches/xmlbuildsystem/reactos/tools/wpp/lex.yy.c branches/xmlbuildsystem/reactos/tools/wpp/ppl.l branches/xmlbuildsystem/reactos/tools/wrc/newstruc.c branches/xmlbuildsystem/reactos/tools/wrc/parser.y branches/xmlbuildsystem/reactos/tools/wrc/wrc.mak branches/xmlbuildsystem/reactos/tools/wrc/y.tab.c branches/xmlbuildsystem/reactos/w32api/include/ddk/ntifs.h branches/xmlbuildsystem/reactos/w32api/include/ddk/winddk.h branches/xmlbuildsystem/reactos/w32api/include/ntdef.h branches/xmlbuildsystem/reactos/w32api/include/objbase.h branches/xmlbuildsystem/reactos/w32api/include/oleauto.h branches/xmlbuildsystem/reactos/w32api/include/richedit.h branches/xmlbuildsystem/reactos/w32api/include/setupapi.h branches/xmlbuildsystem/reactos/w32api/include/shellapi.h branches/xmlbuildsystem/reactos/w32api/include/winerror.h branches/xmlbuildsystem/reactos/w32api/include/wingdi.h branches/xmlbuildsystem/reactos/w32api/include/winioctl.h branches/xmlbuildsystem/reactos/w32api/include/winnt.h branches/xmlbuildsystem/reactos/w32api/include/winuser.h Deleted files: branches/xmlbuildsystem/reactos/apps/utils/consw/ branches/xmlbuildsystem/reactos/include/WinDNS.h branches/xmlbuildsystem/reactos/include/WinError.h branches/xmlbuildsystem/reactos/include/WinFax.h branches/xmlbuildsystem/reactos/include/WinSCard.h branches/xmlbuildsystem/reactos/include/WinSmCrd.h branches/xmlbuildsystem/reactos/include/WinWlx.h branches/xmlbuildsystem/reactos/include/aclui.h branches/xmlbuildsystem/reactos/include/ascii.h branches/xmlbuildsystem/reactos/include/coff.h branches/xmlbuildsystem/reactos/include/errors.h branches/xmlbuildsystem/reactos/include/icmpapi.h branches/xmlbuildsystem/reactos/include/messages.h branches/xmlbuildsystem/reactos/include/sockets.h branches/xmlbuildsystem/reactos/include/wine/cpl.h branches/xmlbuildsystem/reactos/include/wine/fci.h branches/xmlbuildsystem/reactos/include/wine/fdi.h branches/xmlbuildsystem/reactos/include/wine/heap.h branches/xmlbuildsystem/reactos/include/wine/ver.h branches/xmlbuildsystem/reactos/lib/commctrl/ branches/xmlbuildsystem/reactos/lib/coredll/ branches/xmlbuildsystem/reactos/lib/gdi32/objects/bitblt.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/i386/chkstk.s branches/xmlbuildsystem/reactos/lib/ntdll/rtl/ppb.c branches/xmlbuildsystem/reactos/lib/ntdll/rtl/thread.c branches/xmlbuildsystem/reactos/lib/shellext/slayer/en.rc branches/xmlbuildsystem/reactos/lib/smdll/compses.c branches/xmlbuildsystem/reactos/lib/smdll/connect.c branches/xmlbuildsystem/reactos/lib/smdll/execpgm.c branches/xmlbuildsystem/reactos/ntoskrnl/dbg/profile.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/btree.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/hashtab.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/napi.c branches/xmlbuildsystem/reactos/ntoskrnl/ex/stree.c branches/xmlbuildsystem/reactos/ntoskrnl/include/internal/id.h branches/xmlbuildsystem/reactos/ntoskrnl/ke/alert.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/critical.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/error.c branches/xmlbuildsystem/reactos/ntoskrnl/ke/i386/usercall.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/tinfo.c branches/xmlbuildsystem/reactos/ntoskrnl/ps/w32call.c branches/xmlbuildsystem/reactos/subsys/system/explorer/bak/ branches/xmlbuildsystem/reactos/subsys/system/explorer/shell/startup.c From mbosma at svn.reactos.com Sun Apr 10 17:34:18 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [mbosma] 14576: PackageManager: Depencies Message-ID: <000601c53de2$c26cf170$6601a8c0@penelope> PackageManager: Depencies Updated files: trunk/rosapps/packmgr/gui/main.cpp trunk/rosapps/packmgr/gui/main.h trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/en.rc trunk/rosapps/packmgr/lib/error.h trunk/rosapps/packmgr/lib/main.cpp trunk/rosapps/packmgr/lib/package.cpp trunk/rosapps/packmgr/lib/package.hpp From hbirr at svn.reactos.com Sun Apr 10 18:41:34 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14577: Made the hard coded value for the HUT a little bit longer. Message-ID: <000601c53dec$2869dd90$6601a8c0@penelope> Made the hard coded value for the HUT a little bit longer. Updated files: trunk/reactos/drivers/storage/floppy/hardware.c From hbirr at svn.reactos.com Sun Apr 10 18:44:02 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14578: Set a better value for gap3 on read/write requests. Message-ID: <000601c53dec$807ab9f0$6601a8c0@penelope> Set a better value for gap3 on read/write requests. Updated files: trunk/reactos/drivers/storage/floppy/readwrite.c From hbirr at svn.reactos.com Sun Apr 10 18:45:33 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [hbirr] 14579: Added dependency tracking. Message-ID: <000601c53dec$b64f3e70$6601a8c0@penelope> Added dependency tracking. Updated files: trunk/reactos/drivers/storage/floppy/GNUmakefile From mbosma at svn.reactos.com Sun Apr 10 19:03:43 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [mbosma] 14580: PackageManager: Cmdline fix Message-ID: <000601c53def$4010d450$6601a8c0@penelope> PackageManager: Cmdline fix Updated files: trunk/rosapps/packmgr/cmd-line/main.cpp trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/tree.cpp trunk/rosapps/packmgr/tree/mozcontrol.xml From ea at svn.reactos.com Sun Apr 10 21:08:27 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [ea] 14581: SM: initial work on SM_API_QUERY_INFORMATION (client side; ROS specific). Message-ID: <000601c53e00$aceecb20$6601a8c0@penelope> SM: initial work on SM_API_QUERY_INFORMATION (client side; ROS specific). SM: fixed connection data in callback SM->subsystem_server during ss registration Updated files: trunk/reactos/include/sm/api.h trunk/reactos/include/sm/helper.h trunk/reactos/lib/smdll/query.c 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/subsys/smss/client.c trunk/reactos/subsys/smss/smapi.c trunk/reactos/subsys/smss/smapicomp.c trunk/reactos/subsys/smss/smapiexec.c trunk/reactos/subsys/smss/smapiquery.c Deleted files: trunk/reactos/lib/smdll/testapi.c From chorns at svn.reactos.com Sun Apr 10 21:44:27 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [chorns] 14582: Support -Werror Message-ID: <000601c53e05$b45d7730$6601a8c0@penelope> Support -Werror Added files: branches/xmlbuildsystem/reactos/drivers/bus/serenum/serenum.xml branches/xmlbuildsystem/reactos/lib/msi/msi.xml branches/xmlbuildsystem/reactos/lib/serialui/serialui.xml branches/xmlbuildsystem/reactos/subsys/system/msiexec/msiexec.xml Updated files: branches/xmlbuildsystem/reactos/apps/utils/net/arp/arp.c branches/xmlbuildsystem/reactos/apps/utils/net/finger/finger.c branches/xmlbuildsystem/reactos/apps/utils/net/finger/net.c branches/xmlbuildsystem/reactos/apps/utils/net/ftp/ftp.xml branches/xmlbuildsystem/reactos/apps/utils/net/ipconfig/ipconfig.xml branches/xmlbuildsystem/reactos/apps/utils/net/netstat/netstat.xml branches/xmlbuildsystem/reactos/apps/utils/net/ping/ping.c branches/xmlbuildsystem/reactos/apps/utils/net/route/route.c branches/xmlbuildsystem/reactos/apps/utils/net/whois/whois.c branches/xmlbuildsystem/reactos/baseaddress.xml branches/xmlbuildsystem/reactos/boot/freeldr/freeldr/freeldr_base.xml branches/xmlbuildsystem/reactos/drivers/bus/acpi/acpi.xml branches/xmlbuildsystem/reactos/drivers/bus/directory.xml branches/xmlbuildsystem/reactos/drivers/dd/sndblst/card.c branches/xmlbuildsystem/reactos/drivers/dd/sndblst/dma.c branches/xmlbuildsystem/reactos/drivers/dd/sndblst/irq.c branches/xmlbuildsystem/reactos/drivers/dd/sndblst/portio.c branches/xmlbuildsystem/reactos/drivers/dd/sndblst/settings.c branches/xmlbuildsystem/reactos/drivers/dd/sndblst/sndblst.c branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.h branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c branches/xmlbuildsystem/reactos/drivers/dd/sound/sound.c branches/xmlbuildsystem/reactos/drivers/dd/sound/wave.c branches/xmlbuildsystem/reactos/drivers/lib/oskittcp/oskittcp.xml branches/xmlbuildsystem/reactos/lib/cabinet/cabinet.xml branches/xmlbuildsystem/reactos/lib/comctl32/comctl32.xml branches/xmlbuildsystem/reactos/lib/comdlg32/comdlg32.xml branches/xmlbuildsystem/reactos/lib/dbghelp/dbghelp.xml branches/xmlbuildsystem/reactos/lib/devenum/devenum.xml branches/xmlbuildsystem/reactos/lib/dinput/dinput.xml branches/xmlbuildsystem/reactos/lib/directory.xml branches/xmlbuildsystem/reactos/lib/iphlpapi/iphlpapi.xml branches/xmlbuildsystem/reactos/lib/kbdda/kbdda.xml branches/xmlbuildsystem/reactos/lib/kbddv/kbddv.xml branches/xmlbuildsystem/reactos/lib/kbdes/kbdes.xml branches/xmlbuildsystem/reactos/lib/kbdfr/kbdfr.xml branches/xmlbuildsystem/reactos/lib/kbdgr/kbdgr.xml branches/xmlbuildsystem/reactos/lib/kbdse/kbdse.xml branches/xmlbuildsystem/reactos/lib/kbduk/kbduk.xml branches/xmlbuildsystem/reactos/lib/kbdus/kbdus.xml branches/xmlbuildsystem/reactos/lib/ntdll/rtl/intrlck.c branches/xmlbuildsystem/reactos/lib/ole32/ole32.xml branches/xmlbuildsystem/reactos/lib/oleaut32/oleaut32.xml branches/xmlbuildsystem/reactos/lib/riched20/riched20.xml branches/xmlbuildsystem/reactos/lib/rpcrt4/rpcrt4.xml branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml branches/xmlbuildsystem/reactos/lib/shdocvw/shdocvw.xml branches/xmlbuildsystem/reactos/lib/shell32/shell32.xml branches/xmlbuildsystem/reactos/lib/shlwapi/shlwapi.xml branches/xmlbuildsystem/reactos/lib/urlmon/urlmon.xml branches/xmlbuildsystem/reactos/lib/userenv/desktop.c branches/xmlbuildsystem/reactos/lib/userenv/registry.c branches/xmlbuildsystem/reactos/lib/userenv/setup.c branches/xmlbuildsystem/reactos/lib/winmm/winmm.xml branches/xmlbuildsystem/reactos/subsys/system/calc/calc.xml branches/xmlbuildsystem/reactos/subsys/system/directory.xml branches/xmlbuildsystem/reactos/subsys/system/regedit/childwnd.c branches/xmlbuildsystem/reactos/subsys/system/regedit/edit.c branches/xmlbuildsystem/reactos/subsys/system/regedit/framewnd.c branches/xmlbuildsystem/reactos/subsys/system/regedit/hexedit.c branches/xmlbuildsystem/reactos/subsys/system/regedit/listview.c branches/xmlbuildsystem/reactos/subsys/system/regedit/main.c branches/xmlbuildsystem/reactos/subsys/system/regedit/main.h branches/xmlbuildsystem/reactos/subsys/system/regedit/regproc.c branches/xmlbuildsystem/reactos/subsys/system/regedit/security.c branches/xmlbuildsystem/reactos/subsys/system/regedit/security.h branches/xmlbuildsystem/reactos/subsys/system/reporterror/reporterror.c branches/xmlbuildsystem/reactos/subsys/system/usetup/usetup.xml branches/xmlbuildsystem/reactos/subsys/system/winefile/winefile.xml branches/xmlbuildsystem/reactos/subsys/win32k/objects/font.c branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.txt From fireball at svn.reactos.com Sun Apr 10 23:01:15 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14583: Started implementing Locale property page of intl.cpl appltet. It already provides choices for locale, the only thing it doesn't do - actually set chosen locale. Also it doesn't work under ReactOS. Message-ID: <000601c53e10$6f3a0780$6601a8c0@penelope> Started implementing Locale property page of intl.cpl appltet. It already provides choices for locale, the only thing it doesn't do - actually set chosen locale. Also it doesn't work under ReactOS. Updated files: trunk/reactos/lib/cpl/intl/de.rc trunk/reactos/lib/cpl/intl/en.rc trunk/reactos/lib/cpl/intl/locale.c From arty at svn.reactos.com Mon Apr 11 08:03:50 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [arty] 14584: lock: Fixes suggested by w3seek: Message-ID: <000601c53e5c$3b4220b0$6601a8c0@penelope> lock: Fixes suggested by w3seek: protect the remaining MmProbeAndLockPages don't return from the exception handler read: Hopefully the last indecision in here: Avoid using AFD_EVENT_CLOSE until the socket is really toast. Use AFD_EVENT_DISCONNECT instead when we've got an EOF, but still have buffered data. I was doing this socket fiddling without a callout block. Fixed. Updated files: trunk/reactos/drivers/net/afd/afd/lock.c trunk/reactos/drivers/net/afd/afd/read.c From arty at svn.reactos.com Mon Apr 11 10:07:43 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [arty] 14585: Fixed warning, uninitialized length. Sorry, I did this in a different way Message-ID: <000601c53e6d$89e523a0$6601a8c0@penelope> Fixed warning, uninitialized length. Sorry, I did this in a different way and missed one use of NewBufferLen. Not sure why I don't see the 'might be used uninitialized' warning. Updated files: trunk/reactos/drivers/net/afd/afd/lock.c From arty at svn.reactos.com Mon Apr 11 10:42:00 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [arty] 14586: Use the right set (the referenced file objects) to compare when killing Message-ID: <000601c53e72$54346180$6601a8c0@penelope> Use the right set (the referenced file objects) to compare when killing exclusive select objects. This fixes the select leakage observed when running Xircon. Updated files: trunk/reactos/drivers/net/afd/afd/select.c From fireball at svn.reactos.com Mon Apr 11 14:50:32 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:13 2006 Subject: [ros-svn] [fireball] 14587: Initial version of uhci driver import from Linux 2.5 kernel. Currently compiles and links, but not usable (most probably will bugcheck when loaded). Message-ID: <000601c53e95$0c45aff0$6601a8c0@penelope> Initial version of uhci driver import from Linux 2.5 kernel. Currently compiles and links, but not usable (most probably will bugcheck when loaded). Also a lot of compile warnings exist. I will update UsbStack wiki page sometime soon to reflect direction of my work. Added files: trunk/reactos/drivers/usb/cromwell/uhci/ trunk/reactos/drivers/usb/cromwell/uhci/makefile trunk/reactos/drivers/usb/cromwell/uhci/uhci-debug.c trunk/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c trunk/reactos/drivers/usb/cromwell/uhci/uhci-hcd.h trunk/reactos/drivers/usb/cromwell/uhci/uhci-hub.c trunk/reactos/drivers/usb/cromwell/uhci/uhci.def trunk/reactos/drivers/usb/cromwell/uhci/uhci.rc trunk/reactos/drivers/usb/cromwell/uhci/uhci_config.h trunk/reactos/drivers/usb/cromwell/uhci/uhci_main.c Updated files: trunk/reactos/drivers/usb/cromwell/Makefile trunk/reactos/drivers/usb/cromwell/core/usb.c trunk/reactos/drivers/usb/cromwell/core/usbcore.def trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h trunk/reactos/drivers/usb/cromwell/linux/usb.h trunk/reactos/drivers/usb/cromwell/sys/linuxwrapper.c From arty at svn.reactos.com Mon Apr 11 17:43:07 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14588: Commit for blight: fix stack alignment. Message-ID: <000601c53ead$283651c0$6601a8c0@penelope> Commit for blight: fix stack alignment. Updated files: trunk/reactos/lib/crtdll/stdlib/alloca.c From hpoussin at svn.reactos.com Mon Apr 11 19:28:19 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14589: Filip Navara : Use correct service name in IopInitializeDriverModule Message-ID: <000601c53ebb$da430940$6601a8c0@penelope> Filip Navara : Use correct service name in IopInitializeDriverModule Updated files: trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpmgr.c From mbosma at svn.reactos.com Mon Apr 11 19:59:55 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mbosma] 14590: PackageManager: Bug fix Message-ID: <000601c53ec0$44568150$6601a8c0@penelope> PackageManager: Bug fix Updated files: trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/es.rc trunk/rosapps/packmgr/lib/functions.cpp trunk/rosapps/packmgr/lib/main.cpp trunk/rosapps/packmgr/lib/package.cpp trunk/rosapps/packmgr/tree/mozcontrol.xml From chorns at svn.reactos.com Mon Apr 11 20:45:52 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [chorns] 14591: Have the object files of a module depend on the build file that contain the module Message-ID: <000601c53ec6$af9c25e0$6601a8c0@penelope> Have the object files of a module depend on the build file that contain the module Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp branches/xmlbuildsystem/reactos/tools/rbuild/XML.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From mbosma at svn.reactos.com Mon Apr 11 22:27:23 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mbosma] 14592: Package Manager: fixed HotKeys (thanks to w3seek) *shamed* Message-ID: <000601c53ed4$de4bddf0$6601a8c0@penelope> Package Manager: fixed HotKeys (thanks to w3seek) *shamed* Updated files: trunk/rosapps/packmgr/gui/generic.rc trunk/rosapps/packmgr/gui/main.cpp trunk/rosapps/packmgr/gui/main.h trunk/rosapps/packmgr/gui/resource.h From weiden at svn.reactos.com Mon Apr 11 23:50:19 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [weiden] 14593: support kernel handles, creating them is however not yet supported Message-ID: <000601c53ee0$74964a10$6601a8c0@penelope> support kernel handles, creating them is however not yet supported Updated files: trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ps/process.c From hpoussin at svn.reactos.com Tue Apr 12 00:29:35 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14594: Don't call DriverEntry more than once. Fix suggested by Filip Navara. Message-ID: <000601c53ee5$f0610450$6601a8c0@penelope> Don't call DriverEntry more than once. Fix suggested by Filip Navara. Updated files: trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/pnpmgr.c From hpoussin at svn.reactos.com Tue Apr 12 00:37:49 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14595: Open \Windows directory if it exists Message-ID: <000601c53ee7$17057bd0$6601a8c0@penelope> Open \Windows directory if it exists Updated files: trunk/reactos/subsys/csrss/init.c From hpoussin at svn.reactos.com Tue Apr 12 00:38:08 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14596: Respect OBJ_OPENIF flag in ObCreateObject Message-ID: <000601c53ee7$224cc070$6601a8c0@penelope> Respect OBJ_OPENIF flag in ObCreateObject Updated files: trunk/reactos/ntoskrnl/ob/namespc.c trunk/reactos/ntoskrnl/ob/object.c From hpoussin at svn.reactos.com Tue Apr 12 00:38:56 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14597: Remove unneeded hack. DriverEntry is now called only once. Message-ID: <000601c53ee7$3eb209f0$6601a8c0@penelope> Remove unneeded hack. DriverEntry is now called only once. Updated files: trunk/reactos/drivers/dd/serial/serial.c From ea at svn.reactos.com Tue Apr 12 23:26:01 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ea] 14598: SM: some server side code for SM_API_QUERY_INFORMATION Message-ID: <000601c53fa6$39f6e510$6601a8c0@penelope> SM: some server side code for SM_API_QUERY_INFORMATION Updated files: trunk/reactos/subsys/smss/client.c trunk/reactos/subsys/smss/makefile trunk/reactos/subsys/smss/smapiquery.c trunk/reactos/subsys/smss/smss.c trunk/reactos/subsys/smss/smss.h From arty at svn.reactos.com Wed Apr 13 01:23:29 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14599: Added client API interface. Message-ID: <000601c53fb6$a278a320$6601a8c0@penelope> Added client API interface. Added files: trunk/reactos/subsys/system/dhcp/api.c trunk/reactos/subsys/system/dhcp/pipe.c Updated files: trunk/reactos/subsys/system/dhcp/Makefile trunk/reactos/subsys/system/dhcp/dhclient.c trunk/reactos/subsys/system/dhcp/dispatch.c trunk/reactos/subsys/system/dhcp/include/dhcpd.h trunk/reactos/subsys/system/dhcp/include/rosdhcp.h From arty at svn.reactos.com Wed Apr 13 01:25:17 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14600: First instance of DHCP client API. Not tested yet. Next, the control Message-ID: <000601c53fb6$e2c77f50$6601a8c0@penelope> First instance of DHCP client API. Not tested yet. Next, the control panel. Added files: trunk/reactos/lib/dhcpcapi/ trunk/reactos/lib/dhcpcapi/dhcpcapi.c trunk/reactos/lib/dhcpcapi/dhcpcapi.def trunk/reactos/lib/dhcpcapi/dhcpcapi.rc trunk/reactos/lib/dhcpcapi/makefile From arty at svn.reactos.com Wed Apr 13 01:28:01 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14601: Patch by tinus_ to fix a persistent problem with kdbg. Fixes the y umlaut Message-ID: <000601c53fb7$44d67e80$6601a8c0@penelope> Patch by tinus_ to fix a persistent problem with kdbg. Fixes the y umlaut bug. Updated files: trunk/reactos/ntoskrnl/dbg/kdb_cli.c From arty at svn.reactos.com Wed Apr 13 01:33:31 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14602: Added DHCP and dhcpcapi to the makefile. Message-ID: <000601c53fb8$09b5d110$6601a8c0@penelope> Added DHCP and dhcpcapi to the makefile. Updated files: trunk/reactos/Makefile From ion at svn.reactos.com Wed Apr 13 03:12:11 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14603: Kernel Gates. Ultra-lightweight and exclusive Wait Objects used in NT 5.2+ as high-speed events. Code is untested, so it's not added to the build until I'm back in May. Message-ID: <000601c53fc5$d214e8a0$6601a8c0@penelope> Kernel Gates. Ultra-lightweight and exclusive Wait Objects used in NT 5.2+ as high-speed events. Code is untested, so it's not added to the build until I'm back in May. Added files: trunk/reactos/ntoskrnl/ke/gate.c Updated files: trunk/reactos/include/ddk/ketypes.h trunk/reactos/ntoskrnl/include/internal/ps.h From mf at svn.reactos.com Wed Apr 13 08:17:37 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mf] 14604: tag release 0.2.6 Message-ID: <000601c53ff0$7cf57850$6601a8c0@penelope> tag release 0.2.6 Added files: tags/ReactOS-0.2.6/ From arty at svn.reactos.com Wed Apr 13 08:55:28 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14605: Sorry, forgot header for API dll communication. Message-ID: <000601c53ff5$c6f660e0$6601a8c0@penelope> Sorry, forgot header for API dll communication. Added files: trunk/reactos/include/rosdhcp_public.h From chorns at svn.reactos.com Thu Apr 14 17:42:57 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [chorns] 14616: repos test Message-ID: <000601c54108$a153ba90$6c01a8c0@mike> repos test Updated files: branches/xmlbuildsystem/reactos/Makefile From weiden at svn.reactos.com Thu Apr 14 17:45:15 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [weiden] 14617: define KGATE in win32api Message-ID: <000601c54108$f3dc44d0$6c01a8c0@mike> define KGATE in win32api Updated files: trunk/reactos/w32api/include/ddk/winddk.h From weiden at svn.reactos.com Thu Apr 14 17:47:04 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [weiden] 14618: add some missing gdi functions to the driver function table Message-ID: <000601c54109$34d45950$6c01a8c0@mike> add some missing gdi functions to the driver function table Updated files: trunk/reactos/include/win32k/driver.h trunk/reactos/subsys/win32k/misc/driver.c From mf at svn.reactos.com Thu Apr 14 22:23:03 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mf] 14619: from ThomasLa : Message-ID: <000601c5412f$c2d403b0$6c01a8c0@mike> from ThomasLa : Corrected DE.rc language controls Modifed EN.rc implemented part of screensaver functions Shows Screensavers Get Some Values from registry get default screensaver implemented delete screensavers Updated files: trunk/reactos/lib/cpl/desk/de.rc trunk/reactos/lib/cpl/desk/en.rc trunk/reactos/lib/cpl/desk/resource.h trunk/reactos/lib/cpl/desk/screensaver.c From mf at svn.reactos.com Thu Apr 14 22:32:01 2005 From: mf at svn.reactos.com (mf@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mf] 14620: charn : Message-ID: <000601c54131$036857e0$6c01a8c0@mike> charn : A function for desktopbar.cpp that controls how the taskbar can be resized. Updated files: trunk/reactos/subsys/system/explorer/taskbar/desktopbar.cpp trunk/reactos/subsys/system/explorer/taskbar/desktopbar.h From ea at svn.reactos.com Thu Apr 14 23:46:15 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ea] 14621: Simple Win32/text application to query the SM (incomplete/untested). Message-ID: <000601c5413b$620a5f50$6c01a8c0@mike> Simple Win32/text application to query the SM (incomplete/untested). Added files: trunk/reactos/subsys/system/sm/ trunk/reactos/subsys/system/sm/makefile trunk/reactos/subsys/system/sm/sm.c trunk/reactos/subsys/system/sm/sm.rc From gvg at svn.reactos.com Thu Apr 14 23:47:58 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [gvg] 14622: Read from disk Message-ID: <000601c5413b$9fb19b20$6c01a8c0@mike> Read from disk Added files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xendisk.c Updated files: branches/xen/reactos/boot/freeldr/freeldr/Makefile branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenevtchn.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenmem.c From hpoussin at svn.reactos.com Fri Apr 15 00:41:49 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14623: Change debug messages to more neutral ones Message-ID: <000601c54143$25426650$6c01a8c0@mike> Change debug messages to more neutral ones Updated files: trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/pnpreport.c From arty at svn.reactos.com Fri Apr 15 02:48:26 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14624: Use DriverDesc in the registry as the adapter name since the ndis name OID Message-ID: <000601c54154$d5c987e0$6c01a8c0@mike> Use DriverDesc in the registry as the adapter name since the ndis name OID seems generally unimplemented. What a pain. Updated files: trunk/reactos/drivers/net/tcpip/datalink/lan.c trunk/reactos/drivers/net/tcpip/include/info.h trunk/reactos/drivers/net/tcpip/include/tcpip.h From ion at svn.reactos.com Fri Apr 15 08:24:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14625: Implemented Guarded Mutex, a drop-in replacement for Fast Mutex (the correct one, not the one ROS incorrectly implements) on NT 5.2. Not fully tested yet, so nothing switched to it and probably not usable. Also made KeGetCurrentThread/Irql become inlined, since this should create quite a speed boost. Made KeLeaveCriticalRegion deliver APCs if possible, and made Crit regions macros usable from outside ntoskrnl thanks to a new NT 5.2 API (KiCheckForKernelApcDelivery). Guarded Mutex code based on Filip Navara. Message-ID: <000601c54183$cc8e82a0$6c01a8c0@mike> Implemented Guarded Mutex, a drop-in replacement for Fast Mutex (the correct one, not the one ROS incorrectly implements) on NT 5.2. Not fully tested yet, so nothing switched to it and probably not usable. Also made KeGetCurrentThread/Irql become inlined, since this should create quite a speed boost. Made KeLeaveCriticalRegion deliver APCs if possible, and made Crit regions macros usable from outside ntoskrnl thanks to a new NT 5.2 API (KiCheckForKernelApcDelivery). Guarded Mutex code based on Filip Navara. Updated files: trunk/reactos/drivers/storage/diskdump/diskdump.c trunk/reactos/hal/hal/hal.c trunk/reactos/hal/halx86/generic/fmutex.c trunk/reactos/hal/halx86/generic/irql.c trunk/reactos/include/ddk/kedef.h trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/ex/i386/interlck.c trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/gmutex.c trunk/reactos/ntoskrnl/ntoskrnl.def trunk/reactos/ntoskrnl/ps/thread.c trunk/reactos/w32api/include/ddk/winddk.h From weiden at svn.reactos.com Fri Apr 15 12:52:30 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [weiden] 14626: use the correct version of KeGetCurrentIrql for MP Message-ID: <000601c541a9$38cfad20$6c01a8c0@mike> use the correct version of KeGetCurrentIrql for MP Updated files: trunk/reactos/hal/halx86/mp/mpsirql.c trunk/reactos/ntoskrnl/include/internal/i386/ke.h From hpoussin at svn.reactos.com Fri Apr 15 17:56:20 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14627: Add ASSERTs Message-ID: <000601c541d3$aab80a20$6c01a8c0@mike> Add ASSERTs Correct a bug when processing IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / TargetDeviceRelation (serenum) Don't breakpoint if NDEBUG is defined (serenum) Allow to write more than 16 bytes in one IRP_MJ_WRITE (serial) Updated files: trunk/reactos/drivers/bus/serenum/detect.c trunk/reactos/drivers/bus/serenum/misc.c trunk/reactos/drivers/bus/serenum/pdo.c trunk/reactos/drivers/bus/serenum/serenum.c trunk/reactos/drivers/dd/serial/circularbuffer.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/misc.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/rw.c From ekohl at svn.reactos.com Fri Apr 15 19:56:42 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ekohl] 14628: Support in-pointers to structs. Message-ID: <000601c541e4$7b6e9200$6c01a8c0@mike> Support in-pointers to structs. Updated files: trunk/reactos/tools/widl/ChangeLog trunk/reactos/tools/widl/client.c trunk/reactos/tools/widl/parser.y trunk/reactos/tools/widl/server.c trunk/reactos/tools/widl/y.tab.c From arty at svn.reactos.com Fri Apr 15 21:33:52 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14629: Removed need for separately prefixed binutils. Message-ID: <000601c541f2$0dd79350$6c01a8c0@mike> Removed need for separately prefixed binutils. Updated files: trunk/reactos/boot/freeldr/bootsect/Makefile.powerpc From ekohl at svn.reactos.com Sat Apr 16 00:02:40 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ekohl] 14630: Use RPC for making calls to the Service Control Manager. Message-ID: <000601c54206$d7645140$6c01a8c0@mike> Use RPC for making calls to the Service Control Manager. Added files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/subsys/system/services/rpcserver.c Updated files: trunk/reactos/lib/advapi32/makefile trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/subsys/system/services/makefile trunk/reactos/subsys/system/services/services.c trunk/reactos/subsys/system/services/services.h From hpoussin at svn.reactos.com Sat Apr 16 00:14:14 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14631: Allow interrupts indicating an empty buffer only if some bytes are pending Message-ID: <000601c54208$7553b980$6c01a8c0@mike> Allow interrupts indicating an empty buffer only if some bytes are pending This should correct the boot in Qemu Updated files: trunk/reactos/drivers/dd/serial/misc.c From mbosma at svn.reactos.com Sat Apr 16 13:42:45 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mbosma] 14633: PackageManager: Changed download server to my own webspace. Because http://svn.reactos.com is still offline. Message-ID: <000601c54279$67cf6bd0$6c01a8c0@mike> PackageManager: Changed download server to my own webspace. Because http://svn.reactos.com is still offline. Updated files: trunk/rosapps/packmgr/lib/download.cpp From mbosma at svn.reactos.com Sat Apr 16 13:48:27 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mbosma] 14634: PackageManager: Little fix Message-ID: <000601c5427a$33d5cc60$6c01a8c0@mike> PackageManager: Little fix Updated files: trunk/rosapps/packmgr/cmd-line/main.c From ekohl at svn.reactos.com Sat Apr 16 14:50:34 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ekohl] 14635: ADVAPI32.DLL: Message-ID: <000601c54282$e14cdde0$6c01a8c0@mike> ADVAPI32.DLL: - Implement LockServiceDatabase and UnlockServiceDatabase. SERVICES.EXE: - Add stubs: ScmrLockServiceDatabase, ScmrUnlockDerviceDatabase, SamrNotifyBootConfigStatus, and ScmrCreateServiceW. - Store and check access rights. Updated files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/subsys/system/services/rpcserver.c From hpoussin at svn.reactos.com Sat Apr 16 18:04:39 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [hpoussin] 14636: Implement FSCTL_IS_VOLUME_DIRTY and FSCTL_MARK_VOLUME_DIRTY Message-ID: <000601c5429d$fe66b610$6c01a8c0@mike> Implement FSCTL_IS_VOLUME_DIRTY and FSCTL_MARK_VOLUME_DIRTY Updated files: trunk/reactos/drivers/fs/vfat/fsctl.c trunk/reactos/drivers/fs/vfat/shutdown.c trunk/reactos/drivers/fs/vfat/vfat.h From mbosma at svn.reactos.com Sat Apr 16 19:09:13 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [mbosma] 14637: PackageManager: Ported GUI to C Message-ID: <000601c542a7$034a2690$6c01a8c0@mike> PackageManager: Ported GUI to C Added files: trunk/rosapps/packmgr/gui/main.c Updated files: trunk/rosapps/packmgr/gui/main.h Deleted files: trunk/rosapps/packmgr/gui/main.cpp From ion at svn.reactos.com Sat Apr 16 19:48:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14638: Fix WaitAll bug. Previously, not all Wait Objects in a WaitAll were checked for signaling, which meant as soon as one was signaled, all were supposed to be satisfied. Worse however, only one object would get satisfied anyways, because of a second bug which hid the first during my testing. Now, all wait all objects must be signaled before satsifcation, and satisfaction is correctly done on all the objects. Reg tested with multithrdwin, which did not properly work before. Thanks to w3seek for notifying me of this bug. Message-ID: <000601c542ac$8ac03e70$6c01a8c0@mike> Fix WaitAll bug. Previously, not all Wait Objects in a WaitAll were checked for signaling, which meant as soon as one was signaled, all were supposed to be satisfied. Worse however, only one object would get satisfied anyways, because of a second bug which hid the first during my testing. Now, all wait all objects must be signaled before satsifcation, and satisfaction is correctly done on all the objects. Reg tested with multithrdwin, which did not properly work before. Thanks to w3seek for notifying me of this bug. Updated files: trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/queue.c trunk/reactos/ntoskrnl/ke/wait.c From ion at svn.reactos.com Sat Apr 16 21:38:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14639: Add file object flags, complete DEVOBJ_EXTENSION, and implement: IoIsFileOriginRemote, IoGetLowerDeviceObject, IoGetdiskDeviceObject, IoGetRequestorSessionId, IoGetRequestorProcessId Message-ID: <000601c542bb$d5ad5030$6c01a8c0@mike> Add file object flags, complete DEVOBJ_EXTENSION, and implement: IoIsFileOriginRemote, IoGetLowerDeviceObject, IoGetdiskDeviceObject, IoGetRequestorSessionId, IoGetRequestorProcessId Updated files: trunk/reactos/include/ddk/iotypes.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/irp.c trunk/reactos/ntoskrnl/io/process.c From ion at svn.reactos.com Sat Apr 16 23:41:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14640: More I/O Stuff that was leftover in the old branch. Yes I'm still on break, I'm just comitting Message-ID: <000601c542cd$0f466e10$6c01a8c0@mike> More I/O Stuff that was leftover in the old branch. Yes I'm still on break, I'm just comitting my local work to avoid duplication. - Implemented IoRegisterBootDriverReinitialization, but routines don't actually get called yet. - Created IopGetDeviceObjectPointer to deal with the case when the pointer is needed for an attach; when this happens, a special (documented) flag should be sent to the driver, so that it can do any internal routines to be ready for an attach. - Fixed IoAttachDevice to use the Safe Attach routine and sent the IO_ATTACH_DEVICE_API flag (See above) - Fixed IoAttachDeviceToDeviceStack to call the safe function. - Optimized IoAttachDeviceByPointer - Implemented IoAttachDeviceToDeviceStackSafe. Support Device Extension Attach semantics. - Added various checks for unload/delete flags (that we never supported). Checks are pretty useless for now since we don't use the flags, but I've added one during IoDeleteDevice. - Implemented IoEnumerateDeviceObjectList. Should work, but untested. - Implemented IoGetDeviceAttachmentBaseRef. - Optimized IoGetRelatedDeviceObject. - Made IoGetDeviceObjectPointer call the internal routine (see #2 above). - Implemented IoDetachDevice. - Removed IoOpenDeviceInstanceKey and IoQueryDeviceEnumInfo. Obsoleted, unimplemented, undocumented NT4 APIs. - Various Attach/Detach fixes. Updated files: trunk/reactos/include/ddk/iotypes.h trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/ntoskrnl.def From arty at svn.reactos.com Sun Apr 17 00:10:56 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14641: Fixed multiple bind of DHCP client port. Later, we need to implement Message-ID: <000601c542d1$29af9ca0$6c01a8c0@mike> Fixed multiple bind of DHCP client port. Later, we need to implement per adapter binding. Updated files: trunk/reactos/subsys/system/dhcp/adapter.c From arty at svn.reactos.com Sun Apr 17 00:12:00 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14642: Make the broadcast address all 1's. Message-ID: <000601c542d1$4faf1700$6c01a8c0@mike> Make the broadcast address all 1's. Updated files: trunk/reactos/drivers/lib/ip/network/neighbor.c From ion at svn.reactos.com Sun Apr 17 06:20:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [ion] 14643: IoCreateDevice Changes: Message-ID: <000601c54304$c31bdb00$6c01a8c0@mike> IoCreateDevice Changes: - IoAllocateVpb renamed to IopAllocateVpb and made cleaner - Let ObCreateObject do all the memory allocation since the extra data belongs to the object and it should be responsible for allocating it. No more extra pool allocations or deallocations. - Zero out everythign a single time. - Remove useless code duplication - Use proper I/O Manager types for the object headers. - Honour Exclusive Flag, and Has Name Flag. - Only initialize event if there is a volume. - Initialize a VPB for Virtual Disks also. - Set up Device Object Extension properly - Set DO_DEVICE_INITIALIZING flag. - Use proper sector sizes, don't hardcode 512 (should be 2048 for cds) - Actually insert the object into the object table with ObInsertObject. This might seem useless, but remember that's simply because ROS has a broken Ob Manager which does way too much in ObCreateObject. It will be easier to use the rewrite if this is done properly. - Set the right sizes in some places. Updated files: trunk/reactos/include/ddk/iotypes.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/vpb.c From arty at svn.reactos.com Sun Apr 17 09:55:25 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:14 2006 Subject: [ros-svn] [arty] 14644: Needed infrastructure for DHCP: Message-ID: <000601c54322$d09daab0$6c01a8c0@mike> Needed infrastructure for DHCP: Corrected adapter index problem in iinfo.c. Now the index returned is from IF->Index. ninfo: ditto. ip.c: Expose IPAddInterfaceRoute and IPRemoveInterfaceRoute for use by set ip address IOCTL. if.c: Allow deleting of TCP context. main.c: Turn off debugging in CVS. Updated files: trunk/reactos/drivers/lib/ip/network/ip.c trunk/reactos/drivers/lib/ip/transport/tcp/if.c trunk/reactos/drivers/net/tcpip/include/ip.h trunk/reactos/drivers/net/tcpip/include/tcp.h trunk/reactos/drivers/net/tcpip/tcpip/dispatch.c trunk/reactos/drivers/net/tcpip/tcpip/main.c trunk/reactos/drivers/net/tcpip/tcpip/ninfo.c From arty at svn.reactos.com Sun Apr 17 09:58:26 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [arty] 14645: More cleaning. Mostly working DHCP. IP address is automatically discovered Message-ID: <000601c54323$3c125d40$6c01a8c0@mike> More cleaning. Mostly working DHCP. IP address is automatically discovered and configured on the first ethernet adapter. Updated files: trunk/reactos/subsys/system/dhcp/adapter.c trunk/reactos/subsys/system/dhcp/dhclient.c trunk/reactos/subsys/system/dhcp/dispatch.c trunk/reactos/subsys/system/dhcp/include/rosdhcp.h trunk/reactos/subsys/system/dhcp/util.c From arty at svn.reactos.com Sun Apr 17 10:00:02 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [arty] 14646: Add sufficient permission to the TCP handle to configure the IP address. Message-ID: <000601c54323$75650c00$6c01a8c0@mike> Add sufficient permission to the TCP handle to configure the IP address. Updated files: trunk/reactos/lib/iphlpapi/ifenum_reactos.c From ekohl at svn.reactos.com Sun Apr 17 13:01:01 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ekohl] 14647: - Move generated files to the top of the file list. Message-ID: <000601c5433c$be031920$6c01a8c0@mike> - Move generated files to the top of the file list. - Rename generated file svcctl.h to svcctl_c.h. Updated files: trunk/reactos/lib/advapi32/makefile trunk/reactos/lib/advapi32/service/scm.c From weiden at svn.reactos.com Sun Apr 17 14:59:21 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14648: svn-ignore svcctl_c.c and svcctl_c.h Message-ID: <000601c5434d$45e78230$6c01a8c0@mike> svn-ignore svcctl_c.c and svcctl_c.h From weiden at svn.reactos.com Sun Apr 17 17:09:16 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14649: svn maintainance: ignore generated files Message-ID: <000601c5435f$6c030ae0$6c01a8c0@mike> svn maintainance: ignore generated files From ion at svn.reactos.com Sun Apr 17 18:26:45 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14650: Put in alphabetical order, remove IopCreateDevice, and remove incorrect implementation tag for EFi functions Message-ID: <000601c5436a$3f5952a0$6c01a8c0@mike> Put in alphabetical order, remove IopCreateDevice, and remove incorrect implementation tag for EFi functions Updated files: trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/io/driver.c trunk/reactos/ntoskrnl/io/efi.c trunk/reactos/ntoskrnl/io/iomgr.c From ea at svn.reactos.com Sun Apr 17 19:50:49 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ea] 14651: sm info ssid - implemented Message-ID: <000601c54375$fda15310$6c01a8c0@mike> sm info ssid - implemented Updated files: trunk/reactos/subsys/system/sm/sm.c From gvg at svn.reactos.com Sun Apr 17 20:53:56 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [gvg] 14652: Implement table grant mechanism for block devices Message-ID: <000601c5437e$cef83340$6c01a8c0@mike> Implement table grant mechanism for block devices Updated files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xendisk.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/xenmem.c branches/xen/reactos/include/xen3/public/dom0_ops.h branches/xen/reactos/include/xen3/public/trace.h branches/xen/reactos/include/xen3/rosxen.h From arty at svn.reactos.com Sun Apr 17 21:16:40 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [arty] 14653: Don't set a zero timeout for a lease. Zero here is taken to mean infinite. Message-ID: <000601c54381$fbd8aa90$6c01a8c0@mike> Don't set a zero timeout for a lease. Zero here is taken to mean infinite. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c From weiden at svn.reactos.com Sun Apr 17 21:32:25 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14654: fixed warning and minor portability fix Message-ID: <000601c54384$2ef3c980$6c01a8c0@mike> fixed warning and minor portability fix Updated files: trunk/reactos/apps/utils/net/ftp/fake.c trunk/reactos/apps/utils/net/ftp/ftp.c From weiden at svn.reactos.com Sun Apr 17 21:33:51 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14655: fixed warning and minor portability fix Message-ID: <000601c54384$622f2c90$6c01a8c0@mike> fixed warning and minor portability fix Updated files: trunk/reactos/apps/utils/net/finger/net.c From ekohl at svn.reactos.com Sun Apr 17 21:45:08 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ekohl] 14656: Support out-pointers to structs. Message-ID: <000601c54385$f5a21a40$6c01a8c0@mike> Support out-pointers to structs. Updated files: trunk/reactos/tools/widl/ChangeLog trunk/reactos/tools/widl/server.c From arty at svn.reactos.com Sun Apr 17 21:47:45 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [arty] 14657: Fixed the repeating DHCPOFFER/DHCPACK. I was assuming that the lease timeout Message-ID: <000601c54386$53a8d7a0$6c01a8c0@mike> Fixed the repeating DHCPOFFER/DHCPACK. I was assuming that the lease timeout was relative but it's been adjusted by the time we get here. Thanks to hpoussineau for helping with this bug. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c From ekohl at svn.reactos.com Sun Apr 17 21:56:51 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ekohl] 14658: ADVAPI32.DLL / SERVICES.EXE: Message-ID: <000601c54387$990dedc0$6c01a8c0@mike> ADVAPI32.DLL / SERVICES.EXE: Implement ControlService() RPCRT4.DLL: Disable a bogus buffer overflow check in NdrSimpleStructMarshall. Updated files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/lib/rpcrt4/ndr_marshall.c trunk/reactos/subsys/system/services/rpcserver.c From weiden at svn.reactos.com Sun Apr 17 22:46:37 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14659: fixed warning Message-ID: <000601c5438e$8c6937d0$6c01a8c0@mike> fixed warning Updated files: trunk/reactos/drivers/usb/usbd/usbd.c From ion at svn.reactos.com Mon Apr 18 02:42:34 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14660: Mini-merge from my local changes. Rewrite of Process Creation. Notable improvements: Message-ID: <000601c543af$82d879d0$6c01a8c0@mike> Mini-merge from my local changes. Rewrite of Process Creation. Notable improvements: - Subsystemization of Process Creation code. Memory code done by new Mm functions (not all used yet), Kernel code done by Ke*, etc. - Written to be compatible with the information in "Windows Internals". - Optimized and cleaned up. - ObInsertObject is now called at the end, fixing a plethora of wrong things that were covered with FIXMEs. - PEB is allocated with a Memory Area, and so will TEB soon, which allows 4KB allocation without 64KB gra nularity. - System DLL Mapping/Loading has been changed to be cached at system bootup, resulting in faster code. Also changed Peb to report NT 5.0 NOTE: Messy, more to come soon. The full benefits of this patch won't be realized until the complete changes are in. Updated files: trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/ex/init.c 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/ps.h trunk/reactos/ntoskrnl/include/internal/se.h trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/ntoskrnl/ke/wait.c trunk/reactos/ntoskrnl/ldr/sysdll.c trunk/reactos/ntoskrnl/mm/i386/page.c trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/ob/wait.c trunk/reactos/ntoskrnl/ps/create.c trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/security.c trunk/reactos/ntoskrnl/se/token.c From ion at svn.reactos.com Mon Apr 18 04:11:20 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14661: Forgot this Message-ID: <000601c543bb$e99f3e40$6c01a8c0@mike> Forgot this Added files: trunk/reactos/ntoskrnl/mm/process.c From ion at svn.reactos.com Mon Apr 18 04:12:32 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14662: Remove ps/create.c, it did not fit with the current model of abstraction. Major cleanup of ps/process.c, created ps/notify.c and ps/quota.c. Implemented NtOpenProcess, PsRemoveLoadImageNotifyRoutine, PsGetCurrentProcessSessionId Message-ID: <000601c543bc$145514c0$6c01a8c0@mike> Remove ps/create.c, it did not fit with the current model of abstraction. Major cleanup of ps/process.c, created ps/notify.c and ps/quota.c. Implemented NtOpenProcess, PsRemoveLoadImageNotifyRoutine, PsGetCurrentProcessSessionId Added files: trunk/reactos/ntoskrnl/ps/notify.c trunk/reactos/ntoskrnl/ps/quota.c Updated files: trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/suspend.c trunk/reactos/ntoskrnl/ps/thread.c Deleted files: trunk/reactos/ntoskrnl/ps/create.c From ion at svn.reactos.com Mon Apr 18 06:46:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14663: Implement PsSetLegoNotifyRoutine and PsRemoveCreateThreadNotifyroutine. Clean up ps/thread.c, move things to their own subsystem, do proper TEB Allocation with MmCreateTeb, remove TEB EPROCESS hack fields. Rename PsFrezeAllThreads to KeFreezeAllThreads and implement a working version. Message-ID: <000601c543d1$8951c330$6c01a8c0@mike> Implement PsSetLegoNotifyRoutine and PsRemoveCreateThreadNotifyroutine. Clean up ps/thread.c, move things to their own subsystem, do proper TEB Allocation with MmCreateTeb, remove TEB EPROCESS hack fields. Rename PsFrezeAllThreads to KeFreezeAllThreads and implement a working version. Updated files: trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/mm/process.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/notify.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/thread.c From ion at svn.reactos.com Mon Apr 18 06:55:49 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14664: Fix Process not being deleted Message-ID: <000601c543d2$e3eb9ef0$6c01a8c0@mike> Fix Process not being deleted Updated files: trunk/reactos/ntoskrnl/mm/mm.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/process.c From ion at svn.reactos.com Mon Apr 18 07:12:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14665: Fix incorrect OpenProcess implementation in kernel32 and make it tidier. I'm now seeing a bug with Access rights... Message-ID: <000601c543d5$3caddf10$6c01a8c0@mike> Fix incorrect OpenProcess implementation in kernel32 and make it tidier. I'm now seeing a bug with Access rights... Updated files: trunk/reactos/lib/kernel32/process/proc.c From ion at svn.reactos.com Mon Apr 18 07:25:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14666: Fix Access Bug. cmd.exe and taskmgr work again, but there remains a bug with the process list Message-ID: <000601c543d6$fc5db870$6c01a8c0@mike> Fix Access Bug. cmd.exe and taskmgr work again, but there remains a bug with the process list Updated files: trunk/reactos/ntoskrnl/ke/process.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/process.c From ion at svn.reactos.com Mon Apr 18 07:47:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14667: Implement PsGetVersion. OSR and other sources say that the build number is a mix of high and low word, where the high represents checked or free Message-ID: <000601c543da$1265cc40$6c01a8c0@mike> Implement PsGetVersion. OSR and other sources say that the build number is a mix of high and low word, where the high represents checked or free Updated files: trunk/reactos/ntoskrnl/ps/psmgr.c From gvg at svn.reactos.com Mon Apr 18 15:27:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [gvg] 14668: Roman Hoegg Message-ID: <000601c5441a$57e808b0$6c01a8c0@mike> Roman Hoegg Add support for Swiss German keyboards Added files: trunk/reactos/lib/kbdsg/ trunk/reactos/lib/kbdsg/Jamfile trunk/reactos/lib/kbdsg/kbdsg.c trunk/reactos/lib/kbdsg/kbdsg.def trunk/reactos/lib/kbdsg/kbdsg.rc trunk/reactos/lib/kbdsg/makefile Updated files: trunk/reactos/Makefile trunk/reactos/bootdata/packages/reactos.dff From ion at svn.reactos.com Mon Apr 18 16:13:04 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14669: Forgot this...sorry..it was 3am Message-ID: <000601c54420$bce45510$6c01a8c0@mike> Forgot this...sorry..it was 3am Updated files: trunk/reactos/include/ddk/kefuncs.h trunk/reactos/include/napi/teb.h trunk/reactos/include/ntos/tss.h trunk/reactos/include/ntos/zwtypes.h From ion at svn.reactos.com Mon Apr 18 16:56:53 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14670: Fix win32k Message-ID: <000601c54426$dbc6ebe0$6c01a8c0@mike> Fix win32k Updated files: trunk/reactos/ntoskrnl/include/internal/ps.h From ion at svn.reactos.com Mon Apr 18 17:49:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14671: Use official THREAD_STATE enumeration for thread states Message-ID: <000601c5442e$46c0ec00$6c01a8c0@mike> Use official THREAD_STATE enumeration for thread states Updated files: trunk/reactos/include/ntos/zwtypes.h trunk/reactos/ntoskrnl/dbg/kdb_cli.c trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/kd/gdbstub.c trunk/reactos/ntoskrnl/ke/apc.c trunk/reactos/ntoskrnl/ke/dpc.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/ke/wait.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/process.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/thread.c From ion at svn.reactos.com Mon Apr 18 17:51:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14672: Remove excess debugging Message-ID: <000601c5442e$77f386c0$6c01a8c0@mike> Remove excess debugging Updated files: trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/thread.c From ion at svn.reactos.com Mon Apr 18 18:25:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14673: Fix incorrect replacement Message-ID: <000601c54433$4b22f450$6c01a8c0@mike> Fix incorrect replacement Updated files: trunk/reactos/ntoskrnl/ke/kthread.c From ion at svn.reactos.com Mon Apr 18 19:47:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14674: Fix Process/Thread information structures to match Windows 2000 and have proper structure. Fix bug in ntdll related to OpenProcess Message-ID: <000601c5443e$a0f614b0$6c01a8c0@mike> Fix Process/Thread information structures to match Windows 2000 and have proper structure. Fix bug in ntdll related to OpenProcess Updated files: trunk/reactos/include/epsapi.h trunk/reactos/include/ntos/zwtypes.h trunk/reactos/lib/ntdll/rtl/dbgbuffer.c trunk/reactos/lib/psapi/psapi.c trunk/reactos/w32api/include/ddk/ntapi.h From ion at svn.reactos.com Mon Apr 18 19:48:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14675: Fix Process/Thread information structures to match Windows 2000 and have proper structure. Fix bug in ntdll related to OpenProcess Message-ID: <000601c5443e$c49f6a10$6c01a8c0@mike> Fix Process/Thread information structures to match Windows 2000 and have proper structure. Fix bug in ntdll related to OpenProcess Updated files: trunk/reactos/ntoskrnl/ex/sysinfo.c trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/ps/process.c From ion at svn.reactos.com Mon Apr 18 20:24:07 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14676: Fix remaining System Process information structure issues and fix compilation Message-ID: <000601c54443$cef61ae0$6c01a8c0@mike> Fix remaining System Process information structure issues and fix compilation Updated files: trunk/reactos/apps/utils/ps/ps.c trunk/reactos/lib/epsapi/enum/processes.c trunk/reactos/lib/ws2_32/include/ws2_32.h trunk/reactos/lib/ws2_32/misc/dllmain.c trunk/reactos/subsys/csrss/win32csr/desktopbg.c trunk/reactos/subsys/csrss/win32csr/guiconsole.c trunk/reactos/subsys/csrss/win32csr/tuiconsole.c From mbosma at svn.reactos.com Mon Apr 18 21:22:52 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [mbosma] 14677: PackageManager: added missing package.h Message-ID: <000601c5444c$0435b8c0$6c01a8c0@mike> PackageManager: added missing package.h Added files: trunk/rosapps/packmgr/lib/package.h From weiden at svn.reactos.com Mon Apr 18 21:26:13 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14678: fix uninitialized variable Message-ID: <000601c5444c$7c02d1d0$6c01a8c0@mike> fix uninitialized variable Updated files: trunk/reactos/ntoskrnl/ex/sysinfo.c From mbosma at svn.reactos.com Mon Apr 18 21:41:16 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [mbosma] 14679: PackageManager: TARGET_INSTALLDIR = bin Message-ID: <000601c5444e$95e86360$6c01a8c0@mike> PackageManager: TARGET_INSTALLDIR = bin Updated files: trunk/rosapps/packmgr/cmd-line/makefile trunk/rosapps/packmgr/gui/makefile trunk/rosapps/packmgr/lib/makefile From mbosma at svn.reactos.com Mon Apr 18 21:56:46 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [mbosma] 14680: PackageManager: Changed Makefiles Message-ID: <000601c54450$c07c6f20$6c01a8c0@mike> PackageManager: Changed Makefiles Updated files: trunk/rosapps/Makefile Deleted files: trunk/rosapps/packmgr/makefile From hpoussin at svn.reactos.com Mon Apr 18 22:18:07 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [hpoussin] 14681: Implement IOCTL_VIDEO_QUERY_AVAIL_MODES, IOCTL_VIDEO_QUERY_CURRENT_MODE, IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES Message-ID: <000601c54453$bbc6cef0$6c01a8c0@mike> Implement IOCTL_VIDEO_QUERY_AVAIL_MODES, IOCTL_VIDEO_QUERY_CURRENT_MODE, IOCTL_VIDEO_QUERY_NUM_AVAIL_MODES Add checks to input/output structure sizes Move prototypes to new file vgamp.h Added files: trunk/reactos/drivers/video/miniport/vga/vgamp.h Updated files: trunk/reactos/drivers/video/miniport/vga/vgamp.c From weiden at svn.reactos.com Mon Apr 18 23:03:37 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [weiden] 14682: don't query additional information for the system idle process (which doesn't work anyway) Message-ID: <000601c5445a$16d0b850$6c01a8c0@mike> don't query additional information for the system idle process (which doesn't work anyway) Updated files: trunk/reactos/subsys/system/taskmgr/perfdata.c From ekohl at svn.reactos.com Mon Apr 18 23:34:14 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ekohl] 14683: Disable ControlService() because of a bug in WIDL. Message-ID: <000601c5445e$5e0dbb60$6c01a8c0@mike> Disable ControlService() because of a bug in WIDL. Updated files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/subsys/system/services/rpcserver.c From navaraf at svn.reactos.com Mon Apr 18 23:50:13 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [navaraf] 14684: Don't use pointer to freed memory. Message-ID: <000601c54460$9995d5d0$6c01a8c0@mike> Don't use pointer to freed memory. Updated files: trunk/reactos/tools/widl/ChangeLog trunk/reactos/tools/widl/parser.y trunk/reactos/tools/widl/y.tab.c trunk/reactos/tools/widl/y.tab.h From gvg at svn.reactos.com Tue Apr 19 00:01:02 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [gvg] 14685: Fix copy/paste error Message-ID: <000601c54462$1c4ded40$6c01a8c0@mike> Fix copy/paste error Updated files: trunk/reactos/bootdata/packages/reactos.dff From navaraf at svn.reactos.com Tue Apr 19 00:11:48 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [navaraf] 14686: Reenable ControlService and fix syntax errors in svcctl.idl. Message-ID: <000601c54463$9dc59570$6c01a8c0@mike> Reenable ControlService and fix syntax errors in svcctl.idl. Updated files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/subsys/system/services/rpcserver.c From sedwards at svn.reactos.com Tue Apr 19 06:44:30 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14687: Import Wininet from Wine Message-ID: <000601c5449a$79b67460$6c01a8c0@mike> Import Wininet from Wine Added files: vendor/wine/dlls/wininet/ vendor/wine/dlls/wininet/current/ vendor/wine/dlls/wininet/current/.cvsignore vendor/wine/dlls/wininet/current/Makefile.in vendor/wine/dlls/wininet/current/cookie.c vendor/wine/dlls/wininet/current/dialogs.c vendor/wine/dlls/wininet/current/ftp.c vendor/wine/dlls/wininet/current/gopher.c vendor/wine/dlls/wininet/current/http.c vendor/wine/dlls/wininet/current/internet.c vendor/wine/dlls/wininet/current/internet.h vendor/wine/dlls/wininet/current/netconnection.c vendor/wine/dlls/wininet/current/resource.h vendor/wine/dlls/wininet/current/rsrc.rc vendor/wine/dlls/wininet/current/tests/ vendor/wine/dlls/wininet/current/tests/.cvsignore vendor/wine/dlls/wininet/current/tests/Makefile.in vendor/wine/dlls/wininet/current/tests/generated.c vendor/wine/dlls/wininet/current/tests/http.c vendor/wine/dlls/wininet/current/tests/wininet_test.h vendor/wine/dlls/wininet/current/urlcache.c vendor/wine/dlls/wininet/current/utility.c vendor/wine/dlls/wininet/current/version.rc vendor/wine/dlls/wininet/current/wininet.spec vendor/wine/dlls/wininet/current/wininet_Cs.rc vendor/wine/dlls/wininet/current/wininet_De.rc vendor/wine/dlls/wininet/current/wininet_En.rc vendor/wine/dlls/wininet/current/wininet_Es.rc vendor/wine/dlls/wininet/current/wininet_Fr.rc vendor/wine/dlls/wininet/current/wininet_It.rc vendor/wine/dlls/wininet/current/wininet_Ja.rc vendor/wine/dlls/wininet/current/wininet_Nl.rc vendor/wine/dlls/wininet/current/wininet_Pt.rc vendor/wine/dlls/wininet/current/wininet_Ru.rc vendor/wine/dlls/wininet/current/wininet_Si.rc vendor/wine/dlls/wininet/current/wininet_main.c From sedwards at svn.reactos.com Tue Apr 19 06:46:16 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14688: import wineinet Message-ID: <000601c5449a$b8db7690$6c01a8c0@mike> import wineinet Added files: vendor/wine/dlls/wininet/Wine-20050419-CVS/ From sedwards at svn.reactos.com Tue Apr 19 06:48:52 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14689: imported in to the trunk Message-ID: <000601c5449b$15ab61a0$6c01a8c0@mike> imported in to the trunk Added files: trunk/reactos/lib/wininet/current/ From sedwards at svn.reactos.com Tue Apr 19 06:49:50 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14690: removing wininet for reimport Message-ID: <000601c5449b$3860e120$6c01a8c0@mike> removing wininet for reimport Deleted files: trunk/reactos/lib/wininet/ From sedwards at svn.reactos.com Tue Apr 19 06:50:11 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14691: imported in to the trunk Message-ID: <000601c5449b$44a79460$6c01a8c0@mike> imported in to the trunk Added files: trunk/reactos/lib/wininet/ From sedwards at svn.reactos.com Tue Apr 19 06:57:40 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14692: imported wininet from wine Message-ID: <000601c5449c$507a5ab0$6c01a8c0@mike> imported wininet from wine Updated files: trunk/reactos/lib/wininet/dialogs.c trunk/reactos/lib/wininet/netconnection.c trunk/reactos/lib/wininet/utility.c Deleted files: trunk/reactos/lib/wininet/.cvsignore trunk/reactos/lib/wininet/tests/.cvsignore From sedwards at svn.reactos.com Tue Apr 19 07:00:06 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14693: added wine wininet.h Message-ID: <000601c5449c$a75a5830$6c01a8c0@mike> added wine wininet.h Added files: trunk/reactos/w32api/include/wininet.h.w32 Deleted files: trunk/reactos/w32api/include/wininet.h From sedwards at svn.reactos.com Tue Apr 19 07:01:48 2005 From: sedwards at svn.reactos.com (sedwards@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [sedwards] 14694: done with wininet import Message-ID: <000601c5449c$e48007f0$6c01a8c0@mike> done with wininet import Added files: trunk/reactos/lib/wininet/Makefile.ros-template trunk/reactos/lib/wininet/makefile From ion at svn.reactos.com Tue Apr 19 08:22:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14695: Use MmDeleteKernelStack and remove KeReleaseThread Message-ID: <000601c544a8$2ebfbf80$6c01a8c0@mike> Use MmDeleteKernelStack and remove KeReleaseThread Updated files: trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ps/kill.c From ion at svn.reactos.com Tue Apr 19 08:24:16 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14696: Use MmDeleteKernelStack and remove KeReleaseThread Message-ID: <000601c544a8$697a62b0$6c01a8c0@mike> Use MmDeleteKernelStack and remove KeReleaseThread Updated files: trunk/reactos/ntoskrnl/ps/idle.c trunk/reactos/ntoskrnl/ps/psmgr.c From ion at svn.reactos.com Tue Apr 19 08:26:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [ion] 14697: damn fingers were too fast. sorry, reverting Message-ID: <000601c544a8$a8e23a40$6c01a8c0@mike> damn fingers were too fast. sorry, reverting Updated files: trunk/reactos/ntoskrnl/ps/idle.c trunk/reactos/ntoskrnl/ps/psmgr.c From gvg at svn.reactos.com Tue Apr 19 10:51:18 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:15 2006 Subject: [ros-svn] [gvg] 14698: Make disk partition handling architecture dependent, as not Message-ID: <000601c544bc$f4193400$6c01a8c0@mike> Make disk partition handling architecture dependent, as not all architectures have partitions Added files: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386.h trunk/reactos/boot/freeldr/freeldr/include/fsrec.h Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S trunk/reactos/boot/freeldr/freeldr/arch/i386/boot.S trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/linux.S trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/bootmgr.c trunk/reactos/boot/freeldr/freeldr/disk/partition.c trunk/reactos/boot/freeldr/freeldr/fs/fs.c trunk/reactos/boot/freeldr/freeldr/include/freeldr.h trunk/reactos/boot/freeldr/freeldr/include/fs.h trunk/reactos/boot/freeldr/freeldr/include/machine.h trunk/reactos/boot/freeldr/freeldr/inifile/ini.h trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c trunk/reactos/boot/freeldr/freeldr/linuxboot.c trunk/reactos/boot/freeldr/freeldr/machine.c trunk/reactos/boot/freeldr/freeldr/miscboot.c trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c Deleted files: trunk/reactos/boot/freeldr/freeldr/fs/fsrec.h From gvg at svn.reactos.com Tue Apr 19 12:06:08 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14699: Merge 14301 - 14698 from trunk Message-ID: <000601c544c7$67ff4350$6c01a8c0@mike> Merge 14301 - 14698 from trunk Added files: branches/xen/reactos/boot/freeldr/freeldr/arch/powerpc/ branches/xen/reactos/boot/freeldr/freeldr/include/fsrec.h branches/xen/reactos/boot/freeldr/freeldr/math/powerpc.h Updated files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/arch.S branches/xen/reactos/boot/freeldr/freeldr/arch/i386/boot.S branches/xen/reactos/boot/freeldr/freeldr/arch/i386/i386.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/linux.S branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machpc.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c branches/xen/reactos/boot/freeldr/freeldr/bootmgr.c branches/xen/reactos/boot/freeldr/freeldr/disk/partition.c branches/xen/reactos/boot/freeldr/freeldr/fs/fs.c branches/xen/reactos/boot/freeldr/freeldr/fs/ntfs.c branches/xen/reactos/boot/freeldr/freeldr/include/freeldr.h branches/xen/reactos/boot/freeldr/freeldr/include/fs.h branches/xen/reactos/boot/freeldr/freeldr/include/machine.h branches/xen/reactos/boot/freeldr/freeldr/inifile/ini.h branches/xen/reactos/boot/freeldr/freeldr/inifile/ini_init.c branches/xen/reactos/boot/freeldr/freeldr/linuxboot.c branches/xen/reactos/boot/freeldr/freeldr/machine.c branches/xen/reactos/boot/freeldr/freeldr/math/libgcc2.c branches/xen/reactos/boot/freeldr/freeldr/miscboot.c branches/xen/reactos/boot/freeldr/freeldr/mm/mem.h branches/xen/reactos/boot/freeldr/freeldr/reactos/arcname.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/rtl/print.c branches/xen/reactos/boot/freeldr/freeldr/rtl/stdlib.c Deleted files: branches/xen/reactos/boot/freeldr/freeldr/fs/fsrec.h From weiden at svn.reactos.com Tue Apr 19 12:36:12 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14700: directly redirect MapGenericMask to ntdll Message-ID: <000601c544cb$9b52c570$6c01a8c0@mike> directly redirect MapGenericMask to ntdll Updated files: trunk/reactos/lib/advapi32/advapi32.def trunk/reactos/lib/advapi32/sec/misc.c From weiden at svn.reactos.com Tue Apr 19 12:40:37 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14701: fix typo Message-ID: <000601c544cc$398ee390$6c01a8c0@mike> fix typo Updated files: trunk/reactos/lib/advapi32/advapi32.def From weiden at svn.reactos.com Tue Apr 19 17:06:20 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14702: import wininet.h from wine to solve conflicts with the w32api headers Message-ID: <000601c544f1$57f07270$6c01a8c0@mike> import wininet.h from wine to solve conflicts with the w32api headers Added files: trunk/reactos/include/wine/wininet.h trunk/reactos/w32api/include/wininet.h Deleted files: trunk/reactos/w32api/include/wininet.h.w32 From weiden at svn.reactos.com Tue Apr 19 19:12:04 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14703: - Delete named objects from the namespace when the last handle is closed, unless the object is a permanent object Message-ID: <000601c54502$e897a2b0$6c01a8c0@mike> - Delete named objects from the namespace when the last handle is closed, unless the object is a permanent object - IoCreateDevice should create a permanent object for named devices Updated files: trunk/reactos/ntoskrnl/include/internal/ob.h trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/ob/handle.c trunk/reactos/ntoskrnl/ob/object.c From weiden at svn.reactos.com Tue Apr 19 19:13:35 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14704: use anonymous events for synchronization Message-ID: <000601c54503$1eef60f0$6c01a8c0@mike> use anonymous events for synchronization Updated files: trunk/reactos/subsys/system/taskmgr/applpage.c trunk/reactos/subsys/system/taskmgr/perfpage.c trunk/reactos/subsys/system/taskmgr/procpage.c From chorns at svn.reactos.com Tue Apr 19 22:52:50 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14705: Support 'make livecd' Message-ID: <000601c54521$c02191f0$6c01a8c0@mike> Support 'make livecd' Updated files: branches/xmlbuildsystem/reactos/ReactOS.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/bootstrap.cpp branches/xmlbuildsystem/reactos/tools/rbuild/module.cpp branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.h From weiden at svn.reactos.com Tue Apr 19 23:47:06 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14706: convert the device object to a temporary device before deleting it Message-ID: <000601c54529$5472ea00$6c01a8c0@mike> convert the device object to a temporary device before deleting it Updated files: trunk/reactos/ntoskrnl/io/device.c trunk/reactos/ntoskrnl/ob/ntobj.c From gvg at svn.reactos.com Wed Apr 20 00:33:10 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] =?iso-8859-1?q?=5Bgvg=5D_14707=3A_Herv=E9_Poussineau_?= =?iso-8859-1?q?=3Cpoussine=40freesurf=2Efr=3E?= Message-ID: <000601c5452f$c3d65430$6c01a8c0@mike> Herv? Poussineau Solve quarrel between GDB stub and serenum Updated files: trunk/reactos/ntoskrnl/io/pnpreport.c From weiden at svn.reactos.com Wed Apr 20 00:45:49 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [weiden] 14708: don't access pagable memory at dispatch level in NtQueryDirectoryObject Message-ID: <000601c54531$8888d4f0$6c01a8c0@mike> don't access pagable memory at dispatch level in NtQueryDirectoryObject Updated files: trunk/reactos/ntoskrnl/ob/dirobj.c From gvg at svn.reactos.com Wed Apr 20 09:25:15 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14709: You can ask for e.g. GWL_STYLE for the desktop window, Message-ID: <000601c5457a$18f233e0$6c01a8c0@mike> You can ask for e.g. GWL_STYLE for the desktop window, but GWL_WNDPROC is off-limits for all windows if your process didn't create it Updated files: trunk/reactos/subsys/win32k/ntuser/window.c From ion at svn.reactos.com Wed Apr 20 14:46:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14710: Don't relocate shell32 and gdi32. Changed their base addresses so they fit better Message-ID: <000601c545a6$fff57050$6b01a8c0@PENELOPE> Don't relocate shell32 and gdi32. Changed their base addresses so they fit better Updated files: trunk/reactos/baseaddress.cfg From ion at svn.reactos.com Wed Apr 20 14:52:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14711: Remove bogus error message. It is normal for Mutex creation to fail since the Object will alredy exist after the first time it's created Message-ID: <000601c545a7$c66a08e0$6b01a8c0@PENELOPE> Remove bogus error message. It is normal for Mutex creation to fail since the Object will alredy exist after the first time it's created Updated files: trunk/reactos/lib/rpcrt4/rpcrt4_main.c From mbosma at svn.reactos.com Wed Apr 20 14:52:36 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [mbosma] 14712: PackageManager: Changed download Server back to http://svn.reactos.com Message-ID: <000601c545a7$d3e3e4f0$6b01a8c0@PENELOPE> PackageManager: Changed download Server back to http://svn.reactos.com Updated files: trunk/rosapps/packmgr/lib/download.cpp From gvg at svn.reactos.com Wed Apr 20 15:12:45 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14713: Wine-20050419 vendor drop Message-ID: <000601c545aa$a4688fc0$6b01a8c0@PENELOPE> Wine-20050419 vendor drop Added files: vendor/wine/dlls/comctl32/current/comctl_Sv.rc vendor/wine/dlls/msi/current/database.c vendor/wine/dlls/msi/current/msi_Nl.rc vendor/wine/dlls/ole32/current/dictionary.c vendor/wine/dlls/ole32/current/dictionary.h vendor/wine/dlls/riched20/current/writer.c vendor/wine/dlls/shdocvw/current/Es.rc vendor/wine/dlls/shdocvw/current/Nl.rc Updated files: vendor/wine/dlls/cabinet/current/cabextract.c vendor/wine/dlls/comctl32/current/animate.c vendor/wine/dlls/comctl32/current/comboex.c vendor/wine/dlls/comctl32/current/comctl32undoc.c vendor/wine/dlls/comctl32/current/commctrl.c vendor/wine/dlls/comctl32/current/datetime.c vendor/wine/dlls/comctl32/current/flatsb.c vendor/wine/dlls/comctl32/current/header.c vendor/wine/dlls/comctl32/current/imagelist.c vendor/wine/dlls/comctl32/current/listview.c vendor/wine/dlls/comctl32/current/monthcal.c vendor/wine/dlls/comctl32/current/pager.c vendor/wine/dlls/comctl32/current/propsheet.c vendor/wine/dlls/comctl32/current/rebar.c vendor/wine/dlls/comctl32/current/rsrc.rc vendor/wine/dlls/comctl32/current/syslink.c vendor/wine/dlls/comctl32/current/tab.c vendor/wine/dlls/comctl32/current/toolbar.c vendor/wine/dlls/comctl32/current/tooltips.c vendor/wine/dlls/comctl32/current/treeview.c vendor/wine/dlls/comctl32/current/updown.c vendor/wine/dlls/commdlg/current/colordlg.c vendor/wine/dlls/commdlg/current/colordlg16.c vendor/wine/dlls/commdlg/current/filedlg.c vendor/wine/dlls/commdlg/current/filedlgbrowser.c vendor/wine/dlls/commdlg/current/printdlg.c vendor/wine/dlls/commdlg/current/printdlg16.c vendor/wine/dlls/dinput/current/data_formats.c vendor/wine/dlls/dinput/current/device.c vendor/wine/dlls/dinput/current/dinput_main.c vendor/wine/dlls/dinput/current/dinput_private.h vendor/wine/dlls/dinput/current/joystick_linux.c vendor/wine/dlls/dinput/current/joystick_linuxinput.c vendor/wine/dlls/dinput/current/keyboard.c vendor/wine/dlls/dinput/current/mouse.c vendor/wine/dlls/dsound/current/capture.c vendor/wine/dlls/dsound/current/dsound.c vendor/wine/dlls/dsound/current/dsound_main.c vendor/wine/dlls/dsound/current/dsound_private.h vendor/wine/dlls/dsound/current/mixer.c vendor/wine/dlls/dsound/current/primary.c vendor/wine/dlls/dsound/current/propset.c vendor/wine/dlls/mpr/current/mpr_Es.rc vendor/wine/dlls/mpr/current/wnet.c vendor/wine/dlls/msi/current/Makefile.in vendor/wine/dlls/msi/current/action.c vendor/wine/dlls/msi/current/action.h vendor/wine/dlls/msi/current/appsearch.c vendor/wine/dlls/msi/current/cond.y vendor/wine/dlls/msi/current/custom.c vendor/wine/dlls/msi/current/dialog.c vendor/wine/dlls/msi/current/format.c vendor/wine/dlls/msi/current/msi.c vendor/wine/dlls/msi/current/msi.rc vendor/wine/dlls/msi/current/msi.spec vendor/wine/dlls/msi/current/msi_Es.rc vendor/wine/dlls/msi/current/msipriv.h vendor/wine/dlls/msi/current/msiquery.c vendor/wine/dlls/msi/current/package.c vendor/wine/dlls/msi/current/preview.c vendor/wine/dlls/msi/current/record.c vendor/wine/dlls/msi/current/registry.c vendor/wine/dlls/msi/current/suminfo.c vendor/wine/dlls/msi/current/table.c vendor/wine/dlls/ole32/current/Makefile.in vendor/wine/dlls/ole32/current/antimoniker.c vendor/wine/dlls/ole32/current/bindctx.c vendor/wine/dlls/ole32/current/clipboard.c vendor/wine/dlls/ole32/current/compobj.c vendor/wine/dlls/ole32/current/compobj_private.h vendor/wine/dlls/ole32/current/compositemoniker.c vendor/wine/dlls/ole32/current/datacache.c vendor/wine/dlls/ole32/current/errorinfo.c vendor/wine/dlls/ole32/current/ftmarshal.c vendor/wine/dlls/ole32/current/hglobalstream.c vendor/wine/dlls/ole32/current/ifs.c vendor/wine/dlls/ole32/current/marshal.c vendor/wine/dlls/ole32/current/memlockbytes.c vendor/wine/dlls/ole32/current/memlockbytes16.c vendor/wine/dlls/ole32/current/moniker.c vendor/wine/dlls/ole32/current/ole2.c vendor/wine/dlls/ole32/current/ole2_16.c vendor/wine/dlls/ole32/current/ole2impl.c vendor/wine/dlls/ole32/current/ole32.spec vendor/wine/dlls/ole32/current/oleobj.c vendor/wine/dlls/ole32/current/oleproxy.c vendor/wine/dlls/ole32/current/rpc.c vendor/wine/dlls/ole32/current/stg_bigblockfile.c vendor/wine/dlls/ole32/current/stg_prop.c vendor/wine/dlls/ole32/current/stg_stream.c vendor/wine/dlls/ole32/current/storage32.c vendor/wine/dlls/ole32/current/storage32.h vendor/wine/dlls/ole32/current/stubmanager.c vendor/wine/dlls/oleaut32/current/oleaut.c vendor/wine/dlls/oleaut32/current/oleaut32.spec vendor/wine/dlls/oleaut32/current/olepicture.c vendor/wine/dlls/oleaut32/current/safearray.c vendor/wine/dlls/oleaut32/current/tmarshal.c vendor/wine/dlls/oleaut32/current/typelib.c vendor/wine/dlls/oleaut32/current/typelib.h vendor/wine/dlls/oleaut32/current/variant.c vendor/wine/dlls/oleaut32/current/vartype.c vendor/wine/dlls/oledlg/current/insobjdlg.c vendor/wine/dlls/riched20/current/Makefile.in vendor/wine/dlls/riched20/current/caret.c vendor/wine/dlls/riched20/current/editor.c vendor/wine/dlls/riched20/current/editor.h vendor/wine/dlls/riched20/current/editstr.h vendor/wine/dlls/riched20/current/paint.c vendor/wine/dlls/riched20/current/para.c vendor/wine/dlls/riched20/current/reader.c vendor/wine/dlls/riched20/current/richole.c vendor/wine/dlls/riched20/current/rtf.h vendor/wine/dlls/riched20/current/run.c vendor/wine/dlls/riched20/current/string.c vendor/wine/dlls/riched20/current/style.c vendor/wine/dlls/riched20/current/undo.c vendor/wine/dlls/riched20/current/wrap.c vendor/wine/dlls/rpcrt4/current/ndr_midl.c vendor/wine/dlls/rpcrt4/current/rpc_binding.c vendor/wine/dlls/rpcrt4/current/rpc_message.c vendor/wine/dlls/rpcrt4/current/rpc_server.c vendor/wine/dlls/rpcrt4/current/rpcrt4.spec vendor/wine/dlls/rpcrt4/current/rpcrt4_main.c vendor/wine/dlls/setupapi/current/devinst.c vendor/wine/dlls/setupapi/current/diskspace.c vendor/wine/dlls/setupapi/current/setupcab.c vendor/wine/dlls/setupapi/current/stubs.c vendor/wine/dlls/shdocvw/current/shdocvw.rc vendor/wine/dlls/shell32/current/Makefile.in vendor/wine/dlls/shell32/current/autocomplete.c vendor/wine/dlls/shell32/current/classes.c vendor/wine/dlls/shell32/current/cpanelfolder.c vendor/wine/dlls/shell32/current/dataobject.c vendor/wine/dlls/shell32/current/debughlp.c vendor/wine/dlls/shell32/current/dragdrophelper.c vendor/wine/dlls/shell32/current/enumidlist.c vendor/wine/dlls/shell32/current/folders.c vendor/wine/dlls/shell32/current/iconcache.c vendor/wine/dlls/shell32/current/memorystream.c vendor/wine/dlls/shell32/current/pidl.c vendor/wine/dlls/shell32/current/pidl.h vendor/wine/dlls/shell32/current/regsvr.c vendor/wine/dlls/shell32/current/shell.c vendor/wine/dlls/shell32/current/shell32_main.c vendor/wine/dlls/shell32/current/shell32_main.h vendor/wine/dlls/shell32/current/shellfolder.h vendor/wine/dlls/shell32/current/shelllink.c vendor/wine/dlls/shell32/current/shellole.c vendor/wine/dlls/shell32/current/shellord.c vendor/wine/dlls/shell32/current/shellpath.c vendor/wine/dlls/shell32/current/shfldr_desktop.c vendor/wine/dlls/shell32/current/shfldr_fs.c vendor/wine/dlls/shell32/current/shfldr_mycomp.c vendor/wine/dlls/shell32/current/shfldr_unixfs.c vendor/wine/dlls/shell32/current/shlexec.c vendor/wine/dlls/shell32/current/shlfileop.c vendor/wine/dlls/shell32/current/shlfolder.c vendor/wine/dlls/shell32/current/shlmenu.c vendor/wine/dlls/shell32/current/shlview.c vendor/wine/dlls/shell32/current/shres.rc vendor/wine/dlls/shell32/current/shresdef.h vendor/wine/dlls/shell32/current/shv_bg_cmenu.c vendor/wine/dlls/shell32/current/shv_item_cmenu.c vendor/wine/dlls/shell32/current/systray.c vendor/wine/dlls/shlwapi/current/istream.c vendor/wine/dlls/shlwapi/current/ordinal.c vendor/wine/dlls/shlwapi/current/path.c vendor/wine/dlls/shlwapi/current/reg.c vendor/wine/dlls/shlwapi/current/regstream.c vendor/wine/dlls/shlwapi/current/shlwapi.spec vendor/wine/dlls/shlwapi/current/string.c vendor/wine/dlls/shlwapi/current/url.c vendor/wine/dlls/urlmon/current/urlmon.spec vendor/wine/dlls/urlmon/current/urlmon_main.c vendor/wine/dlls/wininet/current/Makefile.in vendor/wine/dlls/wininet/current/cookie.c vendor/wine/dlls/wininet/current/dialogs.c vendor/wine/dlls/wininet/current/ftp.c vendor/wine/dlls/wininet/current/gopher.c vendor/wine/dlls/wininet/current/http.c vendor/wine/dlls/wininet/current/internet.c vendor/wine/dlls/wininet/current/internet.h vendor/wine/dlls/wininet/current/netconnection.c vendor/wine/dlls/wininet/current/resource.h vendor/wine/dlls/wininet/current/rsrc.rc vendor/wine/dlls/wininet/current/urlcache.c vendor/wine/dlls/wininet/current/utility.c vendor/wine/dlls/wininet/current/version.rc vendor/wine/dlls/wininet/current/wininet.spec vendor/wine/dlls/wininet/current/wininet_Cs.rc vendor/wine/dlls/wininet/current/wininet_De.rc vendor/wine/dlls/wininet/current/wininet_En.rc vendor/wine/dlls/wininet/current/wininet_Es.rc vendor/wine/dlls/wininet/current/wininet_Fr.rc vendor/wine/dlls/wininet/current/wininet_It.rc vendor/wine/dlls/wininet/current/wininet_Ja.rc vendor/wine/dlls/wininet/current/wininet_Nl.rc vendor/wine/dlls/wininet/current/wininet_Pt.rc vendor/wine/dlls/wininet/current/wininet_Ru.rc vendor/wine/dlls/wininet/current/wininet_Si.rc vendor/wine/dlls/wininet/current/wininet_main.c vendor/wine/dlls/winmm/current/driver.c vendor/wine/dlls/winmm/current/lolvldrv.c vendor/wine/dlls/winmm/current/mci.c vendor/wine/dlls/winmm/current/mmio.c vendor/wine/dlls/winmm/current/mmsystem.c vendor/wine/dlls/winmm/current/time.c vendor/wine/dlls/winmm/current/wavemap/wavemap.c vendor/wine/dlls/winmm/current/winemm.h vendor/wine/dlls/winmm/current/winmm.c vendor/wine/dlls/winmm/current/winmm_Es.rc vendor/wine/programs/msiexec/current/msiexec.c vendor/wine/tools/widl/current/client.c vendor/wine/tools/widl/current/parser.l vendor/wine/tools/widl/current/parser.y vendor/wine/tools/widl/current/server.c vendor/wine/tools/widl/current/typelib_struct.h vendor/wine/tools/widl/current/widl.c vendor/wine/tools/widl/current/widl.man vendor/wine/tools/widl/current/widltypes.h vendor/wine/tools/winebuild/current/build.h vendor/wine/tools/winebuild/current/main.c vendor/wine/tools/winebuild/current/relay.c vendor/wine/tools/winebuild/current/res16.c vendor/wine/tools/winebuild/current/res32.c vendor/wine/tools/winebuild/current/spec32.c vendor/wine/tools/winebuild/current/utils.c vendor/wine/tools/wrc/current/newstruc.c vendor/wine/tools/wrc/current/parser.y Deleted files: vendor/wine/dlls/richedit/current/ansi_gen.h vendor/wine/dlls/richedit/current/ansi_sym.h vendor/wine/dlls/richedit/current/reader.c vendor/wine/dlls/richedit/current/riched32.h vendor/wine/dlls/richedit/current/rtf.h vendor/wine/dlls/richedit/current/rtf2text.h vendor/wine/dlls/richedit/current/stdcharnames.h vendor/wine/dlls/richedit/current/text-writer.c vendor/wine/dlls/richedit/current/text_map.h vendor/wine/dlls/wininet/current/.cvsignore vendor/wine/tools/widl/current/proxy.h From chorns at svn.reactos.com Wed Apr 20 17:19:10 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14714: Fix build error Message-ID: <000601c545bc$4d72bb20$6b01a8c0@PENELOPE> Fix build error Updated files: branches/xmlbuildsystem/reactos/drivers/dd/sound/dsp.c branches/xmlbuildsystem/reactos/drivers/dd/sound/mixer.c From hpoussin at svn.reactos.com Wed Apr 20 18:01:22 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [hpoussin] 14715: Don't hardcode "Reactos.xml" name Message-ID: <000601c545c2$327ad590$6b01a8c0@PENELOPE> Don't hardcode "Reactos.xml" name Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.cpp From chorns at svn.reactos.com Wed Apr 20 19:57:29 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14716: Don't link kernel-mode modules to kernel32.dll Message-ID: <000601c545d2$6b24f500$6b01a8c0@PENELOPE> Don't link kernel-mode modules to kernel32.dll Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/drivers/dd/null/null.xml branches/xmlbuildsystem/reactos/drivers/fs/vfat/vfatfs.xml branches/xmlbuildsystem/reactos/drivers/lib/bzip2/bzip2.xml branches/xmlbuildsystem/reactos/drivers/net/afd/afd.xml branches/xmlbuildsystem/reactos/drivers/storage/disk/disk.xml branches/xmlbuildsystem/reactos/subsys/win32k/win32k.xml branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h From royce at svn.reactos.com Wed Apr 20 20:16:34 2005 From: royce at svn.reactos.com (royce@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [royce] 14717: latest version of ArchBlackmann Message-ID: <000601c545d5$15d9c0f0$6b01a8c0@PENELOPE> latest version of ArchBlackmann Added files: trunk/irc/ArchBlackmann/curse.txt trunk/irc/ArchBlackmann/cursecop.txt trunk/irc/ArchBlackmann/func.txt trunk/irc/ArchBlackmann/grovel.txt trunk/irc/ArchBlackmann/irql.txt trunk/irc/ArchBlackmann/nogrovel.txt trunk/irc/ArchBlackmann/status.txt trunk/irc/ArchBlackmann/type.txt Updated files: trunk/irc/ArchBlackmann/ArchBlackmann.cpp trunk/irc/ArchBlackmann/IRCClient.cpp trunk/irc/ArchBlackmann/IRCClient.h trunk/irc/ArchBlackmann/dev.txt trunk/irc/ArchBlackmann/tech.txt From mbosma at svn.reactos.com Wed Apr 20 21:01:31 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [mbosma] 14718: PackageManager: Options.xml Message-ID: <000601c545db$5d33aff0$6b01a8c0@PENELOPE> PackageManager: Options.xml Added files: trunk/rosapps/packmgr/cmd-line/options.xml trunk/rosapps/packmgr/gui/help.txt trunk/rosapps/packmgr/gui/options.xml Updated files: trunk/rosapps/packmgr/gui/main.c trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/functions.cpp trunk/rosapps/packmgr/lib/main.cpp trunk/rosapps/packmgr/lib/makefile trunk/rosapps/packmgr/lib/package.cpp trunk/rosapps/packmgr/lib/package.hpp trunk/rosapps/packmgr/lib/tree.cpp Deleted files: trunk/rosapps/packmgr/help.txt From mbosma at svn.reactos.com Wed Apr 20 21:33:48 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [mbosma] 14719: PackageManager: Corrected default setting Message-ID: <000601c545df$dfcc9f40$6b01a8c0@PENELOPE> PackageManager: Corrected default setting Updated files: trunk/rosapps/packmgr/cmd-line/options.xml trunk/rosapps/packmgr/gui/options.xml From hpoussin at svn.reactos.com Wed Apr 20 21:38:40 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [hpoussin] 14720: Implement IoRegisterDeviceInterface Message-ID: <000601c545e0$8ddd2b40$6b01a8c0@PENELOPE> Implement IoRegisterDeviceInterface Updated files: trunk/reactos/include/ddk/defines.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/deviface.c From gvg at svn.reactos.com Wed Apr 20 21:52:46 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14721: Roman Hoegg Message-ID: <000601c545e2$85e797c0$6b01a8c0@PENELOPE> Roman Hoegg Add configuration stuff for Swiss German keyboard Updated files: trunk/reactos/bootdata/hivesys.inf trunk/reactos/bootdata/txtsetup.sif From chorns at svn.reactos.com Wed Apr 20 22:48:55 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14722: Don't put \ at end of path Message-ID: <000601c545ea$5e69e830$6b01a8c0@PENELOPE> Don't put \ at end of path Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From ekohl at svn.reactos.com Wed Apr 20 22:58:17 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ekohl] 14723: Move RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted and RtlMapGenericMask to the shared runtime library. Message-ID: <000601c545eb$ad10d600$6b01a8c0@PENELOPE> Move RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted and RtlMapGenericMask to the shared runtime library. Added files: trunk/reactos/lib/rtl/access.c Updated files: trunk/reactos/lib/ntdll/makefile trunk/reactos/lib/rtl/makefile trunk/reactos/ntoskrnl/se/access.c Deleted files: trunk/reactos/lib/ntdll/rtl/access.c From gvg at svn.reactos.com Thu Apr 21 00:05:24 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14724: Sync to Wine-20050419: Message-ID: <000601c545f5$0d584580$6b01a8c0@PENELOPE> Sync to Wine-20050419: Peter Berg Larsen - Eliminate a strncpy and remove unused variable. Updated files: trunk/reactos/lib/cabinet/cabextract.c From gvg at svn.reactos.com Thu Apr 21 11:29:05 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14725: - Protect multiboot info from being overwritten Message-ID: <000601c54654$8f9dfc60$6b01a8c0@PENELOPE> - Protect multiboot info from being overwritten - Pass command line to MachInit() funcs Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.h trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c trunk/reactos/boot/freeldr/freeldr/freeldr.c trunk/reactos/boot/freeldr/freeldr/include/machine.h From gvg at svn.reactos.com Thu Apr 21 11:33:23 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14726: Merge 14698:14725 from trunk Message-ID: <000601c54655$29dcd530$6b01a8c0@PENELOPE> Merge 14698:14725 from trunk Updated files: branches/xen/reactos/boot/freeldr/freeldr/arch/i386/arch.S branches/xen/reactos/boot/freeldr/freeldr/arch/i386/archmach.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machpc.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machpc.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.c branches/xen/reactos/boot/freeldr/freeldr/arch/i386/machxen.h branches/xen/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c branches/xen/reactos/boot/freeldr/freeldr/freeldr.c branches/xen/reactos/boot/freeldr/freeldr/include/machine.h From chorns at svn.reactos.com Thu Apr 21 11:38:46 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14727: Autodetect compiler Message-ID: <000601c54655$ea083ca0$6b01a8c0@PENELOPE> Autodetect compiler Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h From chorns at svn.reactos.com Thu Apr 21 11:52:11 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14728: Document ROS_PREFIX environment variable Message-ID: <000601c54657$ca497d00$6b01a8c0@PENELOPE> Document ROS_PREFIX environment variable Updated files: branches/xmlbuildsystem/reactos/Makefile From chorns at svn.reactos.com Thu Apr 21 14:54:19 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14729: Clean-as-you-go mode to remove generated files as soon as possible to minimize disk space requirements Message-ID: <000601c54671$3b8296f0$6b01a8c0@PENELOPE> Clean-as-you-go mode to remove generated files as soon as possible to minimize disk space requirements Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/backend.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/backend.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/devcpp/devcpp.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/devcpp/devcpp.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.h branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/rbuild/rbuild.cpp From fireball at svn.reactos.com Thu Apr 21 14:58:24 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [fireball] 14730: Added xbox video driver information (by GvG), I hope it doesn't interfere anyone, and there will be no need to patch registry everytime to boot under xbox. Message-ID: <000601c54671$cd8d1070$6b01a8c0@PENELOPE> Added xbox video driver information (by GvG), I hope it doesn't interfere anyone, and there will be no need to patch registry everytime to boot under xbox. Updated files: trunk/reactos/bootdata/hivesys.inf From chorns at svn.reactos.com Thu Apr 21 15:05:56 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14731: Use ROS_INTERMEDIATE and ROS_OUTPUT environment variables Message-ID: <000601c54672$db15c420$6b01a8c0@PENELOPE> Use ROS_INTERMEDIATE and ROS_OUTPUT environment variables Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp From fireball at svn.reactos.com Thu Apr 21 16:49:19 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [fireball] 14732: EnumSystemLocalesW() implementation. Certainly not full (doesn't support INSTALLED/SUPPORTED/etc flags) - but at least it does what is needed - enumerate locales. Message-ID: <000601c54681$4c3d79f0$6b01a8c0@PENELOPE> EnumSystemLocalesW() implementation. Certainly not full (doesn't support INSTALLED/SUPPORTED/etc flags) - but at least it does what is needed - enumerate locales. Other stuff is coming soon so intl.cpl could work. Updated files: trunk/reactos/lib/kernel32/misc/lang.c From chorns at svn.reactos.com Thu Apr 21 18:18:31 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14733: Generate temporary files at the root of the directory Message-ID: <000601c5468d$c2836050$6b01a8c0@PENELOPE> Generate temporary files at the root of the directory Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From mbosma at svn.reactos.com Thu Apr 21 18:28:54 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [mbosma] 14734: PackageManager: Uploaded forgotten File Message-ID: <000601c5468f$35e7f9b0$6b01a8c0@PENELOPE> PackageManager: Uploaded forgotten File Added files: trunk/rosapps/packmgr/lib/options.cpp From gvg at svn.reactos.com Thu Apr 21 23:01:11 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [gvg] 14735: Sync to Wine-20050419: Message-ID: <000601c546b5$3f11e750$6b01a8c0@PENELOPE> Sync to Wine-20050419: Robert Shearman - Fix TB_GETBUTTONSIZE to return the correct width/height for no buttons. - Use ES_AUTOHSCROLL for edit box. - Fix size passed to SPI_NONCLIENTMETRICS. - iSelectedImage is allowed to be 0. - Use SetWindowPos to move the buddy window into position instead of destroying it and recreating it at the new position. - Clear the background in WM_VSCROLL to avoid problems with antialiased text drawing on top of itself multiple times. Dimitrie O. Paun - Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}(). - Fix a memory leak in toolbar. Avoid casts. - Complete unicodification of the toolbar common control. - Move a header comment for consistency with the other controls. - Very small alignment fixes. - Add support for LVN_ODSTATECHANGED. - Minor typo fixes. - Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are supposed to use to draw into. - Complete unicodification of the propsheet common control. - Complete unicodification of the flatsb common control. - Pull the WM_TIMER handling into its own function. - ANIMATE_DrawFrame shouldn't worry about locking, the lock should be held by the caller. - Delete the critical section when freeing up the infoPtr. - Audit the control against Comctl32.dll version 6.0. - Proper handling of GWL_STYLE. - Implement WM_CLOSE. Fix WM_SIZE implementation. - Small cleanups. - Cleanup and simplify the painting code. - Fix a potential bug along the way. - Unicodification and typesafe interfaces. - Complete unicodification. - Complete unicodification of the rebar common control. - Add Robert Shearman's explanation about WM_NCPAINT. - Move testing comments in a more appropriate place. - Proper handling for GWL_STYLE. - Store and use hwndSelf in the PAGER_INFO. - Pass the infoPtr around instead of hwnd. - Use proper types in the function signatures. - Fix a few return statements. - MonthCal unicodification. - Tab unicodification. - Keep track of WS_DISABLED explicitely, as it doesn't generate a WM_STYLECHANGED message. - Minor cleanups. - Complete unicodification of the tooltips common control. - Complete the unicodification of comctl32undoc. - Complete unicodification of the header common control. - Complete unicodification of the treeview common control. - Audit the code against Comctl32.dll version 6.0. - Handle notification and styles as in the other controls. - Maintain the const for strings throughout parsing. Francois Gouget - Assorted spelling fixes. Jakob Eriksson - Get rid of HeapAlloc casts. - Eliminate HeapAlloc casts. Alexandre Julliard - Revert changes to the painting code, the WM_CTLCOLORSTATIC message should not be sent from the animation thread. Duane Clark - Misc rectangle fixes. - The date should be initialized from local time. - Monday is day number '1'. - Set day of week when a day is selected in the calender. - Use fixed width fields in datetime. - DTS_TIMEFORMAT is a two bit field, so test accordingly. - Reposition and resize the updown control when the datetime control is resized. - Respond to updown inputs. - The datetime should be initialized with local time. - Add support for direct keyboard input to numeric fields. - Hour '0' corresponds to 12AM. Vitaliy Margolen - Draw only visible tabs. - Don't redraw if no information has changed. - Fixed endless redraw loop if app using callback for images and/or text. - Keep color changes made by app for the current draw cycle. - Send notifies after invalidating changed areas. - Don't use custom draw returned colors for control. C. Scott Ananian - UPDOWN_GetBuddyInt should not fail when the control is empty. Peter Berg Larsen - Replace strncpy with memcpy or lstrcpyn. Huw Davies - The depth of the colour bitmap needs to match that of the screen. Jason Edmeades - Make the treeview correctly search when the top index is selected. Evan Deaubl - TREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work if the newSelect parameter is NULL. Eric Pouech - Removed excessive statement (break after return or goto, not useful break, not needed vars...) Updated files: trunk/reactos/include/wine/commctrl.h trunk/reactos/lib/comctl32/animate.c trunk/reactos/lib/comctl32/comboex.c trunk/reactos/lib/comctl32/comctl32undoc.c trunk/reactos/lib/comctl32/comctl_Sv.rc trunk/reactos/lib/comctl32/commctrl.c trunk/reactos/lib/comctl32/datetime.c trunk/reactos/lib/comctl32/flatsb.c trunk/reactos/lib/comctl32/header.c trunk/reactos/lib/comctl32/imagelist.c trunk/reactos/lib/comctl32/listview.c trunk/reactos/lib/comctl32/monthcal.c trunk/reactos/lib/comctl32/pager.c trunk/reactos/lib/comctl32/propsheet.c trunk/reactos/lib/comctl32/rebar.c trunk/reactos/lib/comctl32/syslink.c trunk/reactos/lib/comctl32/tab.c trunk/reactos/lib/comctl32/toolbar.c trunk/reactos/lib/comctl32/tooltips.c trunk/reactos/lib/comctl32/treeview.c trunk/reactos/lib/comctl32/updown.c trunk/reactos/w32api/include/commctrl.h From gerard.gatineau at laposte.net Fri Apr 22 08:25:45 2005 From: gerard.gatineau at laposte.net (Gge) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [fireball] 14730: Added xbox video driver information (by GvG), I hope it doesn't interfere anyone, and there will be no need to patch registry everytime to boot under xbox. In-Reply-To: <000601c54671$cd8d1070$6b01a8c0@PENELOPE> References: <000601c54671$cd8d1070$6b01a8c0@PENELOPE> Message-ID: <426898E9.9000009@laposte.net> fireball@svn.reactos.com wrote: > Added xbox video driver information (by GvG), I hope it doesn't interfere anyone, and there will be no need to patch registry everytime to boot under xbox. > > > Updated files: > trunk/reactos/bootdata/hivesys.inf > Is it possible to add also the nic realtek8139 and nvidia display driver informations as well for the same need ? Regards Gerard From chorns at svn.reactos.com Fri Apr 22 11:19:21 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14736: Clean object files for static libraries Message-ID: <000601c5471c$5e083620$6b01a8c0@PENELOPE> Clean object files for static libraries Added files: branches/xmlbuildsystem/reactos/tools/rsym.mak Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h branches/xmlbuildsystem/reactos/tools/tools.mak From arty at svn.reactos.com Fri Apr 22 11:45:21 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [arty] 14737: tcpmisc.h: Message-ID: <000601c54720$00168a90$6b01a8c0@PENELOPE> tcpmisc.h: - Correct wrongly sized struct IPAddrEntry. dhcp: dhclient.c and dispatch.c - remove lots of #if 0 - remove instances of script_go and associated stuff - write stub check_arp pending ARP api functions being implemented - introduced S_STATIC state for adapters dhcp: api.c: - Do add_protocol and send_discover when telling an adapter to lease. - Do remove_protocol when we make an adapter static. dhcp: adapter.c: - Add infrastructure for finding the adapter key in the registry - Check for IP address settings and apply as static if set, otherwise dynamic tcpip: *info and lan: - Set info types to DEBUG_INFO and DEBUG_DATALINK everywhere tcpip: lan: - Remove kernel IP configuration. bootdata: - Added dhcp service and make it start. - Removed static IP address settings from the default configuration - Removed old JS bootcode Updated files: trunk/reactos/bootdata/hivesft.inf trunk/reactos/bootdata/hivesys.inf trunk/reactos/bootdata/packages/reactos.dff trunk/reactos/drivers/lib/ip/network/loopback.c trunk/reactos/drivers/net/tcpip/datalink/lan.c trunk/reactos/drivers/net/tcpip/include/debug.h trunk/reactos/drivers/net/tcpip/tcpip/iinfo.c trunk/reactos/drivers/net/tcpip/tcpip/info.c trunk/reactos/drivers/net/tcpip/tcpip/ninfo.c trunk/reactos/subsys/system/dhcp/Makefile trunk/reactos/subsys/system/dhcp/adapter.c trunk/reactos/subsys/system/dhcp/api.c trunk/reactos/subsys/system/dhcp/dhclient.c trunk/reactos/subsys/system/dhcp/dispatch.c trunk/reactos/subsys/system/dhcp/include/dhcpd.h trunk/reactos/subsys/system/dhcp/include/rosdhcp.h From chorns at svn.reactos.com Fri Apr 22 12:12:39 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [chorns] 14738: * Remove empty line Message-ID: <000601c54723$d06bf290$6b01a8c0@PENELOPE> * Remove empty line * Rearrange some dependencies Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From ion at svn.reactos.com Fri Apr 22 14:42:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14739: Put back GUI Shell Message-ID: <000601c54738$c3dc9100$6b01a8c0@PENELOPE> Put back GUI Shell Updated files: trunk/reactos/bootdata/hivesft.inf From ion at svn.reactos.com Fri Apr 22 14:43:18 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14740: Switch to NT5 Message-ID: <000601c54738$dc3022d0$6b01a8c0@PENELOPE> Switch to NT5 Updated files: trunk/reactos/bootdata/hivesft.inf From arty at svn.reactos.com Fri Apr 22 14:46:29 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [arty] 14741: Removed a useless temporary from router setting. Message-ID: <000601c54739$4df2e880$6b01a8c0@PENELOPE> Removed a useless temporary from router setting. Use option 6, DHO_DOMAIN_NAME_SERVERS to get name servers from dhcp server. Fix wrong variable in nameserver setting. Router and Nameserver now correctly acquired from DHCP. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c From ion at svn.reactos.com Fri Apr 22 14:52:30 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14742: Thread Creation and Context Switching re-write, plus Idle/First Thread minimization attempt. Full changelog on ML, too large to post here Message-ID: <000601c5473a$24c235f0$6b01a8c0@PENELOPE> Thread Creation and Context Switching re-write, plus Idle/First Thread minimization attempt. Full changelog on ML, too large to post here Added files: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S Updated files: trunk/reactos/ntoskrnl/Makefile.i386 trunk/reactos/ntoskrnl/include/internal/arch/ps.h trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/include/internal/i386/ps.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/mm.h trunk/reactos/ntoskrnl/include/internal/ps.h trunk/reactos/ntoskrnl/kd/gdbstub.c trunk/reactos/ntoskrnl/kd/kdebug.c trunk/reactos/ntoskrnl/ke/i386/bios.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/gdt.c trunk/reactos/ntoskrnl/ke/i386/idt.c trunk/reactos/ntoskrnl/ke/i386/kernel.c trunk/reactos/ntoskrnl/ke/i386/ldt.c trunk/reactos/ntoskrnl/ke/i386/thread.c trunk/reactos/ntoskrnl/ke/i386/v86m.c trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ke/main.c trunk/reactos/ntoskrnl/ps/debug.c trunk/reactos/ntoskrnl/ps/idle.c trunk/reactos/ntoskrnl/ps/kill.c trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/thread.c Deleted files: trunk/reactos/ntoskrnl/ke/i386/bthread.S trunk/reactos/ntoskrnl/ke/i386/tskswitch.S From ion at svn.reactos.com Fri Apr 22 15:17:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [ion] 14743: Fix win32k building Message-ID: <000601c5473d$a72b0a00$6b01a8c0@PENELOPE> Fix win32k building Updated files: trunk/reactos/ntoskrnl/include/internal/mm.h From navaraf at svn.reactos.com Fri Apr 22 15:54:11 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:16 2006 Subject: [ros-svn] [navaraf] 14744: Denzil Message-ID: <000601c54742$c2fa62d0$6b01a8c0@PENELOPE> Denzil Czech translation of Calc, SndVol32, WineFile and Autorun applications. Added files: trunk/reactos/subsys/system/calc/Cz.rc trunk/reactos/subsys/system/reactos/Cz.rc trunk/reactos/subsys/system/sndvol32/Cz.rc trunk/reactos/subsys/system/winefile/cz.rc Updated files: trunk/reactos/subsys/system/calc/rsrc.rc trunk/reactos/subsys/system/reactos/reactos.rc trunk/reactos/subsys/system/sndvol32/sndvol32.rc trunk/reactos/subsys/system/winefile/winefile.rc From navaraf at svn.reactos.com Fri Apr 22 16:58:24 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [navaraf] 14745: Fix a typo. Spotted by Potapnik. Message-ID: <000601c5474b$bb904240$6b01a8c0@PENELOPE> Fix a typo. Spotted by Potapnik. Updated files: trunk/reactos/subsys/system/reactos/Cz.rc From chorns at svn.reactos.com Fri Apr 22 17:03:30 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14746: Correct install name Message-ID: <000601c5474c$71bfa9c0$6b01a8c0@PENELOPE> Correct install name Updated files: branches/xmlbuildsystem/reactos/drivers/storage/disk/disk.xml From chorns at svn.reactos.com Fri Apr 22 17:07:01 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14747: * Use freeldr.sys for livecd Message-ID: <000601c5474c$ef816b50$6b01a8c0@PENELOPE> * Use freeldr.sys for livecd * Install registry hives in the right place on the livecd Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp From navaraf at svn.reactos.com Fri Apr 22 17:26:16 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [navaraf] 14748: Fix one more typo...Spotted by gasmann. Message-ID: <000601c5474f$a069e490$6b01a8c0@PENELOPE> Fix one more typo...Spotted by gasmann. Updated files: trunk/reactos/subsys/system/reactos/Cz.rc From hpoussin at svn.reactos.com Fri Apr 22 21:57:05 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hpoussin] 14749: Add Green driver, that emulates a VT100 compatible server. Message-ID: <000601c54775$75380b00$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. Added files: trunk/reactos/drivers/dd/green/ trunk/reactos/drivers/dd/green/createclose.c trunk/reactos/drivers/dd/green/dispatch.c trunk/reactos/drivers/dd/green/green.c trunk/reactos/drivers/dd/green/green.h trunk/reactos/drivers/dd/green/green.rc trunk/reactos/drivers/dd/green/keyboard.c trunk/reactos/drivers/dd/green/makefile trunk/reactos/drivers/dd/green/misc.c trunk/reactos/drivers/dd/green/pnp.c trunk/reactos/drivers/dd/green/screen.c From ekohl at svn.reactos.com Sat Apr 23 02:01:40 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ekohl] 14750: advapi32.dll: Implement QueryServiceStatus. Message-ID: <000601c54797$a0418750$6b01a8c0@PENELOPE> advapi32.dll: Implement QueryServiceStatus. services.exe: Implement OpenSCManagerA, OpenServiceA, OpenServiceW and QueryServiceStatus. Updated files: trunk/reactos/include/idl/svcctl.idl trunk/reactos/lib/advapi32/service/scm.c trunk/reactos/subsys/system/services/database.c trunk/reactos/subsys/system/services/rpcserver.c trunk/reactos/subsys/system/services/services.h From arty at svn.reactos.com Sat Apr 23 02:40:47 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14751: Don't try to discover if we didn't find any interfaces we like. When we get Message-ID: <000601c5479d$16f41660$6b01a8c0@PENELOPE> Don't try to discover if we didn't find any interfaces we like. When we get PnP, we'll need to do discover when the first interface appears. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c From arty at svn.reactos.com Sat Apr 23 06:10:08 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14752: Finally creating the PowerPC branch. Time to get some local edits out of here. Message-ID: <000601c547ba$56380c10$6b01a8c0@PENELOPE> Finally creating the PowerPC branch. Time to get some local edits out of here. Added files: branches/powerpc/ From arty at svn.reactos.com Sat Apr 23 06:11:58 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14753: Misnamed this branch. Should be branches/powerpc/reactos. Message-ID: <000601c547ba$97d70ef0$6b01a8c0@PENELOPE> Misnamed this branch. Should be branches/powerpc/reactos. Deleted files: branches/powerpc/ From ion at svn.reactos.com Sat Apr 23 06:12:28 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14754: Add KDBG debugging hack from old code and convert it to fit new one. Not enabled yet because it underflows the stack after a while (researching why). Also complete KeContextToTrapFrame and have Ke386InitThreadWithContext call it to handle creating the Initial Trap Frame Message-ID: <000601c547ba$a9ce35c0$6b01a8c0@PENELOPE> Add KDBG debugging hack from old code and convert it to fit new one. Not enabled yet because it underflows the stack after a while (researching why). Also complete KeContextToTrapFrame and have Ke386InitThreadWithContext call it to handle creating the Initial Trap Frame Updated files: trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/thread.c From arty at svn.reactos.com Sat Apr 23 06:12:51 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14755: Branching PowerPC branch from the right place. Message-ID: <000601c547ba$b74356e0$6b01a8c0@PENELOPE> Branching PowerPC branch from the right place. Added files: branches/powerpc/ From ion at svn.reactos.com Sat Apr 23 06:19:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14756: Terminate System Thread after execution...forgot to add this for some reason.Thanks to WaxDragon for reporting it Message-ID: <000601c547bb$a94decc0$6b01a8c0@PENELOPE> Terminate System Thread after execution...forgot to add this for some reason.Thanks to WaxDragon for reporting it Updated files: trunk/reactos/ntoskrnl/ps/thread.c From arty at svn.reactos.com Sat Apr 23 06:31:14 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14757: Simple jmpbuf for powerpc. Message-ID: <000601c547bd$488fecb0$6b01a8c0@PENELOPE> Simple jmpbuf for powerpc. Added files: branches/powerpc/reactos/include/wine/ppc_jmpbuf.h From ion at svn.reactos.com Sat Apr 23 07:00:15 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14758: Implement KiServiceExit2 which restores debug registers and exits with IRET, used during user-mode return without a syscall Message-ID: <000601c547c1$56bec410$6b01a8c0@PENELOPE> Implement KiServiceExit2 which restores debug registers and exits with IRET, used during user-mode return without a syscall Updated files: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S trunk/reactos/ntoskrnl/ke/i386/syscall.S From arty at svn.reactos.com Sat Apr 23 07:43:37 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [arty] 14759: Fixes a problem reported by WaxDragon when acquiring the nameserver address Message-ID: <000601c547c7$655c29d0$6b01a8c0@PENELOPE> Fixes a problem reported by WaxDragon when acquiring the nameserver address from DHCP. This needs to be rechecked but seems harmless. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c From ion at svn.reactos.com Sat Apr 23 08:41:29 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14760: Small Debugging Services re-arrangement. /dbgk created for User-Mode debugging and Native Debug Objects (implemented an experimental NtCreateDebugObject. Untested and doesn't work since the DbgkObjectType isn't created yet. Added dbgk.h with the basic structures for now. Removed /dbg and split up code in ex/debug.c for executive and rtl/debug.c for RunTime Library Debug calls. Kdbg now dedicated in /kdbg. Message-ID: <000601c547cf$7af1da80$6b01a8c0@PENELOPE> Small Debugging Services re-arrangement. /dbgk created for User-Mode debugging and Native Debug Objects (implemented an experimental NtCreateDebugObject. Untested and doesn't work since the DbgkObjectType isn't created yet. Added dbgk.h with the basic structures for now. Removed /dbg and split up code in ex/debug.c for executive and rtl/debug.c for RunTime Library Debug calls. Kdbg now dedicated in /kdbg. Added files: trunk/reactos/ntoskrnl/kdbg/ Updated files: trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/Makefile.i386 trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/include/internal/dbg.h trunk/reactos/ntoskrnl/include/internal/debug.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/kd/kdebug.c trunk/reactos/ntoskrnl/kd/mda.c trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/kdbg/kdb_expr.c trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/irq.c trunk/reactos/ntoskrnl/lpc/send.c Deleted files: trunk/reactos/ntoskrnl/dbg/ From ion at svn.reactos.com Sat Apr 23 08:43:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14761: Bug in previous commit...these should've been deleted Message-ID: <000601c547cf$c98535c0$6b01a8c0@PENELOPE> Bug in previous commit...these should've been deleted Deleted files: trunk/reactos/ntoskrnl/kdbg/dbgctrl.c trunk/reactos/ntoskrnl/kdbg/errinfo.c trunk/reactos/ntoskrnl/kdbg/print.c trunk/reactos/ntoskrnl/kdbg/rdebug.c trunk/reactos/ntoskrnl/kdbg/user.c From ion at svn.reactos.com Sat Apr 23 08:45:58 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14762: And these should've been added... Message-ID: <000601c547d0$1b244a60$6b01a8c0@PENELOPE> And these should've been added... Added files: trunk/reactos/ntoskrnl/dbgk/ trunk/reactos/ntoskrnl/dbgk/dbgkutil.c trunk/reactos/ntoskrnl/dbgk/debug.c trunk/reactos/ntoskrnl/ex/dbgctrl.c trunk/reactos/ntoskrnl/include/internal/dbgk.h trunk/reactos/ntoskrnl/include/internal/kdb.h trunk/reactos/ntoskrnl/rtl/debug.c From hbirr at svn.reactos.com Sat Apr 23 12:11:39 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14763: Remove the thread from the list when terminating. Message-ID: <000601c547ec$d73fbe20$6b01a8c0@PENELOPE> Remove the thread from the list when terminating. Updated files: trunk/reactos/ntoskrnl/ke/kthread.c From hbirr at svn.reactos.com Sat Apr 23 12:14:32 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14764: Do not remove an entry from the parent for twice. Message-ID: <000601c547ed$3de646d0$6b01a8c0@PENELOPE> Do not remove an entry from the parent for twice. Updated files: trunk/reactos/ntoskrnl/ob/namespc.c From gvg at svn.reactos.com Sat Apr 23 12:15:54 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [gvg] 14765: Revert freeldr back to revision 14697 Message-ID: <000601c547ed$6ebf4fe0$6b01a8c0@PENELOPE> Revert freeldr back to revision 14697 Added files: trunk/reactos/boot/freeldr/freeldr/fs/fsrec.h Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c trunk/reactos/boot/freeldr/freeldr/arch/i386/boot.S trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/linux.S trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.h trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c trunk/reactos/boot/freeldr/freeldr/bootmgr.c trunk/reactos/boot/freeldr/freeldr/disk/partition.c trunk/reactos/boot/freeldr/freeldr/freeldr.c trunk/reactos/boot/freeldr/freeldr/fs/fs.c trunk/reactos/boot/freeldr/freeldr/include/freeldr.h trunk/reactos/boot/freeldr/freeldr/include/fs.h trunk/reactos/boot/freeldr/freeldr/include/machine.h trunk/reactos/boot/freeldr/freeldr/inifile/ini.h trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c trunk/reactos/boot/freeldr/freeldr/linuxboot.c trunk/reactos/boot/freeldr/freeldr/machine.c trunk/reactos/boot/freeldr/freeldr/miscboot.c trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c Deleted files: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386.h trunk/reactos/boot/freeldr/freeldr/include/fsrec.h From hbirr at svn.reactos.com Sat Apr 23 12:16:20 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14766: Removed a wrong additional reference in IoCreateDevice. Message-ID: <000601c547ed$7e5b2190$6b01a8c0@PENELOPE> Removed a wrong additional reference in IoCreateDevice. Updated files: trunk/reactos/ntoskrnl/io/device.c From hbirr at svn.reactos.com Sat Apr 23 12:18:46 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14767: - Initialized the process create time. Message-ID: <000601c547ed$d53d41f0$6b01a8c0@PENELOPE> - Initialized the process create time. - Fixed some minor bugs. Updated files: trunk/reactos/ntoskrnl/ps/process.c From hbirr at svn.reactos.com Sat Apr 23 14:44:44 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14768: Fixed the smp build. Message-ID: <000601c54802$39ed13a0$6b01a8c0@PENELOPE> Fixed the smp build. Updated files: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S From greatlrd at svn.reactos.com Sat Apr 23 15:36:08 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14769: 2005-04-07 For swedish translations in explorer Message-ID: <000601c54809$6818abc0$6b01a8c0@PENELOPE> 2005-04-07 For swedish translations in explorer * David Nordenberg: Fixed & on two idetical letters and switched to codepage 1252 Updated files: trunk/reactos/subsys/system/explorer/explorer_intres.rc From greatlrd at svn.reactos.com Sat Apr 23 15:39:56 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14770: David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt Message-ID: <000601c54809$ef8518f0$6b01a8c0@PENELOPE> David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt Added files: trunk/reactos/subsys/system/winefile/Sv.rc Updated files: trunk/reactos/subsys/system/winefile/winefile.rc From greatlrd at svn.reactos.com Sat Apr 23 15:42:17 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14771: reverit swedish translation Message-ID: <000601c5480a$43fdb360$6b01a8c0@PENELOPE> reverit swedish translation Updated files: trunk/reactos/subsys/system/winefile/winefile.rc From greatlrd at svn.reactos.com Sat Apr 23 16:01:45 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14772: Fix a bug in sv.rc so it can compile Message-ID: <000601c5480c$fc277960$6b01a8c0@PENELOPE> Fix a bug in sv.rc so it can compile and it is working now in ros Updated files: trunk/reactos/subsys/system/winefile/Sv.rc trunk/reactos/subsys/system/winefile/winefile.rc From greatlrd at svn.reactos.com Sat Apr 23 16:09:46 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14773: forget use lates winfile.rc Message-ID: <000601c5480e$1abb4630$6b01a8c0@PENELOPE> forget use lates winfile.rc Updated files: trunk/reactos/subsys/system/winefile/winefile.rc From greatlrd at svn.reactos.com Sat Apr 23 16:14:18 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14774: Swedish translation by Kris Engeman Message-ID: <000601c5480e$bcccd650$6b01a8c0@PENELOPE> Swedish translation by Kris Engeman irc : nick "Wacko" Added files: trunk/reactos/lib/cpl/ncpa/sv.rc Updated files: trunk/reactos/lib/cpl/ncpa/ncpa.rc From greatlrd at svn.reactos.com Sat Apr 23 16:16:50 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [greatlrd] 14775: Swedish translation Message-ID: <000601c5480f$175f2d70$6b01a8c0@PENELOPE> Swedish translation Andreas Bjerkeholt (harteex@gmail.com) Added files: trunk/reactos/lib/cpl/intl/Sv.rc Updated files: trunk/reactos/lib/cpl/intl/intl.rc From hbirr at svn.reactos.com Sat Apr 23 18:09:09 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [hbirr] 14776: Fixed restoring of registers. Message-ID: <000601c5481e$c801d830$6b01a8c0@PENELOPE> Fixed restoring of registers. Updated files: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S From ion at svn.reactos.com Sat Apr 23 18:17:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14777: Move removing process from active list to PspDeleteProcess instead of PspExitProcess. This way we don't have to do it manually after ObInsertObject failure in PspCreateProces. Also, set the Process Query Time at the end of Process Creation, since the process doesn't really exist before then. Thanks to Hartmut for finding the bus. Message-ID: <000601c5481f$e19c9a90$6b01a8c0@PENELOPE> Move removing process from active list to PspDeleteProcess instead of PspExitProcess. This way we don't have to do it manually after ObInsertObject failure in PspCreateProces. Also, set the Process Query Time at the end of Process Creation, since the process doesn't really exist before then. Thanks to Hartmut for finding the bus. Updated files: trunk/reactos/ntoskrnl/ps/process.c From ion at svn.reactos.com Sat Apr 23 18:17:29 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14778: Move removing process from active list to PspDeleteProcess instead of PspExitProcess. This way we don't have to do it manually after ObInsertObject failure in PspCreateProces. Also, set the Process Query Time at the end of Process Creation, since the process doesn't really exist before then. Thanks to Hartmut for finding the bugs. Message-ID: <000601c5481f$f2030f40$6b01a8c0@PENELOPE> Move removing process from active list to PspDeleteProcess instead of PspExitProcess. This way we don't have to do it manually after ObInsertObject failure in PspCreateProces. Also, set the Process Query Time at the end of Process Creation, since the process doesn't really exist before then. Thanks to Hartmut for finding the bugs. Updated files: trunk/reactos/ntoskrnl/ps/kill.c From ion at svn.reactos.com Sat Apr 23 18:23:59 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14779: Add more detailed comment about ThreadListEntry so people don't get confused liek I did Message-ID: <000601c54820$da950600$6b01a8c0@PENELOPE> Add more detailed comment about ThreadListEntry so people don't get confused liek I did Updated files: trunk/reactos/ntoskrnl/ke/kthread.c trunk/reactos/ntoskrnl/ps/thread.c From chorns at svn.reactos.com Sat Apr 23 19:10:01 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14780: Allow warnings for now Message-ID: <000601c54827$48fe0aa0$6b01a8c0@PENELOPE> Allow warnings for now Updated files: branches/xmlbuildsystem/reactos/subsys/system/format/format.xml From chorns at svn.reactos.com Sat Apr 23 19:11:53 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14781: Allow warnings for now (for real this time) Message-ID: <000601c54827$8ba814e0$6b01a8c0@PENELOPE> Allow warnings for now (for real this time) Updated files: branches/xmlbuildsystem/reactos/subsys/system/format/format.xml From chorns at svn.reactos.com Sat Apr 23 19:24:16 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14782: Don't detect host compiler on Linux Message-ID: <000601c54829$465c72d0$6b01a8c0@PENELOPE> Don't detect host compiler on Linux Updated files: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp From ion at svn.reactos.com Sat Apr 23 19:56:13 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14783: Delete cruft Message-ID: <000601c5482d$bd002a40$6b01a8c0@PENELOPE> Delete cruft Updated files: trunk/reactos/ntoskrnl/Makefile Deleted files: trunk/reactos/ntoskrnl/kd/mda.c trunk/reactos/ntoskrnl/ke/i386/multiboot.S From ion at svn.reactos.com Sat Apr 23 20:01:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14784: Remove MDA support Message-ID: <000601c5482e$693629e0$6b01a8c0@PENELOPE> Remove MDA support Updated files: trunk/reactos/ntoskrnl/kd/kdebug.c From ion at svn.reactos.com Sat Apr 23 20:15:43 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14785: Share compiler-generated asm exports between ntdll and ntoskrnl (stuff like aullshr, alldiv, etc Message-ID: <000601c54830$76731210$6b01a8c0@PENELOPE> Share compiler-generated asm exports between ntdll and ntoskrnl (stuff like aullshr, alldiv, etc Added files: trunk/reactos/lib/rtl/i386/alldiv.s trunk/reactos/lib/rtl/i386/allmul.s trunk/reactos/lib/rtl/i386/allrem.s trunk/reactos/lib/rtl/i386/allshl.s trunk/reactos/lib/rtl/i386/allshr.s trunk/reactos/lib/rtl/i386/aulldiv.s trunk/reactos/lib/rtl/i386/aullrem.s trunk/reactos/lib/rtl/i386/aullshr.s Updated files: trunk/reactos/lib/ntdll/makefile trunk/reactos/lib/ntdll/rtl/apc.c trunk/reactos/lib/ntdll/rtl/i386/ftol.c trunk/reactos/lib/rtl/makefile trunk/reactos/ntoskrnl/Makefile.i386 Deleted files: trunk/reactos/lib/ntdll/rtl/i386/alldiv.s trunk/reactos/lib/ntdll/rtl/i386/allmul.s trunk/reactos/lib/ntdll/rtl/i386/allrem.s trunk/reactos/lib/ntdll/rtl/i386/allshl.s trunk/reactos/lib/ntdll/rtl/i386/allshr.s trunk/reactos/lib/ntdll/rtl/i386/aulldiv.s trunk/reactos/lib/ntdll/rtl/i386/aullrem.s trunk/reactos/lib/ntdll/rtl/i386/aullshr.s trunk/reactos/lib/ntdll/rtl/i386/exception.c trunk/reactos/ntoskrnl/ke/i386/i386-mcount.S trunk/reactos/ntoskrnl/rtl/i386/alldiv.s trunk/reactos/ntoskrnl/rtl/i386/allmul.s trunk/reactos/ntoskrnl/rtl/i386/allrem.s trunk/reactos/ntoskrnl/rtl/i386/allshl.s trunk/reactos/ntoskrnl/rtl/i386/allshr.s trunk/reactos/ntoskrnl/rtl/i386/aulldiv.s trunk/reactos/ntoskrnl/rtl/i386/aullrem.s trunk/reactos/ntoskrnl/rtl/i386/aullshr.s From chorns at svn.reactos.com Sat Apr 23 20:17:02 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14786: Use correct case Message-ID: <000601c54830$a57b2bb0$6b01a8c0@PENELOPE> Use correct case Updated files: branches/xmlbuildsystem/reactos/subsys/system/reporterror/reporterror.rc From ion at svn.reactos.com Sat Apr 23 20:17:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14787: forgot to delete this one too Message-ID: <000601c54830$ac93e1d0$6b01a8c0@PENELOPE> forgot to delete this one too Deleted files: trunk/reactos/lib/ntdll/rtl/i386/float.c From chorns at svn.reactos.com Sat Apr 23 20:41:05 2005 From: chorns at svn.reactos.com (chorns@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [chorns] 14788: ROS_BUILDNOSTRIP environment variable to control building of non-symbol-stripped executable output files Message-ID: <000601c54834$01b02ef0$6b01a8c0@PENELOPE> ROS_BUILDNOSTRIP environment variable to control building of non-symbol-stripped executable output files Updated files: branches/xmlbuildsystem/reactos/Makefile branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.h From ion at svn.reactos.com Sat Apr 23 21:23:02 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14789: Use fake frame in KDBG mode, not DBG Message-ID: <000601c54839$de3024c0$6b01a8c0@PENELOPE> Use fake frame in KDBG mode, not DBG Updated files: trunk/reactos/ntoskrnl/ke/i386/trap.s From ion at svn.reactos.com Sat Apr 23 22:02:41 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ion] 14790: Don't use hack for trap frames anymore, read TempEsp and TempSegSs for kernel-mode traps during debugging. Message-ID: <000601c5483f$6846b110$6b01a8c0@PENELOPE> Don't use hack for trap frames anymore, read TempEsp and TempSegSs for kernel-mode traps during debugging. Updated files: trunk/reactos/ntoskrnl/include/internal/i386/ke.h trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/ke/i386/trap.s From mbosma at svn.reactos.com Sun Apr 24 12:37:19 2005 From: mbosma at svn.reactos.com (mbosma@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [mbosma] 14791: PackageManager: HTML Log Message-ID: <000601c548b9$97979310$6b01a8c0@PENELOPE> PackageManager: HTML Log Updated files: trunk/rosapps/packmgr/lib/download.cpp trunk/rosapps/packmgr/lib/log.cpp trunk/rosapps/packmgr/lib/log.h From ekohl at svn.reactos.com Sun Apr 24 16:49:58 2005 From: ekohl at svn.reactos.com (ekohl@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [ekohl] 14792: Implement the time format page for the regional settings control panel. Message-ID: <000601c548dc$e3083ca0$6b01a8c0@PENELOPE> Implement the time format page for the regional settings control panel. Updated files: trunk/reactos/lib/cpl/intl/de.rc trunk/reactos/lib/cpl/intl/en.rc trunk/reactos/lib/cpl/intl/resource.h trunk/reactos/lib/cpl/intl/time.c From weiden at svn.reactos.com Sun Apr 24 22:12:16 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [weiden] 14793: add missing typecast Message-ID: <000601c54909$e91bbe50$6b01a8c0@PENELOPE> add missing typecast Updated files: trunk/reactos/tools/raddr2line.c From gvg at svn.reactos.com Mon Apr 25 09:13:06 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [gvg] 14794: SVN maintenance Message-ID: <000601c54966$3a7d4ff0$6b01a8c0@PENELOPE> SVN maintenance From gvg at svn.reactos.com Mon Apr 25 09:58:26 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [gvg] 14795: SVN maintenance Message-ID: <000601c5496c$8fd1e3c0$6b01a8c0@PENELOPE> SVN maintenance From gvg at svn.reactos.com Mon Apr 25 10:26:32 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [gvg] 14796: Sync to Wine-20040419: Message-ID: <000601c54970$7c80ae60$6b01a8c0@PENELOPE> Sync to Wine-20040419: Jon Griffiths - -Wunsigned fixes. Alexandre Julliard - Use the correct file name in the "generated automatically" comments. - Don't crash on xrealloc(0) (found by Jon Griffiths). Marcus Meissner - Use correct movw instead of movl when handling segment registers. Updated files: trunk/reactos/tools/winebuild/build.h trunk/reactos/tools/winebuild/main.c trunk/reactos/tools/winebuild/relay.c trunk/reactos/tools/winebuild/res16.c trunk/reactos/tools/winebuild/res32.c trunk/reactos/tools/winebuild/spec32.c trunk/reactos/tools/winebuild/utils.c From gvg at svn.reactos.com Mon Apr 25 11:12:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:17 2006 Subject: [ros-svn] [gvg] 14797: Sync to Wine-20050419: Message-ID: <000601c54976$ed108aa0$6b01a8c0@PENELOPE> Sync to Wine-20050419: Francois Gouget - Assorted spelling fixes. Michael Lin - Change menu item options to use optional comma. Updated files: trunk/reactos/tools/wrc/lex.yy.c trunk/reactos/tools/wrc/newstruc.c trunk/reactos/tools/wrc/parser.y trunk/reactos/tools/wrc/y.tab.c trunk/reactos/tools/wrc/y.tab.h From gvg at svn.reactos.com Mon Apr 25 12:58:38 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [gvg] 14798: Sync to Wine-20050419: Message-ID: <000601c54985$bbcc8cf0$6b01a8c0@PENELOPE> Sync to Wine-20050419: Juan Lang - Always initialize header file name, to prevent "#include (null)" statements in generated files. - Put space between include directive and include file. - Add proxy/stub options to widl man page. Vincent Beron - Add support for single in idl files. - Keep types sorted in alphabetical order. Francois Gouget - Assorted spelling fixes. Updated files: trunk/reactos/tools/widl/client.c trunk/reactos/tools/widl/lex.yy.c trunk/reactos/tools/widl/parser.l trunk/reactos/tools/widl/parser.y trunk/reactos/tools/widl/server.c trunk/reactos/tools/widl/typelib_struct.h trunk/reactos/tools/widl/widl.c trunk/reactos/tools/widl/widl.man trunk/reactos/tools/widl/widltypes.h trunk/reactos/tools/widl/y.tab.c trunk/reactos/tools/widl/y.tab.h From ion at svn.reactos.com Mon Apr 25 16:44:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14799: KD System Rewrite: Message-ID: <000601c549a5$5803c240$6b01a8c0@PENELOPE> KD System Rewrite: - Totally dynamic based on the principle of Native Providers built-in the Kernel (like Screen, FileLog and Serial) and a pluggable Wrapper which is optionally compiled (Bochs, GDB) - Nothing changed in KDBG, except for that its settings (KDSERIAL/KDNOECHO) are now stored in KdbDebugState instead. - Wrappers are currently built uncondtionally. With rbuild, I'll make them easily removable. - Debug Log code simplified greatly, sped up and now supports printing even the first boot messages, which wasn't supported before. - Removed most of KDBG compile-time settings, ones which are needed are in include/dbg as macros now. - Left in some kdbg init code and break code, but it could be made to be used as a 'wrapper' for those functions. I will do it later. - Made a hack for KdpEnterDebuggerException..it seems to be called differently and at different times for GDB vs KDBG and I couldn't unite them. - KdpServiceDispatcher now does both the documented and ros-internal debug functions and will eventually be called through INT2D from keyboard.sys instead of as an API. All in all, this patch makes KD separated from KDBG and creates a pluggable architecture for creating future wrappers that don't require changing tons of code in the future. It improves the debug log by printing even the earliest debug messages to it and it removes many of the manual ifdef(KDBG) but making them automatic though a single macro file. It makes extra debugging functionality optional and it allows removal of a private API from our exports. Added files: trunk/reactos/ntoskrnl/include/internal/kdbochs.h trunk/reactos/ntoskrnl/include/internal/kdgdb.h trunk/reactos/ntoskrnl/kd/kdinit.c trunk/reactos/ntoskrnl/kd/kdio.c trunk/reactos/ntoskrnl/kd/kdmain.c trunk/reactos/ntoskrnl/kd/wrappers/ trunk/reactos/ntoskrnl/kd/wrappers/bochs.c trunk/reactos/ntoskrnl/kd/wrappers/gdbstub.c Updated files: trunk/reactos/drivers/input/keyboard/keyboard.c trunk/reactos/include/ddk/kefuncs.h trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/ex/init.c trunk/reactos/ntoskrnl/include/internal/dbg.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/include/internal/kdb.h trunk/reactos/ntoskrnl/include/internal/ke.h trunk/reactos/ntoskrnl/include/internal/module.h trunk/reactos/ntoskrnl/include/ntoskrnl.h trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpreport.c trunk/reactos/ntoskrnl/kd/service.c trunk/reactos/ntoskrnl/kdbg/kdb.c trunk/reactos/ntoskrnl/kdbg/kdb_cli.c trunk/reactos/ntoskrnl/kdbg/kdb_serial.c trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/bug.c trunk/reactos/ntoskrnl/ke/catch.c trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/irq.c trunk/reactos/ntoskrnl/ke/i386/syscall.S trunk/reactos/ntoskrnl/ldr/loader.c trunk/reactos/ntoskrnl/mm/RPoolMgr.h trunk/reactos/ntoskrnl/mm/marea.c trunk/reactos/ntoskrnl/ntoskrnl.def Deleted files: trunk/reactos/ntoskrnl/kd/dlog.c trunk/reactos/ntoskrnl/kd/gdbstub.c trunk/reactos/ntoskrnl/kd/kdebug.c From ion at svn.reactos.com Mon Apr 25 17:02:14 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14800: Added KiDebugService. Will optimize soon to use common Exit code Message-ID: <000601c549a7$c3b2acc0$6b01a8c0@PENELOPE> Added KiDebugService. Will optimize soon to use common Exit code Updated files: trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/ke/i386/exp.c trunk/reactos/ntoskrnl/ke/i386/syscall.S Deleted files: trunk/reactos/ntoskrnl/kd/service.c From ion at svn.reactos.com Mon Apr 25 17:20:17 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14801: Add GDB = 1 to makefile to compile-in the GDB Wrapper. These options will be better manged with rbuild Message-ID: <000601c549aa$4977c0a0$6b01a8c0@PENELOPE> Add GDB = 1 to makefile to compile-in the GDB Wrapper. These options will be better manged with rbuild Updated files: trunk/reactos/config From ion at svn.reactos.com Mon Apr 25 18:17:37 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14802: Simplify and correct KiDebugService Message-ID: <000601c549b2$4be54490$6b01a8c0@PENELOPE> Simplify and correct KiDebugService Updated files: trunk/reactos/ntoskrnl/ke/i386/syscall.S From hbirr at svn.reactos.com Mon Apr 25 19:57:59 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hbirr] 14803: Replaced a dirty hack by another. Message-ID: <000601c549c0$5176b610$6b01a8c0@PENELOPE> Replaced a dirty hack by another. Updated files: trunk/reactos/ntoskrnl/ke/main.c From ion at svn.reactos.com Mon Apr 25 20:29:19 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14804: Fix compilation problem.. Message-ID: <000601c549c4$b1d12aa0$6b01a8c0@PENELOPE> Fix compilation problem.. Updated files: trunk/reactos/ntoskrnl/include/internal/dbg.h trunk/reactos/ntoskrnl/include/internal/kdb.h trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c trunk/reactos/ntoskrnl/ke/i386/syscall.S From ion at svn.reactos.com Mon Apr 25 20:31:22 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14805: Merge in wrappers with DBG setting as requested Message-ID: <000601c549c4$fb132240$6b01a8c0@PENELOPE> Merge in wrappers with DBG setting as requested Updated files: trunk/reactos/config trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/kd/kdinit.c From ion at svn.reactos.com Mon Apr 25 21:42:50 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14806: Remove dbg.h and move it to kd.h, it was getting confusing to have so many debug files. Also fixes hal to compile Message-ID: <000601c549ce$f73abe80$6b01a8c0@PENELOPE> Remove dbg.h and move it to kd.h, it was getting confusing to have so many debug files. Also fixes hal to compile Updated files: trunk/reactos/ntoskrnl/include/internal/debug.h trunk/reactos/ntoskrnl/include/internal/kd.h trunk/reactos/ntoskrnl/include/ntoskrnl.h From ion at svn.reactos.com Mon Apr 25 21:43:52 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14807: Remove excess header Message-ID: <000601c549cf$1bea1230$6b01a8c0@PENELOPE> Remove excess header Deleted files: trunk/reactos/ntoskrnl/include/internal/dbg.h From hbirr at svn.reactos.com Mon Apr 25 22:35:39 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hbirr] 14808: Fixed the initialising of bochs debug. Message-ID: <000601c549d6$57b7f5f0$6b01a8c0@PENELOPE> Fixed the initialising of bochs debug. Updated files: trunk/reactos/ntoskrnl/kd/wrappers/bochs.c From ion at svn.reactos.com Tue Apr 26 06:58:35 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14809: Fix compilation with optimizations Message-ID: <000601c54a1c$99f11320$6b01a8c0@PENELOPE> Fix compilation with optimizations Updated files: trunk/reactos/drivers/fs/ms/create.c From ion at svn.reactos.com Tue Apr 26 07:11:01 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14810: Change optimization settings for retail builds. Change to -Os for smaller executables which are not slower, and enable more advanced optimizations. funitatatime is already included by default in GCC 4.0. Strip debug info from retail builds, since we don't parse the symbols anyways. I hope these options don't break anything, they don't for me; Debugging is unaffected. Message-ID: <000601c54a1e$56aab6f0$6b01a8c0@PENELOPE> Change optimization settings for retail builds. Change to -Os for smaller executables which are not slower, and enable more advanced optimizations. funitatatime is already included by default in GCC 4.0. Strip debug info from retail builds, since we don't parse the symbols anyways. I hope these options don't break anything, they don't for me; Debugging is unaffected. Updated files: trunk/reactos/tools/helper.mk From ion at svn.reactos.com Tue Apr 26 07:13:54 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14811: Do not strip if KDBG is used Message-ID: <000601c54a1e$bdd45250$6b01a8c0@PENELOPE> Do not strip if KDBG is used Updated files: trunk/reactos/tools/helper.mk From arty at svn.reactos.com Tue Apr 26 09:11:04 2005 From: arty at svn.reactos.com (arty@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [arty] 14812: Fixes by WaxDragon: Message-ID: <000601c54a2f$1c4269c0$6b01a8c0@PENELOPE> Fixes by WaxDragon: - Implement get* integer reading. - Properly implement ipv4addrs (validates a set of IPv4 addresses) - Limit returned DNS servers to 1 until we fix iphlpapi. Updated files: trunk/reactos/subsys/system/dhcp/dhclient.c trunk/reactos/subsys/system/dhcp/util.c From weiden at svn.reactos.com Tue Apr 26 11:40:32 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [weiden] 14813: don't request write access in NtReadVirtualMemory, this should fix the listdlls.exe issues Message-ID: <000601c54a43$fd6b0240$6b01a8c0@PENELOPE> don't request write access in NtReadVirtualMemory, this should fix the listdlls.exe issues Updated files: trunk/reactos/ntoskrnl/mm/virtual.c From ion at svn.reactos.com Tue Apr 26 14:35:35 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14814: Enable flags only for 3.4.3, should fix the build for people with versions below. Disabled on 4.0 since they are automatic Message-ID: <000601c54a5c$71786750$6b01a8c0@PENELOPE> Enable flags only for 3.4.3, should fix the build for people with versions below. Disabled on 4.0 since they are automatic Updated files: trunk/reactos/tools/helper.mk From ion at svn.reactos.com Tue Apr 26 15:17:47 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14815: Fixedd CTM for sedwards. happy birthday to me Message-ID: <000601c54a62$56a1c560$6b01a8c0@PENELOPE> Fixedd CTM for sedwards. happy birthday to me Updated files: trunk/rosapps/sysutils/ctm/ctm.c From ion at svn.reactos.com Tue Apr 26 16:51:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14816: Implement IoRaiseHardError, combine error stuff, fix hideously wrong implementatin of Controller Objects. Message-ID: <000601c54a6f$68d3bf60$6b01a8c0@PENELOPE> Implement IoRaiseHardError, combine error stuff, fix hideously wrong implementatin of Controller Objects. Added files: trunk/reactos/ntoskrnl/io/controller.c Updated files: trunk/reactos/include/ddk/iotypes.h trunk/reactos/include/ddk/ketypes.h trunk/reactos/ntoskrnl/Makefile trunk/reactos/ntoskrnl/io/error.c Deleted files: trunk/reactos/ntoskrnl/io/cntrller.c trunk/reactos/ntoskrnl/io/errlog.c From hbirr at svn.reactos.com Tue Apr 26 18:28:40 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hbirr] 14817: - Used SysProcessorTimeInfo to calculate the idle time. Message-ID: <000601c54a7d$01aed690$6b01a8c0@PENELOPE> - Used SysProcessorTimeInfo to calculate the idle time. - Fixed the allocation of SysProcessorTimeInfo. - Used the process creation time as second unique id. Updated files: trunk/rosapps/sysutils/ctm/ctm.c trunk/rosapps/sysutils/ctm/ctm.h From greatlrd at svn.reactos.com Tue Apr 26 19:19:09 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14818: Implement NtGdiDdCanCreateSurface Message-ID: <000601c54a84$0eadd920$6b01a8c0@PENELOPE> Implement NtGdiDdCanCreateSurface not tested Updated files: trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c From gvg at svn.reactos.com Tue Apr 26 20:18:41 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [gvg] 14819: Re-apply 14698 - 14762 and fix resulting problem Message-ID: <000601c54a8c$5fb5e440$6b01a8c0@PENELOPE> Re-apply 14698 - 14762 and fix resulting problem Added files: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386.h trunk/reactos/boot/freeldr/freeldr/include/fsrec.h Updated files: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S trunk/reactos/boot/freeldr/freeldr/arch/i386/archmach.c trunk/reactos/boot/freeldr/freeldr/arch/i386/boot.S trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c trunk/reactos/boot/freeldr/freeldr/arch/i386/linux.S trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machpc.h trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.c trunk/reactos/boot/freeldr/freeldr/arch/i386/machxbox.h trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c trunk/reactos/boot/freeldr/freeldr/bootmgr.c trunk/reactos/boot/freeldr/freeldr/disk/partition.c trunk/reactos/boot/freeldr/freeldr/freeldr.c trunk/reactos/boot/freeldr/freeldr/fs/fs.c trunk/reactos/boot/freeldr/freeldr/include/freeldr.h trunk/reactos/boot/freeldr/freeldr/include/fs.h trunk/reactos/boot/freeldr/freeldr/include/machine.h trunk/reactos/boot/freeldr/freeldr/inifile/ini.h trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c trunk/reactos/boot/freeldr/freeldr/linuxboot.c trunk/reactos/boot/freeldr/freeldr/machine.c trunk/reactos/boot/freeldr/freeldr/miscboot.c trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c Deleted files: trunk/reactos/boot/freeldr/freeldr/fs/fsrec.h From hbirr at svn.reactos.com Tue Apr 26 21:06:21 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hbirr] 14820: - Preinitialise the com port infos with default values. Message-ID: <000601c54a93$08d74220$6b01a8c0@PENELOPE> - Preinitialise the com port infos with default values. - Set the baud rate also in SerialPortInfo. Updated files: trunk/reactos/ntoskrnl/kd/kdinit.c trunk/reactos/ntoskrnl/kd/kdio.c From gvg at svn.reactos.com Tue Apr 26 21:18:16 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [gvg] 14821: Sync to Wine-20050419: Message-ID: <000601c54a94$b30399a0$6b01a8c0@PENELOPE> Sync to Wine-20050419: Francois Gouget - Assorted spelling fixes. - SBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOLUTE). - Add COMDLG32_DumpSBSPFlags(). Eric Pouech - Added proper definition for PRINTDLGEX[AW] structures. Jakob Eriksson - Get rid of HeapAlloc casts. Juan Lang - Change a fixme to a warn, and use W version of call. Peter Berg Larsen - Replace strncpy with memcpy or lstrcpyn. - Janitorial: Get rid of strncpy/strncpyW. Updated files: trunk/reactos/lib/comdlg32/colordlg.c trunk/reactos/lib/comdlg32/colordlg16.c trunk/reactos/lib/comdlg32/filedlg.c trunk/reactos/lib/comdlg32/filedlgbrowser.c trunk/reactos/lib/comdlg32/printdlg.c trunk/reactos/lib/comdlg32/printdlg16.c trunk/reactos/w32api/include/shlobj.h From gvg at svn.reactos.com Tue Apr 26 22:05:27 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [gvg] 14822: Sync to Wine-20050419: Message-ID: <000601c54a9b$4a39dea0$6b01a8c0@PENELOPE> Sync to Wine-20050419: Jose Manuel Ferrer Ortiz - Spanish translations updated. Jakob Eriksson - Get rid of HeapAlloc casts. Updated files: trunk/reactos/lib/mpr/mpr_Es.rc trunk/reactos/lib/mpr/wnet.c From gvg at svn.reactos.com Tue Apr 26 22:39:06 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [gvg] 14823: Sync to Wine-20050419: Message-ID: <000601c54a9f$fdbf10e0$6b01a8c0@PENELOPE> Sync to Wine-20050419: Mike McCormack - Load and display bitmaps in the dialogs. - Make sure there's only one place we allocate dialog controls. - Rename dupstrW to strdupW, and remove duplicate definition. - Move definition of string manipulation functions to msipriv.h. - Split out database functions, remove dependence on wine/unicode.h. - Fix loading of the summary information. - test cases for summary information - fix memory leaks - Implement summary information loading and saving. - Declare MsiExportDatabase* in the spec file, and fix a typo. - Replace instances of HeapAlloc/MultiByteToWideChar with the internally defined strdupAtoW. - Use strdup, implement MsiDatabaseImportA. Francois Gouget - Assorted spelling fixes. Peter Berg Larsen - Janitorial: Get rid of strncpy/strncpyW. - Remove 2 identicals calls to strlenW. Jose Manuel Ferrer Ortiz - Spanish translations updated. Aric Stewart - Implement Publish Components in order for MsiGetQualifiedComponent apis to work. Also implement MsiGetQualifiedComponent, or at least some of the functionality as it is supposed to install stuff if it is absent, which it does not do yet. - Make sure the GUID of the typelib we are registering matches the guid requested from MSI. If not search the given typelib file to find the typelib requested to register. - If running in UI mode, then display the UI mode dialogs at the end of the installs. Steven Edwards - Avoid using ver.h in favor of winver.h. Jakob Eriksson - Get rid of HeapAlloc casts. Hans Leidekker - Dutch resource translation. Marcus Meissner - Fixed MsiDatabaseImportA, MsiDatabaseImportW, and MsiCreateAndVerifyInstallerDirectory stub parameter counts. Juan Lang - Log missing environment vars for easier debugging. Added files: trunk/reactos/lib/msi/database.c trunk/reactos/lib/msi/msi_Nl.rc Updated files: trunk/reactos/include/wine/msidefs.h trunk/reactos/lib/msi/Makefile.in trunk/reactos/lib/msi/action.c trunk/reactos/lib/msi/action.h trunk/reactos/lib/msi/appsearch.c trunk/reactos/lib/msi/cond.tab.c trunk/reactos/lib/msi/cond.tab.h trunk/reactos/lib/msi/cond.y trunk/reactos/lib/msi/custom.c trunk/reactos/lib/msi/dialog.c trunk/reactos/lib/msi/format.c trunk/reactos/lib/msi/msi.c trunk/reactos/lib/msi/msi.rc trunk/reactos/lib/msi/msi.spec trunk/reactos/lib/msi/msi_Es.rc trunk/reactos/lib/msi/msipriv.h trunk/reactos/lib/msi/msiquery.c trunk/reactos/lib/msi/package.c trunk/reactos/lib/msi/preview.c trunk/reactos/lib/msi/record.c trunk/reactos/lib/msi/registry.c trunk/reactos/lib/msi/suminfo.c trunk/reactos/lib/msi/table.c From fireball at svn.reactos.com Tue Apr 26 23:21:34 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14824: Minor changes into a way locales are get and listed Message-ID: <000601c54aa5$ec579830$6b01a8c0@PENELOPE> Minor changes into a way locales are get and listed Updated files: trunk/reactos/lib/cpl/intl/locale.c From fireball at svn.reactos.com Tue Apr 26 23:23:45 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14825: More DPRINTs added for better tracing of locale-related calls, but NDEBUG is defined. Message-ID: <000601c54aa6$3a525cf0$6b01a8c0@PENELOPE> More DPRINTs added for better tracing of locale-related calls, but NDEBUG is defined. Updated files: trunk/reactos/lib/kernel32/misc/lang.c From fireball at svn.reactos.com Tue Apr 26 23:26:09 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14826: A few locales entries added, though we have currently only 4 locales imported from wine (france, eng, enu, german) Message-ID: <000601c54aa6$90080b40$6b01a8c0@PENELOPE> A few locales entries added, though we have currently only 4 locales imported from wine (france, eng, enu, german) Updated files: trunk/reactos/bootdata/hivesys.inf From greatlrd at svn.reactos.com Wed Apr 27 00:02:33 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14827: implement NtGdiDdBlt and NtGdiDdAlphaBlt Message-ID: <000601c54aab$a6374430$6b01a8c0@PENELOPE> implement NtGdiDdBlt and NtGdiDdAlphaBlt NtGdiDdAlphaBlt are not supportet by microsoft so we report unsupport directx function Updated files: trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c From greatlrd at svn.reactos.com Wed Apr 27 00:28:26 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14828: remove ddalphablt worng functions Message-ID: <000601c54aaf$43d916c0$6b01a8c0@PENELOPE> remove ddalphablt worng functions it should have been NtGdiDdAddAlphaBlt Updated files: trunk/reactos/subsys/win32k/ntddraw/ddraw.c trunk/reactos/subsys/win32k/ntddraw/stubs.c From greatlrd at svn.reactos.com Thu Apr 28 15:02:00 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14840: fix waring with insiate iter Message-ID: <000601c54bf2$76f89aa0$6b01a8c0@PENELOPE> fix waring with insiate iter libutil/mipmap.c: In function `gluScaleImage': libutil/mipmap.c:5105: warning: 'iter' might be used uninitialized in this function remve outindex it is not being use at all libutil/mipmap.c: In function `scaleInternalPackedPixel': libutil/mipmap.c:5990: warning: 'outindex' might be used uninitialized in this function Updated files: trunk/reactos/lib/glu32/libutil/mipmap.c From greatlrd at svn.reactos.com Thu Apr 28 15:19:25 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14841: fix this waring Message-ID: <000601c54bf4$e62f4c50$6b01a8c0@PENELOPE> fix this waring libutil/mipmap.c: In function `gluBuild3DMipmaps': libutil/mipmap.c:7382: warning: 'proxyTarget' might be used uninitialized in this function by initialized the value when it declare Updated files: trunk/reactos/lib/glu32/libutil/mipmap.c From greatlrd at svn.reactos.com Thu Apr 28 15:38:32 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14842: Fix all these waring by initaielize them where they are declare Message-ID: <000601c54bf7$92178f30$6b01a8c0@PENELOPE> Fix all these waring by initaielize them where they are declare libutil/quad.c: In function `gluPartialDisk': libutil/quad.c:451: warning: 'texLow' might be used uninitialized in this function libutil/quad.c:451: warning: 'texHigh' might be used uninitialized in this function libutil/quad.c: In function `gluSphere': libutil/quad.c:720: warning: 'sintemp2' might be used uninitialized in this function libutil/quad.c:720: warning: 'sintemp3' might be used uninitialized in this function libutil/quad.c:720: warning: 'sintemp4' might be used uninitialized in this function libutil/quad.c:721: warning: 'costemp2' might be used uninitialized in this function libutil/quad.c:721: warning: 'costemp3' might be used uninitialized in this function libutil/quad.c:721: warning: 'costemp4' might be used uninitialized in this function Updated files: trunk/reactos/lib/glu32/libutil/quad.c From fireball at svn.reactos.com Thu Apr 28 15:50:34 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14843: Imported LANG_ and SUBLANG_ defines from WINE Message-ID: <000601c54bf9$406d9330$6b01a8c0@PENELOPE> Imported LANG_ and SUBLANG_ defines from WINE Updated files: trunk/reactos/include/defines.h From fireball at svn.reactos.com Thu Apr 28 15:54:25 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14844: Imported locales information from WINE. Sorry it isn't done the "right way" (store all info in locales.nls as WinXP does), but for now I think this way will do. Message-ID: <000601c54bf9$c9b947b0$6b01a8c0@PENELOPE> Imported locales information from WINE. Sorry it isn't done the "right way" (store all info in locales.nls as WinXP does), but for now I think this way will do. Also some locales aren't imported because their info contains unicode characters, and I didn't want to switch kernel32 from windres to wrc. Added files: trunk/reactos/lib/kernel32/nls/afk.nls trunk/reactos/lib/kernel32/nls/bel.nls trunk/reactos/lib/kernel32/nls/bgr.nls trunk/reactos/lib/kernel32/nls/cat.nls trunk/reactos/lib/kernel32/nls/chs.nls trunk/reactos/lib/kernel32/nls/cht.nls trunk/reactos/lib/kernel32/nls/csy.nls trunk/reactos/lib/kernel32/nls/dan.nls trunk/reactos/lib/kernel32/nls/dea.nls trunk/reactos/lib/kernel32/nls/dec.nls trunk/reactos/lib/kernel32/nls/del.nls trunk/reactos/lib/kernel32/nls/des.nls trunk/reactos/lib/kernel32/nls/ell.nls trunk/reactos/lib/kernel32/nls/ena.nls trunk/reactos/lib/kernel32/nls/enb.nls trunk/reactos/lib/kernel32/nls/enc.nls trunk/reactos/lib/kernel32/nls/eni.nls trunk/reactos/lib/kernel32/nls/enj.nls trunk/reactos/lib/kernel32/nls/enl.nls trunk/reactos/lib/kernel32/nls/enp.nls trunk/reactos/lib/kernel32/nls/ens.nls trunk/reactos/lib/kernel32/nls/ent.nls trunk/reactos/lib/kernel32/nls/enw.nls trunk/reactos/lib/kernel32/nls/enz.nls trunk/reactos/lib/kernel32/nls/esa.nls trunk/reactos/lib/kernel32/nls/esb.nls trunk/reactos/lib/kernel32/nls/esd.nls trunk/reactos/lib/kernel32/nls/ese.nls trunk/reactos/lib/kernel32/nls/esf.nls trunk/reactos/lib/kernel32/nls/esg.nls trunk/reactos/lib/kernel32/nls/esh.nls trunk/reactos/lib/kernel32/nls/esi.nls trunk/reactos/lib/kernel32/nls/esl.nls trunk/reactos/lib/kernel32/nls/esm.nls trunk/reactos/lib/kernel32/nls/esn.nls trunk/reactos/lib/kernel32/nls/eso.nls trunk/reactos/lib/kernel32/nls/esp.nls trunk/reactos/lib/kernel32/nls/esr.nls trunk/reactos/lib/kernel32/nls/ess.nls trunk/reactos/lib/kernel32/nls/esu.nls trunk/reactos/lib/kernel32/nls/esv.nls trunk/reactos/lib/kernel32/nls/esy.nls trunk/reactos/lib/kernel32/nls/esz.nls trunk/reactos/lib/kernel32/nls/eti.nls trunk/reactos/lib/kernel32/nls/euq.nls trunk/reactos/lib/kernel32/nls/fin.nls trunk/reactos/lib/kernel32/nls/fos.nls trunk/reactos/lib/kernel32/nls/frb.nls trunk/reactos/lib/kernel32/nls/frc.nls trunk/reactos/lib/kernel32/nls/frl.nls trunk/reactos/lib/kernel32/nls/frm.nls trunk/reactos/lib/kernel32/nls/frs.nls trunk/reactos/lib/kernel32/nls/glc.nls trunk/reactos/lib/kernel32/nls/heb.nls trunk/reactos/lib/kernel32/nls/hrv.nls trunk/reactos/lib/kernel32/nls/hun.nls trunk/reactos/lib/kernel32/nls/ind.nls trunk/reactos/lib/kernel32/nls/isl.nls trunk/reactos/lib/kernel32/nls/ita.nls trunk/reactos/lib/kernel32/nls/its.nls trunk/reactos/lib/kernel32/nls/lvi.nls trunk/reactos/lib/kernel32/nls/mki.nls trunk/reactos/lib/kernel32/nls/msb.nls trunk/reactos/lib/kernel32/nls/msl.nls trunk/reactos/lib/kernel32/nls/nlb.nls trunk/reactos/lib/kernel32/nls/nld.nls trunk/reactos/lib/kernel32/nls/non.nls trunk/reactos/lib/kernel32/nls/nor.nls trunk/reactos/lib/kernel32/nls/plk.nls trunk/reactos/lib/kernel32/nls/ptb.nls trunk/reactos/lib/kernel32/nls/ptg.nls trunk/reactos/lib/kernel32/nls/rom.nls trunk/reactos/lib/kernel32/nls/rus.nls trunk/reactos/lib/kernel32/nls/sky.nls trunk/reactos/lib/kernel32/nls/slv.nls trunk/reactos/lib/kernel32/nls/sqi.nls trunk/reactos/lib/kernel32/nls/srb.nls trunk/reactos/lib/kernel32/nls/srl.nls trunk/reactos/lib/kernel32/nls/sve.nls trunk/reactos/lib/kernel32/nls/svf.nls trunk/reactos/lib/kernel32/nls/swk.nls trunk/reactos/lib/kernel32/nls/tam.nls trunk/reactos/lib/kernel32/nls/tha.nls trunk/reactos/lib/kernel32/nls/trk.nls trunk/reactos/lib/kernel32/nls/ukr.nls trunk/reactos/lib/kernel32/nls/uzb.nls trunk/reactos/lib/kernel32/nls/zhi.nls Updated files: trunk/reactos/lib/kernel32/locale_rc.rc trunk/reactos/lib/kernel32/nls/eng.nls From greatlrd at svn.reactos.com Thu Apr 28 15:55:38 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14845: Fix all these warings Message-ID: <000601c54bf9$f5304b50$6b01a8c0@PENELOPE> Fix all these warings libnurbs/nurbtess/sampleComp.cc: In function `void sampleCompLeft(Real*, Real*, vertexArray*, Int, Int, vertexArray*, Int, Int, gridBoundaryChain*, Int, Int, Int, Int, Int, Int, primStream*)': libnurbs/nurbtess/sampleComp.cc:162: warning: 'gridMidIndex1' might be used uninitialized in this function libnurbs/nurbtess/sampleComp.cc:162: warning: 'gridMidIndex2' might be used uninitialized in this function libnurbs/nurbtess/sampleCompRight.cc: In function `void sampleCompRight(Real*, Real*, vertexArray*, Int, Int, vertexArray*, Int, Int, gridBoundaryChain*, Int, Int, Int, Int, Int, Int, primStream*)': libnurbs/nurbtess/sampleCompRight.cc:75: warning: 'gridMidIndex1' might be used uninitialized in this function libnurbs/nurbtess/sampleCompRight.cc:75: warning: 'gridMidIndex2' might be used uninitialized in this function Updated files: trunk/reactos/lib/glu32/libnurbs/nurbtess/sampleComp.cc trunk/reactos/lib/glu32/libnurbs/nurbtess/sampleCompRight.cc From fireball at svn.reactos.com Thu Apr 28 16:48:30 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14846: Added Nls\Locale registry tree, it corresponds to locales I imported from WINE a few revisions ago. Message-ID: <000601c54c01$5827aa80$6b01a8c0@PENELOPE> Added Nls\Locale registry tree, it corresponds to locales I imported from WINE a few revisions ago. Updated files: trunk/reactos/bootdata/hivesys.inf From greatlrd at svn.reactos.com Thu Apr 28 19:44:36 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14847: Remove all hardcode string to En.rc Message-ID: <000601c54c19$f1e5f4c0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc from echo.c and error.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/echo.c trunk/reactos/subsys/system/cmd/error.c trunk/reactos/subsys/system/cmd/resource.h From greatlrd at svn.reactos.com Thu Apr 28 22:00:41 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14848: change _T((LPTSTR)szMsg)) to (LPTSTR)szMsg) Message-ID: <000601c54c2c$f4410120$6b01a8c0@PENELOPE> change _T((LPTSTR)szMsg)) to (LPTSTR)szMsg) thanks royce3 he did see my small mistage Remove all hardcode string to En.rc from for.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/alias.c trunk/reactos/subsys/system/cmd/attrib.c trunk/reactos/subsys/system/cmd/batch.c trunk/reactos/subsys/system/cmd/beep.c trunk/reactos/subsys/system/cmd/call.c trunk/reactos/subsys/system/cmd/chcp.c trunk/reactos/subsys/system/cmd/choice.c trunk/reactos/subsys/system/cmd/cls.c trunk/reactos/subsys/system/cmd/cmd.c trunk/reactos/subsys/system/cmd/color.c trunk/reactos/subsys/system/cmd/console.c trunk/reactos/subsys/system/cmd/copy.c trunk/reactos/subsys/system/cmd/date.c trunk/reactos/subsys/system/cmd/del.c trunk/reactos/subsys/system/cmd/delay.c trunk/reactos/subsys/system/cmd/dir.c trunk/reactos/subsys/system/cmd/dirstack.c trunk/reactos/subsys/system/cmd/echo.c trunk/reactos/subsys/system/cmd/error.c trunk/reactos/subsys/system/cmd/for.c trunk/reactos/subsys/system/cmd/resource.h From fireball at svn.reactos.com Thu Apr 28 22:26:09 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14849: Fix (registry.c:325, dated 20050425) test failure. Description: Added RegOpenKeyA/W check for input param (if it's NULL pointer, returning error) Message-ID: <000601c54c30$8311a500$6b01a8c0@PENELOPE> Fix (registry.c:325, dated 20050425) test failure. Description: Added RegOpenKeyA/W check for input param (if it's NULL pointer, returning error) Updated files: trunk/reactos/lib/advapi32/reg/reg.c From greatlrd at svn.reactos.com Thu Apr 28 23:17:09 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14850: Remove all hardcode string to En.rc Message-ID: <000601c54c37$a37bd0c0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc from free.c, goto.c, if.c label.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/free.c trunk/reactos/subsys/system/cmd/goto.c trunk/reactos/subsys/system/cmd/if.c trunk/reactos/subsys/system/cmd/label.c trunk/reactos/subsys/system/cmd/resource.h From hpoussin at svn.reactos.com Thu Apr 28 23:56:38 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hpoussin] 14851: Don't pass a NULL pointer as offset when creating a IRP_MJ_READ irp. Message-ID: <000601c54c3d$275253b0$6b01a8c0@PENELOPE> Don't pass a NULL pointer as offset when creating a IRP_MJ_READ irp. Updated files: trunk/reactos/drivers/bus/serenum/detect.c From greatlrd at svn.reactos.com Fri Apr 29 00:05:28 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14852: Remove all hardcode string to En.rc Message-ID: <000601c54c3e$636e6630$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc from memmory.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/memory.c trunk/reactos/subsys/system/cmd/resource.h From ion at svn.reactos.com Fri Apr 29 00:39:52 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14853: Remove rant. H&E are very competent developers and made a typical bug that anyone could've made. I was just pissed for having lost an hour finding it ; ) Message-ID: <000601c54c43$31a25850$6b01a8c0@PENELOPE> Remove rant. H&E are very competent developers and made a typical bug that anyone could've made. I was just pissed for having lost an hour finding it ;) Updated files: trunk/reactos/drivers/storage/scsiport/scsiport.c From greatlrd at svn.reactos.com Fri Apr 29 01:11:07 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14854: David Nordenberg: Swedish translation Message-ID: <000601c54c47$8eb32020$6b01a8c0@PENELOPE> David Nordenberg: Swedish translation Updated files: trunk/reactos/subsys/system/ibrowser/ibrowser_intres.rc From hpoussin at svn.reactos.com Fri Apr 29 01:14:57 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hpoussin] 14855: SVN maintenance: Message-ID: <000601c54c48$17c7e620$6b01a8c0@PENELOPE> SVN maintenance: Add svn:eol-style = native Add svn:keywords = author date id revision Updated files: trunk/reactos/ntoskrnl/kd/kdinit.c trunk/reactos/ntoskrnl/kdbg/i386/longjmp.S trunk/reactos/ntoskrnl/kdbg/i386/setjmp.S trunk/reactos/ntoskrnl/kdbg/kdb_expr.c trunk/reactos/ntoskrnl/kdbg/kdb_string.c From greatlrd at svn.reactos.com Fri Apr 29 01:15:28 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14856: Translate by Andreas Bjerkeholt (harteex@gmail.com) Message-ID: <000601c54c48$2a8e6ae0$6b01a8c0@PENELOPE> Translate by Andreas Bjerkeholt (harteex@gmail.com) Added files: trunk/reactos/lib/mpr/mpr_Sv.rc Updated files: trunk/reactos/lib/mpr/mpr.rc From greatlrd at svn.reactos.com Fri Apr 29 01:17:15 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [greatlrd] 14857: Swedish translations by Kris Engeman Message-ID: <000601c54c48$6a2f2cc0$6b01a8c0@PENELOPE> Swedish translations by Kris Engeman Added files: trunk/reactos/lib/cpl/sysdm/sv.rc Updated files: trunk/reactos/lib/cpl/sysdm/sysdm.rc From ion at svn.reactos.com Fri Apr 29 04:13:44 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14858: And look who made a dumber mistake ; ). Thanks WaxDragon Message-ID: <000601c54c61$11e81bd0$6b01a8c0@PENELOPE> And look who made a dumber mistake ;). Thanks WaxDragon Updated files: trunk/reactos/drivers/storage/scsiport/scsiport.c From hpoussin at svn.reactos.com Fri Apr 29 09:35:03 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [hpoussin] 14859: Remove debug message Message-ID: <000601c54c8d$f5329600$6b01a8c0@PENELOPE> Remove debug message Updated files: trunk/reactos/lib/kernel32/misc/lang.c From fireball at svn.reactos.com Fri Apr 29 13:25:58 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [fireball] 14860: Import from WINE 25.04.05 (just because we have old version sitting in our SVN, which shows failures even on WinXP). Message-ID: <000601c54cae$371ac950$6b01a8c0@PENELOPE> Import from WINE 25.04.05 (just because we have old version sitting in our SVN, which shows failures even on WinXP). Now "advapi32_test registry" has 0 failures on Windows XP Pro. (and generally should have 0 failures under ROS too...) Updated files: trunk/reactos/lib/advapi32/winetests/crypt.c trunk/reactos/lib/advapi32/winetests/crypt_lmhash.c trunk/reactos/lib/advapi32/winetests/crypt_md4.c trunk/reactos/lib/advapi32/winetests/crypt_md5.c trunk/reactos/lib/advapi32/winetests/crypt_sha.c trunk/reactos/lib/advapi32/winetests/registry.c trunk/reactos/lib/advapi32/winetests/security.c From ion at svn.reactos.com Fri Apr 29 16:38:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [ion] 14861: IRP Completion Fixes for 2nd-Stage: Message-ID: <000601c54cc9$0fbe62c0$6b01a8c0@PENELOPE> IRP Completion Fixes for 2nd-Stage: - Free ALL Mdls, not just the first - Don't copy buffered data just because the Device Object is buffered. Check if the IRP is. - Don't handle MajorFunctions differenty, use flags which are now correctly set in order to determine course of action. - Free memory by using flag. - Don't remove IRP from Thread List too soon. - Don't use FileObject fields after dereferencing it. - Don't call IO Completion if there is already an APC routine. - Signal FileObject/UserEvent properly depending on cases. - Don't call UserAPC and set events like before if the IRP actually failed. Updated files: trunk/reactos/ntoskrnl/io/file.c trunk/reactos/ntoskrnl/io/irp.c From weiden at svn.reactos.com Fri Apr 29 18:41:55 2005 From: weiden at svn.reactos.com (weiden@svn.reactos.com) Date: Wed Apr 12 15:31:18 2006 Subject: [ros-svn] [weiden] 14862: - added stubs for NtSuspendProcess and NtResumeProcess Message-ID: <000601c54cda$5ac6b2c0$6b01a8c0@PENELOPE> - added stubs for NtSuspendProcess and NtResumeProcess - the ProcessDebugPort information class is read-only on NT5.1+ Updated files: trunk/reactos/include/ntos/ps.h trunk/reactos/include/ntos/zw.h trunk/reactos/lib/ntdll/def/ntdll.def trunk/reactos/ntoskrnl/ps/psmgr.c trunk/reactos/ntoskrnl/ps/query.c trunk/reactos/ntoskrnl/ps/suspend.c trunk/reactos/tools/nci/sysfuncs.lst trunk/reactos/w32api/include/winnt.h From greatlrd at svn.reactos.com Fri Apr 29 21:49:52 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14863: Remove all hardcode string to En.rc Message-ID: <000601c54cf4$9c40a2a0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc from locale.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/locale.c trunk/reactos/subsys/system/cmd/resource.h From navaraf at svn.reactos.com Sat Apr 30 06:43:19 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [navaraf] 14864: tinus Message-ID: <000601c54d3f$21d3bc50$6b01a8c0@PENELOPE> tinus Change the backtrace command to show current EIP too. Updated files: trunk/reactos/ntoskrnl/kdbg/kdb_cli.c From navaraf at svn.reactos.com Sat Apr 30 07:08:16 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [navaraf] 14865: Denzil Message-ID: <000601c54d42$9e2c70a0$6b01a8c0@PENELOPE> Denzil Czech translation of Package Manager (with minor corrections by myself). Added files: trunk/rosapps/packmgr/gui/cz.rc trunk/rosapps/packmgr/lib/cz.rc Updated files: trunk/rosapps/packmgr/gui/en.rc trunk/rosapps/packmgr/gui/packmgr.rc trunk/rosapps/packmgr/lib/package.rc From hpoussin at svn.reactos.com Sat Apr 30 11:39:12 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hpoussin] 14866: Implement IoRegisterPlugPlayNotification, IoUnregisterPlugPlayNotification Message-ID: <000601c54d68$779b6f60$6b01a8c0@PENELOPE> Implement IoRegisterPlugPlayNotification, IoUnregisterPlugPlayNotification Implement IoSetDeviceInterfaceState Fix IoRegisterDeviceInterface Add prototype for ExFreePoolWithTag namespc.c: change STATUS_UNSUCCESSFUL to STATUS_OBJECT_NAME_INVALID SVN maintenance in ntoskrnl/kd/wrappers/ Updated files: trunk/reactos/include/ddk/exfuncs.h trunk/reactos/include/ddk/pnptypes.h trunk/reactos/include/ntos/ntpnp.h trunk/reactos/ntoskrnl/include/internal/io.h trunk/reactos/ntoskrnl/io/deviface.c trunk/reactos/ntoskrnl/io/iomgr.c trunk/reactos/ntoskrnl/io/pnpnotify.c trunk/reactos/ntoskrnl/io/pnproot.c trunk/reactos/ntoskrnl/ob/namespc.c From greatlrd at svn.reactos.com Sat Apr 30 13:16:50 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14867: Remove all hardcode string to En.rc Message-ID: <000601c54d76$1ac5af90$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc from misc.c, move.c pause.c, prompt.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/misc.c trunk/reactos/subsys/system/cmd/move.c trunk/reactos/subsys/system/cmd/pause.c trunk/reactos/subsys/system/cmd/prompt.c trunk/reactos/subsys/system/cmd/resource.h From greatlrd at svn.reactos.com Sat Apr 30 13:53:17 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14868: Remove all hardcode string to En.rc Message-ID: <000601c54d7b$32511d20$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/msgbox.c trunk/reactos/subsys/system/cmd/path.c trunk/reactos/subsys/system/cmd/resource.h From greatlrd at svn.reactos.com Sat Apr 30 14:36:38 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14869: Remove all hardcode string to En.rc Message-ID: <000601c54d81$40e9a0e0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/screen.c trunk/reactos/subsys/system/cmd/set.c trunk/reactos/subsys/system/cmd/shift.c trunk/reactos/subsys/system/cmd/title.c From greatlrd at svn.reactos.com Sat Apr 30 15:13:38 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14870: Remove all hardcode string to En.rc Message-ID: <000601c54d86$6c60d950$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/ren.c trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/start.c trunk/reactos/subsys/system/cmd/time.c From greatlrd at svn.reactos.com Sat Apr 30 15:35:54 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14871: Remove all hardcode string to En.rc Message-ID: <000601c54d89$88769be0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/timer.c From hpoussin at svn.reactos.com Sat Apr 30 15:53:41 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hpoussin] 14872: I forgot to dereference FileObject in IoSetDeviceInterfaceState Message-ID: <000601c54d8c$049a7a00$6b01a8c0@PENELOPE> I forgot to dereference FileObject in IoSetDeviceInterfaceState Updated files: trunk/reactos/ntoskrnl/io/deviface.c From gvg at svn.reactos.com Sat Apr 30 16:15:40 2005 From: gvg at svn.reactos.com (gvg@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [gvg] 14873: Change BootDrive/BootPartition examples to BootPath Message-ID: <000601c54d8f$165776a0$6b01a8c0@PENELOPE> Change BootDrive/BootPartition examples to BootPath Updated files: trunk/reactos/boot/freeldr/FREELDR.INI From hpoussin at svn.reactos.com Sat Apr 30 16:36:07 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hpoussin] 14874: Don't double define GUID_DEVICE_INTERFACE_ARRIVAL and GUID_DEVICE_INTERFACE_REMOVAL in include/ntos/ntpnp.h and w32api/include/ddk/wdmguid.h Message-ID: <000601c54d91$f1faa860$6b01a8c0@PENELOPE> Don't double define GUID_DEVICE_INTERFACE_ARRIVAL and GUID_DEVICE_INTERFACE_REMOVAL in include/ntos/ntpnp.h and w32api/include/ddk/wdmguid.h Updated files: trunk/reactos/include/ntos/ntpnp.h trunk/reactos/ntoskrnl/include/ntoskrnl.h From hpoussin at svn.reactos.com Sat Apr 30 16:53:43 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hpoussin] 14875: Patch by Tinus_: Check for right error code returned by ZwOpenSymbolicLinkObject Message-ID: <000601c54d94$674152c0$6b01a8c0@PENELOPE> Patch by Tinus_: Check for right error code returned by ZwOpenSymbolicLinkObject Updated files: trunk/reactos/drivers/video/videoprt/videoprt.c From hpoussin at svn.reactos.com Sat Apr 30 17:04:13 2005 From: hpoussin at svn.reactos.com (hpoussin@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hpoussin] 14876: Register GUID_DEVINTERFACE_COMPORT for serial devices Message-ID: <000601c54d95$dea72910$6b01a8c0@PENELOPE> Register GUID_DEVINTERFACE_COMPORT for serial devices Register GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR for serenum devices Fix some comments Updated files: trunk/reactos/drivers/bus/serenum/fdo.c trunk/reactos/drivers/bus/serenum/serenum.h trunk/reactos/drivers/dd/serial/create.c trunk/reactos/drivers/dd/serial/pnp.c trunk/reactos/drivers/dd/serial/serial.h From greatlrd at svn.reactos.com Sat Apr 30 17:47:02 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14877: Remove all hardcode string to En.rc Message-ID: <000601c54d9b$da25b0e0$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc for all file This changes are only for ver.c Remove hardcode dev list to cmd.rc update mailing adress for bug report to ros-dev@reactos.com sugestion by GvG I did leave copyright year hardcode in ver.c Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/cmd.rc trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/type.c trunk/reactos/subsys/system/cmd/ver.c trunk/reactos/subsys/system/cmd/verify.c trunk/reactos/subsys/system/cmd/vol.c trunk/reactos/subsys/system/cmd/window.c From greatlrd at svn.reactos.com Sat Apr 30 18:21:08 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14878: Remove all hardcode string to En.rc Message-ID: <000601c54da0$9d9a5310$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Hopplyfull all hardcoing string are gone now in cmd Updated files: trunk/reactos/subsys/system/cmd/En.rc trunk/reactos/subsys/system/cmd/resource.h trunk/reactos/subsys/system/cmd/vol.c From Phreak at svn.reactos.com Sat Apr 30 18:37:08 2005 From: Phreak at svn.reactos.com (Phreak@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [Phreak] 14879: Fixed up a few missing includes that were preventing builds Message-ID: <000601c54da2$d99098a0$6b01a8c0@PENELOPE> Fixed up a few missing includes that were preventing builds Updated files: branches/xmlbuildsystem/reactos/lib/midimap/midimap.c branches/xmlbuildsystem/reactos/lib/netapi32/nbt.c From Phreak at svn.reactos.com Sat Apr 30 19:16:00 2005 From: Phreak at svn.reactos.com (Phreak@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [Phreak] 14880: makefile was spelled with a lower case in the xmlbuild branch, Message-ID: <000601c54da8$481f6a30$6b01a8c0@PENELOPE> makefile was spelled with a lower case in the xmlbuild branch, but with upper case M in the trunk. This was causing problems with svn switch on win32 due to the name conflict. Added files: branches/xmlbuildsystem/reactos/tools/unicode/Makefile Deleted files: branches/xmlbuildsystem/reactos/tools/unicode/makefile From Phreak at svn.reactos.com Sat Apr 30 19:22:36 2005 From: Phreak at svn.reactos.com (Phreak@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [Phreak] 14881: Fixed another makefile with the wrong case in the xmlbuildsystem branch Message-ID: <000601c54da9$341ec250$6b01a8c0@PENELOPE> Fixed another makefile with the wrong case in the xmlbuildsystem branch Added files: branches/xmlbuildsystem/reactos/ntoskrnl/Makefile Deleted files: branches/xmlbuildsystem/reactos/ntoskrnl/makefile From ion at svn.reactos.com Sat Apr 30 19:30:08 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [ion] 14882: Remove debug message Message-ID: <000601c54daa$41112970$6b01a8c0@PENELOPE> Remove debug message Updated files: trunk/reactos/ntoskrnl/io/file.c From hbirr at svn.reactos.com Sat Apr 30 19:37:13 2005 From: hbirr at svn.reactos.com (hbirr@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [hbirr] 14883: Set the readed size within the irp. Message-ID: <000601c54dab$3e846ea0$6b01a8c0@PENELOPE> Set the readed size within the irp. Updated files: trunk/reactos/drivers/input/keyboard/keyboard.c From ion at svn.reactos.com Sat Apr 30 19:43:21 2005 From: ion at svn.reactos.com (ion@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [ion] 14884: Add hack for ROS's weird behavior. Will investigate but this lets you boot for now Message-ID: <000601c54dac$19af7510$6b01a8c0@PENELOPE> Add hack for ROS's weird behavior. Will investigate but this lets you boot for now Updated files: trunk/reactos/ntoskrnl/io/irp.c From navaraf at svn.reactos.com Sat Apr 30 20:49:44 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [navaraf] 14885: Potapnik Message-ID: <000601c54db5$60404050$6b01a8c0@PENELOPE> Potapnik Czech translations of appwiz, control, desk, intl, ncpa, sysdm and timedate. Added files: trunk/reactos/lib/cpl/appwiz/Cz.rc trunk/reactos/lib/cpl/control/Cz.rc trunk/reactos/lib/cpl/desk/cz.rc trunk/reactos/lib/cpl/intl/cz.rc trunk/reactos/lib/cpl/ncpa/cz.rc trunk/reactos/lib/cpl/sysdm/cz.rc trunk/reactos/lib/cpl/timedate/Cz.rc Updated files: trunk/reactos/lib/cpl/appwiz/appwiz.rc trunk/reactos/lib/cpl/control/control.rc trunk/reactos/lib/cpl/desk/desk.rc trunk/reactos/lib/cpl/intl/intl.rc trunk/reactos/lib/cpl/ncpa/ncpa.rc trunk/reactos/lib/cpl/sysdm/sysdm.rc trunk/reactos/lib/cpl/timedate/timedate.rc From Phreak at svn.reactos.com Sat Apr 30 20:52:57 2005 From: Phreak at svn.reactos.com (Phreak@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [Phreak] 14886: Renamed another makefile in the xmlbuildsystem branch that had the wrong case Message-ID: <000601c54db5$d34c00c0$6b01a8c0@PENELOPE> Renamed another makefile in the xmlbuildsystem branch that had the wrong case Added files: branches/xmlbuildsystem/reactos/lib/wininet/makefile Deleted files: branches/xmlbuildsystem/reactos/lib/wininet/Makefile From navaraf at svn.reactos.com Sat Apr 30 20:55:47 2005 From: navaraf at svn.reactos.com (navaraf@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [navaraf] 14887: Potapnik Message-ID: <000601c54db6$384c7a90$6b01a8c0@PENELOPE> Potapnik Czech translation of Task Manager. Added files: trunk/reactos/subsys/system/taskmgr/Cz.rc Updated files: trunk/reactos/subsys/system/taskmgr/taskmgr.rc From greatlrd at svn.reactos.com Sat Apr 30 21:00:48 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14888: Remove all hardcode string to En.rc Message-ID: <000601c54db6$ebfab570$6b01a8c0@PENELOPE> Remove all hardcode string to En.rc Hopplyfull all hardcoing string are gone now Added files: trunk/reactos/subsys/system/userinit/En.rc Updated files: trunk/reactos/subsys/system/userinit/userinit.c trunk/reactos/subsys/system/userinit/userinit.rc From greatlrd at svn.reactos.com Sat Apr 30 22:54:19 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14889: Message-ID: <000601c54dc6$c79ac700$6b01a8c0@PENELOPE> From greatlrd at svn.reactos.com Sat Apr 30 23:07:34 2005 From: greatlrd at svn.reactos.com (greatlrd@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [greatlrd] 14890: forget this file Message-ID: <000601c54dc8$a11baa70$6b01a8c0@PENELOPE> forget this file thx Added files: trunk/reactos/subsys/system/userinit/resource.h From fireball at svn.reactos.com Sat Apr 30 23:11:36 2005 From: fireball at svn.reactos.com (fireball@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [fireball] 14891: Fixed RegEnumValueA/W behaviour when output buffers are too small. This fixes 20+ tests from "advapi32_test registry" (now it has only 2 failures - but that's a reduced tests set!). Message-ID: <000601c54dc9$31c53460$6b01a8c0@PENELOPE> Fixed RegEnumValueA/W behaviour when output buffers are too small. This fixes 20+ tests from "advapi32_test registry" (now it has only 2 failures - but that's a reduced tests set!). I beg my pardon for reformatting these two funcs and fixing bugs in one commit, I will do it in different commits in the future. Updated files: trunk/reactos/lib/advapi32/reg/reg.c From ea at svn.reactos.com Sat Apr 30 23:11:44 2005 From: ea at svn.reactos.com (ea@svn.reactos.com) Date: Wed Apr 12 15:31:19 2006 Subject: [ros-svn] [ea] 14892: Some initial code for the ReactOS/VMS environment subsystem. Message-ID: <000601c54dc9$366fa9a0$6b01a8c0@PENELOPE> Some initial code for the ReactOS/VMS environment subsystem. At present, it does nothing. I commit it to make it public (maybe somebody at freeVMS is interested in it). Added files: vms/ vms/include/ vms/include/vms/ vms/include/vms/lpcproto.h vms/lib/ vms/lib/vmsdll/ vms/lib/vmsdll/dllmain.c vms/lib/vmsdll/lib/ vms/lib/vmsdll/lib/stubs.c vms/lib/vmsdll/makefile vms/lib/vmsdll/readme.txt vms/lib/vmsdll/rms/ vms/lib/vmsdll/rms/stubs.c vms/lib/vmsdll/sys/ vms/lib/vmsdll/sys/stubs.c vms/lib/vmsdll/vmsdll.def vms/lib/vmsdll/vmsdll.rc vms/makefile vms/server/ vms/server/init.c vms/server/makefile vms/server/server.c vms/server/vmsss.c vms/server/vmsss.h vms/server/vmsss.rc vms/tools/ vms/tools/mksystab/ vms/tools/mksystab/makefile