1. 12 Sep, 2006 1 commit
  2. 23 May, 2006 1 commit
  3. 25 Jan, 2006 1 commit
  4. 12 Dec, 2005 2 commits
  5. 02 Dec, 2005 1 commit
  6. 12 Sep, 2005 1 commit
  7. 27 Aug, 2005 1 commit
  8. 14 Jun, 2005 1 commit
  9. 06 Jun, 2005 1 commit
  10. 16 May, 2005 2 commits
  11. 10 May, 2005 1 commit
  12. 14 May, 2004 1 commit
  13. 13 May, 2004 1 commit
  14. 01 May, 2004 1 commit
  15. 23 Apr, 2004 1 commit
  16. 16 Apr, 2004 1 commit
  17. 15 Apr, 2004 1 commit
  18. 25 Mar, 2004 1 commit
  19. 20 Mar, 2004 1 commit
  20. 11 Mar, 2004 1 commit
  21. 12 Feb, 2004 1 commit
  22. 07 Jan, 2004 1 commit
  23. 08 Dec, 2003 1 commit
  24. 01 Dec, 2003 1 commit
  25. 18 Nov, 2003 1 commit
  26. 14 Nov, 2003 1 commit
  27. 13 Nov, 2003 1 commit
  28. 18 Sep, 2003 1 commit
  29. 25 Aug, 2003 1 commit
  30. 24 Jun, 2003 1 commit
    • Eric Pouech's avatar
      - start moving a few file related functions from files/file.c to · f6a70969
      Eric Pouech authored
        dlls/kernel subdir (also splitting 16bit APIs in a separate file)
      - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the
        kernel32 equivalent
      - implemented a few information classes in NtQueryInformationFile and
        NtSetInformationFile (still lots of missing classes)
      - enhanced the get_file_info server request in order to implement
        correctly NtQueryInformationFile (change time & file alloc size)
      - rewrote registry loading to comply with latest changes
      f6a70969
  31. 21 Jun, 2003 1 commit
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      Eric Pouech authored
        handles as wineserver handles
      - console input handle object is no longer waitable (input record
        synchronisation is now implemented as a simple semaphore), and removed
        FD_TYPE_CONSOLE from fd types in wineserver
      - console handles now always have their two lower bit set so one can
        distinguish a console handle from a kernel object handle
      - implemented some undocumented kernel32 console related APIs
        (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
        VerifyConsoleIoHandle, DuplicateConsoleHandle)
      - allowed a few kernel32 APIs to take console pseudo-handles
        (FlushFileBuffer, GetFileType, WaitFor*Object*)
      - simplified the console inheritance at process creation
      - in console tests, no longer create a console if one already exists
      412d37f6