advapi32: Test and implement SystemFunction024/025.
[wine] / dlls / ntdll /
2006-05-17  Paul Vriensntdll/tests: Don't fail if a process is not available.
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-05-15  Stefan Leichterntdll: Fix endless loop in port test for users without...
2006-05-15  Eric Pouechntdll: Fix serial timeout regression.
2006-05-10  Bernd Buschinskintdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
2006-05-10  James Hawkinsntdll: Add initial tests for the NT Ports API.
2006-05-10  James Hawkinsntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
2006-05-09  Eric Pouechntdll/kernel32: EscapeCommFunction & associated IOCTLs
2006-05-09  Eric Pouechntdll/kernel32: SetupComm & SET_QUEUE_SIZE
2006-05-09  Eric Pouechntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
2006-05-09  Marcus Meissnerntdll: Make the section with AddressOfEntryPoint in...
2006-05-08  Mike Hearnntdll: Fix heap corruption in RtlDeleteAce.
2006-05-05  Robert Shearmanntdll: Fix size check for NtQueryInformationToken(Token...
2006-05-05  Michael StefaniucDon't check pointers for NULL before RtlFreeHeap. It...
2006-04-20  Jacek Cabanntdll: Added NtGetTickCount implementation.
2006-04-20  Alexandre Julliardntdll: Use NtSetContextThread in NtRaiseException.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-19  Mike McCormackntdll: Stub implementations of NtCreateIoCompletion...
2006-04-18  Alexandre Julliardntdll: Add wrappers for the remaining math functions.
2006-04-18  Alexandre Julliardntdll: Add wrappers for the string functions.
2006-04-11  Juan Langntdll: Initialize a variable.
2006-04-10  Hans Leidekkerntdll: The closing brace of a guid string is at index 37.
2006-04-08  Troy Rollontdll: Fix DVD_ReadStructure's layout of layer information.
2006-04-08  Detlef Riekenbergntdll: Added ARM architecture.
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-04-07  James Hawkinsntdll: Return error if the signal index equals the...
2006-04-06  Alexandre Julliardntdll: Print traces for EXC_CallHandler even with the...
2006-04-03  Alexandre Julliardntdll: Save FPU context for all exceptions.
2006-04-03  Alexandre Julliardntdll: Process --help and --version args earlier on...
2006-03-31  Alexandre Julliardntdll: Get rid of the loadorder wildcard support, built...
2006-03-29  Petr Tesarikntdll: Fix CDROM raw reads.
2006-03-27  Alexandre Julliardntdll: Limit header_size to the file size.
2006-03-27  Petr Tesarikntdll: Fix debug exceptions from VM86.
2006-03-24  Mike McCormackntdll: Recursive notify is implemented.
2006-03-21  Robert Shearmanntdll: Start of pooling support for RtlQueueWorkItem.
2006-03-21  Alexandre Julliardntdll: Added a DLL_WINE_PREATTACH call to DllMain for...
2006-03-21  Alexandre Julliardntdll: Detect the fake dlls created by setupapi and...
2006-03-18  Alexandre Julliardntdll: In MODULE_FlushModrefs, also free dlls that...
2006-03-16  Alexandre Julliardlibwine: Added support for executing wine binaries...
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-03-13  Robert Shearmanntdll: Very crude implementation of RtlQueueWorkItem.
2006-02-28  Eric Pouechntdll: Implemented serial IOCTL for status: GET_COMM_ST...
2006-02-28  Alexandre Julliardntdll: Don't reset the load count when reusing a builti...
2006-02-24  Alexandre Julliardntdll: Use PROT_NONE instead of 0.
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardkernel: Use LoadLibrary to load the main exe in all...
2006-02-21  Alexandre Julliardntdll: Support loading a builtin under a different...
2006-02-21  Alexandre Julliardntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_...
2006-02-21  Alexandre Julliardntdll: Support loading builtin dlls with an explicit...
2006-02-21  Uwe Bonnesntdll: Remove spaces at end of name in import_dll.
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-21  Detlef Riekenbergntdll: Avoid compile error caused by a single quote.
2006-02-20  Robert Shearmanntdll: Add a define for SYS_sigaction to __NR_sigaction.
2006-02-17  Alexandre Julliardntdll: Remove no longer used oldcwd in start_server.
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-14  Eric PouechA couple of new valgrind instrumentations for better...
2006-02-11  Phil Krylovntdll: Fix tape.c compilation on Darwin.
2006-02-11  Troy Rollontdll: Implement DVD_ReadStructure.
2006-02-10  Alexandre Julliardntdll: Added emulation of ATL thunks for platforms...
2006-02-10  Aric Stewartntdll: gcc 2.95 compile fixes.
2006-02-09  Alexandre Julliardntdll: Better handling of errors when loading a builtin...
2006-02-09  Gerald Pfeiferntdll: Take into account that FreeBSD and others have...
2006-02-08  Alexandre Julliardntdll: Get rid of the main_file argument in LdrInitiali...
2006-02-08  Alexandre Julliardntdll: Check for existing modref for the main exe befor...
2006-02-07  Francois Gougetntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.
2006-02-07  Francois Gougetntdll: Protect sys/stat.h inclusion.
2006-02-07  Alexandre Julliardntdll: Support loading a builtin dll by specifying...
2006-02-07  Sergei Butakovntdll: Added Urals time.
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Robert Millanconfigure: For sys/mount.h, sys/statfs.h and sys/vfs...
2006-02-06  Gerald Pfeiferntdll: Use struct mtget.mt_blkno on those systems provi...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Mike McCormackntdll: Add some more tests for NtNotifyChangeDirectoryFile.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-06  Eric Pouechntdll: Implemented IOCTL for char transmission: IMMEDIA...
2006-02-06  Eric Pouechntdll: Implemented COMM IOCTL for modem status: GET_MOD...
2006-02-06  Eric Pouechntdll: Implemented IOCTL for serial: SET_WAIT_MASK...
2006-02-06  Eric Pouechntdll: Implemented IOCTL purge for serial objects.
2006-02-06  Eric Pouechkernel: Fixed regression in atom handling.
2006-02-05  Gerald Pfeiferntdll: Use struct mtget.mt_blksiz on systems featuring...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-02-04  Alexandre Julliardntdll: Added a few helper function to simplify the...
2006-02-03  Robert Millanntdll: Rename i386 CPU trap codes to avoid collision...
2006-02-02  Johan Dahlinntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddress...
2006-01-31  Gerald Pfeiferntdll: tape.c portability fixes.
2006-01-30  Michael Stefaniuckernel: Remove bogus breaks in tape.c
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
next