summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2000-11-28 Sergei Organov <osv@javad.ru>Joel Sherrill2000-11-281-1/+4
* 2000-11-20 Dmitry Kargapolov <dk@gentex.ru>Joel Sherrill2000-11-201-3/+9
* 2000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill2000-08-1111-7/+58
* IEEEJoel Sherrill2000-08-031-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill2000-06-291-1/+2
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-0/+3
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-1/+1
* Changed st_atime, st_ctime, and st_mtime for IMFS nodes to beJoel Sherrill2000-06-125-22/+22
* Patch from Nick Simon <Nick.SIMON@syntegra.bt.co.uk> to makeJoel Sherrill2000-05-301-0/+9
* Significantly lowered the default memory requirements:Joel Sherrill2000-05-241-0/+5
* Added a return to the bottom.Joel Sherrill2000-05-241-0/+1
* Patch from Jennifer Averett <jennifer.averett@oarcorp.com> to makeJoel Sherrill2000-05-2313-64/+64
* Removed duplicated call to unmount filesystem.Joel Sherrill2000-05-191-10/+1
* Corrected order of arguments to strncpy().Joel Sherrill2000-05-161-1/+1
* Use CPU_HEAP_ALIGNMENT not CPU_ALIGNMENT.Joel Sherrill2000-05-161-1/+1
* Changed <= to < to prevent overindexing array of file control blocksJoel Sherrill2000-05-161-2/+2
* RTEMS specific thread support for G++. This implementationJoel Sherrill2000-05-082-1/+220
* This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.cvs2git2000-05-081-0/+0
* This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.cvs2git2000-04-131-0/+2
* Renamed IMFS structure elements to avoid conflicts on Solaris host/target.Joel Sherrill2000-04-1313-64/+64
* Added support for Cygwin.Joel Sherrill2000-04-051-1/+8
* Patch rtems-rc-4.5.0-6-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-031-1/+1
* Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> reviewedJoel Sherrill2000-04-031-3/+3
* Ran ampolish after getting new version from Ralf CorsepiusJoel Sherrill2000-03-211-19/+12
* Changed <= to < to prevent overindexing array of file control blocksJoel Sherrill2000-02-151-2/+2
* This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.cvs2git2000-02-111-49/+0
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-111-1/+13
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-081-2/+0
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-311-1/+0
* Spacing corrected.Joel Sherrill2000-01-051-1/+1
* Removed warnings.Joel Sherrill1999-12-131-1/+1
* Warning removal patch from Philip A. Prindeville <philipp@zembu.com>.Joel Sherrill1999-12-131-1/+1
* Added RTEMS_IO_ERROR.Joel Sherrill1999-12-131-0/+1
* Removed duplicate definition of rtems_filesystem_umask.Joel Sherrill1999-11-301-6/+0
* Corrected so they would compile with POSIX disabled.Joel Sherrill1999-11-302-2/+3
* Fixed spacing.Joel Sherrill1999-11-291-1/+1
* Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-222-126/+127
* Updated copyright notice.Joel Sherrill1999-11-17104-208/+104
* Added TERMINAL_IDENTIFICATION pieces.Joel Sherrill1999-11-161-3/+4
* Fixed bug.Jennifer Averett1999-11-161-3/+3
* Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1999-11-161-1/+1
* Works now.Joel Sherrill1999-11-161-19/+12
* New file.Joel Sherrill1999-11-161-0/+113
* Added.Joel Sherrill1999-11-166-3/+209
* Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill1999-11-161-1/+1
* Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill1999-11-092-1/+73
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-051-1/+3
* Fixed commentJennifer Averett1999-11-051-1/+1
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-052-6/+4
* New file.Joel Sherrill1999-11-051-0/+38