summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed hack to set __USER_LABEL_PREFIX__ since late model gcc's andJoel Sherrill1999-07-012-2/+0
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-154-38/+6
* 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
* This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill1999-06-148-1149/+1249
* Added local prototype of ioctl() to avoid requiring sys/ioctl.h.Joel Sherrill1999-06-113-3/+9
* Added comments.Joel Sherrill1999-06-111-1/+1
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1999-06-114-2/+64
* Patch from Eric Norum <eric@cls.usask.ca> to fix bug reported byJoel Sherrill1999-06-111-0/+2
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-091-0/+3
* Switched to using strcasecmp() since it is more portable.Joel Sherrill1999-06-091-2/+2
* Changes from Eric Norum to add a loop and limit on the length of timeJoel Sherrill1999-05-281-22/+32
* Alignment corrected per Eric Norum's suggestion.Joel Sherrill1999-05-281-1/+2
* At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1999-05-281-1/+1
* Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill1999-05-273-147/+88
* 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-273-59/+93
* Corrected macro names.Joel Sherrill1999-05-271-2/+6
* Removed all post 4.0 changes.Joel Sherrill1999-05-201-81/+78
* Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill1999-05-182-8/+8
* Fixed some typos.Joel Sherrill1999-05-171-4/+4
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-172-36/+55
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-173-108/+154
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-176-236/+346
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-176-299/+414
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-178-308/+469
* Split Event Manager into one routine per file.Joel Sherrill1999-05-176-342/+456
* Split Rate Monotonic Manager into one routine per file.Joel Sherrill1999-05-178-416/+568
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-177-484/+766
* Moved some MP routines to semmp.c.Joel Sherrill1999-05-172-55/+54
* Forgot to actually remove the routines. :)Joel Sherrill1999-05-171-748/+0
* Split Message Manager into one routine per file.Joel Sherrill1999-05-1712-0/+1105
* Moved an MP routine from msg.c to here.Joel Sherrill1999-05-171-0/+26
* Cleaned up some multiprocessing issues.Joel Sherrill1999-05-171-17/+15