[ros-diffs] [jgardou] 57629: [FREELDR] - Use a better workaround for the objcopy bug

2012-10-27 Thread jgardou
Author: jgardou Date: Sun Oct 28 01:58:36 2012 New Revision: 57629 URL: http://svn.reactos.org/svn/reactos?rev=57629&view=rev Log: [FREELDR] - Use a better workaround for the objcopy bug Modified: trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt Modified: trunk/reactos/boot/freeldr/freeldr/

[ros-diffs] [hbelusca] 57628: [WIN32SS/USER32] - Use the new subsystems header winmsg.h - Use the new USER_API_MESSAGE structure, and adapt co_CsrNotify in consequence. - Code formatting. [KERNEL32] -

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 23:52:28 2012 New Revision: 57628 URL: http://svn.reactos.org/svn/reactos?rev=57628&view=rev Log: [WIN32SS/USER32] - Use the new subsystems header winmsg.h - Use the new USER_API_MESSAGE structure, and adapt co_CsrNotify in consequence. - Code formatting. [KERNEL

[ros-diffs] [hbelusca] 57627: [BASESRV] Remove unneeded comments.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 23:18:49 2012 New Revision: 57627 URL: http://svn.reactos.org/svn/reactos?rev=57627&view=rev Log: [BASESRV] Remove unneeded comments. Modified: branches/ros-csrss/include/reactos/subsys/win/basemsg.h Modified: branches/ros-csrss/include/reactos/subsys/win/ba

[ros-diffs] [ekohl] 57626: [SAMSRV] - Fix MSVC build warnings. - Implement SamrAddMultipeMembersToAlias. - Add missing user attributes to the user setup code.

2012-10-27 Thread ekohl
Author: ekohl Date: Sat Oct 27 19:38:12 2012 New Revision: 57626 URL: http://svn.reactos.org/svn/reactos?rev=57626&view=rev Log: [SAMSRV] - Fix MSVC build warnings. - Implement SamrAddMultipeMembersToAlias. - Add missing user attributes to the user setup code. Modified: trunk/reactos/dll/win3

[ros-diffs] [hbelusca] 57625: [NTDLL] - Code formatting. - Fix CSR message length computation. [CSR] - Remove unneeded comments. - Correct arguments names.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 19:05:10 2012 New Revision: 57625 URL: http://svn.reactos.org/svn/reactos?rev=57625&view=rev Log: [NTDLL] - Code formatting. - Fix CSR message length computation. [CSR] - Remove unneeded comments. - Correct arguments names. Modified: branches/ros-csrss/dll/n

[ros-diffs] [gadamopoulos] 57624: [win32k] - Double the size of the user handle table in order to allow the test suite to complete despite the horrible object leaks

2012-10-27 Thread gadamopoulos
Author: gadamopoulos Date: Sat Oct 27 18:06:10 2012 New Revision: 57624 URL: http://svn.reactos.org/svn/reactos?rev=57624&view=rev Log: [win32k] - Double the size of the user handle table in order to allow the test suite to complete despite the horrible object leaks Modified: trunk/reactos/

[ros-diffs] [gadamopoulos] 57623: [win32k] - Fix WARN macros - Keep a list of the PROCESSINFO of all the running processes - Count how many handles a process owns per type in PROCESSINFO - Improve the

2012-10-27 Thread gadamopoulos
Author: gadamopoulos Date: Sat Oct 27 16:39:18 2012 New Revision: 57623 URL: http://svn.reactos.org/svn/reactos?rev=57623&view=rev Log: [win32k] - Fix WARN macros - Keep a list of the PROCESSINFO of all the running processes - Count how many handles a process owns per type in PROCESSINFO - Improve

[ros-diffs] [hbelusca] 57622: [CSRSRV] Code formatting only.

2012-10-27 Thread hbelusca
Author: hbelusca Date: Sat Oct 27 14:30:32 2012 New Revision: 57622 URL: http://svn.reactos.org/svn/reactos?rev=57622&view=rev Log: [CSRSRV] Code formatting only. Modified: branches/ros-csrss/subsystems/win32/csrsrv/api.c branches/ros-csrss/subsystems/win32/csrsrv/server.c branches/ro

[ros-diffs] [jgardou] 57621: [GLU32] - From version 9.0, mesa doesn't ship the glu library anymore. It is maintained in another tree. - Introduce glu 9.0 to ReactOS code base.

2012-10-27 Thread jgardou
Author: jgardou Date: Sat Oct 27 13:44:35 2012 New Revision: 57621 URL: http://svn.reactos.org/svn/reactos?rev=57621&view=rev Log: [GLU32] - From version 9.0, mesa doesn't ship the glu library anymore. It is maintained in another tree. - Introduce glu 9.0 to ReactOS code base. Added: trunk