Set SE_GROUP_ENABLED in Attributes of Administrators SID during
[wine] / dlls / ntdll /
2003-08-29  John K. HohmSet SE_GROUP_ENABLED in Attributes of Administrators...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Dave BelangerFixed a compile error.
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Dmitry TimoshkovApply only specified tests.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-08-19  Jon GriffithsMake RtlTimeToSecondsSince1970 consistent with other...
2003-08-18  Jon GriffithsAdd some new types and functions.
2003-08-18  Eric PouechRegression fixes for Nt{Read|Write}File:
2003-08-15  Alexandre JulliardMoved __errno_location() handling to pthread.c, and...
2003-08-13  Alexandre JulliardDon't try to allocate the debug info before the process...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Alexandre JulliardMinor tracing fix.
2003-08-12  Alexandre JulliardFixed the pthread wrappers to work with the new glibc...
2003-08-06  Alexandre JulliardAvoid non-portable long long constants.
2003-08-02  Alexandre JulliardProperly free thread stacks on NPTL systems.
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-24  Pierre d'HerbemontAdded PowerPC support in SYSDEPS_SwitchToThreadStack.
2003-07-21  Marcus MeissnerAdded missing register defines for Linux/PPC.
2003-07-19  Jon GriffithsFix -W warnings.
2003-07-18  Alexandre JulliardPrint status codes in hex.
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-18  Jon GriffithsAdded some new Rtl* tests.
2003-07-16  Pierre d'HerbemontChange __darwin__ to __APPLE__.
2003-07-16  Pierre d'HerbemontAdded support for the TEB on Mac OS X.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Dmitry TimoshkovFix spec entry for ZwSetTimerResolution.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-27  Alexandre JulliardMake sure to return an error if load_dll fails because...
2003-06-27  Troy RolloRemoved FIXME when loading second exe file.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-21  Eric PouechFixed section mapping in PE loading when both
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-06-16  Mike HearnAdd the ID of the blocking thread to the error message.
2003-06-16  Eric PouechImplemented:
2003-06-16  Jukka HeinonenRemove SIGALRM handler.
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-07  Eric PouechCorrectly convert into EXCEPTION_RECORD SIGTRAPs receiv...
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-06-04  Yorick HardyUse SA_RESTART on NetBSD.
2003-06-04  Jukka HeinonenTimer routines must check for NULL timer name.
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Eric PouechImplemented NtQueryObject and NtSetInformationObject...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Alexandre JulliardMoved timer functions to dlls/kernel.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-05-16  Alexandre JulliardMoved atom functions to dlls/kernel.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-14  Alexandre JulliardMade INSTR_EmulateInstruction return the exception...
2003-05-13  Eric PouechEnhanced test for queries, added tests for expansion.
2003-05-13  Eric PouechImplemented RtlExpandEnvironmentStrings_U and fixed...
2003-05-13  Pierre d'Herbemont- Save more registers (exception, float...) if they...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-13  Robert ShearmanFix NULL pointer error when displaying error message...
2003-05-12  Aric StewartRtlUnicodeToMultiByteSize argument is not a null termin...
2003-05-12  Dmitry TimoshkovAdded missing return in HEAP_ValidateInUseArena.
2003-05-11  Alexandre JulliardRemoved unnecessary function link names.
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-05-08  Alexandre JulliardFixed wrong file offset used when mapping the import...
2003-05-08  Eric PouechAdded environment tests.
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
next