Fix for DeviceIoControl masking FILE_DEVICE_FILE_SYSTEM incorrectly.
[reactos.git] / reactos / lib / ntdll /
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-17 David WelchMisc. user fixes.
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-26 David WelchCopy all the startup info to the new process.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-18 KJK::HyperionRtlGetProcessHeap() is not a function in Microsoft...
2002-08-17 Hartmut BirrRemoved the absolute path (c:\reactos\system32) to...
2002-08-15 David WelchExport LdrFindResourceDirectory_U
2002-08-13 Eric KohlImplemented and fixed several ACL and SD functions.
2002-08-10 Eric KohlAdded missing newline
2002-08-10 Eric KohlAdded compression stubs
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-25 Eric KohlImplemented RtlTimeToElapsedTimeFields().
2002-07-18 Eric KohlRemoved some obsolete definitions of __unit64.
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-07-06 Eric KohlRevert last patch.
2002-07-05 Eric KohlAdded the ability to expand embedded environment variab...
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-17 Eric KohlImplemented direct query of REG_EXPAND_SZ values.
2002-06-15 Eric KohlFix bug in RtlEqualSid() that caused all sids with...
2002-06-15 Eric KohlFix bug in RtlpAddKnownAce() that caused it to place...
2002-06-12 Eric KohlRtlpGetRegistryHandle(): Don't remove a leading backsla...
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Eric KohlFixed a typo in RtlGenerate8dot3Name().
2002-06-06 Eric KohlFixed the copy length in RtlQueryRegistryValues()....
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-05-24 Eric KohlFixed a severe bug in RtlQueryRegistryValues() and...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-29 Eric KohlImproved default value handling in RtlQueryRegistryValu...
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-03 Hartmut BirrFixed a bug in RtlDestroyHeap, that will cause a page...
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-04-01 Hartmut BirrFixed the length calculation in RtlCreateProcessParamet...
2002-04-01 Hartmut BirrFixed a wrong parameter for a call to ZwFreeVirtualMemo...
2002-03-17 Hartmut BirrIncreased the debug print buffer.
2002-03-14 Hartmut BirrFixed a wrong pointer calculation in RtlpCopyParameterS...
2002-02-25 Phillip SusiFixed typeo in etags target
2002-02-10 Eric KohlImplemented expansion of REG_MULTI_SZ.
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-05 Eric KohlImplemented value enumeration in RtlQueryRegistryValues().
2002-02-02 Phillip SusiUse LARGE_INTEGER for section view size, as expected...
2002-02-02 Phillip SusiChanged NULL to 0 where integer expected, to get rid...
2002-01-27 David WelchAdded missing files
2002-01-27 David WelchFixes for problems with win32k
2002-01-15 David WelchMore missing files.
2002-01-13 Emanuele AlibertiMinor changes and some interfaces updated in FsRtl.
2002-01-10 Eric KohlFixed type casts.
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-12-02 David WelchImplemented LPC sections
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-21 Eric KohlImplemented RtlImpersonateSelf().
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-09-01 Rex Jolliffadd current directory to default search path so program...
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-31 Emanuele AlibertiNTDLL.CsrClientCallServer: more info on the interface.
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlRewrote stack allocation.
2001-08-02 Phillip SusiSome more simple etags make rules
2001-07-29 Eric KohlFixed more %Z / %wZ bugs.
2001-07-29 Hartmut BirrFixed a bug in _vsnprintf() with formats %wZ and %Z.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-02 Phillip SusiFixed LdrShutdownProcess() to only detach static dlls...
2001-06-22 Eric KohlMinor fixes.
2001-06-19 Eric KohlImplemented some more registry functions.
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-17 Eric KohlImplemented some registry functions.
2001-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-06-17 Eric KohlSome csr additions
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Emanuele Aliberti*** empty log message ***
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-05-30 Eric KohlImplemented RtlFindMessage().
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-05-27 Casper HornstrupDouble makefile in cvs
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-05-26 Eric KohlImplemented handle table and atom table
2001-05-24 Eric KohlImplemented resource (multiple-reader-single-writer...
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-06 Eric KohlCleanup
2001-05-06 Carl NettelbladMoving support for current dir on several drives from...
next