- split logoff and shutdown resources
[reactos.git] / reactos / ntoskrnl / rtl /
2004-02-28 Filip Navara- Fixed RtlNtStatusToDosErrorNoTeb problems caused...
2004-02-27 Gé van GeldorpUse *NameLength before overwriting it
2004-02-27 Filip Navara- Fixed RtlNtStatusToDosErrorNoTeb.
2004-02-24 David Welch- Avoid a crashing when trying to process an exception...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-03 Eric KohlAdd byte swap functions.
2004-02-02 Hartmut Birr- Fixed the return value in RtlStringFromGUID.
2004-02-02 Eric KohlImplement RtlFindLeastSignificantBit(), RtlFindMostSign...
2004-01-24 Filip NavaraFix RtlStringFromGUID.
2004-01-23 Filip NavaraPatch by Matthew Brace <ismarc@austin.rr.com>
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Replaced ctype.h with internal\ctype.h.
2003-12-08 Hartmut Birr- Check for illegal characters for short file names...
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-10-28 Filip Navara- Added check for Atom == 0 in RtlQueryAtomInAtomTable.
2003-10-28 Filip Navara- Fixed bug #25.
2003-10-16 Eric KohlRemoved call to RtlpGetRegistryHandle().
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-11 Hartmut Birr- Replace the first part of the short name with a check...
2003-10-11 Hartmut Birr- Fixed some type casts to get correct index values...
2003-09-04 Vizzinifixed RtlUnicodeStringToInteger
2003-09-02 Hartmut Birr- Don't put the digits strings on the stack.
2003-08-20 Royce Mitchell IIIpatch by vizzini - Fixed a typoed struct member, Fixed...
2003-08-10 Eric KohlDon't close the nls section object twice.
2003-08-10 Gé van GeldorpAdjust MmCopyFrom/ToCaller() declarations to fix warnin...
2003-07-29 Royce Mitchell IIIfixed all my bugs passing PUNICODE_STRING objects as...
2003-07-27 David Welch- Don't continue the exception if there are no seh...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Gé van GeldorpMove qsort() to rosrtl static library
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-09 Hartmut Birr- Used memcpy instead of iteration code.
2003-06-17 Eric KohlInitialize pointers to lead byte info tables.
2003-06-14 Gé van GeldorpFix RtlpFreeHandle
2003-06-11 Eric KohlFixed math support routines.
2003-06-09 Hartmut Birr- Moved strspn and strcspn to the string library.
2003-06-07 Eric KohlAdded RtlRandom() and RtlUniform().
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-01 Hartmut Birr- Removed some files which are replaced by the string...
2003-06-01 Eric KohlImplemented RtlExtendedMagicDivide(). Patch by Marc...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-27 Hartmut Birr*** empty log message ***
2003-05-27 Hartmut Birr- Removed wcscat, wcschr, wcscmp, wcscpy, wcslen, wcsnc...
2003-05-27 Hartmut Birr- Removed strcat, strchr, strcmp, strcpy, strlen, strnc...
2003-05-21 Eric KohlMinor update
2003-05-20 Eric KohlFinished kernel-mode part of NLS section implementation.
2003-05-19 Eric KohlImplemented NLS file import.
2003-05-16 Eric KohlUpdated NLS function signature.
2003-05-15 Eric KohlImplemented NLS section (not usable yet) and updated...
2003-04-05 guidoinitialize variable
2003-02-08 Eric KohlFixed a bug in RtlFindSetBits().
2003-01-19 Hartmut BirrAdded special handling for shift value 32.
2003-01-07 Robert DickensonAdded _alldiv,_allmul,_allrem,_allshl,_allshr,_aulldiv...
2003-01-02 Hartmut BirrFixed a buffer overflow in wcsncpy.
2002-12-08 Robert Dickensonminor format modifications to reduce diffs with duplica...
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-11 Hartmut Birr* Changed the access to the bitmap from BYTE to ULONG...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-05 Hartmut Birr* Fixed a wrong pointer initialization in RtlClearBits.
2002-10-26 David Welchdos2unix'd some more files.
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-26 Casper Hornstrup*** empty log message ***
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-09-30 Casper Hornstrup2002-09-30 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrFixed the value for EPOCHWEEKDAY.
2002-09-27 Hartmut BirrFixed the calculation of leap days in RtlTimeToTimeFields.
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-13 Hartmut BirrImprove converting speed in RtlTimeFieldsToTime/RtlTime...
2002-09-13 Hartmut BirrReduced some overhead for strings.
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut Birr*** empty log message ***
2002-08-28 Hartmut BirrAdded memcpy/memset with inline assembler implementatio...
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Hartmut BirrSet the extension length to 0 if there is no extension...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlAdded _purecall().
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-06-16 Casper HornstrupRevert last change
2002-06-16 Casper HornstrupAvoid importing _pctype when using mingw-runtime 2.0.
2002-06-06 Eric KohlFixed another silly bug.
2002-06-06 Eric KohlFixed a typo in RtlGenerate8dot3Name().
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-02-26 Phillip SusiFixed _vsnprintf() to actually use the buffer size...
2002-02-18 Hartmut BirrFixed some overruns with a not zero terminated string...
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-01-10 Eric KohlFixed type casts.
2001-11-02 Eric KohlImplemented basic ANSI/OEM <--> Unicode translation...
2001-10-10 Eric KohlAdded _abnormal_termination() stub.
2001-09-24 Casper HornstrupInitial OS level SEH support.
next