[ros-diffs] [pschweitzer] 65352: [NTOSKRNL] So... Because actual ReactOS mood is to worship hacks instead of looking for proper fixes to have decent behavior: reenable the IopParseDevice hack. But, so

2014-11-10 Thread pschweitzer
Author: pschweitzer Date: Mon Nov 10 09:45:43 2014 New Revision: 65352 URL: http://svn.reactos.org/svn/reactos?rev=65352view=rev Log: [NTOSKRNL] So... Because actual ReactOS mood is to worship hacks instead of looking for proper fixes to have decent behavior: reenable the IopParseDevice hack.

[ros-diffs] [pschweitzer] 65353: [FASTFAT] Properly flush volume on dismount

2014-11-10 Thread pschweitzer
Author: pschweitzer Date: Mon Nov 10 10:18:29 2014 New Revision: 65353 URL: http://svn.reactos.org/svn/reactos?rev=65353view=rev Log: [FASTFAT] Properly flush volume on dismount Modified: trunk/reactos/drivers/filesystems/fastfat/fsctl.c Modified:

[ros-diffs] [akhaldi] 65354: * Sync up to trunk head (r65353).

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 11:20:45 2014 New Revision: 65354 URL: http://svn.reactos.org/svn/reactos?rev=65354view=rev Log: * Sync up to trunk head (r65353). Added: branches/shell-experiments/base/applications/cmdutils/cscript/ - copied from r65353,

[ros-diffs] [jgardou] 65355: [MSAFD] - Use wine debug output routines instead of blunt DbgPrint This avoids the horrid MSAFD: STATUS_XXX which doesn't help.

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 13:06:48 2014 New Revision: 65355 URL: http://svn.reactos.org/svn/reactos?rev=65355view=rev Log: [MSAFD] - Use wine debug output routines instead of blunt DbgPrint This avoids the horrid MSAFD: STATUS_XXX which doesn't help. Removed:

[ros-diffs] [khornicek] 65356: [WIN32K] - fix up icon size before calculating the destination rectangle CORE-8782

2014-11-10 Thread khornicek
Author: khornicek Date: Mon Nov 10 14:00:02 2014 New Revision: 65356 URL: http://svn.reactos.org/svn/reactos?rev=65356view=rev Log: [WIN32K] - fix up icon size before calculating the destination rectangle CORE-8782 Modified: trunk/reactos/win32ss/user/ntuser/cursoricon_new.c Modified:

[ros-diffs] [akhaldi] 65357: [CMAKE][NTOS] * Improve some inclusions (avoid ../ types). * The answer is 42.

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 16:26:55 2014 New Revision: 65357 URL: http://svn.reactos.org/svn/reactos?rev=65357view=rev Log: [CMAKE][NTOS] * Improve some inclusions (avoid ../ types). * The answer is 42. Modified: trunk/reactos/ntoskrnl/cache/section/data.c

[ros-diffs] [akhaldi] 65358: [NPPTOOLS] * Import from Wine 1.7.27. CORE-8789 #resolve #comment Imported in r65358. CORE-8540

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 16:41:42 2014 New Revision: 65358 URL: http://svn.reactos.org/svn/reactos?rev=65358view=rev Log: [NPPTOOLS] * Import from Wine 1.7.27. CORE-8789 #resolve #comment Imported in r65358. CORE-8540 Added: trunk/reactos/dll/win32/npptools/ (with props)

[ros-diffs] [akhaldi] 65359: * Create a branch for the ongoing tcpip rev^H^H^H rewrite.

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 17:23:07 2014 New Revision: 65359 URL: http://svn.reactos.org/svn/reactos?rev=65359view=rev Log: * Create a branch for the ongoing tcpip rev^H^H^H rewrite. Added: branches/tcpip_revolution/ (props changed) - copied from r65358, trunk/reactos/

