kernel: Load QueueUserWorkItem function dynamically.
[wine] / dlls / kernel /
2006-03-23  Detlef Riekenbergkernel: Load QueueUserWorkItem function dynamically.
2006-03-22  Bryan Maylandkernel: WaitForMultipleObjectsEx should accept up to...
2006-03-21  Robert Shearmankernel: Add a test for QueueUserWorkItem.
2006-03-20  Paul Vrienskernel: Fix model/stepping in GetSystemInfo.
2006-03-20  Detlef Riekenbergkernel: Avoid heap corruption on invalid parameter...
2006-03-20  Alexandre Julliardkernel: Avoid infinite waits in directory change tests.
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-03-13  Robert Shearmankernel: Implement QueueUserWorkItem.
2006-03-07  Mike McCormackkernel: Improve the activation context stubs.
2006-03-06  Alexandre Julliardkernel: Better support for detached processes.
2006-03-03  Francois Gougetkernel: Protect sys/resource.h include.
2006-02-28  Eric Pouechkernel32: Implemented ClearCommError on top of GET_COMM...
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-02-24  Alexandre Julliardkernel: Don't request execute permission for DOS memory.
2006-02-22  Mike McCormackkernel32: Add a stub implementation for CmdBatNotification.
2006-02-22  Alexandre Julliardkernel: Initialize the dll path from the main exe name...
2006-02-22  Alexandre Julliardkernel: Get rid of module.h.
2006-02-22  Alexandre Julliardkernel: Don't bother checking load order of the exe...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-02-21  Alexandre Julliardkernel: Use LoadLibrary to load the main exe in all...
2006-02-21  Mike McCormackkernel32: Add a simple test for recursive notification.
2006-02-21  Mike McCormackkernel32: Add a short test for GetOverlappedResult.
2006-02-20  Mike McCormackserver: Distinguish between a directory and a file...
2006-02-20  Alexandre Julliardkernel: Don't require execute permission for DOS memory...
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-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-13  Hans Leidekkerkernel: Report a tape device as FILE_TYPE_CHAR.
2006-02-10  Stefan Leichterkernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.
2006-02-09  Jeremy Whitekernel: Fixed build with gcc 2.95.
2006-02-08  Alexandre Julliardntdll: Get rid of the main_file argument in LdrInitiali...
2006-02-08  Alexandre Julliardkernel: Use a standard LoadLibrary call to load the...
2006-02-07  Dmitry Timoshkovkernel32: Implement EnumUILanguages.
2006-02-07  Mike McCormackkernel32: More test cases for ReadDirectoryChangesW.
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-06  Stefan Leichterkernel: Added a test for QueryDosDeviceA.
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  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2006-02-05  Alexandre Julliardkernel: Use a magic ConsoleHandle value instead of...
2006-02-05  Alexandre Julliardkernel: Set the console flag in the parent for CREATE_N...
2006-02-02  Mike McCormackkernel32: FindFirstChangeNotification needs a static...
2006-01-31  Alexandre Julliardkernel: Set the overlapped structure status in ReadDire...
2006-01-31  Mike McCormackkernel: Add some test cases for ReadDirectoryChangesW.
2006-01-30  Mike McCormackkernel: Add some more tests for FindFirstChangeNotifica...
2006-01-27  Mike McCormackkernel: Partially implement ReadDirectoryChangesW using...
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-27  Mike McCormackkernel32: Implement FindFirstChangeNotification with...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-27  Hans Leidekkerkernel: Implementation of tape functions.
2006-01-25  Alexandre Julliardkernel: Handle a failure to load winedos a bit more...
2006-01-25  Hans Leidekkerkernel: Test moving a directory that has a change notif...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-24  Alexandre Julliardkernel: Fail more gracefully when loading a builtin...
2006-01-23  Detlef Riekenbergkernel/tests: Integer atoms return different results...
2006-01-19  Vitaliy Margolenkernel: Remove calls to Nt[Get|Set]ThreadContext.
2006-01-17  Mike McCormackkernel32: Create a stub implementation for PostQueuedCo...
2006-01-16  Mike McCormackkernel32: Move FileCDR16 in with the other 16bit file...
2006-01-16  Hans Leidekkerkernel: Documentation cleanups.
2006-01-14  Alexandre Julliardkernel: Make sure the file contains data for the ReadFi...
2006-01-13  Alexandre Julliardkernel: Reimplemented the MapHInst functions in assembly.
2006-01-13  Alexandre Julliardkernel: Reimplemented the SMap/SUnmap functions in...
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...
2006-01-12  Robert Shearmankernel32: Fix GlobalReAlloc for size = 0.
2006-01-11  Eric Pouechntdll: Implemented ntdll.NtSetInformationThread(ThreadA...
2006-01-10  Vitaliy Margolenkernel: Remove no longer used debug channel.
2006-01-10  Robert Shearmankernel32: Return an error when unlocking a global with...
2006-01-10  Robert Shearmankernel: Remove wine/server.h include from files where...
2006-01-10  Alexandre Julliardkernel: Don't send a debugger event in UnhandledExcepti...
2006-01-10  Alexandre Julliardkernel: Implement FT_Exit directly in assembly to avoid...
2006-01-09  Mike McCormackkernel: Trying to lock an empty global memory block...
2006-01-06  Hans Leidekkerkernel: Documentation cleanups.
2006-01-05  Robert Shearmankernel32: Check for the correct error return value...
2006-01-03  Eric Pouechkernel32: Implemented atoms query function on top of...
2006-01-03  Robert Reifkernel: DelayLoadFailureHook crash fix.
2005-12-22  Eric Pouechkernel/tests: Check that we successfully open the console.
2005-12-21  Hans Leidekkerkernel: Some documentation improvements.
2005-12-19  Alexandre Julliardkernel32: Check for tabs too when extracting the progra...
2005-12-17  Alexandre Julliardntdll: Don't use a real guard page at the bottom of...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-12-16  Alexandre JulliardAdd -register hint in ntdll, kernel and msvcrt spec...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-12-12  Alexandre Julliardkernel: Moved main stack initialization to process.c.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-12  Eric Pouechkernel32: Get rid of DOSMEM_AllocSelector.
2005-12-12  Filip Navarakernel: Fix the Mach-O binary magic.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
next