[ros-diffs] [akhaldi] 69438: [NTVDM] Revert r69435.

2015-10-04 Thread akhaldi
Author: akhaldi Date: Sun Oct 4 11:49:28 2015 New Revision: 69438 URL: http://svn.reactos.org/svn/reactos?rev=69438=rev Log: [NTVDM] Revert r69435. Modified: trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.c trunk/reactos/subsystems/mvdm/ntvdm/bios/bios.h

[ros-diffs] [akhaldi] 69439: [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

2015-10-04 Thread akhaldi
Author: akhaldi Date: Sun Oct 4 11:54:25 2015 New Revision: 69439 URL: http://svn.reactos.org/svn/reactos?rev=69439=rev Log: [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 Modified: trunk/reactos/ntoskrnl/cache/cachesub.c

[ros-diffs] [ion] 69442: [FS_REC]: Guard against ROUND_UP/DOWN already being defined.

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 17:14:24 2015 New Revision: 69442 URL: http://svn.reactos.org/svn/reactos?rev=69442=rev Log: [FS_REC]: Guard against ROUND_UP/DOWN already being defined. Modified: trunk/reactos/drivers/filesystems/fs_rec/fs_rec.h Modified:

[ros-diffs] [ion] 69441: [NTOSKRNL]: Jerome _was_ nice enough to make our cells ordered (64222).

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 17:13:38 2015 New Revision: 69441 URL: http://svn.reactos.org/svn/reactos?rev=69441=rev Log: [NTOSKRNL]: Jerome _was_ nice enough to make our cells ordered (64222). Modified: trunk/reactos/ntoskrnl/config/cmindex.c Modified:

[ros-diffs] [akhaldi] 69440: [MBEDTLS] Update mbedtls to v2.1.1. By Ismael Ferreras Morezuelas with a fix by Roy Tam. CORE-9065

2015-10-04 Thread akhaldi
Author: akhaldi Date: Sun Oct 4 17:08:38 2015 New Revision: 69440 URL: http://svn.reactos.org/svn/reactos?rev=69440=rev Log: [MBEDTLS] Update mbedtls to v2.1.1. By Ismael Ferreras Morezuelas with a fix by Roy Tam. CORE-9065 Added:

[ros-diffs] [tfaber] 69443: [RAPPS] - Fix incorrect buffer sizes - Use safe string functions - Avoid extended chars in string literals

2015-10-04 Thread tfaber
Author: tfaber Date: Sun Oct 4 19:39:23 2015 New Revision: 69443 URL: http://svn.reactos.org/svn/reactos?rev=69443=rev Log: [RAPPS] - Fix incorrect buffer sizes - Use safe string functions - Avoid extended chars in string literals Modified: trunk/reactos/base/applications/rapps/loaddlg.c

[ros-diffs] [ion] 69444: [CMLIB/NTOSKRNL]: - Move cmindex.c and cmname.c to cmlib, because bootmgr/winload use the kernel's cm implementation, unlike our freeldr which uses an almost copy-pasted-but-n

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 20:18:49 2015 New Revision: 69444 URL: http://svn.reactos.org/svn/reactos?rev=69444=rev Log: [CMLIB/NTOSKRNL]: - Move cmindex.c and cmname.c to cmlib, because bootmgr/winload use the kernel's cm implementation, unlike our freeldr which uses an almost

[ros-diffs] [ion] 69447: [BOOTLIB]: - WIP work to begin reading, parsing, mounting and loading the BCD hive into a data store. Untested, has missing pieces. - Implement BlFileSet/GetInformation, BlFil

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 21:07:12 2015 New Revision: 69447 URL: http://svn.reactos.org/svn/reactos?rev=69447=rev Log: [BOOTLIB]: - WIP work to begin reading, parsing, mounting and loading the BCD hive into a data store. Untested, has missing pieces. - Implement BlFileSet/GetInformation,

[ros-diffs] [ion] 69446: [CMLIB]: - Missing header change from previous commit.

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 20:24:52 2015 New Revision: 69446 URL: http://svn.reactos.org/svn/reactos?rev=69446=rev Log: [CMLIB]: - Missing header change from previous commit. Modified: trunk/reactos/lib/cmlib/cmlib.h Modified: trunk/reactos/lib/cmlib/cmlib.h URL:

[ros-diffs] [ion] 69445: [MKHIVE]: - Whoever wrote mkhive ran into the problem I just did, and realized hey-i-dont-fucking-want-to-use-that-almost-copy-pasted-but-not-shared-code-so-why-dont-i-use-the

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 20:23:25 2015 New Revision: 69445 URL: http://svn.reactos.org/svn/reactos?rev=69445=rev Log: [MKHIVE]: - Whoever wrote mkhive ran into the problem I just did, and realized

[ros-diffs] [ion] 69448: People's local builds use PCH by default, rosbuilds do not. A recipe for success.

2015-10-04 Thread ion
Author: ion Date: Sun Oct 4 21:11:48 2015 New Revision: 69448 URL: http://svn.reactos.org/svn/reactos?rev=69448=rev Log: People's local builds use PCH by default, rosbuilds do not. A recipe for success. Modified: trunk/reactos/boot/environ/lib/misc/bcd.c Modified:

[ros-diffs] [ion] 69450: [BOOTLIB]: - Fix BCD bugs.

2015-10-04 Thread ion
Author: ion Date: Mon Oct 5 01:02:56 2015 New Revision: 69450 URL: http://svn.reactos.org/svn/reactos?rev=69450=rev Log: [BOOTLIB]: - Fix BCD bugs. Modified: trunk/reactos/boot/environ/app/bootmgr/bootmgr.c trunk/reactos/boot/environ/app/bootmgr/efiemu.c

[ros-diffs] [ekohl] 69449: [INTL] - Improve the internal locale storage. Replace the array of strings by a customized struct. - Implement the locale customization properly. The customization property

2015-10-04 Thread ekohl
Author: ekohl Date: Sun Oct 4 21:57:03 2015 New Revision: 69449 URL: http://svn.reactos.org/svn/reactos?rev=69449=rev Log: [INTL] - Improve the internal locale storage. Replace the array of strings by a customized struct. - Implement the locale customization properly. The customization property

[ros-diffs] [ion] 69451: [BOOTLIB]: - Fix a regression - Add a few more flags - Don't look for BCD in "Microsoft" directory

2015-10-04 Thread ion
Author: ion Date: Mon Oct 5 04:51:32 2015 New Revision: 69451 URL: http://svn.reactos.org/svn/reactos?rev=69451=rev Log: [BOOTLIB]: - Fix a regression - Add a few more flags - Don't look for BCD in "Microsoft" directory Modified: trunk/reactos/boot/environ/app/bootmgr/bootmgr.c

[ros-diffs] [ion] 69452: [BOOTLIB]: - Fix multiple bugs in ETFS code (confusion between file offset vs. disk offset) - Implement EtfsGetInformation, EtfsSetInformation, and fix ETFS_FILE definition to

2015-10-04 Thread ion
Author: ion Date: Mon Oct 5 05:53:40 2015 New Revision: 69452 URL: http://svn.reactos.org/svn/reactos?rev=69452=rev Log: [BOOTLIB]: - Fix multiple bugs in ETFS code (confusion between file offset vs. disk offset) - Implement EtfsGetInformation, EtfsSetInformation, and fix ETFS_FILE definition