[ros-diffs] [jgardou] 65360: [TCPIP] - Violently rip off the whole thing.

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 17:40:55 2014 New Revision: 65360 URL: http://svn.reactos.org/svn/reactos?rev=65360view=rev Log: [TCPIP] - Violently rip off the whole thing. Removed: branches/tcpip_revolution/drivers/network/tcpip/CMakeLists.txt

[ros-diffs] [pschweitzer] 65361: [FASTFAT] - Store IO VPB in our VCB for later use - Prepare a spare VPB in our VCB for dismount swapout

2014-11-10 Thread pschweitzer
Author: pschweitzer Date: Mon Nov 10 17:42:51 2014 New Revision: 65361 URL: http://svn.reactos.org/svn/reactos?rev=65361view=rev Log: [FASTFAT] - Store IO VPB in our VCB for later use - Prepare a spare VPB in our VCB for dismount swapout Modified:

[ros-diffs] [jgardou] 65362: [TCPIP] Start a new implementation using lwip *for real*. The goal being to let lwip do all the dirty work for us, taking the full power of it, including TCP, ICMP, SNMP,

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 18:00:09 2014 New Revision: 65362 URL: http://svn.reactos.org/svn/reactos?rev=65362view=rev Log: [TCPIP] Start a new implementation using lwip *for real*. The goal being to let lwip do all the dirty work for us, taking the full power of it, including TCP, ICMP,

[ros-diffs] [jgardou] 65363: [LWIP] - enable SNMP, UDP, ICMP and loopback interface support.

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 18:00:13 2014 New Revision: 65363 URL: http://svn.reactos.org/svn/reactos?rev=65363view=rev Log: [LWIP] - enable SNMP, UDP, ICMP and loopback interface support. Modified: branches/tcpip_revolution/lib/drivers/lwip/CMakeLists.txt

[ros-diffs] [jgardou] 65364: [IP] - Violently rip off this too.

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 18:00:24 2014 New Revision: 65364 URL: http://svn.reactos.org/svn/reactos?rev=65364view=rev Log: [IP] - Violently rip off this too. Removed: branches/tcpip_revolution/lib/drivers/ip/CMakeLists.txt

[ros-diffs] [jgardou] 65365: [LWIP] - In a last surge of violence, fix build.

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 18:00:28 2014 New Revision: 65365 URL: http://svn.reactos.org/svn/reactos?rev=65365view=rev Log: [LWIP] - In a last surge of violence, fix build. Removed: branches/tcpip_revolution/lib/drivers/lwip/src/include/rosip.h

[ros-diffs] [jgardou] 65366: [LWIP] - Remove last bits of old tcpip implementation

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 18:06:30 2014 New Revision: 65366 URL: http://svn.reactos.org/svn/reactos?rev=65366view=rev Log: [LWIP] - Remove last bits of old tcpip implementation Modified: branches/tcpip_revolution/lib/drivers/lwip/src/sys_arch.c Modified:

[ros-diffs] [pschweitzer] 65367: [PARTTEST] Add a dummy application that will open first disk and check first sector for MBR and then will open first partition to check for something known ( not MBR)

2014-11-10 Thread pschweitzer
Author: pschweitzer Date: Mon Nov 10 18:26:34 2014 New Revision: 65367 URL: http://svn.reactos.org/svn/reactos?rev=65367view=rev Log: [PARTTEST] Add a dummy application that will open first disk and check first sector for MBR and then will open first partition to check for something known ( not

[ros-diffs] [akhaldi] 65368: [CMAKE][BOOTSECT] * Improve some inclusions (avoid ../ types).

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 19:21:06 2014 New Revision: 65368 URL: http://svn.reactos.org/svn/reactos?rev=65368view=rev Log: [CMAKE][BOOTSECT] * Improve some inclusions (avoid ../ types). Modified: trunk/reactos/boot/freeldr/bootsect/fat.S trunk/reactos/boot/freeldr/bootsect/fat32.S

[ros-diffs] [akhaldi] 65369: [CMAKE][NTVDM] * There is no folder named ntvdm inside ntvdm. * Improve some inclusions (avoid ../ types).

