summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Backed out change that increased the minimum stack size since itJoel Sherrill1999-11-0231-31/+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-025-7/+13
| | | | 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-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
| | | | 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-2917-31/+61
|
* Joel added a table of mount entry requests to be processed duringJennifer Averett1999-10-293-0/+42
| | | | initialization.
* 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
|
* Added use of __rtems__ rather than LINUX for RTEMS configuration.Joel Sherrill1999-10-283-7/+7
|
* More changes.Joel Sherrill1999-10-281-2/+6
|
* Notes on what to do when merging a BSP.Joel Sherrill1999-10-281-0/+73
|
* Patch from Aleksey (Quality Quorum <qqi@world.std.com>) toJoel Sherrill1999-10-272-19/+36
| | | | | | increase ease of application configuration of the pc386 BSP. This patch allows switching the printk console to a serial port and overriding bsp_start by making it a weak alias.
* Modified to properly descend into the dummy directory.Joel Sherrill1999-10-272-1/+2
|
* Fixed typo.Joel Sherrill1999-10-271-1/+1
|
* New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de> whichJoel Sherrill1999-10-273-0/+129
| | | | | | | | are a dummy for linking programs together when you are primarily concerned with tricking another package into building. This may grow into something which could help link programs on the command line by having a default start sequence.
* Added $(EXEEXT) in attempt to help Cygwin install process.Joel Sherrill1999-10-271-2/+2
|
* Updated.Joel Sherrill1999-10-271-1/+3
|
* Last cleanup to attempt to link.Joel Sherrill1999-10-272-1/+3
|
* rxgen960 now compiles -- may not link.Joel Sherrill1999-10-2713-52/+42
|
* Added CVS Ids and a basic header. More header cleanup needed.Joel Sherrill1999-10-2742-9/+174
|
* Removed systbl.S save_systbl.c. They were unnecessary.Joel Sherrill1999-10-273-523/+2
|
* Removed sctns.S. This file was obviously the output of the compiler.Joel Sherrill1999-10-272-336/+1
|
* Replaced Makefile.in's with modified copies of cvme961 to getJoel Sherrill1999-10-279-152/+242
| | | | autoconf/automake changes.
* Moved timerisr.s to timerisr.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved systbl.s to systbl.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|