summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-0211-129/+228
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-021-2/+3
* Added support for configuring base filesystem. First attempt atJoel Sherrill1999-11-021-17/+41
* Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1999-11-021-1/+1
* Check for NULL being passed in.Joel Sherrill1999-11-024-2/+17
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-021-3/+3
* Properly initialize location variable.Joel Sherrill1999-11-021-0/+8
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-296-11/+21
* Joel added a table of mount entry requests to be processed duringJennifer Averett1999-10-291-0/+14
* New files created by split of old imfs_handlers.c.Joel Sherrill1999-10-263-0/+111
* Added include of libio.h so this would compile when posix is disabled.Joel Sherrill1999-10-261-0/+1
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-2612-333/+232
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1999-10-251-7/+8
* Added code to correctly free any allocated space during the evaluationJennifer Averett1999-10-252-72/+74
* Changed leading spaces to periods to ease comparing test output.Joel Sherrill1999-10-251-1/+1
* Spacing.Joel Sherrill1999-10-121-0/+1
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-127-77/+17
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-1216-92/+57
* Fixed spacing.Joel Sherrill1999-10-121-1/+1
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-125-31/+144
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-1215-68/+227
* Changed bcopy to strncpy to stick to ANSI/ISO routines.Joel Sherrill1999-10-121-1/+1
* Moved RTEMS error and association from libmisc to libc support toJoel Sherrill1999-10-111-3/+9
* New file.Joel Sherrill1999-10-062-0/+28
* Removed go32 ifdefsJoel Sherrill1999-10-051-3/+0
* Patch from Wayne Bullaughey <wayne@wmi.com>. Comments follow:Joel Sherrill1999-10-051-1/+1
* The fiels isatty.c and creat.c were copied from newlib/libc/posix toJoel Sherrill1999-10-041-1/+2
* Addition of more functionality by Eric Norum to support GNU readline.Joel Sherrill1999-10-014-3/+79
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-08-182-16/+12
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-261-1/+1
* This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-07-261-67/+55
* Added code to initialize the /etc/group and /etc/passwd files.Joel Sherrill1999-07-022-0/+91
* Fixed format strings and warnings.Joel Sherrill1999-07-022-9/+9
* Reentrant versions added by Joel. Signficant formatting cleanup.Joel Sherrill1999-07-023-116/+177
* Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1999-07-023-1/+253
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-153-37/+5
* RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill1999-06-142-2/+2
* Wrong prototype corrected.Joel Sherrill1999-06-141-1/+1
* Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill1999-06-142-6/+6
* Added local prototype of ioctl() to avoid requiring sys/ioctl.h.Joel Sherrill1999-06-113-3/+9
* Switched to using strcasecmp() since it is more portable.Joel Sherrill1999-06-091-2/+2
* 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