summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix based on bug report from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-241-0/+25
* Another cleanup patch for the previous rejected hunk.Joel Sherrill1999-03-191-0/+1
* A cleanup patch on fcntl.c from Eric Norum <eric@skatter.usask.ca> forJoel Sherrill1999-03-191-0/+2
* Patch from Eric Norum <eric@skatter.usask.ca> that adds externalJoel Sherrill1999-03-192-24/+42
* Use proper include for libio.h.Joel Sherrill1999-03-165-8/+5
* Added code to translate internal libio flags to POSIX style flags.Joel Sherrill1999-03-081-3/+20
* 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-063-2/+39
* Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1999-03-0116-244/+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-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