summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Works now.Joel Sherrill1999-11-161-19/+12
* New file.Joel Sherrill1999-11-161-0/+113
* Added.Joel Sherrill1999-11-165-0/+205
* Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill1999-11-161-1/+1
* Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1999-11-053-285/+260
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-051-2/+1
* 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
* Check for NULL being passed in.Joel Sherrill1999-11-024-2/+17
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-291-2/+2
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-261-0/+7
* Added code to correctly free any allocated space during the evaluationJennifer Averett1999-10-252-72/+74
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-121-63/+3
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-1214-88/+43
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-121-0/+97
* Added call to freenod to let each filesystem free its own internalJoel Sherrill1999-10-1214-64/+211
* Changed bcopy to strncpy to stick to ANSI/ISO routines.Joel Sherrill1999-10-121-1/+1
* 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
* Addition of more functionality by Eric Norum to support GNU readline.Joel Sherrill1999-10-013-2/+77
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-08-181-4/+0
* 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-022-115/+176
* Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1999-07-022-0/+248
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-152-36/+4
* RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill1999-06-141-1/+1
* Wrong prototype corrected.Joel Sherrill1999-06-141-1/+1
* Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill1999-06-141-0/+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-271-1/+1
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-273-59/+93
* Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1999-05-111-1/+11
* Added lstat().Joel Sherrill1999-04-222-6/+39
* 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
* Patch from Thomas Doerfler <td@imd.m.ISAR.de> to add flow control:Joel Sherrill1999-03-311-32/+272
* Removed asserts that shouldn't be called and commented case where thisJennifer Averett1999-03-311-1/+0
* Corrected return value.Jennifer Averett1999-03-311-1/+1
* Removed warning for const removal.Joel Sherrill1999-03-301-1/+1
* Removed an uninitialized variable.Jennifer Averett1999-03-291-4/+5
* Another cleanup patch for the previous rejected hunk.Joel Sherrill1999-03-191-0/+1
* A cleanup patch on fcntl.c from Eric Norum <eric@skatter.usask.ca> forJoel Sherrill1999-03-191-0/+2
* Patch from Eric Norum <eric@skatter.usask.ca> that adds externalJoel Sherrill1999-03-191-24/+36
* Use proper include for libio.h.Joel Sherrill1999-03-164-4/+4
* Added code to translate internal libio flags to POSIX style flags.Joel Sherrill1999-03-081-3/+20