summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
1999-02-18GLobal reentrancy structure is now dynamically initialized.Joel Sherrill1-1/+2
1999-02-15Patch from Eric Valette <valette@crf.canon.fr> to undo the patchJoel Sherrill1-2/+0
1999-02-10Set the read/write offset to 0 when the file is opened. The ACVC had a testJoel Sherrill1-0/+1
1999-02-10Added getcwd().Joel Sherrill1-0/+280
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill2-15/+25
1999-01-28Patch from Eric Norum <eric@skatter.usask.ca> to set more flags inJoel Sherrill1-2/+2
1999-01-26Added libio_sockets.c to hold support routines for networking code.Joel Sherrill1-0/+58
1999-01-20More general fix based on bug report and patch from Ian Lance TaylorJoel Sherrill13-1/+27
1999-01-19Per bug report from Jiri Gaisler that RTEMS would no longer buildJoel Sherrill1-1/+13
1999-01-04Removed blank linesJoel Sherrill2-3/+0
1998-12-14Corrected prototype to confirm to POSIX 1003.1b.Joel Sherrill2-10/+4
1998-12-10Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill15-121/+166
1998-12-10Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1-0/+7
1998-12-03Added source for F_DUPFD.Jennifer Averett1-12/+18
1998-12-03Modifications for RTEMS_UNIX.Jennifer Averett3-0/+8
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill66-642/+4434
1998-10-28Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1-0/+2
1998-10-22Changed all of these to stubs.Joel Sherrill7-403/+34
1998-10-13Added rest of opendir family and made it compile.Joel Sherrill1-1/+16
1998-10-13New files.Joel Sherrill5-0/+328
1998-10-12New files.Joel Sherrill2-0/+164
1998-10-01Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1-5/+8
1998-09-23Modifed to zero out the C heap if the CPU Table indicates that theJoel Sherrill1-0/+15
1998-09-23Patch from Aleksey (Quality Quorum <qqi@world.std.com>):Joel Sherrill2-4/+10
1998-09-21Patch from Eric Norum:Joel Sherrill1-7/+2
1998-09-11Corrected spelling error.Joel Sherrill1-10/+10
1998-08-31Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-3/+0
1998-08-31Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-4/+2
1998-08-21Fix from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-14/+2
1998-08-21Added initialization of missing termios structure entries.Joel Sherrill1-2/+3
1998-08-19Base filesJoel Sherrill3-0/+219
1998-07-28Closed window thanks to patch from Eric Norum.Joel Sherrill1-5/+3
1998-07-17Initialized tty->refcount to 0. When (for whatever reason) malloc()Joel Sherrill1-0/+3
1998-07-17Patch from Dario Alcocer <alcocer@connectnet.com>. His comments:Joel Sherrill1-0/+2
1998-07-06New file to satisfy readdir() family.Joel Sherrill1-0/+14
1998-06-18Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1-0/+14
1998-06-18Corrected so it returns the correct date. Previously was getting the numberJoel Sherrill1-11/+28
1998-06-18Added a public interface to the chain handler.Joel Sherrill1-0/+362
1998-05-22Added tcdrain(), cfgetospeed(0, cfsetospeed(), cfgetispeed(), andJoel Sherrill2-0/+56
1998-05-22Added tcdrain(), cfgetospeed(), cfsetospeed(), cfgetispeed(), and cfsetispeed().Joel Sherrill1-1/+5
1998-05-20Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill2-2/+4
1998-05-20Added tcdrain() from Eric NorumJoel Sherrill1-0/+1
1998-05-19Addition of tcdrain() from Eric Norum.Joel Sherrill1-0/+12
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 Sherrill2-38/+41
1998-04-18rtems_libio_number_iops is now defined in confdefs.h so the maximumJoel Sherrill1-1/+1
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill1-18/+0
1998-04-06More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1-11/+0
1998-04-03Removed isatty() since we are now using newlib's implementation asJoel Sherrill1-1/+0
1998-03-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1-2/+2