summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spacing.Joel Sherrill1999-10-121-0/+1
* Split null handlers table to own file and renamed.Joel Sherrill1999-10-127-75/+16
* Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill1999-10-1217-92/+69
* Fixed spacing.Joel Sherrill1999-10-121-1/+1
* Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill1999-10-123-0/+127
* 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-1/+1
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbgJoel Sherrill1999-10-111-5/+1
* New directive added -- rtems_task_is_suspended.Joel Sherrill1999-10-071-0/+76
* Added Is_Suspended method.Joel Sherrill1999-10-072-0/+20
* New file.Joel Sherrill1999-10-062-0/+28
* Modified to avoid conflicts on definitions of malloc. newlib 1.8.2Joel Sherrill1999-10-063-3/+3
* Removed go32 ifdefsJoel Sherrill1999-10-051-3/+0
* Removed targets and configurations that are no longer functionalJoel Sherrill1999-10-053-33/+0
* Patch from Wayne Bullaughey <wayne@wmi.com>. Comments follow:Joel Sherrill1999-10-051-1/+1
* Bug report and fix from Jay Kulpinski <jskulpin@eng01.gdds.com> whereJoel Sherrill1999-10-051-3/+2
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-0422-67/+67
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-1/+1
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make libnetworkingJoel Sherrill1999-10-042-10/+3
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-10-042-0/+21
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-10-041-3/+2
* Patch from Eric Norum <eric@cls.usask.ca>. Comments follow:Joel Sherrill1999-10-042-3/+5
* Addition of more functionality by Eric Norum to support GNU readline.Joel Sherrill1999-10-013-2/+77
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-0722-0/+338
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-303-15/+43
* Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to beJoel Sherrill1999-08-301-2/+0
* Typo causing compilation failure spotted by Ralf Corsepius andJoel Sherrill1999-08-261-1/+1
* Comment cleanup from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-08-261-5/+0
* Patch from Eric Norum <eric@cls.usask.ca> to readd the behavior whereJoel Sherrill1999-08-231-30/+6
* Support for MPC505 from Sergei Organov <osv@Javad.RU>. His patch wasJoel Sherrill1999-08-191-0/+17
* Patch from Jimen Ching <jimen@adtech-inc.com>:Joel Sherrill1999-08-181-0/+45
* Slightly cleaner way to switch on the CPU model.Joel Sherrill1999-08-181-6/+10
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-08-182-8/+0
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-08-121-14/+8
* Added NO_IMPLICIT_EXTERN_C at suggestion of Jason Merrill.Joel Sherrill1999-08-101-0/+2
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1999-07-2912-13/+16
* Fix after this report from Peter Pointner <pr@schenk.isar.de>:Joel Sherrill1999-07-281-0/+12
* This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-07-261-0/+77
* Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill1999-07-121-20/+15
* New file from Jake Janovetz <janovetz@tempest.ece.uiuc.edu>.Joel Sherrill1999-07-091-0/+26
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl>:Joel Sherrill1999-07-095-8/+84
* Make sure pthread init stack size is always set.Joel Sherrill1999-07-091-0/+5
* Moved definitions to a more logical place.Joel Sherrill1999-07-081-4/+4
* 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
* Honor 0 as PID of caller.Joel Sherrill1999-07-011-1/+1
* New file to implement signal(2).Joel Sherrill1999-07-011-0/+50