2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
blob | commitdiff | raw |
2005-08-10 |
Alexandre Julliard | Implemented RtlGetNtProductType. |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Alexandre Julliard | Implemented a few trivial ntdll functions that have... |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Mike McCormack | - NtWaitForSingleObject doesn't return WAIT_FAILED. |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Mike McCormack | Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Mike McCormack | Don't include winbase.h or winerror.h when not necessary. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Mike McCormack | Use HANDLE instead of HKEY in the NT API. |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Alexandre Julliard | Prefix the internal name of all register functions... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Eric Pouech | Fixed some regressions from the previous change. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Eric Pouech | Const correctness. |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Raphael Junqueira | - fix DbgPrint and implement DbgPrintEx |
blob | commitdiff | raw | diff to current |
2003-12-04 |
Alexandre Julliard | Implement some more register functions using DEFINE_REG... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Alexandre Julliard | Implemented RtlCreateProcessParameters and related... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Thomas Mertes | Implemented RtlRandom, RtlAreAllAccessesGranted, |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Eric Pouech | No longer call WaitFor*Object* from ntdll (but NtWait... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Thomas Mertes | - Implement RtlDowncaseUnicodeString, RtlUniform, iswdi... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Changed name of the asm version of RtlUlong/shortByteSw... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Alexandre Julliard | Implemented Rtl*ByteSwap() functions, based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Jon Griffiths | Correct the agument count for RtlInitializeGenericTable(). |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Alexandre Julliard | Avoid GetProcessHeap() inside ntdll. |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Thomas Mertes | - Implement RtlCharToInteger, RtlExtendedMagicDivide... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Mike McCormack | Partial implementation of RtlDosPathNameToNtPathName_U. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Jon Griffiths | Implement and test rtl bitmap functions. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Ryan Cumming | Implementation of RtlGetNtVersionNumbers. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Alexandre Julliard | Removed ntdll dependency on MultiByteToWideChar/WideCha... |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
blob | commitdiff | raw | diff to current |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Implemented RtlAcquirePebLock and RtlReleasePebLock. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Alexandre Julliard | Removed a few dependencies on kernel32 functions. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed a few external dependencies from ntdll. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Juergen Schmied | Fixed definition of the RtlMemory functions. Use macros... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Andreas Mohr | Added stub for RtlAssert(). |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Alexandre Julliard | Built a complete translation table for RtlNtStatusToDos... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Adam Sacarny | Fix for compilers that don't support 'long long' (From... |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check,... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Fixes for compile on non-Intel platforms. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Alexandre Julliard | Improved exception handling. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | - sorted API by groups |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Juergen Schmied | - made the security functions consistent. advapi calls... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Huw D M Davies | Fixed a few broken includes. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Juergen Schmied | - documented most of the undocumented functions in... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Alex Korobka | Added an implementation of MRSW locks. |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Juergen Schmied | New stubs. |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Juergen Schmied | Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W, |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | More Nt* and Rtl* function stubs, moved ntdll.c to... |
blob | commitdiff | raw | diff to current |
|