ntdll: Added NtGetTickCount implementation.
[wine] / dlls / ntdll / file.c
2006-02-06  Robert Millanconfigure: For sys/mount.h, sys/statfs.h and sys/vfs...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.
2006-01-18  Alexandre Julliardntdll: Cleaned up the ioctl functions.
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-10-26  Vitaliy MargolenCosmetic changes to NtCreateNamedPipeFile change "oa...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-08-24  Alexandre JulliardMoved the FileFsDeviceInformation query to a separate...
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-16  Ivan Leo PuotiImprove NtCreateNamedPipe trace.
2005-08-16  Ivan Leo PuotiNtCreateNamedPipeFile is no longer a stub, so fix TRACE...
2005-07-24  Vincent BéronUse proper macro for using IOKit includes.
2005-07-11  Uwe BonnesWait for the object multiple times until TIMEOUT is...
2005-06-20  Pierre d'HerbemontMove the (Mac OS X) IOKit headers to the top of the...
2005-06-09  Robert Shearman- Don't free the fileio object because it will be freed...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-05-26  Uwe BonnesCall fileio_terminate for FILE_AsyncWriteService.
2005-05-20  Juan LangImplement NtQueryVolumeInformationFile for type
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-07  Robert LunnonImplement NtQueryVolumeInformation for Solaris.
2005-04-25  Ivan Leo PuotiAdd parameter checking to NtReadFile/NtWriteFile.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-11  Mike McCormackMove mailslot set and query info implementation to...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Ivan Leo PuotiImprove parameter checking in NtCreateFile.
2005-03-16  Ulrich CzekallaDon't mark a file as readonly if it has any write bit...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-06  Rein KlazesOn Linux, use fstatfs instead of fstatvfs. It is too...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-09  HamishFix for async writes to comm ports.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-09-14  Francois GougetAssorted spelling fixes.
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-19  Robert ShearmanHandle ECONNRESET in FILE_GetNtStatus.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Rein KlazesDo not make a directory read-only.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-06-17  Alexandre JulliardDon't use lseek when truncating a file to avoid corrupt...
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Alexandre JulliardProperly set IO_STATUS_BLOCK.Information in NtCreateFile.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Alexandre JulliardBetter support for device handles in NtQueryVolumeInfor...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Alexandre JulliardPartial implementation of NtQueryVolumeInformationFile.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-21  Robert ShearmanHandle EIO file error.
2003-11-11  Carlos LozanoNtReadFile checks that offset is not null.
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-08-18  Eric PouechRegression fixes for Nt{Read|Write}File:
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
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  Eric Pouech- start moving a few file related functions from files...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
next