- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchan...
[reactos.git] / reactos / lib / ntdll /
2005-12-12 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-09 Hervé PoussineauUse correct format for arguments in debug messages
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-11-27 Alex Ionescu- Fix a typo causing a potentially fatal bug in user...
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Don't hardcode PEB address
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-10-23 Thomas Bluemelimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelat...
2005-10-22 Thomas Bluemeldon't forget to adjust the stack pointer
2005-10-22 Thomas Bluemel- re-add support for vectored exception handling which...
2005-10-19 Alex Ionescu- Fix compile with msvc/psdk.
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-02 Emanuele AlibertiAdd stub for RtlSetProcessIsCritical.
2005-09-26 Alex Ionescu- Fix a bug in CSR Capture APIs
2005-09-26 Alex IonescuForgot to svn add these two files.
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Alex Ionescu- Fix mixed tab/space formatting issues.
2005-09-25 Emanuele Alibertisvn: eol-style + keywords
2005-09-25 Emanuele AlibertiRequired for binary compatibility with MS KERNEL32...
2005-09-23 Steven Edwardsdoing my good dead for the day
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-13 Alex IonescuSorry for the debug messages.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix bug in KiUserExceptionDispatcher
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...
2005-09-08 Alex IonescuShare more duplicated functions
2005-09-08 Alex IonescuDon't duplicate string and ctype functions 2 (or even...
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-09-06 Alex Ionescu- Handle RtlYyyStringToZzzStringSize->RtlxYyyStringtoZz...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-08-25 Thomas Bluemel- added stubs for Set/GetConsoleHistoryInfo(), GetConso...
2005-08-25 Hartmut BirrFixed a bug in RtlLeaveCriticalSection. We have only...
2005-08-21 Thomas Bluemeladd prototypes of RtlDosPathNameToRelativeNtPathName_U...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Emanuele AlibertiAdd a stub for NTDLL!CsrGetProcessId.
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-11 Hartmut BirrFixed the loading of the global flag.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-08 Hartmut BirrFixed the load count in LdrpDetachProcess. That made...
2005-08-07 Thomas BluemelRtlFreeHandle only should call RtlIsValidHandle in...
2005-08-07 Thomas Bluemelfixed the order of the parameters of RtlIsValidIndexHandle
2005-08-03 Thomas Bluemeldefine __NO_CTYPE_INLINES so DBG:=0 builds don't import...
2005-08-02 Emanuele AlibertiModify NTDLL!DbgSsInitialize/4 signature.
2005-08-01 Filip NavaraDon't fallback to linear search for exports, it's not...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-31 Emanuele AlibertiTurn NTDLL.DLL a SUBSYSTEM_WINDOWS_CUI PE image (Casper...
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-07-27 Alex Ionescu - Use inline function instead of macro.
2005-07-27 Alex Ionescu- Use PCH everywhere to increase compile speed
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Filip NavaraMove Interlocked* routines from ROSRTL to separate...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-27 Eric Kohl- Add Rtl*SecurityObject stubs.
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...
2005-06-22 Thomas Bluemelimplemented RtlHashUnicodeString and export it in ntdll
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-21 Alex IonescuBuild kernel32, ntdll, csrss fully with NDK and remove...
2005-06-21 Alex IonescuUse correct TlsCount/LoadCount definition and fix incor...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-21 Alex IonescuAdd uncleaned start of internal ntdll header
2005-06-21 Alex IonescuAdd new header for native user-mode functios inside...
2005-06-20 Hartmut BirrMoved the TRACE_LDR macro from ntdll.h to utils.c.
2005-06-20 Filip NavaraRemove Jamfiles.
2005-06-19 Alex IonescuBlight is cool. oh, right..this is a commt message...
2005-06-19 Alex IonescuUser helper header and don't use RTLROS string macros...
2005-06-19 Alex IonescuBuild NTDLL with NDK
2005-06-19 Alex IonescuMore NDK fixes, remove duplicated debug functions from...
2005-06-19 Alex IonescuMore NDK fixes (user-mode NDK now works) and guard...
2005-06-19 Filip NavaraForgot to commit this file in r16097.
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-18 Filip NavaraFix build.
2005-06-17 Alex IonescuEnable PCH for NTDLL. This is commit 16000. Alex pwns...
2005-06-17 Alex IonescuUse NTDLL Common Header.
2005-06-17 Alex IonescuAdd NTDLL Common Header
2005-06-17 Filip NavaraUse W32API.
2005-06-15 Hartmut BirrRemoved intrlck.c, because it is already in lib\rtl.
2005-06-15 Hartmut BirrRemoved strpbrk.c.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
next