summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/libio.h (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-05-20Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill1-1/+1
Eric Norum per request from Geoffroy Montel: > The rtems_termios_enqueue_raw_characters function type is void. > The problem is that I can't return an error message if the input > buffer is full. > Could we add a return value? Sure, but what would you do with the overflow indication? POSIX says, ``when the input limit is reached, the saved characters are thrown away without notice''. Anyhow, the change is so small I've done it and enclosed the patch.
1998-05-20Added tcdrain() from Eric NorumJoel Sherrill1-0/+1
1998-05-19Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.Joel Sherrill1-1/+0
1998-05-04Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1-10/+20
support for device driver support on tcsetattr(), and hardware flow control callbacks.
1998-04-03Removed isatty() since we are now using newlib's implementation asJoel Sherrill1-1/+0
a result of enabling the newlib POSIX directory.
1997-12-22Corrected prototypes for all termios console write driver entries toJoel Sherrill1-1/+2
properly reflect the const on the buffer pointer being passed in.
1997-11-15interrupt driven change from Eric NorumJoel Sherrill1-1/+2
1997-11-10Fixed prototypeJoel Sherrill1-1/+1
1997-10-23Changed prototype of read routine.Joel Sherrill1-1/+1
1997-10-23New termios.c from Eric Norum.Joel Sherrill1-0/+4
Added new entry point to add in per physical port resource requirements.
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1-2/+22
1997-08-01Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1-0/+7
(Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-0/+22
was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
1997-01-29Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1-6/+10
should simplify the build process.
1996-04-22Updates from Tony Bennett.Joel Sherrill1-3/+0
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1-0/+101
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables