[ros-diffs] [pschweitzer] 59457: [CONFIGURE.SH] Kill bashisms introduced by r59197 and replace them by sh code. This is mainly to preserve maximum portability of the code, and to fix configure.sh on p

2013-07-12 Thread pschweitzer
Author: pschweitzer Date: Fri Jul 12 10:10:23 2013 New Revision: 59457 URL: http://svn.reactos.org/svn/reactos?rev=59457view=rev Log: [CONFIGURE.SH] Kill bashisms introduced by r59197 and replace them by sh code. This is mainly to preserve maximum portability of the code, and to fix configure.sh

[ros-diffs] [pschweitzer] 59458: [CONFIGURE.SH] Fix formatting

2013-07-12 Thread pschweitzer
Author: pschweitzer Date: Fri Jul 12 10:13:45 2013 New Revision: 59458 URL: http://svn.reactos.org/svn/reactos?rev=59458view=rev Log: [CONFIGURE.SH] Fix formatting Modified: trunk/reactos/configure.sh Modified: trunk/reactos/configure.sh URL:

[ros-diffs] [hbelusca] 59459: [KERNEL32] CreateEvent -- NtCreateEvent -- NotificationEvent or SynchronizationEvent (contrary to CreateTimer -- NtCreateTimer).

2013-07-12 Thread hbelusca
Author: hbelusca Date: Fri Jul 12 22:27:12 2013 New Revision: 59459 URL: http://svn.reactos.org/svn/reactos?rev=59459view=rev Log: [KERNEL32] CreateEvent -- NtCreateEvent -- NotificationEvent or SynchronizationEvent (contrary to CreateTimer -- NtCreateTimer). Modified:

[ros-diffs] [aandrejevic] 59460: [NTVDM] Implement the IOCTL command in VDM DOS. Rewrite the BIOS video pages support to use only one console buffer (not yet complete). Fix the BIOS video mode table a

2013-07-12 Thread aandrejevic
Author: aandrejevic Date: Sat Jul 13 01:56:36 2013 New Revision: 59460 URL: http://svn.reactos.org/svn/reactos?rev=59460view=rev Log: [NTVDM] Implement the IOCTL command in VDM DOS. Rewrite the BIOS video pages support to use only one console buffer (not yet complete). Fix the BIOS video mode

[ros-diffs] [hbelusca] 59461: [CONSRV-WINSRV] Now that the console server works fine, move it into its real place (as in Windows), that is, inside winsrv.dll, instead of hosting it in consrv.dll.

2013-07-12 Thread hbelusca
Author: hbelusca Date: Sat Jul 13 04:54:49 2013 New Revision: 59461 URL: http://svn.reactos.org/svn/reactos?rev=59461view=rev Log: [CONSRV-WINSRV] Now that the console server works fine, move it into its real place (as in Windows), that is, inside winsrv.dll, instead of hosting it in consrv.dll.