[ros-diffs] [reactos] 01/01: [FASTFAT] When dealing with attributes on IRP_MJ_CREATE, filter user input to ensure we have only attributes we can handle. This applies to files newly created, or for fil

2018-01-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0eacb0b1ef379df265cd96ef1df4302a459dc5c5 commit 0eacb0b1ef379df265cd96ef1df4302a459dc5c5 Author: Pierre Schweitzer AuthorDate: Sat Jan 6 22:02:10 2018 +0100 [FASTFAT] When dealing with attributes on IRP_MJ_CREATE,

[ros-diffs] [reactos] 01/01: [NTFS] Apply fix from 52f0726: allow partial info copy on dir enumeration on first entry return. This is assorted with misc fixes to make this code closer to what we curre

2018-01-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7bea4ec07eadf78e29b1bafda9b20872ebbf60a7 commit 7bea4ec07eadf78e29b1bafda9b20872ebbf60a7 Author: Pierre Schweitzer AuthorDate: Sat Jan 6 21:39:25 2018 +0100 [NTFS] Apply fix from 52f0726: allow partial info copy on

[ros-diffs] [reactos] 06/06: [NTOS:MM] Pass FaultCode to MiDispatchFault

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1014d50a4be27ab91988a3c6ddd0eb07b2b3a5d8 commit 1014d50a4be27ab91988a3c6ddd0eb07b2b3a5d8 Author: Timo Kreuzer AuthorDate: Mon Jan 1 22:40:43 2018 +0100 [NTOS:MM] Pass FaultCode to MiDispatchFault ---

[ros-diffs] [reactos] 05/06: [NTOS:MM] Mark local functions with static

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f426aabde1a20015ad4631f1fb27d3afc97ed74 commit 3f426aabde1a20015ad4631f1fb27d3afc97ed74 Author: Timo Kreuzer AuthorDate: Tue Jan 2 11:31:37 2018 +0100 [NTOS:MM] Mark local functions with static ---

[ros-diffs] [reactos] 04/06: [NTOS:MM] Add support for NX page-faults

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a00378a1a1a1c12917ffa629da3a052c07fd7e4a commit a00378a1a1a1c12917ffa629da3a052c07fd7e4a Author: Timo Kreuzer AuthorDate: Tue Jan 2 11:22:22 2018 +0100 [NTOS:MM] Add support for NX page-faults ---

[ros-diffs] [reactos] 03/06: [NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_FAULT and MI_IS_WRITE_ACCESS macros in MmArmAccessFault.

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4d043aa05ea8cf7741a4d93bb6792202781000b5 commit 4d043aa05ea8cf7741a4d93bb6792202781000b5 Author: Timo Kreuzer AuthorDate: Mon Jan 1 23:03:56 2018 +0100 [NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_FAULT

[ros-diffs] [reactos] 02/06: [NTOS:MM] Pass The FaultCode to MmArmAcceessFault as well and translate it there to what was declared as "StoreInstruction" No functional changes.

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d5c71429d70b389ef525dd894ac989d1e37d691b commit d5c71429d70b389ef525dd894ac989d1e37d691b Author: Timo Kreuzer AuthorDate: Mon Jan 1 22:52:37 2018 +0100 [NTOS:MM] Pass The FaultCode to MmArmAcceessFault as well

[ros-diffs] [reactos] 01/01: [TRANSLATION] Update Simplified Chinese translations and font settings. (#266)

2018-01-06 Thread Luo Yufan
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fe50c655aa43ec7f58ea6ef130da349cf30c6ec2 commit fe50c655aa43ec7f58ea6ef130da349cf30c6ec2 Author: Luo Yufan AuthorDate: Sun Jan 7 01:05:07 2018 +0800 [TRANSLATION] Update Simplified Chinese translations and font

[ros-diffs] [reactos] 02/02: [NDK] Fix some ob types (64 bit)

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=690cc9f30bd4cd1a4ddc0a20cf4d2e5ce42c5a4b commit 690cc9f30bd4cd1a4ddc0a20cf4d2e5ce42c5a4b Author: Timo Kreuzer AuthorDate: Thu Jan 4 19:23:47 2018 +0100 [NDK] Fix some ob types (64 bit) ---

[ros-diffs] [reactos] 01/02: ! Fix build of tracert

2018-01-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5985fe613bf17d20b886106ec047a8e97baa2bb5 commit 5985fe613bf17d20b886106ec047a8e97baa2bb5 Author: Timo Kreuzer AuthorDate: Thu Jan 4 18:29:11 2018 +0100 ! Fix build of tracert # Conflicts: #

[ros-diffs] [reactos] 01/01: [FLTMGR] Properly allocate CCB in CreatePortCCB()

2018-01-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=48382d1448a72011fb9fc6279fae35ac35131a0e commit 48382d1448a72011fb9fc6279fae35ac35131a0e Author: Pierre Schweitzer AuthorDate: Sat Jan 6 13:54:21 2018 +0100 [FLTMGR] Properly allocate CCB in CreatePortCCB()

[ros-diffs] [reactos] 01/01: [NTOS:CM] Improve code in cmsysini.c (#216)

2018-01-06 Thread Colin Finck
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f5d366b2000be1915be3c48a5afb5535fb6e316e commit f5d366b2000be1915be3c48a5afb5535fb6e316e Author: Colin Finck AuthorDate: Sat Jan 6 13:27:41 2018 +0100 [NTOS:CM] Improve code in cmsysini.c (#216) Based on an

[ros-diffs] [reactos] 01/01: [USETUP] When opening the target file for dropping readonly mode only use required access. This avoids the open failing on certain file systems where GENERIC_WRITE access

2018-01-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cc8ccc6eb88702bfa471617a1cbb5c9adb349115 commit cc8ccc6eb88702bfa471617a1cbb5c9adb349115 Author: Pierre Schweitzer AuthorDate: Sat Jan 6 12:11:02 2018 +0100 [USETUP] When opening the target file for dropping readonly

[ros-diffs] [reactos] 01/01: [DRWTSN32] Implement basic crash report functionality

2018-01-06 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=280d7a97758b28d078124f17eb61b5c9d4a30d2d commit 280d7a97758b28d078124f17eb61b5c9d4a30d2d Author: Mark Jansen AuthorDate: Sat Jan 6 11:47:54 2018 +0100 [DRWTSN32] Implement basic crash report functionality