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/
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
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
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
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
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/
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
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
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