[ros-diffs] [tkreuzer] 58936: {RTL] - Implement RtlFillMemoryUlonglong - Add missing bitmap64.c - Fix 64bit bitmap code

2013-05-05 Thread tkreuzer
Author: tkreuzer Date: Sun May 5 09:02:36 2013 New Revision: 58936 URL: http://svn.reactos.org/svn/reactos?rev=58936view=rev Log: {RTL] - Implement RtlFillMemoryUlonglong - Add missing bitmap64.c - Fix 64bit bitmap code Added: trunk/reactos/lib/rtl/bitmap64.c (with props) Modified:

[ros-diffs] [pschweitzer] 58937: [RTL] Implement RtlAcquirePrivilege and RtlReleasePrivilege. Reviewed by Aleksey

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 09:30:12 2013 New Revision: 58937 URL: http://svn.reactos.org/svn/reactos?rev=58937view=rev Log: [RTL] Implement RtlAcquirePrivilege and RtlReleasePrivilege. Reviewed by Aleksey Modified: trunk/reactos/lib/rtl/priv.c Modified:

[ros-diffs] [pschweitzer] 58938: [RTL] Comment out RtlAcquirePrivilege RtlReleasePrivilege for the moment. It appears we are overflowing memory and thus corrupting registry, that breaks ReactOS inst

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 09:55:32 2013 New Revision: 58938 URL: http://svn.reactos.org/svn/reactos?rev=58938view=rev Log: [RTL] Comment out RtlAcquirePrivilege RtlReleasePrivilege for the moment. It appears we are overflowing memory and thus corrupting registry, that breaks ReactOS

[ros-diffs] [hbelusca] 58939: [CDMAKE] Reset the volume expiration date and the volume effective date. They are not used. See http://wiki.osdev.org/ISO_9660#The_Primary_Volume_Descriptor for more

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 10:18:52 2013 New Revision: 58939 URL: http://svn.reactos.org/svn/reactos?rev=58939view=rev Log: [CDMAKE] Reset the volume expiration date and the volume effective date. They are not used. See http://wiki.osdev.org/ISO_9660#The_Primary_Volume_Descriptor for more

[ros-diffs] [tfaber] 58940: [KMTESTS:MM] - Fix 64-bit warnings. Patch by Nikolay Borisov. ROSTESTS-112 #resolve

2013-05-05 Thread tfaber
Author: tfaber Date: Sun May 5 12:18:49 2013 New Revision: 58940 URL: http://svn.reactos.org/svn/reactos?rev=58940view=rev Log: [KMTESTS:MM] - Fix 64-bit warnings. Patch by Nikolay Borisov. ROSTESTS-112 #resolve Modified: trunk/rostests/kmtests/ntos_mm/ZwAllocateVirtualMemory.c

[ros-diffs] [spetreolle] 58941: [FUSION] Remove baseaddress to fix address conflicts. Reenable creation of InstallRoot .NET key in its REG_SZ form.

2013-05-05 Thread spetreolle
Author: spetreolle Date: Sun May 5 13:09:46 2013 New Revision: 58941 URL: http://svn.reactos.org/svn/reactos?rev=58941view=rev Log: [FUSION] Remove baseaddress to fix address conflicts. Reenable creation of InstallRoot .NET key in its REG_SZ form. Modified:

[ros-diffs] [janderwald] 58942: [LIBUSB] - Remove useless debug prints, which violate the spec - Fix identation CORE-7009

2013-05-05 Thread janderwald
Author: janderwald Date: Sun May 5 14:43:39 2013 New Revision: 58942 URL: http://svn.reactos.org/svn/reactos?rev=58942view=rev Log: [LIBUSB] - Remove useless debug prints, which violate the spec - Fix identation CORE-7009 Modified: trunk/reactos/lib/drivers/libusb/hcd_controller.cpp

[ros-diffs] [tfaber] 58944: [HIDCLASS] - Don't return inconsistent status values from HidClass_DeviceControl

2013-05-05 Thread tfaber
Author: tfaber Date: Sun May 5 15:04:49 2013 New Revision: 58944 URL: http://svn.reactos.org/svn/reactos?rev=58944view=rev Log: [HIDCLASS] - Don't return inconsistent status values from HidClass_DeviceControl Modified: trunk/reactos/drivers/hid/hidclass/hidclass.c Modified:

[ros-diffs] [pschweitzer] 58946: [RTL] Add a few DPRINTs. Fix a bug where last status was overrided in case of failure. Still commented out...

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 17:32:00 2013 New Revision: 58946 URL: http://svn.reactos.org/svn/reactos?rev=58946view=rev Log: [RTL] Add a few DPRINTs. Fix a bug where last status was overrided in case of failure. Still commented out... Modified: trunk/reactos/lib/rtl/priv.c

[ros-diffs] [hbelusca] 58948: [KDROSDBG] Remove some unneeded legacy.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:21:03 2013 New Revision: 58948 URL: http://svn.reactos.org/svn/reactos?rev=58948view=rev Log: [KDROSDBG] Remove some unneeded legacy. Modified: branches/kd++/drivers/base/kdrosdbg/CMakeLists.txt branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c

