1. 19 Apr, 2011 1 commit
  2. 17 Aug, 2010 1 commit
  3. 09 Sep, 2009 1 commit
  4. 06 Feb, 2009 1 commit
  5. 20 Aug, 2008 1 commit
  6. 23 Apr, 2008 1 commit
  7. 04 Mar, 2008 1 commit
  8. 29 Oct, 2007 1 commit
  9. 06 Mar, 2007 1 commit
  10. 27 Feb, 2007 1 commit
  11. 20 Feb, 2007 1 commit
  12. 13 Oct, 2006 1 commit
  13. 03 Oct, 2006 1 commit
    • Eric Pouech's avatar
      ntdll-kernel32: WaitCommEvent. · d990c0d8
      Eric Pouech authored
      - implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl
        on serial lines in ntdll
      - now using thread pool (instead of simple thread) for the
        background operations (this should help some high load
        situations)
      - used this to implement WaitCommEvent on top NtDll functions
      - in kernel32, removed now the no longer used termios/ioctls...
        for comm devices
      d990c0d8
  14. 12 Sep, 2006 1 commit
  15. 23 May, 2006 1 commit
  16. 10 May, 2006 1 commit
  17. 09 May, 2006 11 commits
  18. 28 Feb, 2006 1 commit
  19. 27 Feb, 2006 1 commit
    • Eric Pouech's avatar
      kernel32: ClearCommError. · 6b95c0e4
      Eric Pouech authored
      ClearCommError should only deal with *communication* errors (are being
      seen on the serial interface) rather than API errors (which can be
      reported to the caller by the API itself).  I then removed all the
      stuff related to storing the error status in the server object.
      6b95c0e4
  20. 06 Feb, 2006 4 commits
  21. 24 Jan, 2006 1 commit
  22. 12 Jan, 2006 1 commit
  23. 12 Dec, 2005 1 commit
  24. 28 Nov, 2005 1 commit
  25. 15 Nov, 2005 1 commit
  26. 10 Nov, 2005 1 commit
  27. 08 Nov, 2005 1 commit