- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / rtl / exception.c
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-22 KJK::Hyperionmodified lib/rtl/exception.c
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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-20 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-15 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-07-08 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-09-02 Hervé PoussineauMake some i386 code conditional
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-16 Art YerkesStragglers plus warning fixen.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-17 Alex Ionescu- Fix some insidious bugs in exception handling, mostly...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
2006-01-05 Hervé PoussineauAdd some exports to ntdll
2005-12-08 Hervé PoussineauUse correct format for arguments in debug messages
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-15 Aleksey BraginFix the tree at last, by reverting previous changes...
2005-09-15 Aleksey BraginRevert 17867:17866 change, introduced to temporarily...
2005-09-15 Aleksey BraginFix compiling error, feel free to revert this when...
2005-09-15 Alex IonescuReturn valid status
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-08-09 Alex IonescuFix exception handling by not reseting PreviousMode...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-24 KJK::HyperionMoved common SEH code to Rtl