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