summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0217-673/+1127
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-022-4/+4
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-022-11/+15
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-021-5/+17
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-022-4/+6
* Added support for configuring base filesystem. First attempt atJoel Sherrill1999-11-022-34/+82
* Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1999-11-021-1/+1
* Check for NULL being passed in.Joel Sherrill1999-11-028-4/+34
* Fixed typo where memfile_handlers set twice and directory_handlersJoel Sherrill1999-11-023-9/+9
* Properly initialize location variable.Joel Sherrill1999-11-023-0/+24
* Split console_reserve_resources into its own file to reduce dependencies.Joel Sherrill1999-11-023-10/+30
* Fixed bug which resulted in misaligned object control structuresJoel Sherrill1999-11-021-3/+5
* Added a comment to indicate that if a task blocked on a priorityJoel Sherrill1999-11-021-0/+5
* Added code to allocate by index. This is the object ID style usedJoel Sherrill1999-11-021-27/+134
* 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
* Added comment to make sure Classic API priority to Core priorityJoel Sherrill1999-11-021-0/+1
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-021-4/+9
* Added a case to support the core semaphore error returned when theJoel Sherrill1999-11-021-0/+8
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-021-0/+7
* 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
* 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
* Backed out change that increased the minimum stack size since itJoel Sherrill1999-11-0231-31/+0
* Modified to use minimum stack size and reserve the necessary amountJoel Sherrill1999-11-025-7/+13
* Corrected wildcard to pickup CPU model dependent library pieces.Joel Sherrill1999-11-011-4/+2
* Enabled configuring mini or full IMFS.Joel Sherrill1999-11-011-0/+29
* Added name to id support routine.Joel Sherrill1999-11-011-0/+15
* Increased stack space for all initialization tasks in tmtests.Joel Sherrill1999-11-0131-0/+31
* Increased stack space of a task.Joel Sherrill1999-11-012-3/+5
* Increased stack space of task 2.Joel Sherrill1999-11-012-2/+2
* Increased stack space for a task.Joel Sherrill1999-11-012-1/+3
* Increased stack space for task 1.Joel Sherrill1999-11-012-2/+2
* Removed routines that had already been separated into their own files.Joel Sherrill1999-11-011-505/+0
* Removed all references to shared memory driver as it is not supportedJoel Sherrill1999-11-011-5/+0
* 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-2917-31/+61
* Joel added a table of mount entry requests to be processed duringJennifer Averett1999-10-293-0/+42
* Patch rtems-rc-19991011-3.diff from Ralf Corsepius.Joel Sherrill1999-10-285-29/+35
* New test added - psxcancel. This is just a shell for now.Joel Sherrill1999-10-286-1/+170
* Added include of <sys/select.h> in attempt to remove compilation warning.Joel Sherrill1999-10-281-0/+4