summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/objectcomparenamestring.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-53/+0
|
* 2001-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-271-1/+3
| | | | * src/objectcomparenamestring.c: Fix typos.
* 2001-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-261-14/+13
| | | | | | | | | | * include/rtems/score/object.h, inline/rtems/score/object.inl, src/objectcomparenamestring.c: Address PR81 that reworked POSIX message queues to add a descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue. As part of debugging this it became clear that _Objects_Compare_name_string was broken and a simple version using strncmp() was substituted.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Split object.c into multiple files.Joel Sherrill1999-11-021-0/+53