summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-04-15Added reentrant versions.Joel Sherrill2-0/+41
1999-04-15Updated version string.Joel Sherrill1-2/+1
1999-04-01Disable IXON by default based on comment from Eric NorumJoel Sherrill1-1/+1
1999-03-31Patch from Thomas Doerfler <td@imd.m.ISAR.de> to add flow control:Joel Sherrill1-32/+272
1999-03-31Removed asserts that shouldn't be called and commented case where thisJennifer Averett3-4/+2
1999-03-31Corrected return value.Jennifer Averett1-1/+1
1999-03-30Removed warning for const removal.Joel Sherrill1-1/+1
1999-03-29Removed an uninitialized variable.Jennifer Averett1-4/+5
1999-03-19Another cleanup patch for the previous rejected hunk.Joel Sherrill1-0/+1
1999-03-19A cleanup patch on fcntl.c from Eric Norum <eric@skatter.usask.ca> forJoel Sherrill1-0/+2
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-3/+12
1999-03-19Patch from Eric Norum <eric@skatter.usask.ca> that adds externalJoel Sherrill2-24/+42
1999-03-16Use proper include for libio.h.Joel Sherrill5-8/+5
1999-03-08Corrected bug where pointer to doubly linked blocks was being incorrectlyJoel Sherrill1-2/+34
1999-03-08Added code to translate internal libio flags to POSIX style flags.Joel Sherrill1-3/+20
1999-03-08Added support for F_GETFL and F_SETFL.Joel Sherrill1-2/+3
1999-03-08Removed unused variable.Joel Sherrill1-1/+0
1999-03-06Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill3-2/+39
1999-03-01Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill16-244/+26
1999-02-24Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill8-24/+34
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-4/+6
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-10Corrected multiple places the file size was not being properly updated.Joel Sherrill1-2/+8
1999-02-10Added getcwd().Joel Sherrill2-1/+281
1999-02-05Corrected spacing and added some new error checks that were neededJoel Sherrill3-24/+34
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 Sherrill2-1/+59
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 Sherrill14-118/+164
1998-12-03Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1-0/+26
1998-12-03Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett2-5/+8
1998-12-03Added source for F_DUPFD.Jennifer Averett1-12/+18
1998-12-03Modifications for RTEMS_UNIX.Jennifer Averett4-1/+18
1998-12-03Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1-13/+24
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill101-1148/+8813
1998-10-22Changed all of these to stubs.Joel Sherrill7-403/+34
1998-10-13Added rest of opendir family and made it compile.Joel Sherrill2-3/+19
1998-10-13New files.Joel Sherrill5-0/+328
1998-10-13Modified to avoid building certain files under UNIX.Joel Sherrill1-3/+11
1998-10-12New files.Joel Sherrill2-0/+164
1998-10-12Removed fork(), execv(), and wait() since they are now stubbed in theJoel Sherrill1-21/+0
1998-10-12Added opendir and readdir.Joel Sherrill1-1/+1
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