[ros-diffs] [pschweitzer] 58949: [RTL] Don't allocate an extra privilege entry when not required. Still doesn't fix issue.

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 19:24:25 2013 New Revision: 58949 URL: http://svn.reactos.org/svn/reactos?rev=58949view=rev Log: [RTL] Don't allocate an extra privilege entry when not required. Still doesn't fix issue. Modified: trunk/reactos/lib/rtl/priv.c Modified:

[ros-diffs] [hbelusca] 58950: [KDROSDBG] Remove further legacy exports (the aim is to obtain at least the same exports as kdcom).

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:36:05 2013 New Revision: 58950 URL: http://svn.reactos.org/svn/reactos?rev=58950view=rev Log: [KDROSDBG] Remove further legacy exports (the aim is to obtain at least the same exports as kdcom). Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c

[ros-diffs] [hbelusca] 58951: I said remove !!

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:38:12 2013 New Revision: 58951 URL: http://svn.reactos.org/svn/reactos?rev=58951view=rev Log: I said remove !! Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c

[ros-diffs] [hbelusca] 58952: Further remove legacy, now only 3 functions remain.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 19:55:42 2013 New Revision: 58952 URL: http://svn.reactos.org/svn/reactos?rev=58952view=rev Log: Further remove legacy, now only 3 functions remain. Modified: branches/kd++/drivers/base/kdrosdbg/arm/kdbg.c branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c

[ros-diffs] [hbelusca] 58954: Legacy code from KdPortInitialize, which was put in KdPortInitializeEx, is deactivated because it was unusued (the actual code doesn't call KdPortInitialize).

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 20:05:50 2013 New Revision: 58954 URL: http://svn.reactos.org/svn/reactos?rev=58954view=rev Log: Legacy code from KdPortInitialize, which was put in KdPortInitializeEx, is deactivated because it was unusued (the actual code doesn't call KdPortInitialize).

[ros-diffs] [pschweitzer] 58955: [RTL] Properly define the loop for privileges adjustement. Spotted fixed by Thomas.

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 20:19:23 2013 New Revision: 58955 URL: http://svn.reactos.org/svn/reactos?rev=58955view=rev Log: [RTL] Properly define the loop for privileges adjustement. Spotted fixed by Thomas. Modified: trunk/reactos/lib/rtl/priv.c Modified:

[ros-diffs] [hbelusca] 58956: [KDROSDBG] One can safely remove these forward declarations.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 20:19:55 2013 New Revision: 58956 URL: http://svn.reactos.org/svn/reactos?rev=58956view=rev Log: [KDROSDBG] One can safely remove these forward declarations. Modified: branches/kd++/drivers/base/kdrosdbg/i386/kdbg.c Modified:

[ros-diffs] [hbelusca] 58957: [KDROSDBG] Comment that part too, because it was in KdPortInitialize and here, it reported an invalid port. KdPortInUse is initialized by KDBG.

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 21:23:20 2013 New Revision: 58957 URL: http://svn.reactos.org/svn/reactos?rev=58957view=rev Log: [KDROSDBG] Comment that part too, because it was in KdPortInitialize and here, it reported an invalid port. KdPortInUse is initialized by KDBG. Modified:

[ros-diffs] [hbelusca] 58958: [KDROSDBG] Place the (unimplemented) real KD functions into a dedicated file and isolate ReactOS-specific port functions. They can go into a libary along KDBG !

2013-05-05 Thread hbelusca
Author: hbelusca Date: Sun May 5 21:57:42 2013 New Revision: 58958 URL: http://svn.reactos.org/svn/reactos?rev=58958view=rev Log: [KDROSDBG] Place the (unimplemented) real KD functions into a dedicated file and isolate ReactOS-specific port functions. They can go into a libary along KDBG !

[ros-diffs] [pschweitzer] 58959: [RTL] When we are impersonating, also set the flag, so that on release, we can kill it. This hopefully fixes 2nd stage and the whole mess it was causing in privileges.

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 22:19:54 2013 New Revision: 58959 URL: http://svn.reactos.org/svn/reactos?rev=58959view=rev Log: [RTL] When we are impersonating, also set the flag, so that on release, we can kill it. This hopefully fixes 2nd stage and the whole mess it was causing in

[ros-diffs] [pschweitzer] 58960: [RTL] Finally reenable RtlAcquirePrivilege and RtlReleasePrivilege now that they are fixed. [KERNEL32] Remove the hacks in SetSystemTime() and SetLocalTime() now that

2013-05-05 Thread pschweitzer
Author: pschweitzer Date: Sun May 5 22:31:17 2013 New Revision: 58960 URL: http://svn.reactos.org/svn/reactos?rev=58960view=rev Log: [RTL] Finally reenable RtlAcquirePrivilege and RtlReleasePrivilege now that they are fixed. [KERNEL32] Remove the hacks in SetSystemTime() and SetLocalTime() now