2014-11-10 Thread akhaldi
Author: akhaldi Date: Mon Nov 10 19:47:28 2014 New Revision: 65369 URL: http://svn.reactos.org/svn/reactos?rev=65369view=rev Log: [CMAKE][NTVDM] * There is no folder named ntvdm inside ntvdm. * Improve some inclusions (avoid ../ types). Modified: trunk/reactos/subsystems/ntvdm/CMakeLists.txt

[ros-diffs] [jgardou] 65370: [TCPIP] - Add skeleton code to handle IOCTL_TCP_SET_INFORMATION_EX

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 21:37:25 2014 New Revision: 65370 URL: http://svn.reactos.org/svn/reactos?rev=65370view=rev Log: [TCPIP] - Add skeleton code to handle IOCTL_TCP_SET_INFORMATION_EX Modified: branches/tcpip_revolution/drivers/network/tcpip/information.c

[ros-diffs] [jgardou] 65371: [TCPIP] - Implement setting the TTL for a socket. - Stubplement setting the IP_DONTFRAGMENT flag. - Properly set IoStatus.Information when receiving datagram. - Properly s

2014-11-10 Thread jgardou
Author: jgardou Date: Mon Nov 10 21:37:55 2014 New Revision: 65371 URL: http://svn.reactos.org/svn/reactos?rev=65371view=rev Log: [TCPIP] - Implement setting the TTL for a socket. - Stubplement setting the IP_DONTFRAGMENT flag. - Properly set IoStatus.Information when receiving datagram. -

[ros-diffs] [pschweitzer] 65372: [FASTFAT] - Implement VPB swapout in our FAT driver for dismout (see VfatCheckForDismount) - Dereference volume handles on close (not on cleanup) - Keep track of the V

2014-11-10 Thread pschweitzer
Author: pschweitzer Date: Mon Nov 10 22:11:36 2014 New Revision: 65372 URL: http://svn.reactos.org/svn/reactos?rev=65372view=rev Log: [FASTFAT] - Implement VPB swapout in our FAT driver for dismout (see VfatCheckForDismount) - Dereference volume handles on close (not on cleanup) - Keep track of

[ros-diffs] [dquintana] 65373: [RSHELL] * Make use of the CToolbar class here too. * Fix the menubar logic for closing menus on a second click. Almost. There's some glitch when clicking too fast, that

2014-11-10 Thread dquintana
Author: dquintana Date: Tue Nov 11 01:05:39 2014 New Revision: 65373 URL: http://svn.reactos.org/svn/reactos?rev=65373view=rev Log: [RSHELL] * Make use of the CToolbar class here too. * Fix the menubar logic for closing menus on a second click. Almost. There's some glitch when clicking too fast,

[ros-diffs] [hbelusca] 65374: [NTVDM] - Disable some DPRINTs and reenable some others (those concerning programs loading). - INT 15h, AH=C2h calls a dedicated mouse bios function, which is stubplement

2014-11-10 Thread hbelusca
Author: hbelusca Date: Tue Nov 11 01:40:23 2014 New Revision: 65374 URL: http://svn.reactos.org/svn/reactos?rev=65374view=rev Log: [NTVDM] - Disable some DPRINTs and reenable some others (those concerning programs loading). - INT 15h, AH=C2h calls a dedicated mouse bios function, which is

[ros-diffs] [hbelusca] 65375: [NTVDM]: Errm... fix the fix: apps *must* always set AX (not AL) to a correct value before calling INT 33h. The app that wrongly set AX did it once... ^^

2014-11-10 Thread hbelusca
Author: hbelusca Date: Tue Nov 11 01:57:59 2014 New Revision: 65375 URL: http://svn.reactos.org/svn/reactos?rev=65375view=rev Log: [NTVDM]: Errm... fix the fix: apps *must* always set AX (not AL) to a correct value before calling INT 33h. The app that wrongly set AX did it once... ^^ Modified: