summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Moved sctns.s to sctns.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved rxgen_romld.s to rxgen_romld.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved ihandler.s to ihandler.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved asmstub.s to asmstub.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved asmfault.s to asmfault.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* The rxgen960 BSP and i960 RPM support was submitted by Mark BronsonJoel Sherrill1999-10-2777-44/+7151
| | | | <mark@ramix.com> of RAMIX.
* First attempt at icluding Eric Valette and Emmanuel Raguet.Joel Sherrill1999-10-271-0/+6
|
* Warnings removed. Still don't know what to do about the pragmaJoel Sherrill1999-10-273-10/+16
| | | | pack warnings in uemf.h.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric ValetteJoel Sherrill1999-10-2736-3/+12134
| | | | | | | | | | <valette@crf.canon.fr> to add a port of the GoAhead web server (httpd) to the RTEMS build tree. They have successfully used this BSP on i386/pc386 and PowerPC/mcp750. Mark and Joel spoke with Nick Berliner <nickb@goahead.com> on 26 Oct 1999 about this port and got verbal approval to include it in RTEMS distributions.