summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for F_GETFL and F_SETFL.Joel Sherrill1999-03-081-2/+3
* Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill1999-03-062-2/+35
* Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1999-03-0114-199/+26
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-241-1/+5
* 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-2012-0/+12
* 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-1012-117/+158
* Added source for F_DUPFD.Jennifer Averett1998-12-031-12/+18
* Modifications for RTEMS_UNIX.Jennifer Averett1998-12-031-0/+2
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-2364-581/+3696
* 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-231-3/+9
* Patch from Eric Norum:Joel Sherrill1998-09-211-7/+2
* 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
* 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 tcdrain(), cfgetospeed(0, cfsetospeed(), cfgetispeed(), andJoel Sherrill1998-05-222-0/+56
* Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill1998-05-201-1/+3
* Addition of tcdrain() from Eric Norum.Joel Sherrill1998-05-191-0/+12
* Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1998-05-041-28/+21
* 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
* Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1998-03-271-2/+2
* updated copyright to 1998Joel Sherrill1998-02-176-6/+6
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-02-171-2/+5
* Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1998-02-031-0/+1
* Corrected Linux port for glibc2Joel Sherrill1998-01-302-1/+3
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-232-6/+8