KD System Rewrite:
[reactos.git] / reactos / lib / rtl /
2005-04-23 Alex IonescuShare compiler-generated asm exports between ntdll...
2005-04-20 Eric KohlMove RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted...
2005-04-05 Steven Edwardsremove the use of windows.h in some places where it...
2005-04-05 Steven Edwardsmore w32api conversion. Send errors.h to the Trash Can
2005-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-04-01 Gunnar Dalsnes-move ppb from ntdll to rtl
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-29 Thomas Bluemel- ported RtlVerifyVersionInfo from wine
2005-03-29 Thomas Bluemelmove chkstk.s from ntdll to rtl because _alloca_probe...
2005-03-29 Thomas Bluemelimplemented RtlValidateUnicodeString, thanks to "mephis...
2005-03-17 Aleksey BraginOne more assert added, but unfortunately it isn't trigg...
2005-03-16 Aleksey BraginIvan Semenoff <ivans77@mail.ru>
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-02-23 Thomas Bluemeladded more irql checks
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
2005-02-14 Eric Kohl- Implement RtlSetAttributesSecurityDescriptor, RtlInit...
2005-02-12 Eric Kohl- Implement RtlGetLastNtStatus, RtlGetLastWin32Error...
2005-02-12 Thomas BluemelThe structure layout of self-relative security descript...
2005-02-11 Eric KohlImplement RtlGetSecurityDescriptorRMControl, RtlSetSecu...
2005-02-11 Eric Kohl- Implement RtlSetControlSecurityDescriptor
2005-01-25 Alex IonescuRemove debug output from user mode exceptions. Reported...
2005-01-25 Alex IonescuFix bugs on optimized build, fix RtlpDispatchException...
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-20 Gunnar Dalsnesforgot a letter...
2005-01-20 Gunnar Dalsnesadd readme with rtl restrictions info
2005-01-19 Alex IonescuFix hacks from last night and properly share the code
2005-01-18 Gunnar Dalsnesreplace heap allocs with pool allocs (cant use heap...
2005-01-18 Gé van GeldorpFix crash during boot
2005-01-18 Alex IonescuFix to unbreak tree. This is temporary until I come...
2005-01-18 Alex IonescuShare duplicated Rtl code. I've taken care to use the...
2005-01-13 Hartmut BirrDon't add a terminating null character in RtlCopyString...
2005-01-07 Eric KohlRtlCutoverTimeToSystemTime(): The 4th argument determin...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Alex IonescuUse proper PISID pointer to SID structure, fix wrong...
2005-01-04 Eric KohlImplement RtlCutoverTimeToSystemTime().
2005-01-04 Hartmut Birr- Removed the 'shadow' NtGlobalFlag from ntdll.dll.
2005-01-02 Alex IonescuFix horribly wrong defintions of ULONG32 and ULONG...
2004-12-31 Alex IonescuFix some Rtl Prototype inconsistencies, more are in...
2004-12-31 Alex IonescuRemoved HEAP_NO_VALLOC from Heap Manager because the...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-27 Filip Navara- Minor fixes to get Wine NTDLL environment tests pass.
2004-12-27 Filip Navara- RtlExpandEnvironmentStrings_U and ExpandEnvironmentSt...
2004-12-16 Eric KohlSimplify time conversion functions.
2004-12-16 Eric KohlRemove 'unassigned' error codes.
2004-12-16 Gunnar Dalsnes-link heaps together instead of using stupid table...
2004-12-14 Gunnar Dalsneszw.h: correct ZwDuplicateToken proto.
2004-12-11 Thomas BluemelRtlLargeIntegerArithmeticShift() shouldn't return unini...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-12-05 Filip Navara- Fix RtlInitUnicodeStringEx for NULL case (spotted...
2004-12-05 Filip Navara- Implement RtlInitUnicodeStringEx.
2004-11-27 Eric Kohl- User ASSERT instead of assert.
2004-11-27 Eric Kohl- User ROUND_UP macros to calculate the ACL size.
2004-11-25 Eric Kohl- Replace WIN32 types by corresponding native types.
2004-11-07 KJK::HyperionMoved VerSetConditionMask in RTL so it can be exported...
2004-11-06 Filip Navara- Fix ACL size calculation in SepInitDACLs.
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Eric Kohl- Use ROUND_UP macro instead of explicit calculation.
2004-09-25 Gé van Geldorp- Round up requested amount of memory instead of down
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-09-22 Thomas Bluemel1. fixed RtlValidSecurityDescriptor() that attempted...
2004-09-18 Magnus Olsenfix some compilings warings when you using some optimz...
2004-09-13 Thomas Bluemelimplemented RtlIpv4AddressToStringA/W and made ntdll...
2004-09-13 Thomas Bluemeladapted RtlInt64ToUnicodeString() from RtlIntegerToUnic...
2004-09-13 Thomas Bluemeladapted RtlIntegerToUnicode() from RtlIntegerToChar()
2004-08-28 Filip Navara- Use ULONG_PTR instead of ULONG for integer arithmetic...
2004-08-28 Filip Navara- RtlReAllocateHeap shouldn't allocate memory if ptr...
2004-08-12 Alex IonescuAdded two stubs.
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 Alex IonescuFixed Names.
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-15 Eric KohlImplement RtlAddAuditAccessAceEx().
2004-07-13 Eric KohlRtlImpersonateSelf(): Set impersonation level in call...
2004-07-12 Eric KohlReplace hardcoded values by new constants.
2004-07-10 Eric KohlFix RtlEqualSid().
2004-07-09 Filip Navara- Fixed dispatching of nested exceptions.
2004-07-07 Filip Navara- Fixed RtlUnwind to correctly remove SEH frames and...
2004-07-04 Filip Navara- Don't continue execution if there is no exception...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-06-25 KJK::HyperionCommitted in the hope CVS will shut the hell up and...
2004-06-24 KJK::HyperionMoved common SEH code to Rtl
2004-06-20 Gunnar Dalsnesforgot to change some memory allocator calls
2004-06-20 Gunnar Dalsnesforgot to change some memory allocators calls
2004-06-20 Gunnar Dalsnesmoved encode|image|splaytee into rtl
2004-06-17 Art YerkesThis makes RtlUnicodeStringToInteger work like the...
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl