summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:35:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-22 20:35:41 +0000
commitcdc830964ac1e18dc0116023232c4992d0b3f346 (patch)
treed1564ba40e22ca6fd81cc959664f9b33652b1f69 /cpukit/ChangeLog
parent2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cdc830964ac1e18dc0116023232c4992d0b3f346.tar.bz2
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/termios_baud2index.c, libcsupport/src/termios_baud2num.c, libcsupport/src/termios_num2baud.c, libcsupport/src/termios_setinitialbaud.c: New files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b50d82373c..3ece903160 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/termios_baud2index.c,
+ libcsupport/src/termios_baud2num.c,
+ libcsupport/src/termios_num2baud.c,
+ libcsupport/src/termios_setinitialbaud.c: New files.
+
+2008-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/Makefile.am, libcsupport/preinstall.am,
libcsupport/include/rtems/termiostypes.h: Move termios helper
routines from libchip to libcsupport. Add routine which makes it easy