[ros-diffs] [aandrejevic] 59273: [NTVDM] Change the PIT code to use only one thread, to avoid race conditions. Implement PIT counter reading and latch command.

2013-06-21 Thread aandrejevic
Author: aandrejevic Date: Fri Jun 21 13:55:31 2013 New Revision: 59273 URL: http://svn.reactos.org/svn/reactos?rev=59273view=rev Log: [NTVDM] Change the PIT code to use only one thread, to avoid race conditions. Implement PIT counter reading and latch command. Modified:

[ros-diffs] [tfaber] 59274: [APITESTS] - Avoid warnings

2013-06-21 Thread tfaber
Author: tfaber Date: Fri Jun 21 17:22:46 2013 New Revision: 59274 URL: http://svn.reactos.org/svn/reactos?rev=59274view=rev Log: [APITESTS] - Avoid warnings Modified: trunk/rostests/apitests/gdi32/GetObject.c trunk/rostests/apitests/ntdll/NtAllocateVirtualMemory.c

[ros-diffs] [tfaber] 59275: [MSHTML_WINETEST] - Fix warnings about missing sprintf

2013-06-21 Thread tfaber
Author: tfaber Date: Fri Jun 21 17:28:53 2013 New Revision: 59275 URL: http://svn.reactos.org/svn/reactos?rev=59275view=rev Log: [MSHTML_WINETEST] - Fix warnings about missing sprintf Modified: trunk/rostests/winetests/mshtml/activex.c trunk/rostests/winetests/mshtml/events.c

[ros-diffs] [aandrejevic] 59276: [NTVDM] Implement the keyboard IRQ.

2013-06-21 Thread aandrejevic
Author: aandrejevic Date: Fri Jun 21 21:25:01 2013 New Revision: 59276 URL: http://svn.reactos.org/svn/reactos?rev=59276view=rev Log: [NTVDM] Implement the keyboard IRQ. Modified: branches/ntvdm/subsystems/ntvdm/hardware.c branches/ntvdm/subsystems/ntvdm/ntvdm.c

[ros-diffs] [aandrejevic] 59277: [NTVDM] Use local time instead of system time for the clock. Implement the set system date and set system time DOS functions.

2013-06-21 Thread aandrejevic
Author: aandrejevic Date: Fri Jun 21 22:14:07 2013 New Revision: 59277 URL: http://svn.reactos.org/svn/reactos?rev=59277view=rev Log: [NTVDM] Use local time instead of system time for the clock. Implement the set system date and set system time DOS functions. Modified:

[ros-diffs] [ekohl] 59278: [SAMSRV] Changing user account names requires more than just changing the name attribute. Do it properly.

2013-06-21 Thread ekohl
Author: ekohl Date: Fri Jun 21 23:19:37 2013 New Revision: 59278 URL: http://svn.reactos.org/svn/reactos?rev=59278view=rev Log: [SAMSRV] Changing user account names requires more than just changing the name attribute. Do it properly. Modified: trunk/reactos/dll/win32/samsrv/samrpc.c

[ros-diffs] [aandrejevic] 59279: [NTVDM] Improve keyboard IRQ performance. Add debug output to measure number of instructions per second.

2013-06-21 Thread aandrejevic
Author: aandrejevic Date: Sat Jun 22 01:41:51 2013 New Revision: 59279 URL: http://svn.reactos.org/svn/reactos?rev=59279view=rev Log: [NTVDM] Improve keyboard IRQ performance. Add debug output to measure number of instructions per second. Modified:

[ros-diffs] [hbelusca] 59280: [NTVDM] Use correctly NDEBUG, and use ReactOS macro: ASSERT, instead of the assert() CRT function.

2013-06-21 Thread hbelusca
Author: hbelusca Date: Sat Jun 22 01:48:28 2013 New Revision: 59280 URL: http://svn.reactos.org/svn/reactos?rev=59280view=rev Log: [NTVDM] Use correctly NDEBUG, and use ReactOS macro: ASSERT, instead of the assert() CRT function. Modified: branches/ntvdm/subsystems/ntvdm/bios.c