summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split out the routine rtems_assoc_name_bad().Joel Sherrill1999-05-272-14/+41
* Removed usage of printf.Joel Sherrill1999-05-272-2/+2
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-274-60/+95
* Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1999-05-111-1/+11
* Added lstat().Joel Sherrill1999-04-223-7/+40
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-191-1/+1
* Added reentrant versions.Joel Sherrill1999-04-152-0/+41
* Updated version string.Joel Sherrill1999-04-151-2/+1
* Disable IXON by default based on comment from Eric NorumJoel Sherrill1999-04-011-1/+1
* Patch from Thomas Doerfler <td@imd.m.ISAR.de> to add flow control:Joel Sherrill1999-03-311-32/+272
* Removed asserts that shouldn't be called and commented case where thisJennifer Averett1999-03-313-4/+2
* Corrected return value.Jennifer Averett1999-03-311-1/+1
* Removed warning for const removal.Joel Sherrill1999-03-301-1/+1
* Removed an uninitialized variable.Jennifer Averett1999-03-291-4/+5
* 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
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-191-3/+12
* 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
* Corrected bug where pointer to doubly linked blocks was being incorrectlyJoel Sherrill1999-03-081-2/+34
* 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
* Removed unused variable.Joel Sherrill1999-03-081-1/+0
* 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-248-24/+34
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-181-4/+6
* 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
* Corrected multiple places the file size was not being properly updated.Joel Sherrill1999-02-101-2/+8
* Added getcwd().Joel Sherrill1999-02-102-1/+281
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-053-24/+34
* 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-262-1/+59
* 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-1014-118/+164
* Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1998-12-031-0/+26
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-032-5/+8
* Added source for F_DUPFD.Jennifer Averett1998-12-031-12/+18
* Modifications for RTEMS_UNIX.Jennifer Averett1998-12-034-1/+18
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-13/+24
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-23101-1148/+8813
* Changed all of these to stubs.Joel Sherrill1998-10-227-403/+34
* Added rest of opendir family and made it compile.Joel Sherrill1998-10-132-3/+19
* New files.Joel Sherrill1998-10-135-0/+328
* Modified to avoid building certain files under UNIX.Joel Sherrill1998-10-131-3/+11