winmm: Rearrange device mapping when a new default device is chosen.
[wine] / dlls / ntdll / om.c
2011-09-19  Francois Gougetntdll: Don't trace potentially uninitialized structures...
2010-12-02  Hans Leidekkerntdll: Don't call NtClose directly in delete_view.
2010-09-15  Henri Verbeetntdll: Do not return STATUS_SUCCESS on failure in NtQue...
2010-06-30  Alexandre Julliardntdll: Append a terminating null and return the correct...
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2009-02-16  Alexandre Julliardntdll: Avoid null dereference in the NtCreateSymbolicLi...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-01  Vitaliy Margolenntdll: Stub NtMakeTemporaryObject.
2008-11-04  Paul Bryan Robertsntdll: Avoid potential infinite loop.
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-07-13  Dmitry Timoshkovntdll: Remove an artificial limitation in NtQuerySecuri...
2007-04-30  Vitaliy Margolenntdll: Use correct full access bitmask in NtQuerySecuri...
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2006-11-29  Dmitry Timoshkovntdll: Make some data const.
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-06-19  Robert Shearmanntdll: If ObjectAttributes is NULL then an error is...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in dup_h...
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-28  Ivan Leo PuotiFix NtQueryDirectoryObject prototype, documentation...
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-06-23  Paul VriensReturn STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLi...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Eric PouechImplemented NtQueryObject and NtSetInformationObject...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-18  Jon GriffithsDocumentation updates.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-13  Andreas MohrStub for NtAllocateUuids.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups