summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill4-3/+54
1999-11-03Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill5-8/+9
1999-11-03Added CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configurationJoel Sherrill1-4/+3
1999-11-03Added prototype of _POSIX_Semaphore_Delete to avoid warnings.Joel Sherrill1-0/+12
1999-11-03Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1-0/+12
1999-11-02Split core mutex and semaphore handlers into separate files.Joel Sherrill6-0/+561
1999-11-02Split core message queue and watchdog handler objects into separate files.Joel Sherrill14-991/+861
1999-11-02Split Heap and Time of Day Handlers.Joel Sherrill14-1535/+929
1999-11-02Split threadq.c into multiple files.Joel Sherrill16-0/+1272
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill10-128/+227
1999-11-02Split object.c into multiple files.Joel Sherrill16-982/+1368
1999-11-02Split types.s into individual files.Joel Sherrill11-171/+302
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill3-46/+58
1999-11-02*** empty log message ***Joel Sherrill3-921/+979
1999-11-02Split cancel.c into multiple files.Joel Sherrill7-182/+272
1999-11-02Missed these in the initial split up.Joel Sherrill2-0/+177
1999-11-02Split key.c into multiple files.Joel Sherrill6-225/+290
1999-11-02Wrong routine was initially cut into this file.Joel Sherrill1-14/+6
1999-11-02Split time.c into multiple files.Joel Sherrill13-365/+573
1999-11-02Split condition variables into multiple files.Joel Sherrill14-482/+537
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill17-585/+829
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill6-235/+341
1999-11-02Split mutex.c into multiple files.Joel Sherrill22-702/+1029
1999-11-02Split mqueue into multiple files.Joel Sherrill1-0/+28
1999-11-02Removed warnings.Joel Sherrill1-2/+2
1999-11-02Split mqueue.c into a variety of files.Joel Sherrill16-672/+1120
1999-11-02Fixed F_SETFL to properly convert between internalJoel Sherrill1-2/+3
1999-11-02Added support for configuring base filesystem. First attempt atJoel Sherrill1-17/+41
1999-11-02Check for NULL being passed in.Joel Sherrill4-2/+17
1999-11-02Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1-3/+3
1999-11-02Properly initialize location variable.Joel Sherrill1-0/+8
1999-11-02Fixed bug which resulted in misaligned object control structuresJoel Sherrill1-3/+5
1999-11-02Added a comment to indicate that if a task blocked on a priorityJoel Sherrill1-0/+5
1999-11-02Added code to allocate by index. This is the object ID style usedJoel Sherrill1-27/+134
1999-11-02Added maximum count detection logic.Joel Sherrill2-4/+16
1999-11-02Added support for message priority as required by POSIX.Joel Sherrill2-5/+43
1999-11-02Corrected spacing.Joel Sherrill1-2/+2
1999-11-02Added message queues and semaphores.Joel Sherrill1-0/+11
1999-11-02Added CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES andJoel Sherrill1-0/+24
1999-11-02Added comment to make sure Classic API priority to Core priorityJoel Sherrill1-0/+1
1999-11-02Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1-4/+9
1999-11-02Added a case to support the core semaphore error returned when theJoel Sherrill1-0/+8
1999-11-02Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1-0/+7
1999-11-02Now much closer to working.Joel Sherrill1-7/+61
1999-11-02Added assert in case _Objects_Get_information fails since thisJoel Sherrill1-0/+4
1999-11-02Commented out lines causing warning.Joel Sherrill1-0/+2
1999-11-02Added #define for SEM_FAILED.Joel Sherrill1-0/+2
1999-11-02Added include of <sys/siginfo.h>.Joel Sherrill1-0/+2
1999-11-02Added message queues and semaphores.Joel Sherrill1-1/+3
1999-11-01Enabled configuring mini or full IMFS.Joel Sherrill1-0/+29