summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill1999-01-215-39/+299
* Changed call to __rtems_close() to close().Joel Sherrill1999-01-202-6/+6
* Update of network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1999-01-206-165/+399
* More general fix based on bug report and patch from Ian Lance TaylorJoel Sherrill1999-01-2014-2/+42
* Removed referencing to network driver since it has not been merged yet.Joel Sherrill1999-01-192-6/+6
* Added comments for changing to a filesystemJoel Sherrill1999-01-191-0/+4
* Per bug report from Jiri Gaisler that RTEMS would no longer buildJoel Sherrill1999-01-191-1/+13
* Patch from Jiri Gaisler <jgais@ce.chalmers.se>:Joel Sherrill1999-01-194-15/+49
* Moved sys/ioctl.h to libc supportJoel Sherrill1999-01-191-1/+1
* Bug report from Jiri Gaisler <jgais@ws.estec.esa.nl>:Joel Sherrill1999-01-131-1/+1
* Patch from Chris Johns <ccj@acm.org> to get around a C++ problem with psim.Joel Sherrill1999-01-051-13/+13
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to use puts and have protot...Joel Sherrill1999-01-041-1/+3
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to fix braces nesting problem.Joel Sherrill1999-01-041-1/+2
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to make macro nest properly...Joel Sherrill1999-01-041-3/+5
* Removed blank linesJoel Sherrill1999-01-042-3/+0
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove unused variable.Joel Sherrill1999-01-041-1/+0
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to mark sav as unused.Joel Sherrill1999-01-041-1/+1
* Patch from Jay Kulpinski <jskulpin@eng01.gdds.com> to get cdtest.exe to run.Joel Sherrill1998-12-171-0/+2
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to eliminate anotherJoel Sherrill1998-12-171-1/+1
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-12-152-2/+2
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-14193-335/+1369
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+28
* Corrected prototype to confirm to POSIX 1003.1b.Joel Sherrill1998-12-142-10/+4
* Renamed ASFLAGS to ASMFLAGS for consistency per suggestion from Ralf Corsepiu...Joel Sherrill1998-12-141-4/+4
* Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill1998-12-1021-245/+195
* RDBG headers files ignored if not configuredJoel Sherrill1998-12-101-0/+4
* Fixed conflict between patchesJoel Sherrill1998-12-101-4/+3
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-12-105-0/+38
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-12-073-5/+12
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add remote debug serverJoel Sherrill1998-12-0340-2/+8671
* 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-036-1/+24
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-13/+24
* Moved stackchk.h to rtems subdirectory.Joel Sherrill1998-12-033-7/+12
* Increased default amount of RAM.Joel Sherrill1998-12-031-1/+1
* Removed reference to stackchk.h.Joel Sherrill1998-12-031-4/+0
* Don't build libchip if we are targetting UNIX.Joel Sherrill1998-12-031-1/+6
* Removed reference to libpurify.Joel Sherrill1998-12-011-2/+2
* Include files now installed as <rtems/*.h>.Joel Sherrill1998-12-014-5/+4
* Removed unused file.Joel Sherrill1998-12-012-97/+1
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-23106-1213/+9556
* Removed.Joel Sherrill1998-11-232-97/+1
* Upped the memory to 8 Mbytes.Joel Sherrill1998-11-231-1/+2
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-2310-13/+54
* Added networking.Joel Sherrill1998-11-232-5/+10
* New network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-11-234-0/+3113
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-11-191-1/+1
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-197-178/+226