summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2000-01-05Spacing corrected.Joel Sherrill1-1/+1
1999-12-13Removed warnings.Joel Sherrill1-1/+1
1999-12-13Warning removal patch from Philip A. Prindeville <philipp@zembu.com>.Joel Sherrill1-1/+1
1999-12-13Added RTEMS_IO_ERROR.Joel Sherrill1-0/+1
1999-11-30Removed duplicate definition of rtems_filesystem_umask.Joel Sherrill1-6/+0
1999-11-30Corrected so they would compile with POSIX disabled.Joel Sherrill2-2/+3
1999-11-29Fixed spacing.Joel Sherrill1-1/+1
1999-11-22Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-126/+127
1999-11-17Updated copyright notice.Joel Sherrill104-208/+104
1999-11-16Added TERMINAL_IDENTIFICATION pieces.Joel Sherrill1-3/+4
1999-11-16Fixed bug.Jennifer Averett1-3/+3
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1-1/+1
1999-11-16Works now.Joel Sherrill1-19/+12
1999-11-16New file.Joel Sherrill1-0/+113
1999-11-16Added.Joel Sherrill6-3/+209
1999-11-16Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill1-1/+1
1999-11-09Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill2-1/+73
1999-11-05Correctly set and called handlers table for the link.Jennifer Averett1-1/+3
1999-11-05Fixed commentJennifer Averett1-1/+1
1999-11-05Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett2-6/+4
1999-11-05New file.Joel Sherrill1-0/+38
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill8-65/+105
1999-11-05Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill4-287/+262
1999-11-05This is another pass at making sure that nothing outside the BSPJoel Sherrill1-2/+1
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill11-129/+228
1999-11-02Fixed F_SETFL to properly convert between internalJoel Sherrill1-2/+3
1999-11-02Added support for configuring base filesystem. First attempt atJoel Sherrill1-17/+41
1999-11-02Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1-1/+1
1999-11-02Check for NULL being passed in.Joel Sherrill4-2/+17
1999-11-02Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1-3/+3
1999-11-02Properly initialize location variable.Joel Sherrill1-0/+8
1999-10-29Moved the rmnod callback from the operations table to the handler table.Jennifer Averett6-11/+21
1999-10-29Joel added a table of mount entry requests to be processed duringJennifer Averett1-0/+14
1999-10-26New files created by split of old imfs_handlers.c.Joel Sherrill3-0/+111
1999-10-26Added include of libio.h so this would compile when posix is disabled.Joel Sherrill1-0/+1
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill12-333/+232
1999-10-25Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1-7/+8
1999-10-25Added code to correctly free any allocated space during the evaluationJennifer Averett2-72/+74
1999-10-25Changed leading spaces to periods to ease comparing test output.Joel Sherrill1-1/+1
1999-10-12Spacing.Joel Sherrill1-0/+1
1999-10-12Split null handlers table to own file and renamed.Joel Sherrill7-77/+17
1999-10-12Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill16-92/+57
1999-10-12Fixed spacing.Joel Sherrill1-1/+1
1999-10-12Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill5-31/+144
1999-10-12Added call to freenod to let each filesystem free its own internalJoel Sherrill15-68/+227
1999-10-12Changed bcopy to strncpy to stick to ANSI/ISO routines.Joel Sherrill1-1/+1
1999-10-11Moved RTEMS error and association from libmisc to libc support toJoel Sherrill1-3/+9
1999-10-06New file.Joel Sherrill2-0/+28
1999-10-05Removed go32 ifdefsJoel Sherrill1-3/+0
1999-10-05Patch from Wayne Bullaughey <wayne@wmi.com>. Comments follow:Joel Sherrill1-1/+1