# # ChangeLog for / in rtems # # Generated by Trac 1.2.1.dev0 # 06/16/24 08:12:03 Thu, 15 Oct 1998 21:20:56 GMT Joel Sherrill [57cb542] * doc/bsp_howto/intro.t (modified) Added more to the list of chapters. Thu, 15 Oct 1998 21:20:42 GMT Joel Sherrill [3351d41] * doc/bsp_howto/clock.t (modified) * doc/bsp_howto/console.t (modified) * doc/bsp_howto/init.t (modified) Redid sections to have right depth. Thu, 15 Oct 1998 21:19:56 GMT Joel Sherrill [d067648] * doc/bsp_howto/bsp_howto.texi (modified) Removed bsp structure as chapter and renamed some other chapters. Thu, 15 Oct 1998 21:19:27 GMT Joel Sherrill [286f01a4] * doc/bsp_howto/Makefile (modified) Removed bspstruct.t. Commented lines which installed files. Thu, 15 Oct 1998 21:18:55 GMT Joel Sherrill [abcec17b] * doc/bsp_howto/timer.t (modified) Cleaned up bad line wrap which was only a long sequence of ??? Thu, 15 Oct 1998 21:18:24 GMT Joel Sherrill [7595ae6] * doc/bsp_howto/bspstruct.t (deleted) * doc/bsp_howto/target.t (modified) Merged bsp structure into target dependent files chapter. Thu, 15 Oct 1998 19:58:32 GMT Joel Sherrill [0a5e510] * VERSION (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 4.0.0-beta4a Thu, 15 Oct 1998 19:19:35 GMT Joel Sherrill [fae18771] * make/custom/gen68340.cfg (modified) Removed unnecessary settings. Thu, 15 Oct 1998 19:18:50 GMT Joel Sherrill [4b378c29] * c/TESTED (modified) Updated for the i386ex and deprecated BSPs. Thu, 15 Oct 1998 19:18:36 GMT Joel Sherrill [adb5185] * c/PROBLEMS (modified) Added bare bsp, mini-glue layer for POSIX port, and bare bsp information. Thu, 15 Oct 1998 19:18:03 GMT Joel Sherrill [405d5a9] * c/Makefile.in (modified) Added pre_install_src as a dependency to debug and profile per Ralf ... Thu, 15 Oct 1998 19:16:41 GMT Joel Sherrill [0294cd4] Regenerated. Thu, 15 Oct 1998 18:47:09 GMT Joel Sherrill [39bc8fdf] * c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in (modified) Patch from Thomas Doerfler to include the ppc403 ... Thu, 15 Oct 1998 14:38:10 GMT Joel Sherrill [4cfdf321] * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) Uncommented the conditional stuff for "good gas 16 bit code". Wed, 14 Oct 1998 20:19:30 GMT Joel Sherrill [11cfb6f7] * c/build-tools/README (modified) * c/build-tools/install-if-change.in (added) * c/build-tools/lock-directory.in (added) * c/build-tools/rcs-clean.in (added) * c/build-tools/scripts/Makefile.in (modified) * c/build-tools/scripts/README (modified) * c/build-tools/scripts/install-if-change.in (added) * c/build-tools/scripts/lock-directory.in (added) * c/build-tools/scripts/rcs-clean.in (added) * c/build-tools/scripts/unlock-directory.in (added) * c/build-tools/unlock-directory.in (added) * c/src/exec/score/tools/generic/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/tools/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/tools/runtest.in (added) * c/src/lib/libbsp/unix/posix/tools/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/tools/looptest.in (added) * c/src/lib/libbsp/unix/posix/tools/runtest.in (added) * c/src/lib/libbsp/unix/posix/tools/semdump.in (added) * c/src/lib/libbsp/unix/posix/tools/shmdump.in (added) * c/update-tools/Makefile.in (modified) * c/update-tools/update.in (added) * c/update-tools/word-replace.in (added) * configure (modified) * configure.in (modified) * make/rtems.cfg (added) * tools/build/README (modified) * tools/build/install-if-change.in (added) * tools/build/lock-directory.in (added) * tools/build/rcs-clean.in (added) * tools/build/scripts/Makefile.in (modified) * tools/build/scripts/README (modified) * tools/build/scripts/install-if-change.in (added) * tools/build/scripts/lock-directory.in (added) * tools/build/scripts/rcs-clean.in (added) * tools/build/scripts/unlock-directory.in (added) * tools/build/unlock-directory.in (added) * tools/cpu/generic/Makefile.in (modified) * tools/update/Makefile.in (modified) * tools/update/update.in (added) * tools/update/word-replace.in (added) Patch from Ralf Corsepius : 1. Rtems ... Wed, 14 Oct 1998 19:42:45 GMT Joel Sherrill [946b3cb] * configure (modified) * configure.in (modified) * make/compilers/gcc.cfg.in (modified) Patch from Ralf Corsepius : 2. "make ... Wed, 14 Oct 1998 15:29:05 GMT Joel Sherrill [cb16032] * c/TESTED (modified) Updated. Tue, 13 Oct 1998 18:04:16 GMT Joel Sherrill [0cd2bd96] * c/src/exec/libcsupport/src/telldir.c (modified) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/telldir.c (modified) * cpukit/libcsupport/src/telldir.c (modified) Added rest of opendir family and made it compile. Tue, 13 Oct 1998 16:07:38 GMT Joel Sherrill [928395e] * c/src/exec/libcsupport/src/closedir.c (added) * c/src/exec/libcsupport/src/rewinddir.c (added) * c/src/exec/libcsupport/src/scandir.c (added) * c/src/exec/libcsupport/src/seekdir.c (added) * c/src/exec/libcsupport/src/telldir.c (added) * c/src/lib/libc/closedir.c (added) * c/src/lib/libc/rewinddir.c (added) * c/src/lib/libc/scandir.c (added) * c/src/lib/libc/seekdir.c (added) * c/src/lib/libc/telldir.c (added) * cpukit/libcsupport/src/closedir.c (added) * cpukit/libcsupport/src/rewinddir.c (added) * cpukit/libcsupport/src/scandir.c (added) * cpukit/libcsupport/src/seekdir.c (added) * cpukit/libcsupport/src/telldir.c (added) New files. Tue, 13 Oct 1998 15:03:43 GMT Joel Sherrill [5b1f23c4] * README.configure (modified) Added missing BSPs. Tue, 13 Oct 1998 15:03:27 GMT Joel Sherrill [714137ef] * c/src/exec/score/cpu/sh/cpu_isps.c (modified) * c/src/exec/score/cpu/sh/ispsh7032.c (modified) * c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c (modified) * make/custom/gensh1.cfg (modified) Patch from Ralf Corsepius to correct minor ... Tue, 13 Oct 1998 14:59:35 GMT Joel Sherrill [fbd5320] * c/src/lib/libc/Makefile.in (modified) Modified to avoid building certain files under UNIX. Mon, 12 Oct 1998 21:50:44 GMT Joel Sherrill [4934fe6] * doc/started/versions.texi (added) New file Mon, 12 Oct 1998 21:27:10 GMT Joel Sherrill [a1c57e4] * doc/supplements/hppa1_1/cputable.t (modified) * doc/supplements/hppa1_1/cputable.texi (modified) * doc/supplements/i386/cputable.t (modified) * doc/supplements/i386/cputable.texi (modified) * doc/supplements/i960/cputable.t (modified) * doc/supplements/i960/cputable.texi (modified) * doc/supplements/m68k/cputable.t (modified) * doc/supplements/powerpc/cputable.t (modified) * doc/supplements/powerpc/cputable.texi (modified) * doc/supplements/sparc/cputable.t (modified) * doc/supplements/sparc/cputable.texi (modified) Added idle_task_stack_size field to CPU Table. Mon, 12 Oct 1998 21:26:39 GMT Joel Sherrill [68c46026] * doc/new_chapters/signal.t (modified) Added message to "return -1 and set errno". Mon, 12 Oct 1998 21:26:13 GMT Joel Sherrill [99b0787] * doc/new_chapters/eventlog.t (modified) Fixed typo. Mon, 12 Oct 1998 21:25:52 GMT Joel Sherrill [5f4c109] * doc/posix1003.1/ch05.t (modified) * doc/posix1003.1/ch06.t (modified) Updated to reflect MG-10 IMFS effort. Mon, 12 Oct 1998 21:25:10 GMT Joel Sherrill [4b8bf95] * doc/networking/networkapp.t (modified) Added some fields and changed last KA9Q reference to FreeBSD. Mon, 12 Oct 1998 21:24:52 GMT Joel Sherrill [abfbfa7] * doc/bsp_howto/Makefile (modified) * doc/bsp_howto/bsp_howto.texi (modified) * doc/bsp_howto/bspstruct.t (modified) * doc/bsp_howto/clock.t (modified) * doc/bsp_howto/console.t (modified) * doc/bsp_howto/init.t (modified) * doc/bsp_howto/intro.t (modified) * doc/bsp_howto/linkcmds.t (modified) * doc/bsp_howto/makefiles.t (modified) * doc/bsp_howto/target.t (modified) * doc/bsp_howto/timer.t (modified) Changed section numbers. Mon, 12 Oct 1998 21:24:26 GMT Joel Sherrill [ff460e58] * doc/Makefile (modified) Changed commands for installing numerous files to include $(SRCDIR). Mon, 12 Oct 1998 21:23:46 GMT Joel Sherrill [e2e52a4a] * doc/Make.config (modified) Changed command for installing the footer. Mon, 12 Oct 1998 20:47:09 GMT Joel Sherrill [91356bcb] * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) Typo which prevented baud rate changes from Thomas Doerfler ... Mon, 12 Oct 1998 17:40:25 GMT Joel Sherrill [70b45c64] * VERSION (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 4.0.0-beta4 Mon, 12 Oct 1998 17:28:33 GMT Joel Sherrill [22bb7cd1] * c/src/exec/libcsupport/src/opendir.c (added) * c/src/exec/libcsupport/src/readdir.c (added) * c/src/lib/libc/opendir.c (added) * c/src/lib/libc/readdir.c (added) * cpukit/libcsupport/src/opendir.c (added) * cpukit/libcsupport/src/readdir.c (added) New files. Mon, 12 Oct 1998 17:24:29 GMT Joel Sherrill [df263325] Regenerated. Mon, 12 Oct 1998 17:23:28 GMT Joel Sherrill [d2018142] * c/src/lib/libc/syscalls.c (modified) Removed fork(), execv(), and wait() since they are now stubbed in the ... Mon, 12 Oct 1998 17:23:03 GMT Joel Sherrill [f7f64f6] * c/src/lib/libc/Makefile.in (modified) Added opendir and readdir. Mon, 12 Oct 1998 17:22:41 GMT Joel Sherrill [7c0ee06] * c/TESTED (modified) Added helas403 and changed column spacing. Mon, 12 Oct 1998 17:21:12 GMT Joel Sherrill [b19cb17] * c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) Added header files per request from Chris Johns to avoid problems in ... Fri, 09 Oct 1998 16:47:24 GMT Joel Sherrill [87dea1e4] * doc/user/rtmon.t (modified) Fixed typo spotted by Jeff Mayes. Wed, 07 Oct 1998 14:54:02 GMT Joel Sherrill [42c0b9ee] * c/src/lib/libbsp/i386/i386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/start/start.s (modified) * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) NEXT_GAS should have been NEW_GAS. Spotted by Emmanuel Raguet ... Wed, 07 Oct 1998 14:39:58 GMT Joel Sherrill [959d752] * configure (modified) * configure.in (modified) Corrected typo pointed out by Pollak Leon . Tue, 06 Oct 1998 21:45:33 GMT Joel Sherrill [5ee9068] * VERSION (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 981006 Tue, 06 Oct 1998 20:56:13 GMT Joel Sherrill [72640a3] * c/src/lib/libbsp/i386/pc386/include/Makefile.in (modified) Removed files pc386uart.h and pcibio.h from Makefile since they are ... Tue, 06 Oct 1998 20:55:28 GMT Joel Sherrill [d171f8a8] * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) Corrected assembly language to use constants instead of addresses. ... Tue, 06 Oct 1998 20:54:36 GMT Joel Sherrill [dff5b40] * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) Added missing field (idle_task_stack_size) to CPU Table. Tue, 06 Oct 1998 13:02:51 GMT Joel Sherrill [dc6763c8] * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) Patch from Emmanuel Raguet to add networking ... Mon, 05 Oct 1998 22:36:06 GMT Joel Sherrill [0ebbf66] * c/src/lib/libbsp/i386/i386ex/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/i386ex/console/console.c (modified) * c/src/lib/libbsp/i386/i386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/timer/timer.c (modified) * c/src/lib/libbsp/i386/pc386/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/clock/ckinit.c (modified) * c/src/lib/libbsp/i386/pc386/console/console.c (modified) * c/src/lib/libbsp/i386/pc386/include/bsp.h (modified) * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/start/start16.s (modified) * c/src/lib/libbsp/i386/pc386/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/startup/bspstart.c (modified) * c/src/lib/libbsp/i386/pc386/startup/exit.c (modified) * c/src/lib/libbsp/i386/pc386/startup/linkcmds (modified) * c/src/lib/libbsp/i386/pc386/timer/timer.c (modified) * c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/Makefile.in (modified) * c/src/lib/libbsp/i386/shared/comm/GDB.HOWTO (added) * c/src/lib/libbsp/i386/shared/comm/Makefile.in (added) * c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c (added) * c/src/lib/libbsp/i386/shared/comm/i386-stub.c (added) * c/src/lib/libbsp/i386/shared/comm/uart.c (added) * c/src/lib/libbsp/i386/shared/comm/uart.h (added) * c/src/lib/libbsp/i386/shared/irq/irq.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq.h (modified) * c/src/lib/libbsp/i386/shared/irq/irq_asm.h (modified) * c/src/lib/libbsp/i386/shared/irq/irq_init.c (modified) * c/src/lib/libbsp/i386/shared/pci/Makefile.in (added) * c/src/lib/libbsp/i386/shared/pci/pcibios.c (added) * c/src/lib/libbsp/i386/shared/pci/pcibios.h (added) Large patch from Erik Ivanenko which ... Mon, 05 Oct 1998 21:26:07 GMT Joel Sherrill [711a2a1] * c/src/tests/PROBLEMS (added) * testsuites/PROBLEMS (added) New file based on information from Eric Norum . Mon, 05 Oct 1998 19:45:04 GMT Joel Sherrill [41a890a] * c/src/lib/libbsp/powerpc/psim/tools/psim (modified) Commented out line which ran psim tests twice. Mon, 05 Oct 1998 18:21:11 GMT Joel Sherrill [86dc490] * c/src/lib/libbsp/powerpc/helas403/README (modified) Update from Thomas Doerfler . Mon, 05 Oct 1998 15:22:38 GMT Joel Sherrill [fe64e9f] Regenerated. Mon, 05 Oct 1998 13:53:16 GMT Joel Sherrill [09213ec3] * configure (modified) * make/custom/FreeBSD-posix.cfg (modified) * make/custom/HPUX9-posix.cfg (modified) * make/custom/Linux-posix.cfg (modified) * make/custom/Solaris-posix.cfg (modified) Patch from Ralf Corsepius : As mentioned ... Mon, 05 Oct 1998 13:50:53 GMT Joel Sherrill [bf1ef5b] * aclocal.m4 (modified) * aclocal/i386-gas-code16.m4 (modified) Regenerated after fixing a typo. Mon, 05 Oct 1998 12:52:31 GMT Joel Sherrill [f44a81b] * aclocal.m4 (modified) * aclocal/i386-gas-code16.m4 (modified) Modifed i386 gas test to put each directive on its own line per ... Mon, 05 Oct 1998 12:45:53 GMT Joel Sherrill [082fc2d] * c/src/tests/sptests/spsize/size.c (modified) * testsuites/sptests/spsize/size.c (modified) Fixed use of incorrect macro for minimum stack size. Thu, 01 Oct 1998 21:44:31 GMT Joel Sherrill [388be68f] * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/lib/libc/malloc.c (modified) * cpukit/libcsupport/src/malloc.c (modified) Patch from Ian Lance Taylor : The reentrant ... Thu, 01 Oct 1998 20:22:37 GMT Joel Sherrill [f0bca9fb] * VERSION (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 981001 Thu, 01 Oct 1998 18:50:43 GMT Joel Sherrill [086836e1] * c/src/exec/score/cpu/powerpc/TODO (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) Patch from Thomas Doerfler to improve 403 support. ... Thu, 01 Oct 1998 18:49:16 GMT Joel Sherrill [1c823363] * aclocal.m4 (modified) Regenerated. Thu, 01 Oct 1998 18:48:43 GMT Joel Sherrill [e125ad3] * make/custom/helas403.cfg (modified) Switched from HAS_KA9Q=no to HAS_NETWORKING=no. Thu, 01 Oct 1998 18:38:53 GMT Joel Sherrill [a0b7a07] * make/custom/gen68360.cfg (modified) Patch from Eric Norum : Here's a patch ... Thu, 01 Oct 1998 13:13:33 GMT Joel Sherrill [02c14a0] * c/ACKNOWLEDGEMENTS (modified) Updated to reflect Thomas Doerfler (td@imd.m.isar.de) submitting the ... Wed, 30 Sep 1998 21:55:53 GMT Joel Sherrill [aecfa2b] * c/src/lib/libcpu/powerpc/ppc403/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/clock/clock.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c (modified) * c/src/lib/libcpu/powerpc/ppc403/console/console.c.polled (added) * c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in (added) * c/src/lib/libcpu/powerpc/ppc403/ictrl/ictrl.c (added) * c/src/lib/libcpu/powerpc/ppc403/ictrl/ictrl.h (added) BSP submitted by Thomas Doerfler : Finally I ... Wed, 30 Sep 1998 21:50:42 GMT Joel Sherrill [be4284d0] * c/src/lib/libbsp/powerpc/helas403/Makefile.in (added) * c/src/lib/libbsp/powerpc/helas403/README (added) * c/src/lib/libbsp/powerpc/helas403/bsp_specs (added) * c/src/lib/libbsp/powerpc/helas403/bsp_specs.dl (added) * c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in (added) * c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.s (added) * c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in (added) * c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.s (added) * c/src/lib/libbsp/powerpc/helas403/include/Makefile.in (added) * c/src/lib/libbsp/powerpc/helas403/include/bsp.h (added) * c/src/lib/libbsp/powerpc/helas403/include/coverhd.h (added) * c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in (added) * c/src/lib/libbsp/powerpc/helas403/startup/bspclean.c (added) * c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c (added) * c/src/lib/libbsp/powerpc/helas403/startup/linkcmds (added) * c/src/lib/libbsp/powerpc/helas403/startup/linkcmds.dl (added) * c/src/lib/libbsp/powerpc/helas403/startup/setvec.c (added) * c/src/lib/libbsp/powerpc/helas403/times (added) * c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in (added) * make/custom/helas403.cfg (added) BSP submitted by Thomas Doerfler : Finally I ... Wed, 30 Sep 1998 21:18:46 GMT Wade A Smith [05d49928] * doc/new_chapters/device.t (modified) Corrected TYPO error in the file. Wed, 30 Sep 1998 21:15:23 GMT Wade A Smith [b8ea1c8e] * doc/new_chapters/io.t (modified) Corrected TYPO errors in the file Wed, 30 Sep 1998 20:58:39 GMT Joel Sherrill [2c3840b] * aclocal.m4 (modified) * aclocal/i386-gas-code16.m4 (modified) * c/src/lib/libbsp/i386/i386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/start/start.s (modified) * c/src/lib/libbsp/i386/i386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) * configure (modified) * configure.in (modified) Added new autoconf test for i386 code16/code32 support. The guts of ... Wed, 30 Sep 1998 20:52:43 GMT Wade A Smith [2405b767] * doc/new_chapters/files.t (modified) Corrected TYPOs in the file Wed, 30 Sep 1998 20:51:54 GMT Joel Sherrill [f65b0903] * c/src/lib/libcpu/sh/sh7032/include/sci.h (added) New file from Ralf. Wed, 30 Sep 1998 20:21:45 GMT Wade A Smith [8dd54b6] * doc/new_chapters/confspace.t (modified) Updated the STATUS CODE section for the routines in this file. Wed, 30 Sep 1998 19:51:39 GMT Joel Sherrill [b931d05a] * aclocal/ar-s.m4 (modified) * aclocal/canonical-target-name.m4 (modified) * aclocal/canonicalize-tools.m4 (modified) * aclocal/check-files-in.m4 (modified) * aclocal/check-makefile.m4 (modified) * aclocal/cygwin.m4 (modified) * aclocal/exeext.m4 (modified) * aclocal/mkdir.m4 (modified) * aclocal/tool-prefix.m4 (modified) Added Id's. Wed, 30 Sep 1998 19:51:31 GMT Joel Sherrill [5620149] * aclocal/i386-gas-code16.m4 (added) New configure test from Ian Lance Taylor : If the ... Wed, 30 Sep 1998 19:39:56 GMT Wade A Smith [1dedfde9] * doc/new_chapters/eventlog.t (modified) Updated the STATUS CODE section of the routines in this file. Wed, 30 Sep 1998 18:19:40 GMT Wade A Smith [8ed58e65] * doc/new_chapters/eventlog.t (modified) Made formatting changes to the file Wed, 30 Sep 1998 17:27:57 GMT Joel Sherrill [4ca5bd8] * c/src/lib/libbsp/i386/force386/startup/linkcmds (modified) * c/src/lib/libbsp/mips/p4000/startup/linkcmds (modified) * c/src/lib/libbsp/mips64orion/p4000/startup/linkcmds (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/psim/startup/linkcmds (modified) Changed based on patch from pc386 linkcmds from Ian Lance Taylor ... Wed, 30 Sep 1998 17:17:23 GMT Joel Sherrill [d1d47664] * c/src/lib/libbsp/i386/pc386/startup/linkcmds (modified) Patch from Ian Lance Taylor : The pc386 linker ... Wed, 30 Sep 1998 15:45:08 GMT Wade A Smith [c11f512] * doc/new_chapters/clock.t (modified) Updated the DESCRIPTION section of the times routine. Wed, 30 Sep 1998 15:42:46 GMT Wade A Smith [a65c28e] * doc/new_chapters/io.t (modified) Documented the fsync and fdatasync routines in this file. Wed, 30 Sep 1998 15:40:47 GMT Wade A Smith [9dd23877] * doc/new_chapters/files.t (modified) Updated the STATUS CODE section for the truncate routine. Wed, 30 Sep 1998 13:02:30 GMT Joel Sherrill [17408b90] * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * make/custom/gen68360.cfg (modified) Patch from Eric Norum : I found that my ... Tue, 29 Sep 1998 21:53:08 GMT Wade A Smith [982ed3f8] * doc/new_chapters/files.t (modified) Made cosmetic changes and documented routines in this file Tue, 29 Sep 1998 21:52:24 GMT Wade A Smith [6e62b72e] * doc/new_chapters/device.t (modified) Made cosmetic changes and documented routines in file. Tue, 29 Sep 1998 21:51:52 GMT Wade A Smith [80189ac2] * doc/new_chapters/io.t (modified) Made cosmetic changes, and document routines in the file. Tue, 29 Sep 1998 21:51:08 GMT Wade A Smith [f1ccfde] * doc/new_chapters/clock.t (modified) Made cosmetic changes to the file and documented the time, times, and ... Tue, 29 Sep 1998 12:40:33 GMT Joel Sherrill [21bfd93] * c/src/lib/libbsp/bare/include/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/include/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/include/bsp.h (modified) * c/src/lib/libbsp/sh/gensh1/startup/Makefile.in (modified) * c/src/lib/libbsp/sh/shared/setvec.c (modified) * c/src/lib/libcpu/sh/sh7032/clock/ckinit.c (modified) * c/src/lib/libcpu/sh/sh7032/include/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/timer/timer.c (modified) Patch from Ralf Corsepius : Please ... Tue, 29 Sep 1998 12:15:08 GMT Joel Sherrill [766ed7c] * c/src/exec/libnetworking/rtems/rtems_syscall.c (modified) * c/src/lib/libnetworking/rtems/rtems_syscall.c (modified) * c/src/libnetworking/rtems/rtems_syscall.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) Patch from Eric Norum : Remember the ... Tue, 29 Sep 1998 00:05:40 GMT Joel Sherrill [d7fcc1d] * doc/new_chapters/clock.t (modified) Added sentence to indicate sections were deliberately empty. Added ... Tue, 29 Sep 1998 00:04:53 GMT Joel Sherrill [241e4c7c] * doc/new_chapters/base.t (modified) * doc/new_chapters/cancel.t (modified) * doc/new_chapters/cond.t (modified) * doc/new_chapters/cspecific.t (modified) * doc/new_chapters/dumpcontrol.t (modified) * doc/new_chapters/key.t (modified) * doc/new_chapters/memorymgmt.t (modified) * doc/new_chapters/message.t (modified) * doc/new_chapters/mutex.t (modified) * doc/new_chapters/procenv.t (modified) * doc/new_chapters/process.t (modified) * doc/new_chapters/sched.t (modified) * doc/new_chapters/semaphores.t (modified) * doc/new_chapters/systemdb.t (modified) * doc/new_chapters/thread.t (modified) Added sentence to indicate sections were deliberately empty. Tue, 29 Sep 1998 00:02:53 GMT Joel Sherrill [2341410c] * doc/new_chapters/signal.t (modified) Fleshed out considerably. This is almost a passable manual now. Mon, 28 Sep 1998 22:54:48 GMT Joel Sherrill [68e8f63] * doc/new_chapters/preface.texi (modified) Updated to reference the standards. Mon, 28 Sep 1998 22:09:12 GMT Wade A Smith [0f58ab42] * doc/new_chapters/io.t (modified) Documented the mount and umount routines. Mon, 28 Sep 1998 22:08:41 GMT Wade A Smith [487c5d58] * doc/new_chapters/files.t (modified) Documented the ftruncate and opendir routines. Removed reference to ... Sun, 27 Sep 1998 16:37:16 GMT Joel Sherrill [cb646cb9] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/wait.c (added) * c/src/exec/posix/src/waitpid.c (added) * cpukit/posix/src/wait.c (added) * cpukit/posix/src/waitpid.c (added) New files. Sun, 27 Sep 1998 16:00:18 GMT Wade A Smith [e21f7d8] * doc/new_chapters/io.t (modified) Documented the following routines: dup, dup2, close, read, write, and ... Sat, 26 Sep 1998 19:33:58 GMT Wade A Smith [389c3e9] * doc/new_chapters/files.t (modified) Documented the following routines in this file: rewinddir, pathconf, ... Fri, 25 Sep 1998 20:11:51 GMT Wade A Smith [64183e20] * doc/new_chapters/files.t (modified) Documented the creat, scandir, and access routines. Fri, 25 Sep 1998 16:20:52 GMT Wade A Smith [9a0b008] * doc/new_chapters/files.t (modified) Docmumented the access routine in for this file. Fri, 25 Sep 1998 13:29:19 GMT Joel Sherrill [165988d] * doc/new_chapters/files.t (modified) Fixed typos so this would build. Fri, 25 Sep 1998 13:28:28 GMT Joel Sherrill [b965227f] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/execlp.c (modified) * c/src/exec/posix/src/execv.c (modified) * cpukit/posix/src/execlp.c (modified) * cpukit/posix/src/execv.c (modified) Now compiles.