Skip to content
Snippets Groups Projects
  1. Oct 15, 2003
  2. Oct 09, 2003
  3. Oct 08, 2003
  4. Oct 04, 2003
  5. Oct 03, 2003
  6. Oct 02, 2003
  7. Sep 29, 2003
  8. Sep 26, 2003
  9. Sep 24, 2003
  10. Sep 18, 2003
  11. Sep 16, 2003
  12. Sep 05, 2003
  13. Sep 02, 2003
  14. Aug 26, 2003
  15. Aug 23, 2003
  16. Aug 20, 2003
  17. Aug 19, 2003
  18. Aug 12, 2003
  19. Jul 21, 2003
  20. Jul 03, 2003
  21. Jun 27, 2003
  22. Jun 26, 2003
    • Eric Pouech's avatar
      - made async.h ready for use in ntdll: replaced all calls to kernel32 · 9bd4f6bf
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
        functions with ntdll equivalent
      - replaced status setter/getter for wine async structures with direct
        access to a (now included) IO_STATUS_BLOCK structure
      - since we now have a IO_STATUS_BLOCK in async_private, we no longer
        need in most of the user (derivated) structures a field for
        LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK)
      - rewrote the async.h users accordingly
      - implemented ntdll.Nt{Read|Write}File and let
        kernel32.{Read|Write}File(Ex)? use those new ntdll functions
      - rewrote smb read/write interfaces to be more ntdll stylish (no
        overlapped yet)
      9bd4f6bf
  23. Jun 24, 2003
    • Bill Medland's avatar
      A little SMB preparatory work: · af81a021
      Bill Medland authored and Alexandre Julliard's avatar Alexandre Julliard committed
      Don't publish internal information.
      Add a function for detecting UNC names.
      Account for the fact that NT allows either separator character.
      af81a021
    • Alexandre Julliard's avatar
      Moved tape.c to dlls/kernel. · dc4b0c76
      Alexandre Julliard authored
      Moved critical section and resource update functions to dlls/kernel.
      Started moving some of the thread functions too.
      dc4b0c76
    • Eric Pouech's avatar
      - start moving a few file related functions from files/file.c to · f6a70969
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
        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
  24. Jun 23, 2003
  25. Jun 21, 2003
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
        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
  26. Jun 18, 2003
  27. Jun 14, 2003
  28. Jun 04, 2003
  29. May 19, 2003
  30. May 15, 2003
  31. Apr 22, 2003
Loading