summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split mqueue into multiple files.Joel Sherrill1999-11-022-0/+56
|
* Removed warnings.Joel Sherrill1999-11-022-4/+4
|
* Split mqueue.c into a variety of files.Joel Sherrill1999-11-0233-1345/+2247
|
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-024-8/+8
|
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-024-22/+30
|
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-022-10/+34
| | | | | | Disabled test of F_DUPFD since it does not work. Added comment to indicate that seekdir(NULL) was being called.
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-023-6/+9
| | | | libio flags and external fcntl.h style flags.
* Added support for configuring base filesystem. First attempt atJoel Sherrill1999-11-023-51/+123
| | | | | | a full mount table at initialization. This is the wrong place to mount filesystems 2-n since no device drivers are initialized yet.
* Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1999-11-021-1/+1
| | | | by an application.
* Check for NULL being passed in.Joel Sherrill1999-11-0212-6/+51
|
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-024-12/+12
| | | | was not set.
* Properly initialize location variable.Joel Sherrill1999-11-024-0/+32
|
* Fixed typo.Joel Sherrill1999-11-021-1/+1
|
* Clean up /opt/rtems in case junk is installed in the wrong place.Joel Sherrill1999-11-021-4/+4
| | | | This has been seen on some machine configurations.
* Split console_reserve_resources into its own file to reduce dependencies.Joel Sherrill1999-11-023-10/+30
| | | | Still need to move debug io routines out.
* Fixed bug which resulted in misaligned object control structuresJoel Sherrill1999-11-022-6/+10
| | | | | being allocated. This bug manifested itself on the SPARC since it uses ldd/std in its context save/restore routines.
* Added a comment to indicate that if a task blocked on a priorityJoel Sherrill1999-11-022-0/+10
| | | | | based thread queue were to be reinserted based on its new priority, this is where the logic would go.
* Added code to allocate by index. This is the object ID style usedJoel Sherrill1999-11-022-54/+268
| | | | | | by ITRON. Corrected spacing.
* Added maximum count detection logic.Joel Sherrill1999-11-024-8/+32
|
* Added support for message priority as required by POSIX.Joel Sherrill1999-11-024-10/+86
|
* Corrected spacing.Joel Sherrill1999-11-022-4/+4
|
* Added message queues and semaphores.Joel Sherrill1999-11-022-0/+22
|
* Added CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES andJoel Sherrill1999-11-022-0/+48
| | | | CONFIGURE_MAXIMUM_POSIX_SEMAPHORES.
* Added comment to make sure Classic API priority to Core priorityJoel Sherrill1999-11-022-0/+2
| | | | is added in the future.
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-022-8/+18
| | | | | _RTEMS_tasks_Start_extension, _RTEMS_tasks_Delete_extension, and _RTEMS_tasks_Switch_extension.
* Added a case to support the core semaphore error returned when theJoel Sherrill1999-11-022-0/+16
| | | | maximum semaphore count is exceeded.
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-022-0/+14
| | | | | and initialize it to a value that would keep it from every being a problem.
* Now much closer to working.Joel Sherrill1999-11-022-14/+122
|
* Added assert in case _Objects_Get_information fails since thisJoel Sherrill1999-11-022-0/+8
| | | | should NEVER occur.
* Commented out lines causing warning.Joel Sherrill1999-11-022-0/+4
|
* Added #define for SEM_FAILED.Joel Sherrill1999-11-022-0/+4
|
* Added include of <sys/siginfo.h>.Joel Sherrill1999-11-022-0/+4
|
* Added message queues and semaphores.Joel Sherrill1999-11-022-2/+6
|
* Backed out change that increased the minimum stack size since itJoel Sherrill1999-11-0262-62/+0
| | | | | was unnecessary. The real fix was an alignment error in the object extend memory allocation scheme.
* Modified to use minimum stack size and reserve the necessary amountJoel Sherrill1999-11-0210-14/+26
| | | | of space in the workspace.
* Corrected wildcard to pickup CPU model dependent library pieces.Joel Sherrill1999-11-011-4/+2
|
* Enabled configuring mini or full IMFS.Joel Sherrill1999-11-012-0/+58
|
* Added name to id support routine.Joel Sherrill1999-11-012-0/+30
|
* Increased stack space for all initialization tasks in tmtests.Joel Sherrill1999-11-0162-0/+62
|
* Increased stack space of a task.Joel Sherrill1999-11-014-6/+10
|
* Increased stack space of task 2.Joel Sherrill1999-11-014-4/+4
|
* Increased stack space for a task.Joel Sherrill1999-11-014-2/+6
|
* Increased stack space for task 1.Joel Sherrill1999-11-014-4/+4
|
* Removed routines that had already been separated into their own files.Joel Sherrill1999-11-012-1010/+0
|
* Removed HAS_MP=no and commented out HAS_NETWORKING=no.Joel Sherrill1999-11-011-8/+0
|
* Removed all references to shared memory driver as it is not supportedJoel Sherrill1999-11-011-5/+0
| | | | yet on the mvme2307.
* Removed shmsupp directory as it is not really implemented.Joel Sherrill1999-11-011-6/+1
|
* MVME2307 does not really include MP support.Joel Sherrill1999-11-015-311/+0
|
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-2923-42/+82
|
* Joel added a table of mount entry requests to be processed duringJennifer Averett1999-10-294-0/+56
| | | | initialization.