- Rework our oskittcp signalling
[reactos.git] / reactos / lib / rtl /
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-25 Christoph von Wittichbetter stub for RtlQueryHeapInformation (taken from...
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-23 Aleksey Bragin[rtl]
2009-10-22 Stefan Ginsberg- Fix 43192 -- MAXUINT and MAXULONGLONG are only define...
2009-10-17 Stefan Ginsberg- Fix msvc build broken in 43466 -- please stop hurtin...
2009-10-14 Timo KreuzerSome 64 bit heap fixes by encoded, merged from amd64...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-13 Dmitry Gorbachev- See if it is a multibyte code page.
2009-10-13 Aleksey Bragin[rtl]
2009-10-10 Aleksey Bragin- Implement RtlpDidUnicodeToOemWork to check for unmapp...
2009-10-10 Johannes Anderwald- Map STATUS_NOT_FOUND to ERROR_NOT_FOUND
2009-10-09 Stefan Ginsberg- Fix DbgLoadImageSymbols -- it doesn't return anything.
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Stefan Ginsberg- HAL: Make /W3 friendly
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-24 Stefan Ginsberg- Use _SEH2_YIELD when returning from an exception...
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-15 Dmitry Chapyshev- Add debug print for unimplemented function
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Stefan Ginsberg- Remove asm-optimized versions of RtlRandom and RtlUni...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 ReactOS Portable... - Hackfix floating point call in rtl's printf until...
2009-06-22 KJK::Hyperionmodified lib/rtl/exception.c
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-15 Timo Kreuzer- Fix definition of RTL_HANDLE_TABLE_ENTRY
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-20 Timo KreuzerAdd initial version of RtlInterlockedPopEntrySList...
2009-05-16 Michael Martin- timer_queue_thread_proc: Add missing and required...
2009-05-14 Michael Martin- Wait_thread_proc: Pass the correct value WaitAny...
2009-05-04 Thomas BluemelUnbreak linking ntoskrnl
2009-05-04 Thomas BluemelMake vectored exceptions thread-safe
2009-05-04 Timo KreuzerFix asm implementations of RtlInterlockedPopEntrySList...
2009-05-04 Aleksey Bragin- Implement RtlDecodePointer and remove respective...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-20 Timo KreuzerSimplify code in RtlLookupFunctionEntry. Add missing...
2009-04-17 Dmitry Chapyshev- Add check on null-pointer. Fixes exception in some...
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-15 Christoph von Wittichcheck for immutable bits in RtlSetControlSecurityDescriptor
2009-04-12 Jeffrey Morlan- RtlSetEnvironmentVariable: Removing a variable that...
2009-03-26 Jeffrey Morlan- Add another heap freelist for small blocks, making...
2009-03-23 Jeffrey Morlan- Moved the code for updating the drive-specific curren...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-07 Art YerkesFix remaining issues in this neglected imported code...
2009-03-06 Dmitry Chapyshev- Fix exceptions in some cases (if CriticalSection...
2009-02-25 Pierre SchweitzerMini optimalisation of RtlGenerate8dot3Name.
2009-02-17 Timo Kreuzerfix formatting 2nd try. Thanks Hervé for noticing.
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-17 Timo Kreuzerfix formatting
2009-02-17 Timo KreuzerImplement RtlInterlockedPopEntrySList, RtlInterlockedPu...
2009-02-16 Dmitry Chapyshev- Fix build
2009-02-16 Dmitry Chapyshev- Reimplement RtlLargeIntegerToChar (based on Wine...
2009-02-06 Dmitry Gorbachev- Fix spinning on locks on SMP.
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-28 Christoph von Wittich-sync RtlDeleteTimer with wine
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-23 Aleksey Bragin- Stubplement SwapSplayLinks helper function, and make...
2009-01-20 Christoph von Wittichstublement some more Activation Context stuff
2009-01-18 Stefan Ginsberg- Fix WINEVENTPROC -- it is stdcall, not cdecl!
2009-01-18 Christoph von Wittichfix a bug in RtlDetermineDosPathNameType_U
2009-01-17 Aleksey Bragin- RtlOemStringToCountedUnicodeString improvements:
2009-01-17 Aleksey Bragin- RtlUnicodeStringToCountedOemString improvements:
2009-01-08 Dmitry Chapyshev- Fix regression of Dependency Walker
2009-01-08 Aleksey Bragin- Some 64bits syncs from Wine by Samuel Serapion.
2009-01-06 Samuel Serapion- Don't go SIZE_T crazy.
2009-01-04 Dmitry GorbachevAdd type casts to RtlpCallQueryRegistryRoutine().
2009-01-02 James Tabor- Implement RtlQuerySecurityObject.
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-28 Samuel SerapionMore heap fixes, ported from WINE
2008-12-26 Aleksey Bragin- Don't try to set remaining bits if there are none...
2008-12-24 Aleksey Bragin- Don't calculate remaining bits if there are none...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-15 Samuel SerapionStart making heap 64bit friendly.
2008-12-13 Gregor SchneiderUpdate RtlIsTextUnicode, ntdll rtlstr winetest failure...
2008-12-13 Dmitry Gorbachev- Remove DBCSCodePage field from NLS_FILE_HEADER structure.
2008-12-10 Timo KreuzerFix DebugService
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-07 Timo Kreuzerenable saving of xmm registers in RtlCaptureContext
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-04 Stefan Ginsberg- Don't cache a value if we might dereference NULL
2008-12-04 Timo Kreuzerfix a comment, #undef RtlGetCallersaddress before imple...
2008-12-03 Dmitry GorbachevRemove stray semicolons, GCC gratias.
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-12-03 Dmitry GorbachevSilence compiler warnings (6/11).
2008-12-01 Stefan Ginsberg- Get rid of DDK's dependency on windef.h and winnt.h
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-28 KJK::HyperionGCC 4.3 correctly aligns stack-allocated objects
2008-11-28 KJK::HyperionDon't let ASSERT_SRW_WAITBLOCK evaluate to nothing...
2008-11-23 Dmitry Chapyshev- Add stubs for RtlActivateActivationContext and RtlCre...
next