- 03.01.2012 1 коммит
-
-
Cameron Gutman создал
- Create a branch to drop my ndisuio work svn path=/branches/wlan-bringup/; revision=54809
-
- 02.01.2012 2 коммита
-
-
- 01.01.2012 6 коммитов
-
-
Pierre Schweitzer создал
Reimplement CreateDirectoryA, CreateDirectoryExA, CreateDirectoryW, CreateDirectoryExW, RemoveDirectoryA, RemoveDirectoryW. This reimplementation now matches the w2k3 one, properly handles reparse points (especially mount points) and also brings several fixes. svn path=/trunk/; revision=54804
-
Pierre Schweitzer создал
Implement BaseMarkFileForDelete. This will be used later. svn path=/trunk/; revision=54803
-
-
Pierre Schweitzer создал
Fix RtlIsDosDeviceName_U, RtlIsDosDeviceName_Ustr, RtlDosPathNameToRelativeNtPathName_U, RtlDosPathNameToRelativeNtPathName_U_WithStatus prototypes. svn path=/trunk/; revision=54801
-
-
Pierre Schweitzer создал
Temporarily hackfix r50254 (let's say for a year) Happy New Year everyone! svn path=/trunk/; revision=54799
-
- 31.12.2011 6 коммитов
-
-
Jérôme Gardou создал
- define CRTDLL for crt and libcntpr for right usage of _CRTIMP macro svn path=/trunk/; revision=54796
-
Jérôme Gardou создал
- better fix for non standard use of swprintf, by Thomas Faber svn path=/trunk/; revision=54795
-
Eric Kohl создал
Fix the record number hacks in ElfrNumberOfRecords and LogfWriteData by initializing the oldest record number to 1. svn path=/trunk/; revision=54794
-
Jérôme Gardou создал
- use _snwprintf instead of swprintf (MSVC is not compliant with standard here) svn path=/trunk/; revision=54793
-
Pierre Schweitzer создал
CreateDirectory: handle the case when the FS doesn't support EAs. This should fix VBox and is mandatory if we want to support MS FSD with FAT32 svn path=/trunk/; revision=54789
-
Pierre Schweitzer создал
Return appropriate status when requesting extended attributes on FAT32 svn path=/trunk/; revision=54788
-
- 30.12.2011 5 коммитов
-
-
-
-
-
-
Cameron Gutman создал
- Remove an unneeded (and prone to race) RtlZeroMemory (found by Thomas Faber) - Fix misuse of PAGE_MASK macro and broken PTE flag comparisons svn path=/trunk/; revision=54782
-
- 29.12.2011 3 коммита
-
-
- 28.12.2011 3 коммита
-
-
Rafal Harabien создал
- Fix IntGdiSetBkColor setting wrong dirty flags. Fixes wrong background under text in Open With applications list. svn path=/trunk/; revision=54773
-
Cameron Gutman создал
- Tweak the balancer to prevent an excessive buildup of user pages while cache is paged out completely each run - Bugcheck if we've trimmed everything as much as possibly but we are still in need of pages svn path=/trunk/; revision=54771
-
Rafal Harabien создал
- Use file description in version block instead of filename for application name in Open With menu svn path=/trunk/; revision=54770
-
- 27.12.2011 2 коммита
-
-
Rafal Harabien создал
- Fix memory leak in Open With menu - Show icons in Open With menu - General code improvements svn path=/trunk/; revision=54769
-
Cameron Gutman создал
- Don't flush the TLB in MmEnableVirtualMapping and MmCreateVirtualMapping because the PTE is already invalid so it can't possibly be in the TLB per x86 spec - Added explanations of why flushes are needed or not needed in certain places - A few small code improvements - Should speed up ROS a bit by avoiding unnecessary TLB entry flushing svn path=/trunk/; revision=54766
-
- 26.12.2011 2 коммита
-
-
Eric Kohl создал
- Replace the log file critical section by a resource and use shared locks for read actions and exclusive locks for write actions. - Add stubs for clear and backup actions. svn path=/trunk/; revision=54763
-
Cameron Gutman создал
- Don't change page protection while the memory area is being deleted svn path=/trunk/; revision=54761
-
- 25.12.2011 4 коммита
-
-
Thomas Faber создал
- Trim trailing whitespace and get rid of tabs in Mm svn path=/trunk/; revision=54755
-
-
Cameron Gutman создал
- Fix infinite loop of verification and read attempts when a disc change occurs on VMware while ROS is running svn path=/trunk/; revision=54750
-
Thomas Faber создал
- ASSERT on damaged heap data structures instead of producing an infinite loop See issue #5857 for more details. svn path=/trunk/; revision=54749
-
- 24.12.2011 6 коммитов
-
-
Thomas Faber создал
- NtAllocateVirtualMemory: fix handling of an error condition; check that newly-committed memory is zeroed svn path=/trunk/; revision=54748
-
Cameron Gutman создал
- Fix a reference count check in the flush path (broken by r54745) svn path=/trunk/; revision=54747
-
-
Cameron Gutman создал
- Reference the cache segment when flushing to avoid a race between deleting the file cache and the balancer flushing pages to disk which causes random cache segments to be freed while we're holding a lock on it - Fixes a crash in KeReleaseMutex (used to be a crash in ExReleasePushLock) during periods of high memory load svn path=/trunk/; revision=54745
-
Aleksey Bragin создал
- Bump putty version to 0.62. See issue #6775 for more details. svn path=/trunk/; revision=54744
-
Aleksey Bragin создал
- Change file description in the resources. See issue #6653 for more details. svn path=/trunk/; revision=54743
-