1. 30 Oct, 2008 1 commit
  2. 23 Dec, 2007 1 commit
  3. 18 May, 2007 1 commit
  4. 12 Sep, 2006 1 commit
  5. 23 May, 2006 1 commit
  6. 25 Jan, 2006 1 commit
  7. 12 Dec, 2005 2 commits
  8. 02 Dec, 2005 1 commit
  9. 12 Sep, 2005 1 commit
  10. 27 Aug, 2005 1 commit
  11. 14 Jun, 2005 1 commit
  12. 06 Jun, 2005 1 commit
  13. 16 May, 2005 2 commits
  14. 10 May, 2005 1 commit
  15. 14 May, 2004 1 commit
  16. 13 May, 2004 1 commit
  17. 01 May, 2004 1 commit
  18. 23 Apr, 2004 1 commit
  19. 16 Apr, 2004 1 commit
  20. 15 Apr, 2004 1 commit
  21. 25 Mar, 2004 1 commit
  22. 20 Mar, 2004 1 commit
  23. 11 Mar, 2004 1 commit
  24. 12 Feb, 2004 1 commit
  25. 07 Jan, 2004 1 commit
  26. 08 Dec, 2003 1 commit
  27. 01 Dec, 2003 1 commit
  28. 18 Nov, 2003 1 commit
  29. 14 Nov, 2003 1 commit
  30. 13 Nov, 2003 1 commit
  31. 18 Sep, 2003 1 commit
  32. 25 Aug, 2003 1 commit
  33. 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
  34. 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