summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Eric Valette to do some cleanup.Joel Sherrill2000-06-293-9/+16
|
* Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill2000-06-292-2/+4
| | | | ttyHead back link is set.
* Patch from Eric Valette <valette@crf.canon.fr> to make librdbg workJoel Sherrill2000-06-291-8/+10
| | | | with the new RPC code.
* Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-294-17/+3
| | | | | | | | | | | | that does some cleanup: * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it. * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused) Notes: All files being effected by this patch are only used when building RTEMS, therefore this patch should not have any side-effects outside of the source- rsp. build-tree.
* Removed as it was orphaned by previous patches.Joel Sherrill2000-06-261-19/+0
|
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-263-0/+9
| | | | | | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-263-3/+3
| | | | | Jennifer Averett <jennifer.averett@oarcorp.com> to make sure "/" is created with S_IFDIR set.
* Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill2000-06-161-16/+16
| | | | names to be rtems_PACKAGE_method.
* New file.Joel Sherrill2000-06-161-0/+2
|
* Patch rtems-rc-20000616-2-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-1/+2
| | | | | <corsepiu@faw.uni-ulm.de> to add -qnolinkcmds to bsp_specs like other BSPs.
* Patch rtems-rc-20000616-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-7/+7
| | | | | <corsepiu@faw.uni-ulm.de> to use __i386__ instead of __i386 and i386 to be able to compile this file with -ansi.
* Patch rtems-rc-20000615-4-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-163-23/+2
| | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.
* Modified to pick up components from libcpu.Joel Sherrill2000-06-152-1/+2
|
* rxgen960 compiles and links.Joel Sherrill2000-06-158-16/+88
|
* Remove pragma align 4Joel Sherrill2000-06-151-2/+0
|
* Make ppc603e pick up caching code.Joel Sherrill2000-06-151-0/+1
|
* Pick up caching code.Joel Sherrill2000-06-151-1/+2
|
* Use correct name for caching routines.Joel Sherrill2000-06-151-3/+2
|
* Fixing warning obtained by some users.Joel Sherrill2000-06-152-0/+8
|
* Typo corrected from John Cotton <john.cotton@nrc.ca>.Joel Sherrill2000-06-151-9/+9
|
* Updated.Joel Sherrill2000-06-152-1/+4
|
* Patch rtems-rc-20000615-3-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-153-7/+9
| | | | | <corsepiu@faw.uni-ulm.de> so these BSPs pick up the components they need from libcpu.
* Patch rtems-rc-20000615-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-151-1/+1
| | | | <corsepiu@faw.uni-ulm.de> to fix a bad file reference.
* Moved <sys/cdefs.h> to lib/include so non-networking applications couldJoel Sherrill2000-06-152-2/+2
| | | | include <sys/ioctl.h>.
* Moved <sys/cdefs.h> to lib/include/sys from libnetworking/sys soJoel Sherrill2000-06-151-2/+2
| | | | non-networking applications could include <sys/ioctl.h>.
* Enable data cache as well.Joel Sherrill2000-06-143-0/+3
|
* Use John Cotton's more permanent email address.Joel Sherrill2000-06-141-1/+1
|
* Moved <sys/cdefs.h> from libnetworking to lib/include so non-networkingJoel Sherrill2000-06-142-0/+177
| | | | | configurations could see it while including <sys/ioctl.h> and <sys/ioccom.h>.
* Added Cache Manager and MBX8xx credits.Joel Sherrill2000-06-141-0/+14
|
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-1418-187/+177
| | | | | | routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
* *** empty log message ***Joel Sherrill2000-06-1430-69/+229
|
* Added include of options.h since it was not being picked upJoel Sherrill2000-06-141-0/+1
| | | | by the network build.
* Added .cvsignore files.Joel Sherrill2000-06-144-0/+26
|
* Conditionally do not assemble 403 code.Joel Sherrill2000-06-141-0/+8
|
* Patch from Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add missingJoel Sherrill2000-06-141-2/+2
| | | | file to Makefile.am.
* Patch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@cybertec.com.au>Joel Sherrill2000-06-143-174/+761
| | | | | | | | | | | | | | | to: I have also added the ability to register and unregister commands. This allows me to create a set of monitor commands for the network stack plus basic memory dump/patch commands (needs a working probe interface). I will also look at a basic ls/cd/rm/mv/cp command set at some stage. I have been thinking about changing the monitor in the future to more like a light weight RTEMS shell, `eshell' for embedded shell. This is a story for another day but is a process or getting the commands to map to the filesystem (eg, major=commands, minor=command) and supporting an environment. The filesystem provide a structure for the commands.
* Patch from Chris Johns <cjohns@cybertec.com.au> to enhance networkJoel Sherrill2000-06-144-86/+432
| | | | | | | | | | | | | initialization. This adds an interface which makes it easier to control the BSD stack from user code. The BSD stack initialise uses it. It is a sort of `function' interface for an ifconfig command. I also added support for attaching and removing interfaces. With hot swap PCI comming online support for hot swap PCI will be an important factor in "state of art" RTOS's. This is also part of a general move on my part to allow RTEMS to be configured at runtime by calls rather than table driven at initialisation.
* Patch rtems-rc-20000614-sh.tar.gz from Ralf CorsepiusJoel Sherrill2000-06-1435-1892/+198
| | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> that migrates the SH port to multilib'ing. This patch involved moving a number of files in the CVS repository, adding new files, and deleting files from their previous location. Ralf gave good instructions (not repeated here) and here are his notes: Note 1: In this version, I did not change the installation points of the headers which are moved inside of the source-tree. This is a temporary hack for not breaking compatibility with 4.5 based BSPs, but will probably not last once having real multilibs (We would have include file conflicts when several BSPs/CPU_MODELS share a common installation prefix). Note 2: I hope not to have broken too much, but I would not be astonished if something goes wrong. Note 3: There are more patches to come :)
* Moved PowerPC cache management code to libcpu. Also compiledJoel Sherrill2000-06-1411-359/+55
| | | | | | mpc8xx libcpu support for the first time and remove includes of bsp.h, references to BSP_Configuration, and Cpu_table. All of these can be obtained directly from RTEMS now.
* Must now pull in cache management code from libcpu.Joel Sherrill2000-06-144-2/+6
|
* Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.Joel Sherrill2000-06-141-2/+2
|
* Do not build if networking disabled.Joel Sherrill2000-06-141-0/+2
|
* Removed building of libcpu.a. It is now the individual BSPsJoel Sherrill2000-06-144-8/+14
| | | | | responsibility to explicitly pick up the components they require. This makes it easier to override default implmentations.
* Thread iterate not ready for submission -- removed.Joel Sherrill2000-06-141-1/+1
|
* Moved to include subdirectory.Joel Sherrill2000-06-141-99/+0
|
* New files containing cache manager functionality stripped fromJoel Sherrill2000-06-143-0/+220
| | | | score/cpu/powerpc.
* New file.Joel Sherrill2000-06-142-0/+4
|
* Functionality moved from directory above to accomodate buildingJoel Sherrill2000-06-149-0/+1255
| | | | shared source code.
* Moved from score/cpu/PowerPC.Joel Sherrill2000-06-148-1150/+4
|
* Thread iterator and libgjc support submitted too early.Joel Sherrill2000-06-1425-2025/+10
|