Added experimental support for FAT and NTFS FSDs.
[reactos.git] / reactos / lib /
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-07 Hartmut BirrFixed the command line.
2002-05-07 Hartmut BirrAdded handling for pipe closing.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-07 Hartmut BirrStarted piping implementation.
2002-05-07 Hartmut BirrAdded csrss notification in ExitProcess.
2002-05-07 Hartmut BirrAdded support for piping.
2002-05-07 Hartmut BirrAdded basic support for console handles in DuplicateHandle.
2002-05-07 Hartmut BirrFixed return value in CloseConsoleHandle.
2002-05-07 Hartmut BirrAdded handling for lpSecurityAttributes (for inheitable...
2002-05-07 Hartmut BirrDo not call NtFlushBuffersFile for console handles.
2002-05-07 Hartmut BirrAdded handling for lpSecurityAttributes (for inheritabl...
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2002-05-05 KJK::Hyperionmade _read() non-greedy - it now returns as soon as...
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-28 Hartmut BirrAdded wild card expansion for argv.
2002-04-28 Hartmut BirrAdded S_IFREG for files only.
2002-04-28 Hartmut BirrAdded _fcloseall for DLL_PROCESS_DETACH.
2002-04-27 Hartmut BirrAdded support for bat/cmd files.
2002-04-27 Hartmut BirrRemoved S_IFREG for files.
2002-04-27 Hartmut BirrFixed a minor bug.
2002-04-27 Hartmut BirrMoved CloseFile within MoveFileExW.
2002-04-27 Hartmut BirrMade GetTempFileNameA/W workable.
2002-04-27 Hartmut BirrAdded a trailing '\' to the directory in GetTempPathW.
2002-04-27 Hartmut BirrFixed a memory leakage in DeleteFileW.
2002-04-27 Hartmut BirrFixed a memory leakage in CreateFileW.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-04-20 Phillip SusiFixed stat() to set the S_IFREG flag to indicate that...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
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-04-01 Hartmut BirrAdded ansi to unicode translation for the environment...
2002-04-01 Hartmut BirrFixed some wrong size calculations in GetEnvironmentStr...
2002-04-01 Hartmut BirrRewrote OpenFile().
2002-04-01 Hartmut BirrFixed handling for non existing files.
2002-04-01 Hartmut BirrAdded handling for std handles.
2002-04-01 Hartmut BirrChanged to a separat heap for malloc/calloc/realloc...
2002-04-01 Hartmut BirrRemoved fixed size of environment vars.
2002-04-01 Hartmut BirrFixed error handling in _filebuf().
2002-04-01 Hartmut BirrRemoved fixed size of args and envblock in go32_exec...
2002-04-01 Hartmut BirrAdded closing of process handle at exit.
2002-04-01 Hartmut BirrChanged heap validation.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded CR-removing for text files.
2002-04-01 Hartmut BirrFixed initialization of new fileno_modes in __fileno_al...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded ntdll.a to TARGET_SDKLIBS
2002-03-25 Hartmut BirrFixed the length of the command line.
2002-03-25 Hartmut BirrRewrote SearchPathW().
2002-03-25 Hartmut BirrFixed negativ positions in SetFilePointer().
2002-03-17 Hartmut BirrFixed the return value in GetEnvironmentVariable().
2002-03-17 Hartmut BirrFixed the copy length in GetSystemDirectory().
2002-03-17 Hartmut BirrIncreased the debug print buffer.
2002-03-14 Hartmut BirrFixed return value in ReadFile().
2002-03-14 Hartmut BirrFixed a wrong pointer calculation in RtlpCopyParameterS...
2002-03-07 Emanuele AlibertiLittle work on InitializeFmIfs
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-04 Steven EdwardsFixed a typo - Guido de Jong
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-02-02 Hartmut BirrFixed a buffer overflow in DoQuery, if the unicode...
2002-01-27 David WelchAdded missing files
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 David WelchMore user work
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-15 David WelchMore missing files.
2002-01-14 David WelchAdded missing files
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-13 Emanuele AlibertiMinor changes and some interfaces updated in FsRtl.
2002-01-10 Eric KohlFixed type casts.
2002-01-02 Eric KohlRemoved old codepage tables.
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-11 Emanuele Alibertiprocess/session.c in the makefile.
2001-12-07 Emanuele AlibertiA stub file for TS APIs in kernel32.
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-12-02 David WelchImplemented LPC sections
2001-11-28 Emanuele AlibertiBase files (incomplete) for PSAPI.DLL.
2001-11-28 Emanuele Aliberti*** empty log message ***
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-22 Eric KohlAdded some security/access functions.
2001-11-21 Eric KohlImplemented RtlImpersonateSelf().
2001-11-20 Eric KohlImplemented read/write.
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-05 James TaborFix export wvsnprintfA and W from user32.dll
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-11-02 Hartmut BirrFixed a bug in GetVolumeInformationA()
2001-11-01 Hartmut BirrInitialized statbuf->st_mode in _stat() and _fstati64().
next