public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2008-08-20 14:48 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2008-08-20 14:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2008-08-20 14:48:40
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c
Log message:
* src/common/termiostty.c (set_attr) : Fixed bug for XON/XOFF
flow control that was wrong in termiostty.
set_attr() now looks into c_iflag for IXON/IXOFF flags.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2011-03-30 16:39 sergeig
0 siblings, 0 replies; 20+ messages in thread
From: sergeig @ 2011-03-30 16:39 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2011-03-30 16:39:44
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c tty.c
Log message:
* src/common/termiostty.c: Add a possibility to define a few
additional DEVTAB entries.
* src/common/tty.c: Same.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2010-06-10 20:46 sergeig
0 siblings, 0 replies; 20+ messages in thread
From: sergeig @ 2010-06-10 20:46 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2010-06-10 20:46:18
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termios.c
Log message:
* src/common/termios.c : Fix tcflush() and tcdrain(). They were
effectively no-op functions.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2008-01-30 18:39 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2008-01-30 18:39 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-01-30 18:39:11
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c
Log message:
* src/common/termiostty.c (termios_lookup): Add missing set of
init flag. Pointed out by Rainer Arndt.
* src/common/termiostty.c (ecosbaud2posixbaud[]): Add missing
B1800 entry.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2006-05-09 16:08 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2006-05-09 16:08 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2006-05-09 16:08:22
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: tty.c
Log message:
* src/common/tty.c (tty_init): Fix compiler warning with
diag_printf() arguments.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-09-03 13:01 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-09-03 13:01 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-09-03 13:01:44
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c
packages/io/serial/current/tests: serial_echo.c
Log message:
* src/common/termiostty.c and
* tests/serial_echo.c : Fix compiler warning on a signedness
argument
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-07-30 11:52 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-07-30 11:52 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-07-30 11:52:41
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: haldiag.c tty.c
Log message:
* src/common/tty.c (tty_write):
* src/common/haldiag.c (haldiag_getc): Fixed pointer signness to
avoid compiler warnings.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-07-21 18:00 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-07-21 18:00 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-07-21 18:00:48
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c
Log message:
* src/common/termiostty.c: Removed errbuf from priv. It was never
being used after being allocated and never freed.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-06-28 17:56 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-06-28 17:56 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-06-28 17:56:16
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c (serial_select): Swap the DSR locks and
mutex locks around to avoid deadlocks with the rest of the code
which uses this order.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-06-20 18:15 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-06-20 18:15 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-06-20 18:15:00
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c (serial_select): Lock DSRs inside
serial_select() as the serial DSR calls functions manipulating the
cbuf structs, leading to a race condition. Also use the mutex to
avoid races between different threads.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2005-06-07 9:55 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-06-07 9:55 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-06-07 09:55:14
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c (serial_init): Fix compiler warnings about
formats strings for diag_printf.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2004-01-20 8:53 asl
0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-01-20 8:53 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-01-20 08:53:31
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c: serial_write() was returning an incorrect
result code in non-blocking mode when output was blocked. The
previous code would return ENOERR with 0 bytes written. This
was fixed to return EAGAIN.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-09-12 15:32 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-09-12 15:32 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-09-12 15:32:50
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c: Fixed bug for XON/XOFF flow control that
would cause multiple XON (or XOFF) characters to be sent for a
single flow control state transition.
Fixed bug in serial_write() that would cause output data to be
discarded if using polled mode with flow control, and output
was blocked due to flow control.
Fixed bug in serial_data_xmt_req() that would not stop sending
data when output was flow controlled off (hardware flow control).
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-09-05 5:09 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-09-05 5:09 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-09-05 05:09:19
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c tty.c
Log message:
* src/common/tty.c: Make tty_select prototype match implementation.
* src/common/termiostty.c: Make termios_select prototype match
implementation.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-09-02 3:17 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-09-02 3:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-09-02 03:17:21
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c: Make serial_select prototype match
implementation.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-05-21 16:31 gthomas
0 siblings, 0 replies; 20+ messages in thread
From: gthomas @ 2003-05-21 16:31 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-05-21 16:31:23
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
Restart RX after flush
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-03-25 2:47 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-03-25 2:47 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-03-25 02:47:06
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c (serial_get_config): For both INPUT_FLUSH
and OUTPUT_FLUSH keys, pass down to the hardware driver as well
to allow it to flush FIFOs.
Based on patch from Roland Cassebohm.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-03-20 19:03 gthomas
0 siblings, 0 replies; 20+ messages in thread
From: gthomas @ 2003-03-20 19:03 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-03-20 19:03:03
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c termiostty.c
Log message:
Fix problems with -EAGAIN. Change behaviour of VMIN to match accepted behaviour.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2003-02-14 11:50 jlarmour
0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-02-14 11:50 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-02-14 11:50:12
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: termiostty.c
Log message:
* src/common/termiostty.c: Support VMIN > 0 properly.
^ permalink raw reply [flat|nested] 20+ messages in thread
* ecos/packages/io/serial/current ChangeLog src/ ...
@ 2002-12-10 7:29 gthomas
0 siblings, 0 replies; 20+ messages in thread
From: gthomas @ 2002-12-10 7:29 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2002-12-10 07:29:03
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: tty.c
Log message:
Fix return value for tty write - don't count expanded chars.
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2011-03-30 16:39 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-20 14:48 ecos/packages/io/serial/current ChangeLog src/ jlarmour
-- strict thread matches above, loose matches on Subject: below --
2011-03-30 16:39 sergeig
2010-06-10 20:46 sergeig
2008-01-30 18:39 asl
2006-05-09 16:08 asl
2005-09-03 13:01 asl
2005-07-30 11:52 asl
2005-07-21 18:00 asl
2005-06-28 17:56 asl
2005-06-20 18:15 asl
2005-06-07 9:55 asl
2004-01-20 8:53 asl
2003-09-12 15:32 jlarmour
2003-09-05 5:09 jlarmour
2003-09-02 3:17 jlarmour
2003-05-21 16:31 gthomas
2003-03-25 2:47 jlarmour
2003-03-20 19:03 gthomas
2003-02-14 11:50 jlarmour
2002-12-10 7:29 gthomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).