[KSPROXY]
[reactos.git] / reactos / dll / ntdll /
2008-11-25 Aleksey Bragin- Fix weird code in RtlGetVersion (inspired by Coverity...
2008-11-23 Dmitry Chapyshev- Add stubs for RtlActivateActivationContext and RtlCre...
2008-11-18 Timo Kreuzer"[00:08] Stefan100: 5) Alex_Ionescu will have your...
2008-11-17 Dmitry Chapyshev- Add stubs for RtlSetIoCompletionCallback
2008-11-12 Timo KreuzerImplement RtlLookupFunctionTable, RtlLookupFunctionEntr...
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-04 KJK::HyperionKJK::Hyperion is proud to present "dllimport purity...
2008-11-01 Stefan Ginsberg- Reapply 35812:
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-26 Stefan Ginsberg- Remove ntdll exports not applicable for amd64, fix...
2008-10-26 Aleksey Bragin- Let's get back to one RTL library for now, because:
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-23 Samuel SerapionNtdll build fixes.
2008-10-22 Samuel SerapionRevert last. (rtl straggler)
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-15 KJK::Hyperionadded lib/rtl/rtl-common.rbuild
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-08 Timo KreuzerAlso raise hard error when dll was not found.
2008-10-08 Timo KreuzerRaise hard error (show message box) when imports cannot...
2008-09-13 Aleksey Bragin- Call NtCreateSection and NtMapViewOfSection with...
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-09-06 Christoph von Wittichfix a version info winetest by allowing non dll files...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Pierre SchweitzerReverted r35812 because of unwanted triple fault bug.
2008-08-31 Stefan Ginsberg- Make ntdll exports compatible with 2003 SP2 (except...
2008-08-30 Stefan Ginsberg- Add APIs new to Windows 2003/SP1 (including XP SP1)
2008-08-30 Stefan Ginsberg- Updates to our vectored exception handling:
2008-08-26 Samuel SerapionRemove unneeded msvcrt dependancies(all win32 modules...
2008-08-25 Timo Kreuzermerge 35359 from ros-amd64-bringup branch:
2008-08-15 Timo KreuzerThe TEB member is called ClientID not Cid on all Window...
2008-08-15 Hervé PoussineauFix typo which was preventing compilation on *nix
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-09 Hervé PoussineauFix vDbgPrintExWithPrefix export
2008-08-02 Stefan Ginsberg- Clean up ntdll a bit
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-27 ReactOS Portable... - Fix NTDLL exports on ARM.
2008-07-25 Samuel SerapionFix dozens of 64bit warnings.
2008-07-22 ReactOS Portable... - Add arm subdirectory with stubs for functions that...
2008-07-22 ReactOS Portable... - Make exports per-architecture.
2008-07-22 ReactOS Portable... - Remove dependency on GCC-specific extension: the...
2008-07-22 ReactOS Portable... - Remove obsolete header.
2008-07-21 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-10 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-07 Aleksey Bragin- Initialize TLS expansion bitmap properly (fixes acces...
2008-06-29 Hervé PoussineauLink C++ programs against target libraries, not host...
2008-06-27 Aleksey Bragin- Add an initial breakpoint for usermode process startu...
2008-06-26 Christoph von Wittichdon't free a UNICODE_STRING which isn't allocated
2008-05-20 Marc Piulachs- Added 'MessageHeader' module type for handling .mc...
2008-04-25 Aleksey Bragin- Add more MDL flags.
2008-03-29 James TaborPhase 1:
2008-02-28 Aleksey Bragin- Remove duplicates, add STATUS_SUCCESS define (which...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-05 Hervé PoussineauAdd ntdllsys library to contain the syscalls of ntdll.dll
2007-12-23 Marc PiulachsMove ntstatus.h/rc generation from Makefile to ntdll...
2007-12-22 Aleksey Bragin- Add a status table for ntdll, which corresponds to...
2007-12-11 Aleksey Bragin- Fix default buffer size for user-mode RtlQueryRegistr...
2007-12-11 Aleksey Bragin- A message about LdrGetExportByName() is not critical...
2007-12-05 Hervé PoussineauRevert r29433, it's wrong
2007-11-20 Art YerkesWe need to separate the idea of 'fully initialized...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-26 Aleksey Bragin- Make behavior consistent: if there is no relocation...
2007-10-23 Gregor BrunmarAdded RtlCopySecurityDescriptor
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-17 Aleksey Bragin- LdrpAttachToProcess() should be called only once...
2007-10-13 Aleksey Bragin- Move Teb's StaticUnicodeString initialisation from...
2007-10-12 Christoph von WittichLdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE...
2007-10-10 Peter Ward- Two small Ldr cleanup patches (ntdll and kernel32...
2007-10-07 Hervé Poussineauntdll.dll is a native dll
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-10-01 Hervé PoussineauRename 'base' to 'installbase' for CdFile, InstallFile...
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-08-03 Hervé PoussineauMove some more autogenerated files to intermediate...
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-06-30 Magnus Olsenaccpect pacth in bug 2314, with one smaller change
2007-06-04 Hervé PoussineauReapply r18676/r18677 (dispatch.S part) on w3seek advice.
2007-06-04 Magnus Olsenirc : Myrria (from linux xbox project) desc a bug in...
2007-05-12 Dmitry GorbachevCheck result of ANSI -> Unicode conversion, which can...
2007-04-30 Dmitry GorbachevAdd RtlDllShutdownInProgress().
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-18 Hervé PoussineauAdd a variable to change the name of the ReactOS direct...
2007-03-14 Alex Ionescu- Cleanup the /lib directory, by putting more 3rd-party...
2007-03-02 Alex Ionescu- Merge from KD-branch:
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-18 Alex Ionescu- Fix KiDebugService to load EDX from KTRAP_FRAME_EDX...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-01 Johannes Anderwald- NTDLL no longer needs intrlck library
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-21 Johannes Anderwald- define msvc compabitble debug macro
next