ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does.
[wine] / dlls / ntdll / serial.c
2011-10-14  Uwe Bonnesntdll: Generate a single EV_TXEMPTY when the TX buffer...
2010-10-08  Alexandre Julliardntdll: Use the more portable cfsetospeed() function...
2010-07-06  Ken Thomasesntdll: Fix set_baud_rate for high rates for non-Linux...
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2009-09-10  Alexandre Julliardntdll: Make sure that serial ioctl calls fail on non...
2009-09-08  Mike Kaplinskiyntdll: Remember to set the iosb status if using a worke...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-01-07  G. Paul Ziembantdll: Clear IEXTEN when clearing ICANON.
2009-01-04  Pavel Trollerntdll: Fix serial.c for linux-2.6.28.
2008-12-24  Andrew Talbotntdll: Remove a superfluous semicolon.
2008-12-22  Wolfgang Walterntdll: Fix set_XOff and set_XOn.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-28  Francois Gougetntdll: Remove WINAPI on static functions where not...
2008-05-07  Alexandre Julliardntdll: Ignore failures to retrieve serial status for...
2008-05-07  Alexandre Julliardntdll: Always set VTIME to 0 to avoid blocking, don...
2008-04-09  Austin EnglishSpelling fixes.
2008-01-22  Eric Pouechntdll: Fixed getting the RTS status from line, and...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-15  Alexandre Julliardntdll: Restore typecast that is really needed.
2008-01-14  Andrew Talbotntdll: Remove unneeded casts.
2007-11-19  Michael Stefaniucntdll: Remove duplicate includes.
2007-10-29  Tom Brusntdll: Serial/COM code misinterpreted XON/XOFF direction.
2007-07-26  Michael Stefaniucntdll: Remove a break after a break. Found by Smatch.
2007-07-19  Michael Stefaniucntdll: Don't produce unreachable code during conditiona...
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-01-03  Reinhard Karcherntdll: Fix DTR and CTS controls in serial code.
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-10-04  Alexandre Julliardntdll: Fixed typo in serial.c.
2006-10-03  Eric Pouechntdll-kernel32: WaitCommEvent.
2006-06-13  Alexandre Julliardntdll: Cast termios.c_cflag to avoid a printf format...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Eric Pouechntdll: Fix serial timeout regression.
2006-05-09  Eric Pouechntdll/kernel32: EscapeCommFunction & associated IOCTLs
2006-05-09  Eric Pouechntdll/kernel32: SetupComm & SET_QUEUE_SIZE
2006-05-09  Eric Pouechntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_CHARS
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
2006-05-09  Eric Pouechntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
2006-02-28  Eric Pouechntdll: Implemented serial IOCTL for status: GET_COMM_ST...
2006-02-06  Eric Pouechntdll: Implemented IOCTL for char transmission: IMMEDIA...
2006-02-06  Eric Pouechntdll: Implemented COMM IOCTL for modem status: GET_MOD...
2006-02-06  Eric Pouechntdll: Implemented IOCTL for serial: SET_WAIT_MASK...
2006-02-06  Eric Pouechntdll: Implemented IOCTL purge for serial objects.
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...