- 20 Feb, 2007 1 commit
-
-
Detlef Riekenberg authored
-
- 13 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 03 Oct, 2006 1 commit
-
-
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
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 10 May, 2006 1 commit
-
-
Uwe Bonnes authored
Noticed by Dan Armbrust.
-
- 09 May, 2006 11 commits
-
-
Eric Pouech authored
- implemented ntdll's serial IOCTL: CLR_DTR, CLR_RTS, SET_DTR, SET_RTS, SET_XOFF, SET_XON, RESET_DEVICE - implemented kernel32.EscapeCommFunction on top of them
-
Eric Pouech authored
- stubbed out ntdll's serial IOCTL SET_QUEUE_SIZE - implemented kernel32.SetupComm on top of it
-
Eric Pouech authored
- implemented ntdll's COMM IOCTL GET_TIMEOUTS, SET_TIMEOUTS - implemented kernel32.GetCommTimeout and SetCommTimeout on top of them
-
Eric Pouech authored
- implemented SERIAL_GET_CHARS ioctl - made use of it in kernel32.GetCommState
-
Eric Pouech authored
- implemented SERIAL_GET_HANDFLOW ioctl - made use of it in kernel.GetCommState
-
Eric Pouech authored
- implemented SERIAL_GET_LINE_CONTROL ioctl - made use of it in kernel.GetCommState
-
Eric Pouech authored
- implemented SERIAL_GET_BAUD_RATE ioctl - made use of it in kernel.GetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_CHARS - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_HANDFLOW - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- implemented ntdll's serial IOCTL SET_LINE_CONTROL - used this IOCTL in kernel32.SetCommState
-
Eric Pouech authored
- created dump_dcb to print out DCB information - implemented ntdll's serial IOCTL SET_BAUD_RATE - used this IOCTL in kernel32.SetCommState
-
- 28 Feb, 2006 1 commit
-
-
Eric Pouech authored
-
- 27 Feb, 2006 1 commit
-
-
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.
-
- 06 Feb, 2006 4 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 24 Jan, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 12 Jan, 2006 1 commit
-
-
Eric Pouech authored
- created infrastructure in ntdll to support IOCTL for serial devices - implemented IOCTLs in ntdll for serial break support - implemented the kernel32 equivalent on top of those IOCTLs
-
- 12 Dec, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 15 Nov, 2005 1 commit
-
-
Cihan Altinay authored
-
- 10 Nov, 2005 1 commit
-
-
Francois Gouget authored
-
- 08 Nov, 2005 1 commit
-
-
Markus Amsler authored
- add missing description - add missing returns section - complete missing A/W pairs - reformate comments, to match c2man requirements
-
- 03 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 27 Sep, 2005 1 commit
-
-
Alex Villacís Lasso authored
softmodems.
-
- 08 Aug, 2005 1 commit
-
-
Gerald Pfeifer authored
-
- 03 Aug, 2005 1 commit
-
-
Uwe Bonnes authored
-
- 16 May, 2005 1 commit
-
-
Alexandre Julliard authored
definition in winternl.h.
-
- 09 May, 2005 1 commit
-
-
Andreas Mohr authored
-
- 06 May, 2005 1 commit
-
-
Francois Gouget authored
Make the error message about unexpected '#ifdef HAVE_XXX' clearer. Protect sys/stat.h #includes with the corresponding '#ifdef HAVE_XXX' check.
-
- 30 Mar, 2005 1 commit
-
-
Francois Gouget authored
-
- 24 Mar, 2005 1 commit
-
-
Jakob Eriksson authored
-
- 17 Mar, 2005 1 commit
-
-
Dmitry Timoshkov authored
-