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