ntdll: Protect sys/stat.h inclusion.
[wine] / dlls / kernel /
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...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-05  Alexandre Julliardkernel: Added a basic test for exception handling in...
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Alex Villacís LassoInitialize file_exists to 0 at exe load test, prevents...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-22  Alexandre JulliardDon't try to set the label in the superblock of FAT...
2005-11-21  Vitaliy MargolenKernel32 should create named objects with OBJ_OPENIF...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Saulius Krasuckas- ANSI SCSI revision is a hex number.
2005-11-18  Alexandre JulliardAvoid setting the context before the thread has started...
2005-11-18  Alexandre JulliardAdded a few more Unicode digits from Unicode version...
2005-11-18  Dmitry TimoshkovUse case insensitive comparison to check file extensions.
2005-11-17  Robert ShearmanThe BOM doesn't need a DWORD sized variable, only a...
2005-11-15  Detlef RiekenbergMade test loadable on NT 3.51 again (GetDiskFreeSpaceEx...
2005-11-15  Cihan AltinayDisable PARMRK input flag of serial ports.
2005-11-15  Paul VriensCorrected last error information.
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-11-14  Eric PouechFix set_test_val function declaration to ensure stack...
2005-11-12  Paul VriensAdd some extra error information.
2005-11-12  Phil Lodwickprefix can be NULL for GetTempFileNameW.
2005-11-11  Vincent BéronProtect sys/stat.h with a conditional.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-10  Saulius KrasuckasAdd error code valid for Win9x and XP.
2005-11-08  Robert LunnonImplement GlobalMemoryStatusEx for Solaris.
2005-11-08  Saulius KrasuckasTake into account some alignment done by HeapAlloc...
next