- Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly...
[reactos.git] / reactos / include / ndk / rtlfuncs.h
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-09 Stefan Ginsberg- Fix DbgLoadImageSymbols -- it doesn't return anything.
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-11 James Tabor- Quick implementation of RtlIsThreadWithinLoaderCallout.
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-06 Timo Kreuzermerge from amd64 branch:
2009-02-06 Timo Kreuzermerge from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Timo Kreuzer[NDK] Use intrinsics for rtl byteswap functions for...
2009-01-17 Colin FinckUse DECLSPEC_NORETURN and place it at the top of the...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-28 Samuel SerapionFix RtlAllocateHeap, RtlExtendHeap,RtlSizeHeap definitions.
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (1/11).
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-11-28 KJK::HyperionASSERT really needs to be void, despite what DDK header...
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-23 Dmitry Chapyshev- Add stubs for RtlActivateActivationContext and RtlCre...
2008-11-23 Dmitry Chapyshev- Fix RtlFindActivationContextSectionString prototype
2008-11-17 Aleksey Bragin- Cleanup 37394, 37396 and 37397:
2008-11-17 Dmitry Chapyshev- Add stubs for RtlSetIoCompletionCallback
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-20 ReactOS Portable... - Fix the way NlsOemLeadByteInfo is exported.
2008-07-10 Aleksey BraginYuriy Sidorov <jura@cp-lab.com>
2008-06-06 Aleksey Bragin- Update RtlIsTextUnicode (fixes some ntdll rtlstr...
2008-06-02 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-20 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-04-01 James TaborMove thread pool functions prototypes to ndk.
2008-02-11 Hervé PoussineauFix return type
2008-02-11 Hervé PoussineauAdd RtlTimeToSecondsSince1970() prototype
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-16 Aleksey Bragin- Sync NDK changes.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-23 Gregor BrunmarAdded RtlCopySecurityDescriptor
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-07-28 Thomas BluemelFix some prototypes
2007-04-07 Alex Ionescu- NDK updates and compatibility fixes for Vista/WDK...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-23 Alex Ionescu- Merge DbgUnLoadImageSymbols from KD branch.
2007-02-18 Alex Ionescu- Add KdDebuggerInitialize1 and enable call to it.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-24 Alex Ionescu- Fix ExInitPoolLookasidePointers and ExpInitailizeLook...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-19 Thomas Bluemel- Correct definition of DbgPrompt
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-17 Alex Ionescu- One school day and two midterms later, I'm still...
2006-10-16 Alex Ionescu- Implement RtlIsGenericTableEmpty, RtlNumberGenericTab...
2006-10-16 Alex Ionescu- Added some generic table routines to rtlfuncs.h so...
2006-10-15 Thomas BluemelImplemented AddMandatoryAce
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-10 Thomas BluemelFix LdrRelocateImageWithBias prototype: Strings in...
2006-09-10 Aleksey Bragin- Move and slightly modify the relocation code to RTL...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-06 Aleksey Bragin- Change DbgPrint prototype back to Alex's fix. His...
2006-08-05 Aleksey BraginFix DbgPrint / DbgPrintEx definitions to use PCCHAR...
2006-08-05 Alex Ionescu- DDK Compatibility fixes.
2006-07-03 Magnus Olsen2 of 4 commit (sorry my svn clinet is crazy for moment)
2006-06-29 Alex Ionescu- Fix the last two Ob reference counting bugs:
2006-06-26 Alex Ionescu- Minor header fixes
2006-06-24 Alex Ionescu- Reformat heap.c to ROS standards
2006-06-23 Alex Ionescu- Hackplement RtlSetUserValueHeap and RtlGetUserInfoHea...
2006-06-23 Alex Ionescu- Update the NDK to the current vendor import.
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-05-10 Magnus Olsenbug 1467 : patch from w3seek, ACLs: Implement audit...
2006-04-10 Magnus Olsensee fireball last commit msg about this file, patch...
2006-03-17 Aleksey Bragin- Fix RtlOemStringToUnicodeString() prototype according...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-03 Alex Ionescu- Fix shamefully dangerously broken Work Thread/Queue...
2005-12-21 Thomas Bluemelmake functions match their declarations
2005-12-20 Eric KohlAdd missing RtlMakeSelfRelatedSd prototype.
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-06 Alex Ionescu- Make iofuncs.h standalone.
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-25 Alex Ionescu- Update NDK to remove zwfuncs.h and place the native...
2005-11-22 Alex Ionescu- Fix typo accidentally added after testing the build...
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-11-12 Alex Ionescu- Add RtlPinAtomInAtomTable
2005-11-08 Alex Ionescu- Implement RtlSplay skeleton cases.
next