summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1999-11-031-0/+12
|
* Split core mutex and semaphore handlers into separate files.Joel Sherrill1999-11-026-0/+561
|
* Split core message queue and watchdog handler objects into separate files.Joel Sherrill1999-11-0214-991/+861
|
* Split Heap and Time of Day Handlers.Joel Sherrill1999-11-0214-1535/+929
|
* Split threadq.c into multiple files.Joel Sherrill1999-11-0216-0/+1272
|
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-0210-128/+227
| | | | | | | should not have been. This required that IMFS_rmnod be split into three separate (per file type) routines to avoid dependencies. In the end, a miniIMFS application is 6K smaller than one using the full IMFS.
* Split object.c into multiple files.Joel Sherrill1999-11-0216-982/+1368
|
* Split types.s into individual files.Joel Sherrill1999-11-0211-171/+302
|
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-023-46/+58
|
* *** empty log message ***Joel Sherrill1999-11-023-921/+979
|
* Split cancel.c into multiple files.Joel Sherrill1999-11-027-182/+272
|
* Missed these in the initial split up.Joel Sherrill1999-11-022-0/+177
|
* Split key.c into multiple files.Joel Sherrill1999-11-026-225/+290
|
* Wrong routine was initially cut into this file.Joel Sherrill1999-11-021-14/+6
|
* Split time.c into multiple files.Joel Sherrill1999-11-0213-365/+573
|
* Split condition variables into multiple files.Joel Sherrill1999-11-0214-482/+537
|
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-0217-585/+829
|
* Split some more stuff out of psignal.c.Joel Sherrill1999-11-026-235/+341
|
* Split mutex.c into multiple files.Joel Sherrill1999-11-0222-702/+1029
|
* Split mqueue into multiple files.Joel Sherrill1999-11-021-0/+28
|
* Removed warnings.Joel Sherrill1999-11-021-2/+2
|
* Split mqueue.c into a variety of files.Joel Sherrill1999-11-0216-672/+1120
|
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-021-2/+3
| | | | libio flags and external fcntl.h style flags.
* Added support for configuring base filesystem. First attempt atJoel Sherrill1999-11-021-17/+41
| | | | | | a full mount table at initialization. This is the wrong place to mount filesystems 2-n since no device drivers are initialized yet.
* Check for NULL being passed in.Joel Sherrill1999-11-024-2/+17
|
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-021-3/+3
| | | | was not set.
* Properly initialize location variable.Joel Sherrill1999-11-021-0/+8
|
* Fixed bug which resulted in misaligned object control structuresJoel Sherrill1999-11-021-3/+5
| | | | | 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-021-0/+5
| | | | | 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-021-27/+134
| | | | | | by ITRON. Corrected spacing.
* Added maximum count detection logic.Joel Sherrill1999-11-022-4/+16
|
* Added support for message priority as required by POSIX.Joel Sherrill1999-11-022-5/+43
|
* Corrected spacing.Joel Sherrill1999-11-021-2/+2
|
* Added message queues and semaphores.Joel Sherrill1999-11-021-0/+11
|
* Added CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES andJoel Sherrill1999-11-021-0/+24
| | | | CONFIGURE_MAXIMUM_POSIX_SEMAPHORES.
* Added comment to make sure Classic API priority to Core priorityJoel Sherrill1999-11-021-0/+1
| | | | is added in the future.
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-021-4/+9
| | | | | _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-021-0/+8
| | | | maximum semaphore count is exceeded.
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-021-0/+7
| | | | | and initialize it to a value that would keep it from every being a problem.
* Now much closer to working.Joel Sherrill1999-11-021-7/+61
|
* Added assert in case _Objects_Get_information fails since thisJoel Sherrill1999-11-021-0/+4
| | | | should NEVER occur.
* Commented out lines causing warning.Joel Sherrill1999-11-021-0/+2
|
* Added #define for SEM_FAILED.Joel Sherrill1999-11-021-0/+2
|
* Added include of <sys/siginfo.h>.Joel Sherrill1999-11-021-0/+2
|
* Added message queues and semaphores.Joel Sherrill1999-11-021-1/+3
|
* Enabled configuring mini or full IMFS.Joel Sherrill1999-11-011-0/+29
|
* Added name to id support routine.Joel Sherrill1999-11-011-0/+15
|
* Removed routines that had already been separated into their own files.Joel Sherrill1999-11-011-505/+0
|
* Moved the rmnod callback from the operations table to the handler table.Jennifer Averett1999-10-296-11/+21
|
* Joel added a table of mount entry requests to be processed duringJennifer Averett1999-10-291-0/+14
| | | | initialization.