Timeline



12/13/99:

22:12 Changeset in rtems [e8918ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to change to gen68360 clock handling. I got tired of having strange clock rates (e.g. #define CONFIGURE_MICROSECONDS_PER_TICK 52489) and drifting times-of-day with the gen68360 BSP so I changed the way the programmable-interval clock interrupt works. The new version will have some jitter in the intervals between individual calls to the rtems_clock_tick routine, but the long-term average will match the CONFIGURE_MICROSECONDS_PER_TICK
22:10 Changeset in rtems [c629812]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warnings.
21:21 Changeset in rtems [da8ae79b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Warning removal patch from Philip A. Prindeville <philipp@…>.
20:35 Changeset in rtems [1c98d28]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-19991203.sh2.diff from John M. Mills <jmills@…> which fixes some problems: I found the problem which prevented opening 'dev/sci1' (the default console) with the 'gensh2' (sh7045) BSP. Both SCI ports were being initialized against the same minor device number: '0'. When I tried to open minor-device '1', it naturally crashed. Fixing that one value in the 'sci_device[]' array solved the problem and allowed 'hello.exe' to run.
20:30 Changeset in rtems [1d5039f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
* empty log message *
20:06 Changeset in rtems [f9669ce5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Silverio Diquigiovanni <silverio.di@…> to correct TPC values. Reviewed by Ralf Corsepius <corsepiu@…> who originally submitted the file.
19:20 Changeset in rtems [fc0b91c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to make the NTP handler a little more flexible about the error status returned from a timeout.
17:37 Changeset in rtems [5dae90a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…> which adds automake support to libbsp/bare.
17:22 Changeset in rtems [6b79a071]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jepsen Hans Peter <hans_peter_jepsen@…> to use correct ifdef conditional (GNUC not GCC).
17:03 Changeset in rtems [809f4451]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Correction from Eric Norum for timeout in TFTP driver following bug report by Nick.SIMON@…: TFTP uses UDP and UDP packets are prime targets for getting dropped when the network gets busy. I want the number of retries quite large in my application. I see that PACKET_REPLY_MILLISECONDS is, in fact, not being used.
16:29 Changeset in rtems [9537e5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to provide more network functionality. This puts RTEMS in near compliance with the network functionality defined in the first draft of the EL/IX API. Comments follow: With the attached changes to the libnetworking/libc/Makefile.in, RTEMS provides all the functions listed in section 4.14 of the EL/IX document except: socketpair if_nametoindex if_indextoname if_nameindex if_freenameindex Some of the routines which get information from files may be of limited use unless an application sets up the files somehow (TFTP/untar from host, etc.), but at least RTEMS is pretty much fully buzzword compliant with the networking section of the EL/IX API.
16:25 Changeset in rtems [38b81b5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…> to correct some problems in the dec21140 driver. Comments follow: I have tried to use bootp with the dec21140 driver and I had problems. I have found them - Ethernet address must be known in Attach step (read from the board) - Endian problem for Ethernet address storage. Now it is solved and I can use bootp to obtain the network configuration of the target.
16:16 Changeset in rtems [4bdebdfe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-4.diff from Ralf Corsepius <corsepiu@…>""" which is an adaptation of a patch from Ian Lance Taylor plus a few other changes that should significantly speed up building librtemsall.a.
16:02 Changeset in rtems [ad0c286]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…> which adds automake support to libbsp/bare.
15:57 Changeset in rtems [fa178d49]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…> which adds automake support to libbsp/bare.
15:54 Changeset in rtems [d16faa2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-2.diff from Ralf Corsepius <corsepiu@…> to correct the missing part of the mcp750 patch.
15:29 Changeset in rtems [7d91d72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
First attempt at adding simple binary semaphore in addition to the current "mutex" and counting semaphore. This is at the request of Eric Norum and his EPICS porting effort.
14:50 Changeset in rtems [e9067989]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected order of output.
14:49 Changeset in rtems [d9230ea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_IO_ERROR.
14:48 Changeset in rtems [49be66d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now builds and installs properly.
14:48 Changeset in rtems [000a9a9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991203-1.diff from Ralf Corsepius <corsepiu@…> to generalize librdbg for all i386 BSPs. His comments: The patch below generalizes librdbg for all i386 bsps. It is not a complete rewrite, but a minimal invasive attempt to generalization. To apply: mv c/src/librdbg/src/i386/pc386 c/src/librdbg/src/i386/any patch -p1 < patches-rc-19991203-1.diff ./bootstrap

12/06/99:

13:44 Changeset in rtems [39e6bbe1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch patches-rc-19991203-1.diff from Ralf Corsepius <corsepiu@…> which makes i386 code available for all BSPs not just pc386. This is correct since the code is really general to all i386 BSPs now.

12/03/99:

17:39 Changeset in rtems [cfa1851]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19991203
17:00 Changeset in rtems [c30972f7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19991203
16:01 Changeset in rtems [da4ad63]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19991203
16:00 Changeset in rtems [a548c8a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
15:46 Changeset in rtems [76c356f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Aleksey (Quality Quorum <qqi@…>) to change the delay loop in this BSP. Here is his response to a question about the patch: Yes, or that other machine has a different chipset with different timing requirements on enabling Gate 20. I am strongly suspecting that it may some how related to the video card I am using (on my old P-75 target it was plain PCI VGA, on my new one it is Diamond Stealth 3D 2000).
15:44 Changeset in rtems [1e4a7d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modem example driver for ppp by Tomasz Domin <dot@…> of ComArch? SA. This was used on a mpc823 based system.
14:48 Changeset in rtems [a1efd7a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made to compile on other CPU families.
14:27 Changeset in rtems [ae252c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added dec21140 to Makefile.am.
14:01 Changeset in rtems [eb17041]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warnings.
13:53 Changeset in rtems [ad9a21a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
13:48 Changeset in rtems [a0a6f67f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added more timing information.
13:46 Changeset in rtems [5707fe9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file based on information from <valette@…>.
13:42 Changeset in rtems [5a820308]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modification from Emmanuel Raguet <raguet@…> to merge the dec21140 drivers from the i386/pc386 and powerpc/mcp750 (all Motorola PowerPC boards) and move the network driver to libchip. This driver should work on all PCI based uses of this chip.
13:31 Changeset in rtems [fc81cc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-3.diff from Ralf Corsepius <corsepiu@…>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch. Modifications had been made to the score/cpu/powerpc directory after the snapshot this was based on. In particular, the mpc750 and other_cpu directories had been renamed to new_exception_processing and old_exception_processing. After this patch was applied, modifications were made to account for this.
13:25 Changeset in rtems [4090ebe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-3.diff from Ralf Corsepius <corsepiu@…>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch. Modifications had been made to the score/cpu/powerpc directory after the snapshot this was based on. In particular, the mpc750 and other_cpu directories had been renamed to new_exception_processing and old_exception_processing. After this patch was applied, modifications were made to account for this.
13:14 Changeset in rtems [5ea0bd37]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Rosimildo DaSilva? <rdasilva@…> for Cygwin to consistently use $(EXEEXT).

12/02/99:

17:45 Changeset in rtems [43283456]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius <corsepiu@…>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch.
17:34 Changeset in rtems [e492f910]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Jennifer added initial test code. Conditional'ed out until she has the opportunity to work with it.
14:58 Changeset in rtems [3a96054]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>. As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.
14:31 Changeset in rtems [acc25ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>. As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.
14:10 Changeset in rtems [4cf56006]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>. As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.
14:00 Changeset in rtems [e4ab88f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>. As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.
13:54 Changeset in rtems [5554279]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@…>. As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.

12/01/99:

16:00 Changeset in rtems [5d3da15b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed debugging printfs.
15:54 Changeset in rtems [017061c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to fix a spot in the tftp file system table from when the rtems_filesystem_operations_table structure changed and the initializer in libnetworking/lib/tftpDriver.c did not get updated.
15:05 Changeset in rtems [955a9ba7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/a29k/wrap rm -rf c/src/exec/score/cpu/hppa1.1/wrap rm -rf c/src/exec/score/cpu/i386/wrap rm -rf c/src/exec/score/cpu/mips64orion/wrap rm -rf c/src/exec/score/cpu/no_cpu/wrap patch -p1 < rtems-rc-19991123-rc-2.diff.gz Notes: * I don't see a possiblity to convert the powerpc subdirectory in its current layout to automake the time being. * Besides the fact that this subdirectory is not in single-tree building layout, the actual showstopper is the ifeq $(RTEMS_CPU_MODEL),mpc750) gmake-conditional in powerpc/Makefile.in, which automake (correctly) refuses to handle. * The problem is *not* specific to the powerpc. Other CPUs basically have similar problems (SH:sh7032 vs sh7045, SPARC: erc32.h in score/cpu/sparc), but have been lucky to get around real issues (cf. configuration files below score/cpu/sh/). * From a configuration focused POV this problem boils down to a file/subdirectory selection problem: ppc: 1 or others sh: 1 out of 2 sparc: 1 out of 1 Automake's means to implement such behavior is using conditionals to be evaluated at configuration-time. The old configuration scheme however used make-time conditionals. The SH port was lucky to get around this issue because it applies a selection from a limited set of possible selections, the powerpc however applies a selection from an unlimited set, based on data not being available at configuration time. * Currently I only see two general solutions: 1) make RTEMS_CPU_MODEL available at configuration time, ie. replace make-time configuration by configuration-time configuration 2) Perform the selection at build-time, i.e. always install all files, but use #ifdef #else #endif in source files. This is what the m68k has exploited at other locations inside of the source-tree. => This directory is the last one remaining not using automake below the whole exec/ hierarchy.
14:46 Changeset in rtems [1972b1e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/a29k/wrap rm -rf c/src/exec/score/cpu/hppa1.1/wrap rm -rf c/src/exec/score/cpu/i386/wrap rm -rf c/src/exec/score/cpu/mips64orion/wrap rm -rf c/src/exec/score/cpu/no_cpu/wrap patch -p1 < rtems-rc-19991123-rc-2.diff.gz Notes: * I don't see a possiblity to convert the powerpc subdirectory in its current layout to automake the time being. * Besides the fact that this subdirectory is not in single-tree building layout, the actual showstopper is the ifeq $(RTEMS_CPU_MODEL),mpc750) gmake-conditional in powerpc/Makefile.in, which automake (correctly) refuses to handle. * The problem is *not* specific to the powerpc. Other CPUs basically have similar problems (SH:sh7032 vs sh7045, SPARC: erc32.h in score/cpu/sparc), but have been lucky to get around real issues (cf. configuration files below score/cpu/sh/). * From a configuration focused POV this problem boils down to a file/subdirectory selection problem: ppc: 1 or others sh: 1 out of 2 sparc: 1 out of 1 Automake's means to implement such behavior is using conditionals to be evaluated at configuration-time. The old configuration scheme however used make-time conditionals. The SH port was lucky to get around this issue because it applies a selection from a limited set of possible selections, the powerpc however applies a selection from an unlimited set, based on data not being available at configuration time. * Currently I only see two general solutions: 1) make RTEMS_CPU_MODEL available at configuration time, ie. replace make-time configuration by configuration-time configuration 2) Perform the selection at build-time, i.e. always install all files, but use #ifdef #else #endif in source files. This is what the m68k has exploited at other locations inside of the source-tree. => This directory is the last one remaining not using automake below the whole exec/ hierarchy.
14:31 Changeset in rtems [7656140]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/a29k/wrap rm -rf c/src/exec/score/cpu/hppa1.1/wrap rm -rf c/src/exec/score/cpu/i386/wrap rm -rf c/src/exec/score/cpu/mips64orion/wrap rm -rf c/src/exec/score/cpu/no_cpu/wrap patch -p1 < rtems-rc-19991123-rc-2.diff.gz Notes: * I don't see a possiblity to convert the powerpc subdirectory in its current layout to automake the time being. * Besides the fact that this subdirectory is not in single-tree building layout, the actual showstopper is the ifeq $(RTEMS_CPU_MODEL),mpc750) gmake-conditional in powerpc/Makefile.in, which automake (correctly) refuses to handle. * The problem is *not* specific to the powerpc. Other CPUs basically have similar problems (SH:sh7032 vs sh7045, SPARC: erc32.h in score/cpu/sparc), but have been lucky to get around real issues (cf. configuration files below score/cpu/sh/). * From a configuration focused POV this problem boils down to a file/subdirectory selection problem: ppc: 1 or others sh: 1 out of 2 sparc: 1 out of 1 Automake's means to implement such behavior is using conditionals to be evaluated at configuration-time. The old configuration scheme however used make-time conditionals. The SH port was lucky to get around this issue because it applies a selection from a limited set of possible selections, the powerpc however applies a selection from an unlimited set, based on data not being available at configuration time. * Currently I only see two general solutions: 1) make RTEMS_CPU_MODEL available at configuration time, ie. replace make-time configuration by configuration-time configuration 2) Perform the selection at build-time, i.e. always install all files, but use #ifdef #else #endif in source files. This is what the m68k has exploited at other locations inside of the source-tree. => This directory is the last one remaining not using automake below the whole exec/ hierarchy.
14:27 Changeset in rtems [7dd4054]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-1.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/i960/wrap rm -rf c/src/exec/score/cpu/m68k/wrap rm -rf c/src/exec/score/cpu/sh/wrap rm -rf c/src/exec/score/cpu/sparc/wrap rm -rf c/src/exec/score/cpu/unix/wrap patch -p1 < rtems-rc-19991123-rc-1.diff ./bootstrap Known bugs: * "make debug|profile" in c/src/src/score/cpu/<RTEMS_CPU/Makefile does not handle recursion to subdirectories correctly (recurses too often). However, this issue is hardly visible and should be tolerable for the moment.
14:22 Changeset in rtems [ccf8925b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-1.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/i960/wrap rm -rf c/src/exec/score/cpu/m68k/wrap rm -rf c/src/exec/score/cpu/sh/wrap rm -rf c/src/exec/score/cpu/sparc/wrap rm -rf c/src/exec/score/cpu/unix/wrap patch -p1 < rtems-rc-19991123-rc-1.diff ./bootstrap Known bugs: * "make debug|profile" in c/src/src/score/cpu/<RTEMS_CPU/Makefile does not handle recursion to subdirectories correctly (recurses too often). However, this issue is hardly visible and should be tolerable for the moment.
14:12 Changeset in rtems [4a3757f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-1.diff from Ralf Corsepius <corsepiu@…> which implements automake support for some score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration bugs. To apply: rm -rf c/src/exec/score/cpu/i960/wrap rm -rf c/src/exec/score/cpu/m68k/wrap rm -rf c/src/exec/score/cpu/sh/wrap rm -rf c/src/exec/score/cpu/sparc/wrap rm -rf c/src/exec/score/cpu/unix/wrap patch -p1 < rtems-rc-19991123-rc-1.diff ./bootstrap Known bugs: * "make debug|profile" in c/src/src/score/cpu/<RTEMS_CPU/Makefile does not handle recursion to subdirectories correctly (recurses too often). However, this issue is hardly visible and should be tolerable for the moment.

11/30/99:

22:14 Changeset in rtems [42881534]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added missing files from PPP port.
22:12 Changeset in rtems [d0950ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added port of ppp-2.3.5 from Tomasz Domin <dot@…> of ComArch? SA. Tomasz only tested this on the mpc823. The official site for the original source for this PPP implementation is: ftp://cs.anu.edu.au/pub/software/ppp NOTE: As of 11/30/1999, the current version of this source is 2.3.10.
19:58 Changeset in rtems [48bfd992]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renamed shm.h to shm_driver.h to avoid conflicts with POSIX shm.h. Renamed file shmsupp/intr.c in some BSPs to shmsupp/cause_intr.c to avoid conflict with rtems/src/intr.c (Classic API Interrupt Manager).
16:52 Changeset in rtems [1563d8c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed duplicate definition of rtems_filesystem_umask.
14:43 Changeset in rtems [1591a1aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Uncommitted remains of a previous patch from Ralf Corsepius <corsepiu@…> which converted fiels to automake.
14:03 Changeset in rtems [116e54ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Uncommitted remains of a previous patch from Ralf Corsepius <corsepiu@…> which converted fiels to automake.
13:58 Changeset in rtems [79f2e19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Split from console.c to eliminate dependencies.
13:49 Changeset in rtems [96344c8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@…> which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
13:46 Changeset in rtems [e4b25c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected so they would compile with POSIX disabled.

11/29/99:

16:07 Changeset in rtems [af5f522]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Clarified.
16:06 Changeset in rtems [4e917492]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Clarified status of mkfifo().
15:45 Changeset in rtems [1d9a2fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@…> which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
15:40 Changeset in rtems [64f55e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made sure POSIX would build with MP enabled.
15:11 Changeset in rtems [61581a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
15:11 Changeset in rtems [421fae4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed bad descriptions of mount() and umount(). Added shell of an accurate description.
15:10 Changeset in rtems [3dfe0b27]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spacing.
Note: See TracTimeline for information about the timeline view.