# # ChangeLog for c/src in rtems # # Generated by Trac 1.2.1.dev0 # 04/16/24 16:41:19 Wed, 17 Feb 1999 20:24:53 GMT Joel Sherrill [ee733965] * c/src/exec/score/cpu/powerpc/mpc860.h (added) * c/src/lib/libbsp/powerpc/eth_comm/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/README (added) * c/src/lib/libbsp/powerpc/eth_comm/bsp_specs (added) * c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c (added) * c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/console/console.c (added) * c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h (added) * c/src/lib/libbsp/powerpc/eth_comm/include/canbus.h (added) * c/src/lib/libbsp/powerpc/eth_comm/include/coverhd.h (added) * c/src/lib/libbsp/powerpc/eth_comm/include/info.h (added) * c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/network/README (added) * c/src/lib/libbsp/powerpc/eth_comm/network/network.c (added) * c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/start/start.S (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/alloc860.c (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/linkcmds (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/mmu.c (added) * c/src/lib/libbsp/powerpc/eth_comm/startup/setvec.c (added) * c/src/lib/libbsp/powerpc/eth_comm/times (added) * c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/README (added) * c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/clock/clock.c (added) * c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/console-generic/console-generic.c (added) * c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/include/console.h (added) * c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/timer/timer.c (added) * c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in (added) * c/src/lib/libcpu/powerpc/mpc860/vectors/README (added) * c/src/lib/libcpu/powerpc/mpc860/vectors/align_h.S (added) * c/src/lib/libcpu/powerpc/mpc860/vectors/vectors.S (added) * make/custom/eth_comm.cfg (added) Jay Monkman submitted the eth_comm BSP for a ... Mon, 15 Feb 1999 18:56:08 GMT Joel Sherrill [7e2a525b] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) Patch from Eric Valette to undo the patch ... Mon, 15 Feb 1999 16:46:54 GMT Joel Sherrill [7cc7a74] * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) Patch from Eric Valette to correct _exit ... Wed, 10 Feb 1999 17:23:53 GMT Joel Sherrill [c8b5487] * VERSION (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 19990210 Wed, 10 Feb 1999 17:22:16 GMT Joel Sherrill [dae18b5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) POSIX timer support. Wed, 10 Feb 1999 17:07:54 GMT Joel Sherrill [386289b] * c/src/tests/sptests/spfatal/README (added) * testsuites/sptests/spfatal/README (added) Added this file. Wed, 10 Feb 1999 17:06:53 GMT Joel Sherrill [3234c27] * c/src/tests/sptests/Makefile.in (modified) Don't build spfatal since it won't run anyway. Wed, 10 Feb 1999 17:06:27 GMT Joel Sherrill [f93d996] * c/src/tests/psxtests/psxtimer/Makefile.in (modified) Changed file name. Wed, 10 Feb 1999 17:05:55 GMT Joel Sherrill [9619ff3] * c/src/exec/libcsupport/src/open.c (modified) * c/src/lib/libc/open.c (modified) * cpukit/libcsupport/src/open.c (modified) Set the read/write offset to 0 when the file is opened. The ACVC had ... Wed, 10 Feb 1999 17:04:54 GMT Joel Sherrill [efb1b830] * c/src/exec/libfs/src/imfs/memfile.c (modified) * c/src/lib/libc/memfile.c (modified) * c/src/libfs/src/imfs/memfile.c (modified) * cpukit/libfs/src/imfs/memfile.c (modified) Corrected multiple places the file size was not being properly updated. Wed, 10 Feb 1999 17:04:12 GMT Joel Sherrill [3165b4d3] * c/src/exec/libcsupport/src/getcwd.c (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/getcwd.c (added) * cpukit/libcsupport/src/getcwd.c (added) Added getcwd(). Wed, 10 Feb 1999 17:03:46 GMT Joel Sherrill [aee3d68] * c/src/exec/posix/src/pthreadkill.c (modified) * c/src/exec/posix/src/sigaction.c (modified) * c/src/exec/posix/src/sigtimedwait.c (modified) * cpukit/posix/src/pthreadkill.c (modified) * cpukit/posix/src/sigaction.c (modified) * cpukit/posix/src/sigtimedwait.c (modified) POSIX timer support modifications. Wed, 10 Feb 1999 00:29:02 GMT Joel Sherrill [dd746c38] * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) Comments fixed after problem report from Ian Lance Taylor . Fri, 05 Feb 1999 00:34:17 GMT Joel Sherrill [c9c67390] * c/src/lib/libbsp/powerpc/dmv177/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/sonic/dmvsonic.c (added) * c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in (modified) * c/src/lib/libchip/Makefile.in (modified) * c/src/lib/libchip/network/Makefile.in (added) * c/src/lib/libchip/network/README (added) * c/src/lib/libchip/network/README.sonic (added) * c/src/lib/libchip/network/sonic.c (added) * c/src/lib/libchip/network/sonic.h (added) * c/src/lib/wrapup/Makefile.in (modified) * c/src/libchip/network/Makefile.in (added) * c/src/libchip/network/README (added) * c/src/libchip/network/README.sonic (added) * c/src/libchip/network/sonic.c (moved) * c/src/libchip/network/sonic.h (moved) * c/src/wrapup/Makefile.in (modified) Split SONIC chip into appropriate files for libchip'ing. The ... Fri, 05 Feb 1999 00:29:23 GMT Joel Sherrill [ecec2ba] * c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/exec/libnetworking/rtems/rtems_glue.c (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/lib/libnetworking/rtems/rtems_glue.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) Patch from Eric Norum to correct bug induced by select() patch. Fri, 05 Feb 1999 00:28:43 GMT Joel Sherrill [2f87c843] * c/src/exec/libcsupport/src/mount.c (modified) * c/src/exec/libcsupport/src/open.c (modified) * c/src/exec/libfs/src/imfs/imfs_eval.c (modified) * c/src/lib/libc/imfs_eval.c (modified) * c/src/lib/libc/mount.c (modified) * c/src/lib/libc/open.c (modified) * c/src/libfs/src/imfs/imfs_eval.c (modified) * cpukit/libcsupport/src/mount.c (modified) * cpukit/libcsupport/src/open.c (modified) * cpukit/libfs/src/imfs/imfs_eval.c (modified) Corrected spacing and added some new error checks that were needed ... Fri, 05 Feb 1999 00:27:30 GMT Joel Sherrill [e824fa5] * c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c (modified) Added optional data and instruction caching enable calls. Fri, 05 Feb 1999 00:26:49 GMT Joel Sherrill [26e663d] * c/src/exec/score/cpu/powerpc/Makefile.in (modified) Added caching enable routines. Thu, 04 Feb 1999 23:45:55 GMT Joel Sherrill [13cc89e1] * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.c (modified) Reorganized into libchip style but not yet split out into multiple ... Thu, 04 Feb 1999 22:59:46 GMT Joel Sherrill [7397638] * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.c (modified) Works great now. Thu, 04 Feb 1999 15:00:14 GMT Joel Sherrill [354b00bc] * c/src/exec/libnetworking/sys/mbuf.h (modified) * c/src/lib/libnetworking/sys/mbuf.h (modified) * c/src/libnetworking/sys/mbuf.h (modified) * cpukit/libnetworking/sys/mbuf.h (modified) Added printf()'s that can be uncommented to trace MBUF operations. ... Thu, 04 Feb 1999 14:59:42 GMT Joel Sherrill [83c7b00] * c/src/exec/libnetworking/rtems/tftp.h (modified) * c/src/lib/libnetworking/rtems/tftp.h (modified) * c/src/libnetworking/rtems/tftp.h (modified) * cpukit/libnetworking/rtems/tftp.h (modified) Modifed to reflect transition from device driver to file system. Thu, 04 Feb 1999 14:58:01 GMT Joel Sherrill [d3c1060] * c/src/exec/libnetworking/net/if.h (modified) * c/src/lib/libnetworking/net/if.h (modified) * c/src/libnetworking/net/if.h (modified) * cpukit/libnetworking/net/if.h (modified) Added debug printf()'s that are commented out. Uncommenting these ... Thu, 04 Feb 1999 14:56:09 GMT Joel Sherrill [1564ca8] * c/src/exec/libnetworking/netinet/in_cksum_powerpc.c (modified) * c/src/lib/libnetworking/netinet/in_cksum_powerpc.c (modified) * c/src/libnetworking/netinet/in_cksum_powerpc.c (modified) * cpukit/libnetworking/netinet/in_cksum_powerpc.c (modified) * cpukit/libnetworking/netinet/in_cksum_powerpc.h (modified) Added PowerPC specific header checksum code. Thu, 04 Feb 1999 14:56:03 GMT Joel Sherrill [8cce445] * c/src/exec/libnetworking/machine/in_cksum.h (modified) * c/src/lib/libnetworking/machine/in_cksum.h (modified) * c/src/libnetworking/machine/in_cksum.h (modified) * cpukit/libnetworking/machine/in_cksum.h (modified) Added PowerPC specific header checksum code. Added volatile to i386 ... Thu, 04 Feb 1999 14:54:31 GMT Joel Sherrill [c1a37d3e] * c/src/exec/libnetworking/lib/tftpDriver.c (modified) * c/src/lib/libnetworking/lib/tftpDriver.c (modified) * c/src/libnetworking/lib/tftpDriver.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) Debugged and now works except for handling of minor number. Thu, 04 Feb 1999 14:53:06 GMT Joel Sherrill [7c7fd4d] * c/src/exec/libnetworking/netinet/tcp_debug.c (modified) * c/src/exec/libnetworking/opt_tcpdebug.h (modified) * c/src/lib/libnetworking/netinet/tcp_debug.c (modified) * c/src/lib/libnetworking/opt_tcpdebug.h (modified) * c/src/libnetworking/netinet/tcp_debug.c (modified) * c/src/libnetworking/opt_tcpdebug.h (modified) * cpukit/libnetworking/netinet/tcp_debug.c (modified) * cpukit/libnetworking/opt_tcpdebug.h (modified) Modified to include comments on how to get TCPDEBUG turned on and ... Wed, 03 Feb 1999 22:12:28 GMT Joel Sherrill [cd792a86] * c/src/tests/libtests/malloctest/system.h (modified) * c/src/tests/libtests/malloctest/task1.c (modified) * testsuites/libtests/malloctest/system.h (modified) * testsuites/libtests/malloctest/task1.c (modified) Patch from John S Gwynne for malloctest. His ... Wed, 03 Feb 1999 16:22:18 GMT Joel Sherrill [0747e2d] * c/src/exec/posix/include/rtems/posix/Makefile.in (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/ptimer.h (added) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/ptimer.c (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/ptimer.h (added) * cpukit/posix/src/ptimer.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/src/posixapi.c (modified) POSIX Timers submitted by Juan Zamorano Flores ... Wed, 03 Feb 1999 16:21:11 GMT Joel Sherrill [c30d04d7] * c/src/tests/psxtests/Makefile.in (modified) New test from Juan Zamorano Flores ... Wed, 03 Feb 1999 16:20:38 GMT Joel Sherrill [657be8f5] * c/src/tests/psxtests/psxtimer/Makefile.in (added) * c/src/tests/psxtests/psxtimer/psxtimer.c (added) * c/src/tests/psxtests/psxtimer/psxtimer.scn (added) * c/src/tests/psxtests/psxtimer/system.h (added) * testsuites/psxtests/psxtimer/psxtimer.c (added) * testsuites/psxtests/psxtimer/psxtimer.scn (added) * testsuites/psxtests/psxtimer/system.h (added) New files from Juan Zamorano Flores ... Tue, 02 Feb 1999 21:56:15 GMT Joel Sherrill [9e43ee5] * c/src/exec/score/cpu/powerpc/ppccache.c (added) New file. Tue, 02 Feb 1999 21:15:15 GMT Joel Sherrill [13e11f6] * c/src/exec/libnetworking/netinet/ip_icmp.c (modified) * c/src/lib/libnetworking/netinet/ip_icmp.c (modified) * c/src/libnetworking/netinet/ip_icmp.c (modified) * cpukit/libnetworking/netinet/ip_icmp.c (modified) Added debug #define and commented it out. Tue, 02 Feb 1999 21:15:02 GMT Joel Sherrill [5d5f23b] * c/src/exec/libnetworking/netinet/in_cksum.c (modified) * c/src/lib/libnetworking/netinet/in_cksum.c (modified) * c/src/libnetworking/netinet/in_cksum.c (modified) * cpukit/libnetworking/netinet/in_cksum.c (modified) Added PowerPC specific in_cksum file. Tue, 02 Feb 1999 21:14:44 GMT Joel Sherrill [9b9c4dfd] * c/src/exec/libnetworking/netinet/in_cksum_powerpc.c (added) * c/src/lib/libnetworking/netinet/in_cksum_powerpc.c (added) * c/src/libnetworking/netinet/in_cksum_powerpc.c (added) * cpukit/libnetworking/netinet/in_cksum_powerpc.c (added) * cpukit/libnetworking/netinet/in_cksum_powerpc.h (added) New file. Based on the i386 version. Tue, 02 Feb 1999 16:28:42 GMT Joel Sherrill [811115de] * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.c (modified) Added debug print routines for TX and RX descriptors. Fixed bug ... Tue, 02 Feb 1999 16:27:37 GMT Joel Sherrill [14faf00] * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.h (modified) Converted from DOS text file. Sun, 31 Jan 1999 20:52:35 GMT Joel Sherrill [01a2e18] * c/src/tests/psxtests/psxreaddir/test.c (modified) * testsuites/psxtests/psxreaddir/test.c (modified) Removed unneeded include of libio_.h. Sun, 31 Jan 1999 20:50:49 GMT Joel Sherrill [7b158663] * c/src/exec/libnetworking/sys/mbuf.h (modified) * c/src/lib/libnetworking/sys/mbuf.h (modified) * c/src/libnetworking/sys/mbuf.h (modified) * cpukit/libnetworking/sys/mbuf.h (modified) Prepended macro variables with "_" to avoid name conflicts in expansions. Sun, 31 Jan 1999 20:49:54 GMT Joel Sherrill [0e94e3b3] * c/src/lib/libmisc/wrapup/Makefile.in (modified) * c/src/libmisc/wrapup/Makefile.in (modified) Added bump buffer. Sun, 31 Jan 1999 20:49:36 GMT Joel Sherrill [d93b23d] * c/src/lib/libmisc/Makefile.in (modified) Added dump buffer. Sun, 31 Jan 1999 20:46:52 GMT Joel Sherrill [7dbab720] * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.c (modified) * c/src/lib/libbsp/powerpc/dmv177/sonic/sonic.h (modified) Can send and receive packets but fails when TDA wraps. There appears ... Sun, 31 Jan 1999 20:45:31 GMT Joel Sherrill [07d880f4] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/alarm.c (added) * c/src/exec/posix/src/kill.c (added) * c/src/exec/posix/src/killinfo.c (added) * c/src/exec/posix/src/pause.c (added) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthreadkill.c (added) * c/src/exec/posix/src/pthreadsigmask.c (added) * c/src/exec/posix/src/sigaction.c (added) * c/src/exec/posix/src/sigaddset.c (added) * c/src/exec/posix/src/sigdelset.c (added) * c/src/exec/posix/src/sigemptyset.c (added) * c/src/exec/posix/src/sigfillset.c (added) * c/src/exec/posix/src/sigismember.c (added) * c/src/exec/posix/src/sigpending.c (added) * c/src/exec/posix/src/sigprocmask.c (added) * c/src/exec/posix/src/sigqueue.c (added) * c/src/exec/posix/src/sigsuspend.c (added) * c/src/exec/posix/src/sigtimedwait.c (added) * c/src/exec/posix/src/sigwait.c (added) * c/src/exec/posix/src/sigwaitinfo.c (added) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/alarm.c (added) * cpukit/posix/src/kill.c (added) * cpukit/posix/src/killinfo.c (added) * cpukit/posix/src/pause.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthreadkill.c (added) * cpukit/posix/src/pthreadsigmask.c (added) * cpukit/posix/src/sigaction.c (added) * cpukit/posix/src/sigaddset.c (added) * cpukit/posix/src/sigdelset.c (added) * cpukit/posix/src/sigemptyset.c (added) * cpukit/posix/src/sigfillset.c (added) * cpukit/posix/src/sigismember.c (added) * cpukit/posix/src/sigpending.c (added) * cpukit/posix/src/sigprocmask.c (added) * cpukit/posix/src/sigqueue.c (added) * cpukit/posix/src/sigsuspend.c (added) * cpukit/posix/src/sigtimedwait.c (added) * cpukit/posix/src/sigwait.c (added) * cpukit/posix/src/sigwaitinfo.c (added) Split psignal.c into many more files. This reduced the amount of ... Sun, 31 Jan 1999 19:12:46 GMT Joel Sherrill [379d2ed] * c/src/lib/libmisc/dumpbuf/Makefile.in (added) * c/src/lib/libmisc/dumpbuf/dumpbuf.c (added) * c/src/lib/libmisc/dumpbuf/dumpbuf.h (added) * c/src/libmisc/dumpbuf/Makefile.in (added) * c/src/libmisc/dumpbuf/dumpbuf.c (added) * c/src/libmisc/dumpbuf/dumpbuf.h (added) * cpukit/libmisc/dumpbuf/dumpbuf.c (added) * cpukit/libmisc/dumpbuf/dumpbuf.h (added) New files added to ease debugging. Thu, 28 Jan 1999 18:42:34 GMT Joel Sherrill [cdf8a300] * 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 to avoid dereferencing ... Thu, 28 Jan 1999 18:42:04 GMT Joel Sherrill [c9df8d8f] * c/src/exec/libcsupport/src/libio_sockets.c (modified) * c/src/lib/libc/libio_sockets.c (modified) * cpukit/libcsupport/src/libio_sockets.c (modified) Patch from Eric Norum to set more flags in ... Tue, 26 Jan 1999 16:00:04 GMT Joel Sherrill [d90df9aa] * c/src/exec/posix/src/pthreadgetschedparam.c (modified) * cpukit/posix/src/pthreadgetschedparam.c (modified) Added include of so a macro would expand ... Tue, 26 Jan 1999 01:50:31 GMT Joel Sherrill [39ba9122] * 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) Changed prototype of rtems_bsdnet_makeFdForSocket to (void *) pointer ... Tue, 26 Jan 1999 01:49:56 GMT Joel Sherrill [887618b0] * c/src/exec/libnetworking/netinet/in_cksum.c (modified) * c/src/lib/libnetworking/netinet/in_cksum.c (modified) * c/src/libnetworking/netinet/in_cksum.c (modified) * cpukit/libnetworking/netinet/in_cksum.c (modified) Switched from printf() to puts(). Tue, 26 Jan 1999 01:49:31 GMT Joel Sherrill [d78b7a9e] * c/src/exec/libcsupport/src/libio_sockets.c (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/libio_sockets.c (added) * cpukit/libcsupport/src/libio_sockets.c (added) Added libio_sockets.c to hold support routines for networking code. Tue, 26 Jan 1999 01:48:58 GMT Joel Sherrill [39c9723] * c/src/lib/libbsp/powerpc/dmv177/include/bsp.h (modified) Added prototype information about the SONIC driver. Mon, 25 Jan 1999 23:20:52 GMT Joel Sherrill [03598b1] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/pthreadatfork.c (modified) * c/src/exec/posix/src/pthreadattrdestroy.c (added) * c/src/exec/posix/src/pthreadattrgetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrgetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrgetschedparam.c (added) * c/src/exec/posix/src/pthreadattrgetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrgetscope.c (added) * c/src/exec/posix/src/pthreadattrgetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrgetstacksize.c (added) * c/src/exec/posix/src/pthreadattrinit.c (added) * c/src/exec/posix/src/pthreadattrsetdetachstate.c (added) * c/src/exec/posix/src/pthreadattrsetinheritsched.c (added) * c/src/exec/posix/src/pthreadattrsetschedparam.c (added) * c/src/exec/posix/src/pthreadattrsetschedpolicy.c (added) * c/src/exec/posix/src/pthreadattrsetscope.c (added) * c/src/exec/posix/src/pthreadattrsetstackaddr.c (added) * c/src/exec/posix/src/pthreadattrsetstacksize.c (added) * c/src/exec/posix/src/pthreadcreate.c (added) * c/src/exec/posix/src/pthreaddetach.c (added) * c/src/exec/posix/src/pthreadequal.c (added) * c/src/exec/posix/src/pthreadexit.c (added) * c/src/exec/posix/src/pthreadgetcpuclockid.c (added) * c/src/exec/posix/src/pthreadgetcputime.c (added) * c/src/exec/posix/src/pthreadgetschedparam.c (added) * c/src/exec/posix/src/pthreadjoin.c (added) * c/src/exec/posix/src/pthreadonce.c (added) * c/src/exec/posix/src/pthreadself.c (added) * c/src/exec/posix/src/pthreadsetcputime.c (added) * c/src/exec/posix/src/pthreadsetschedparam.c (added) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadatfork.c (modified) * cpukit/posix/src/pthreadattrdestroy.c (added) * cpukit/posix/src/pthreadattrgetdetachstate.c (added) * cpukit/posix/src/pthreadattrgetinheritsched.c (added) * cpukit/posix/src/pthreadattrgetschedparam.c (added) * cpukit/posix/src/pthreadattrgetschedpolicy.c (added) * cpukit/posix/src/pthreadattrgetscope.c (added) * cpukit/posix/src/pthreadattrgetstackaddr.c (added) * cpukit/posix/src/pthreadattrgetstacksize.c (added) * cpukit/posix/src/pthreadattrinit.c (added) * cpukit/posix/src/pthreadattrsetdetachstate.c (added) * cpukit/posix/src/pthreadattrsetinheritsched.c (added) * cpukit/posix/src/pthreadattrsetschedparam.c (added) * cpukit/posix/src/pthreadattrsetschedpolicy.c (added) * cpukit/posix/src/pthreadattrsetscope.c (added) * cpukit/posix/src/pthreadattrsetstackaddr.c (added) * cpukit/posix/src/pthreadattrsetstacksize.c (added) * cpukit/posix/src/pthreadcreate.c (added) * cpukit/posix/src/pthreaddetach.c (added) * cpukit/posix/src/pthreadequal.c (added) * cpukit/posix/src/pthreadexit.c (added) * cpukit/posix/src/pthreadgetcpuclockid.c (added) * cpukit/posix/src/pthreadgetcputime.c (added) * cpukit/posix/src/pthreadgetschedparam.c (added) * cpukit/posix/src/pthreadjoin.c (added) * cpukit/posix/src/pthreadonce.c (added) * cpukit/posix/src/pthreadself.c (added) * cpukit/posix/src/pthreadsetcputime.c (added) * cpukit/posix/src/pthreadsetschedparam.c (added) Split most of POSIX Threads Manager into multiple files. Mon, 25 Jan 1999 23:20:39 GMT Joel Sherrill [535db3ae] * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) Added enough prototypes to allow most of POSIX Threads Manager to be ... Thu, 21 Jan 1999 22:25:43 GMT Joel Sherrill [94b3ee13] * c/src/exec/libnetworking/lib/tftpDriver.c (modified) * c/src/exec/libnetworking/libc/res_config.h (modified) * c/src/exec/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/exec/libnetworking/rtems/rtems_select.c (added) * c/src/exec/libnetworking/rtems/sghostname.c (modified) * c/src/lib/libnetworking/lib/tftpDriver.c (modified) * c/src/lib/libnetworking/libc/res_config.h (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/lib/libnetworking/rtems/rtems_select.c (added) * c/src/lib/libnetworking/rtems/sghostname.c (modified) * c/src/libnetworking/lib/tftpDriver.c (modified) * c/src/libnetworking/libc/res_config.h (modified) * c/src/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * c/src/libnetworking/rtems/rtems_select.c (added) * c/src/libnetworking/rtems/sghostname.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) * cpukit/libnetworking/libc/res_config.h (modified) * cpukit/libnetworking/rtems/rtems_bsdnet_internal.h (modified) * cpukit/libnetworking/rtems/rtems_select.c (added) * cpukit/libnetworking/rtems/sghostname.c (modified) Made to compile after hacking tftp driver into beginnings of a mini- ... Wed, 20 Jan 1999 21:59:09 GMT Joel Sherrill [97d6366] * c/src/lib/libbsp/i386/i386ex/console/console.c (modified) * c/src/lib/libbsp/i386/pc386/console/console.c (modified) Changed call to __rtems_close() to close(). Wed, 20 Jan 1999 18:55:50 GMT Joel Sherrill [c27b2d0d] * c/src/lib/libbsp/i386/i386ex/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/network/Makefile.in (added) * c/src/lib/libbsp/i386/i386ex/network/netexterns.h (modified) * c/src/lib/libbsp/i386/i386ex/network/network.c (modified) * c/src/lib/libbsp/i386/i386ex/network/uti596.h (modified) * c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in (modified) Update of network driver from Erik Ivanenko ... Wed, 20 Jan 1999 15:55:52 GMT Joel Sherrill [f91b8df1] * c/src/exec/score/cpu/m68k/m68360.h (modified) * cpukit/score/cpu/m68k/m68360.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/m68360.h (modified) Patch from Eric Norum to make m68360.h usable ... Wed, 20 Jan 1999 15:48:22 GMT Joel Sherrill [2d733c42] * c/src/exec/include/rtems/libio_.h (modified) * c/src/exec/libcsupport/include/rtems/libio_.h (modified) * c/src/exec/libcsupport/src/close.c (modified) * c/src/exec/libcsupport/src/fchmod.c (modified) * c/src/exec/libcsupport/src/fcntl.c (modified) * c/src/exec/libcsupport/src/fdatasync.c (modified) * c/src/exec/libcsupport/src/fpathconf.c (modified) * c/src/exec/libcsupport/src/fstat.c (modified) * c/src/exec/libcsupport/src/fsync.c (modified) * c/src/exec/libcsupport/src/ftruncate.c (modified) * c/src/exec/libcsupport/src/ioctl.c (modified) * c/src/exec/libcsupport/src/lseek.c (modified) * c/src/exec/libcsupport/src/read.c (modified) * c/src/exec/libcsupport/src/write.c (modified) * c/src/lib/include/rtems/libio_.h (modified) * c/src/lib/libc/close.c (modified) * c/src/lib/libc/fchmod.c (modified) * c/src/lib/libc/fcntl.c (modified) * c/src/lib/libc/fdatasync.c (modified) * c/src/lib/libc/fpathconf.c (modified) * c/src/lib/libc/fstat.c (modified) * c/src/lib/libc/fsync.c (modified) * c/src/lib/libc/ftruncate.c (modified) * c/src/lib/libc/ioctl.c (modified) * c/src/lib/libc/libio_.h (modified) * c/src/lib/libc/lseek.c (modified) * c/src/lib/libc/read.c (modified) * c/src/lib/libc/write.c (modified) * cpukit/include/rtems/libio_.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fstat.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) More general fix based on bug report and patch from Ian Lance Taylor ... Tue, 19 Jan 1999 21:29:29 GMT Joel Sherrill [5f22d091] * c/src/lib/libbsp/i386/i386ex/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in (modified) Removed referencing to network driver since it has not been merged yet. Tue, 19 Jan 1999 20:23:57 GMT Joel Sherrill [7d0dbf1a] * c/src/make/compilers/gcc-target-default.cfg (modified) * make/compilers/gcc-target-default.cfg (modified) Changed definition of ASMFLAGS since as does not recognize -B option ... Tue, 19 Jan 1999 20:23:15 GMT Joel Sherrill [a7c4314d] * c/src/exec/libnetworking/lib/tftpDriver.c (modified) * c/src/lib/libnetworking/lib/tftpDriver.c (modified) * c/src/libnetworking/lib/tftpDriver.c (modified) * cpukit/libnetworking/lib/tftpDriver.c (modified) Added comments for changing to a filesystem Tue, 19 Jan 1999 20:19:22 GMT Joel Sherrill [eb6fafd] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) Per bug report from Jiri Gaisler that RTEMS would no longer build ... Tue, 19 Jan 1999 20:17:33 GMT Joel Sherrill [1924610] * c/src/exec/score/inline/Makefile.in (modified) Removed duplicate lines in file. Tue, 19 Jan 1999 20:09:33 GMT Joel Sherrill [ba2adf5] * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu_asm.S (modified) * c/src/lib/libbsp/sparc/erc32/start/start.S (modified) * c/src/lib/libbsp/sparc/erc32/startsis/startsis.S (modified) * c/src/lib/libbsp/sparc/erc32/startup/bspstart.c (modified) * c/src/lib/libbsp/sparc/erc32/startup/spurious.c (modified) * cpukit/score/cpu/sparc/cpu_asm.S (modified) Patch from Jiri Gaisler : getting the ... Tue, 19 Jan 1999 17:38:13 GMT Joel Sherrill [b33d8a2] * c/src/exec/posix/include/sys/Makefile.in (modified) * c/src/exec/posix/include/sys/ioctl.h (deleted) * c/src/lib/include/Makefile.in (modified) Moved sys/ioctl.h to libc support Wed, 13 Jan 1999 14:13:47 GMT Joel Sherrill [16a9ee1] * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) Bug report from Jiri Gaisler : > > I think I ... Tue, 05 Jan 1999 17:50:03 GMT Joel Sherrill [97503aa5] * c/src/lib/libbsp/shared/main.c (modified) Patch from Chris Johns to get around a C++ problem with ... Mon, 04 Jan 1999 16:35:31 GMT Joel Sherrill [eb0d7ae] * c/src/exec/libnetworking/netinet/in_cksum_i386.c (modified) * c/src/lib/libnetworking/netinet/in_cksum_i386.c (modified) * c/src/libnetworking/netinet/in_cksum_i386.c (modified) * cpukit/libnetworking/netinet/in_cksum_i386.c (modified) * cpukit/libnetworking/netinet/in_cksum_i386.h (modified) Patch from D. V. Henkel-Wallace to use puts and ... Mon, 04 Jan 1999 16:30:06 GMT Joel Sherrill [88a0908] * c/src/exec/libnetworking/netinet/tcp_input.c (modified) * c/src/lib/libnetworking/netinet/tcp_input.c (modified) * c/src/libnetworking/netinet/tcp_input.c (modified) * cpukit/libnetworking/netinet/tcp_input.c (modified) Patch from D. V. Henkel-Wallace to fix braces ... Mon, 04 Jan 1999 16:28:49 GMT Joel Sherrill [60a2d689] * c/src/exec/libnetworking/net/route.h (modified) * c/src/lib/libnetworking/net/route.h (modified) * c/src/libnetworking/net/route.h (modified) * cpukit/libnetworking/net/route.h (modified) Patch from D. V. Henkel-Wallace to make macro nest ... Mon, 04 Jan 1999 16:26:37 GMT Joel Sherrill [73441b6f] * c/src/exec/libcsupport/src/rewinddir.c (modified) * c/src/exec/libcsupport/src/seekdir.c (modified) * c/src/lib/libc/rewinddir.c (modified) * c/src/lib/libc/seekdir.c (modified) * cpukit/libcsupport/src/rewinddir.c (modified) * cpukit/libcsupport/src/seekdir.c (modified) Removed blank lines Mon, 04 Jan 1999 16:24:59 GMT Joel Sherrill [c1ee30f] * c/src/lib/libbsp/i386/pc386/network/network.c (modified) Patch from D. V. Henkel-Wallace to remove unused ... Mon, 04 Jan 1999 16:23:29 GMT Joel Sherrill [96b46bf] * c/src/lib/libbsp/i386/shared/comm/uart.c (modified) Patch from D. V. Henkel-Wallace to mark sav as unused. Thu, 17 Dec 1998 22:14:35 GMT Joel Sherrill [7a42b0ca] * c/src/lib/libbsp/powerpc/psim/startup/linkcmds (modified) Patch from Jay Kulpinski to get cdtest.exe ... Thu, 17 Dec 1998 21:03:57 GMT Joel Sherrill [29936e4c] * VERSION (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 19981217 Thu, 17 Dec 1998 18:12:36 GMT Joel Sherrill [a54541d8] * c/src/lib/libbsp/i386/pc386/tools/Makefile.in (modified) Patch from Ralf Corsepius to eliminate ... Thu, 17 Dec 1998 16:20:59 GMT Joel Sherrill [f0d3e6c] * c/src/exec/rtems/include/wrap/Makefile.in (added) New file added in automake reorg. Thu, 17 Dec 1998 16:17:44 GMT Joel Sherrill [646879b] * c/src/exec/rtems/include/Makefile.in (added) * c/src/exec/rtems/include/rtems/Makefile.in (added) * c/src/exec/rtems/inline/Makefile.in (added) * c/src/exec/rtems/inline/rtems/Makefile.in (added) * c/src/exec/rtems/macros/Makefile.in (added) * c/src/exec/rtems/macros/rtems/Makefile.in (added) * c/src/exec/sapi/inline/Makefile.in (added) * c/src/exec/sapi/macros/Makefile.in (added) Automake reorgnization. Wed, 16 Dec 1998 00:35:04 GMT Joel Sherrill [f57e315] * VERSION (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version to 19981215 Wed, 16 Dec 1998 00:01:08 GMT Joel Sherrill [283d7285] * c/src/exec/score/Makefile.in (modified) * c/src/exec/score/include/Makefile.in (added) * c/src/exec/score/include/rtems/Makefile.in (added) * c/src/exec/score/include/rtems/score/Makefile.in (modified) * c/src/exec/score/include/rtems/wrap/Makefile.in (added) * c/src/exec/score/inline/Makefile.in (modified) * c/src/exec/score/inline/rtems/Makefile.in (added) * c/src/exec/score/macros/Makefile.in (modified) * c/src/exec/score/macros/rtems/Makefile.in (added) * configure (modified) * configure.in (modified) Patch from Ralf Corsepius heading toward ... Tue, 15 Dec 1998 23:40:53 GMT Joel Sherrill [5428b106] * c/src/exec/sapi/Makefile.in (modified) * c/src/exec/sapi/include/Makefile.in (added) * c/src/exec/sapi/include/rtems/Makefile.in (modified) * c/src/exec/sapi/include/wrap/Makefile.in (added) More automake preparation changes from Ralf Corsepius ... Tue, 15 Dec 1998 23:32:19 GMT Joel Sherrill [0825f578] * c/src/exec/sapi/headers/Makefile.in (deleted) * c/src/exec/sapi/headers/README (deleted) * c/src/exec/sapi/headers/confdefs.h (deleted) * c/src/exec/sapi/headers/config.h (deleted) * c/src/exec/sapi/headers/directives.h (deleted) * c/src/exec/sapi/headers/extension.h (deleted) * c/src/exec/sapi/headers/fatal.h (deleted) * c/src/exec/sapi/headers/init.h (deleted) * c/src/exec/sapi/headers/io.h (deleted) * c/src/exec/sapi/headers/mptables.h (deleted) * c/src/exec/sapi/headers/sptables.h (deleted) * c/src/exec/sapi/inline/Makefile.in (deleted) * c/src/exec/sapi/inline/extension.inl (deleted) * c/src/exec/sapi/macros/Makefile.in (deleted) * c/src/exec/sapi/macros/extension.inl (deleted) Moved around per Ralf Corsepius as preparation for automake Tue, 15 Dec 1998 22:02:28 GMT Joel Sherrill [ee44db3] * c/src/exec/rtems/Makefile.in (modified) * c/src/exec/rtems/include/rtems/rtems/Makefile.in (modified) Part II automake reorg by Ralf Corsepius Tue, 15 Dec 1998 21:57:08 GMT Joel Sherrill [7e22c7d] * c/src/exec/rtems/headers/Makefile.in (deleted) * c/src/exec/rtems/headers/asr.h (deleted) * c/src/exec/rtems/headers/attr.h (deleted) * c/src/exec/rtems/headers/clock.h (deleted) * c/src/exec/rtems/headers/config.h (deleted) * c/src/exec/rtems/headers/dpmem.h (deleted) * c/src/exec/rtems/headers/event.h (deleted) * c/src/exec/rtems/headers/eventmp.h (deleted) * c/src/exec/rtems/headers/eventset.h (deleted) * c/src/exec/rtems/headers/intr.h (deleted) * c/src/exec/rtems/headers/message.h (deleted) * c/src/exec/rtems/headers/modes.h (deleted) * c/src/exec/rtems/headers/mp.h (deleted) * c/src/exec/rtems/headers/msgmp.h (deleted) * c/src/exec/rtems/headers/options.h (deleted) * c/src/exec/rtems/headers/part.h (deleted) * c/src/exec/rtems/headers/partmp.h (deleted) * c/src/exec/rtems/headers/ratemon.h (deleted) * c/src/exec/rtems/headers/region.h (deleted) * c/src/exec/rtems/headers/regionmp.h (deleted) * c/src/exec/rtems/headers/rtems.h (deleted) * c/src/exec/rtems/headers/rtemsapi.h (deleted) * c/src/exec/rtems/headers/sem.h (deleted) * c/src/exec/rtems/headers/semmp.h (deleted) * c/src/exec/rtems/headers/signal.h (deleted) * c/src/exec/rtems/headers/signalmp.h (deleted) * c/src/exec/rtems/headers/status.h (deleted) * c/src/exec/rtems/headers/support.h (deleted) * c/src/exec/rtems/headers/taskmp.h (deleted) * c/src/exec/rtems/headers/tasks.h (deleted) * c/src/exec/rtems/headers/timer.h (deleted) * c/src/exec/rtems/headers/types.h (deleted) * c/src/exec/rtems/inline/Makefile.in (deleted) * c/src/exec/rtems/inline/asr.inl (deleted) * c/src/exec/rtems/inline/attr.inl (deleted) * c/src/exec/rtems/inline/dpmem.inl (deleted) * c/src/exec/rtems/inline/event.inl (deleted) * c/src/exec/rtems/inline/eventset.inl (deleted) * c/src/exec/rtems/inline/message.inl (deleted) * c/src/exec/rtems/inline/modes.inl (deleted) * c/src/exec/rtems/inline/options.inl (deleted) * c/src/exec/rtems/inline/part.inl (deleted) * c/src/exec/rtems/inline/ratemon.inl (deleted) * c/src/exec/rtems/inline/region.inl (deleted) * c/src/exec/rtems/inline/sem.inl (deleted) * c/src/exec/rtems/inline/status.inl (deleted) * c/src/exec/rtems/inline/support.inl (deleted) * c/src/exec/rtems/inline/tasks.inl (deleted) * c/src/exec/rtems/inline/timer.inl (deleted) * c/src/exec/rtems/macros/Makefile.in (deleted) * c/src/exec/rtems/macros/asr.inl (deleted) * c/src/exec/rtems/macros/attr.inl (deleted) * c/src/exec/rtems/macros/dpmem.inl (deleted) * c/src/exec/rtems/macros/event.inl (deleted) * c/src/exec/rtems/macros/eventset.inl (deleted) * c/src/exec/rtems/macros/message.inl (deleted) * c/src/exec/rtems/macros/modes.inl (deleted) * c/src/exec/rtems/macros/options.inl (deleted) * c/src/exec/rtems/macros/part.inl (deleted) * c/src/exec/rtems/macros/ratemon.inl (deleted) * c/src/exec/rtems/macros/region.inl (deleted) * c/src/exec/rtems/macros/sem.inl (deleted) * c/src/exec/rtems/macros/status.inl (deleted) * c/src/exec/rtems/macros/support.inl (deleted) * c/src/exec/rtems/macros/tasks.inl (deleted) * c/src/exec/rtems/macros/timer.inl (deleted) Part II automake reorg by Ralf Corsepius Tue, 15 Dec 1998 20:04:04 GMT Joel Sherrill [afa3c8f] * c/src/exec/posix/include/Makefile.in (added) * c/src/exec/posix/include/rtems/Makefile.in (added) * c/src/exec/posix/inline/Makefile.in (added) * c/src/exec/posix/inline/rtems/Makefile.in (added) * c/src/exec/posix/macros/Makefile.in (added) * c/src/exec/posix/macros/rtems/Makefile.in (added) Added files as part of move Tue, 15 Dec 1998 19:56:41 GMT Joel Sherrill [9d5c22e3] * c/src/exec/score/cpu/mips/idtmon.h (modified) * c/src/exec/score/cpu/mips64orion/idtmon.h (modified) * cpukit/score/cpu/mips64orion/idtmon.h (modified) Switched to use of ASM compilation conditional. Tue, 15 Dec 1998 19:40:27 GMT Joel Sherrill [7359911] * c/src/exec/score/tools/sh/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/tools/Makefile.in (modified) * tools/cpu/sh/Makefile.in (modified) Patch from Ralf Corsepius : Some ... Tue, 15 Dec 1998 15:00:25 GMT Joel Sherrill [2417b15] * c/src/exec/score/cpu/mips/asm.h (modified) * c/src/exec/score/cpu/mips64orion/asm.h (modified) * cpukit/score/cpu/mips/asm.h (modified) * cpukit/score/cpu/mips/rtems/asm.h (modified) * cpukit/score/cpu/mips64orion/asm.h (modified) Changed reference from no_cpu to mips64orion. Tue, 15 Dec 1998 00:55:28 GMT Joel Sherrill [62184317] * c/src/exec/posix/Makefile.in (modified) * c/src/exec/posix/include/wrap/Makefile.in (modified) Patch from Ralf Corsepius to reorganize ... Tue, 15 Dec 1998 00:24:30 GMT Joel Sherrill [063a19a] * c/src/exec/posix/base/Makefile.in (deleted) * c/src/exec/posix/base/aio.h (deleted) * c/src/exec/posix/base/devctl.h (deleted) * c/src/exec/posix/base/intr.h (deleted) * c/src/exec/posix/base/limits.h (deleted) * c/src/exec/posix/base/mqueue.h (deleted) * c/src/exec/posix/base/pthread.h (deleted) * c/src/exec/posix/base/sched.h (deleted) * c/src/exec/posix/base/semaphore.h (deleted) * c/src/exec/posix/base/unistd.h (deleted) * c/src/exec/posix/headers/Makefile.in (deleted) * c/src/exec/posix/headers/cancel.h (deleted) * c/src/exec/posix/headers/cond.h (deleted) * c/src/exec/posix/headers/condmp.h (deleted) * c/src/exec/posix/headers/config.h (deleted) * c/src/exec/posix/headers/intr.h (deleted) * c/src/exec/posix/headers/key.h (deleted) * c/src/exec/posix/headers/mqueue.h (deleted) * c/src/exec/posix/headers/mqueuemp.h (deleted) * c/src/exec/posix/headers/mutex.h (deleted) * c/src/exec/posix/headers/mutexmp.h (deleted) * c/src/exec/posix/headers/posixapi.h (deleted) * c/src/exec/posix/headers/priority.h (deleted) * c/src/exec/posix/headers/psignal.h (deleted) * c/src/exec/posix/headers/pthread.h (deleted) * c/src/exec/posix/headers/pthreadmp.h (deleted) * c/src/exec/posix/headers/semaphore.h (deleted) * c/src/exec/posix/headers/semaphoremp.h (deleted) * c/src/exec/posix/headers/seterr.h (deleted) * c/src/exec/posix/headers/threadsup.h (deleted) * c/src/exec/posix/headers/time.h (deleted) * c/src/exec/posix/inline/Makefile.in (deleted) * c/src/exec/posix/inline/cond.inl (deleted) * c/src/exec/posix/inline/intr.inl (deleted) * c/src/exec/posix/inline/key.inl (deleted) * c/src/exec/posix/inline/mqueue.inl (deleted) * c/src/exec/posix/inline/mutex.inl (deleted) * c/src/exec/posix/inline/priority.inl (deleted) * c/src/exec/posix/inline/pthread.inl (deleted) * c/src/exec/posix/inline/semaphore.inl (deleted) * c/src/exec/posix/macros/Makefile.in (deleted) * c/src/exec/posix/sys/Makefile.in (deleted) * c/src/exec/posix/sys/ioctl.h (deleted) * c/src/exec/posix/sys/utime.h (deleted) * c/src/exec/posix/sys/utsname.h (deleted) Moved around per Ralf Corsepius as preparation for automake Mon, 14 Dec 1998 23:58:22 GMT Joel Sherrill [0c291bc] * c/src/exec/score/cpu/powerpc/cpu_asm.S (modified) Switch from .s to .S on include Mon, 14 Dec 1998 23:15:38 GMT Joel Sherrill [0162910] * c/src/exec/score/cpu/a29k/Makefile.in (modified) * c/src/exec/score/cpu/a29k/cpu_asm.S (moved) * c/src/exec/score/cpu/a29k/sig.S (moved) * c/src/exec/score/cpu/hppa1.1/Makefile.in (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.S (moved) * c/src/exec/score/cpu/hppa1.1/rtems.S (moved) * c/src/exec/score/cpu/i386/Makefile.in (modified) * c/src/exec/score/cpu/i386/cpu_asm.S (moved) * c/src/exec/score/cpu/i386/rtems.S (moved) * c/src/exec/score/cpu/i960/Makefile.in (modified) * c/src/exec/score/cpu/i960/cpu_asm.S (moved) * c/src/exec/score/cpu/i960/rtems.S (moved) * c/src/exec/score/cpu/m68k/Makefile.in (modified) * c/src/exec/score/cpu/m68k/cpu_asm.S (moved) * c/src/exec/score/cpu/m68k/rtems.S (moved) * c/src/exec/score/cpu/no_cpu/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/Makefile.in (modified) * c/src/exec/score/cpu/powerpc/cpu_asm.S (moved) * c/src/exec/score/cpu/powerpc/irq_stub.S (moved) * c/src/exec/score/cpu/powerpc/rtems.S (moved) * c/src/exec/score/cpu/sh/Makefile.in (modified) * c/src/exec/score/cpu/sparc/Makefile.in (modified) * c/src/exec/score/cpu/sparc/cpu_asm.S (moved) * c/src/exec/score/cpu/sparc/rtems.S (moved) * c/src/lib/libbsp/a29k/portsw/console/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/start/Makefile.in (modified) * c/src/lib/libbsp/a29k/portsw/start/crt0.S (moved) * c/src/lib/libbsp/a29k/portsw/start/register.S (moved) * c/src/lib/libbsp/a29k/portsw/startup/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in (modified) * c/src/lib/libbsp/hppa1.1/simhppa/start/start.S (moved) * c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/start/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/start/start.S (moved) * c/src/lib/libbsp/i386/force386/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/startup/ldsegs.S (moved) * c/src/lib/libbsp/i386/force386/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/force386/timer/timerisr.S (moved) * c/src/lib/libbsp/i386/force386/wrapup/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/go32/timer/timerisr.S (moved) * c/src/lib/libbsp/i386/i386ex/clock/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/console/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/start/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/start/start.S (moved) * c/src/lib/libbsp/i386/i386ex/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/i386ex/timer/timerisr.S (moved) * c/src/lib/libbsp/i386/pc386/console/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/console/videoAsm.S (moved) * c/src/lib/libbsp/i386/pc386/start/start.S (moved) * c/src/lib/libbsp/i386/pc386/start/start16.S (moved) * c/src/lib/libbsp/i386/pc386/startup/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/startup/ldsegs.S (moved) * c/src/lib/libbsp/i386/pc386/timer/Makefile.in (modified) * c/src/lib/libbsp/i386/pc386/timer/timerisr.S (moved) * c/src/lib/libbsp/i386/shared/irq/irq_asm.S (moved) * c/src/lib/libbsp/i960/cvme961/start/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/start/start.S (moved) * c/src/lib/libbsp/i960/cvme961/timer/Makefile.in (modified) * c/src/lib/libbsp/i960/cvme961/timer/timerisr.S (moved) * c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/dmv152/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/gen68302/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/start/start.S (moved) * c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/start302/start302.S (moved) * c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68302/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/gen68340/console/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/console/Modif_cpu_asm.S (moved) * c/src/lib/libbsp/m68k/gen68340/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/start/start.S (moved) * c/src/lib/libbsp/m68k/gen68340/start/startfor340only.S (moved) * c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68340/start340/start340.S (moved) * c/src/lib/libbsp/m68k/gen68340/start340/startfor340only.S (moved) * c/src/lib/libbsp/m68k/gen68360/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/start/start.S (moved) * c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in (modified) * c/src/lib/libbsp/m68k/gen68360/start360/start360.S (moved) * c/src/lib/libbsp/m68k/idp/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/idp/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme136/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147/timer/timerisr.s (deleted) * c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/mvme162/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/ods68302/start/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in (modified) * c/src/lib/libbsp/m68k/ods68302/timer/timerisr.S (moved) * c/src/lib/libbsp/m68k/shared/start.S (moved) * c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in (modified) * c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/start/start.S (moved) * c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/dlentry/dlentry.S (moved) * c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S (moved) * c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.S (moved) * c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in (modified) * c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S (moved) * c/src/lib/libbsp/powerpc/psim/clock/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/console/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/console/consupp.S (moved) * c/src/lib/libbsp/powerpc/psim/start/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/start/start.S (moved) * c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/startsim/startsim.S (moved) * c/src/lib/libbsp/powerpc/psim/startup/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/timer/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in (modified) * c/src/lib/libbsp/powerpc/psim/vectors/align_h.S (moved) * c/src/lib/libbsp/powerpc/psim/vectors/vectors.S (moved) * c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/start/Makefile.in (modified) * c/src/lib/libbsp/sh/gensh1/start/start.S (moved) * c/src/lib/libbsp/sh/gensh1/startup/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/clock/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/console/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/start/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/start/start.S (moved) * c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/startsis/startsis.S (moved) * c/src/lib/libbsp/sparc/erc32/timer/Makefile.in (modified) * c/src/lib/libbsp/unix/posix/wrapup/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/clock/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/milli/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/milli/milli.S (moved) * c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in (modified) * c/src/lib/libcpu/hppa1.1/timer/Makefile.in (modified) * c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in (modified) * c/src/lib/libcpu/m68k/m68040/fpsp/bindec.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/binstr.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/decbin.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/do_func.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/get_op.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/res_func.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/round.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/sacos.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/sasin.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/satan.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/satanh.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/scale.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/scosh.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/setox.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/sint.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/slog2.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/slogn.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/ssin.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/stan.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/stanh.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/util.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_store.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.S (moved) * c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.S (moved) * c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in (modified) * c/src/lib/libcpu/powerpc/ppc403/vectors/align_h.S (moved) * c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S (moved) * c/src/lib/libcpu/sh/sh7032/clock/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/console/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/null/Makefile.in (modified) * c/src/lib/libcpu/sh/sh7032/timer/Makefile.in (modified) * c/src/lib/libcpu/sparc/reg_win/Makefile.in (modified) * c/src/lib/libcpu/sparc/reg_win/window.S (moved) * c/src/lib/librdbg/i386/rdbg_cpu_asm.S (moved) * c/src/lib/start/a29k/Makefile.in (modified) * c/src/lib/start/a29k/crt0.S (added) * c/src/lib/start/a29k/register.S (added) * c/src/lib/start/i960/Makefile.in (modified) * c/src/lib/start/i960/start.S (added) * c/src/lib/start/m68k/Makefile.in (modified) * c/src/lib/start/m68k/start.S (added) * c/src/lib/start/mips64orion/Makefile.in (modified) * c/src/lib/start/sh/Makefile.in (modified) * c/src/lib/start/sh/start.S (added) * c/src/librdbg/src/i386/rdbg_cpu_asm.S (moved) * c/src/make/compilers/gcc-target-default.cfg (modified) * c/src/tests/support/stubdr/Makefile.in (modified) * cpukit/score/cpu/a29k/cpu_asm.S (added) * cpukit/score/cpu/a29k/sig.S (added) * cpukit/score/cpu/hppa1.1/cpu_asm.S (added) * cpukit/score/cpu/i386/cpu_asm.S (added) * cpukit/score/cpu/i960/cpu_asm.S (added) * cpukit/score/cpu/m68k/cpu_asm.S (added) * cpukit/score/cpu/sparc/cpu_asm.S (added) * make/Templates/Makefile.leaf (modified) * make/Templates/Makefile.lib (modified) * make/compilers/gcc-target-default.cfg (modified) Patch from Ralf Corsepius to rename all .s ... Mon, 14 Dec 1998 23:15:08 GMT Joel Sherrill [1d9f198a] * c/src/lib/libbsp/m68k/mvme147/timer/timerisr.S (added) Patch from Ralf Corsepius to rename all .s ... Mon, 14 Dec 1998 23:01:43 GMT Joel Sherrill [e22d644] * c/src/exec/libcsupport/src/read.c (modified) * c/src/exec/libcsupport/src/write.c (modified) * c/src/lib/libc/read.c (modified) * c/src/lib/libc/write.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) Corrected prototype to confirm to POSIX 1003.1b. Mon, 14 Dec 1998 22:15:57 GMT Joel Sherrill [b2e180b7] * c/src/lib/libbsp/i386/pc386/start/Makefile.in (modified) Renamed ASFLAGS to ASMFLAGS for consistency per suggestion from Ralf ... Thu, 10 Dec 1998 23:31:54 GMT Joel Sherrill [cca4400] * VERSION (modified) * c/src/exec/include/rtems/libio_.h (modified) * c/src/exec/libcsupport/include/rtems/libio.h (modified) * c/src/exec/libcsupport/include/rtems/libio_.h (modified) * c/src/exec/libcsupport/include/sys/sockio.h (modified) * c/src/exec/libcsupport/src/close.c (modified) * c/src/exec/libcsupport/src/fchmod.c (modified) * c/src/exec/libcsupport/src/fcntl.c (modified) * c/src/exec/libcsupport/src/fdatasync.c (modified) * c/src/exec/libcsupport/src/fpathconf.c (modified) * c/src/exec/libcsupport/src/fsync.c (modified) * c/src/exec/libcsupport/src/ftruncate.c (modified) * c/src/exec/libcsupport/src/ioctl.c (modified) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/lseek.c (modified) * c/src/exec/libcsupport/src/read.c (modified) * c/src/exec/libcsupport/src/write.c (modified) * c/src/exec/libnetworking/rtems/rtems_glue.c (modified) * c/src/exec/libnetworking/rtems/rtems_syscall.c (modified) * c/src/lib/include/rtems/libio.h (modified) * c/src/lib/include/rtems/libio_.h (modified) * c/src/lib/include/sys/sockio.h (modified) * c/src/lib/libc/close.c (modified) * c/src/lib/libc/fchmod.c (modified) * c/src/lib/libc/fcntl.c (modified) * c/src/lib/libc/fdatasync.c (modified) * c/src/lib/libc/fpathconf.c (modified) * c/src/lib/libc/fsync.c (modified) * c/src/lib/libc/ftruncate.c (modified) * c/src/lib/libc/ioctl.c (modified) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/libio.h (modified) * c/src/lib/libc/libio_.h (modified) * c/src/lib/libc/lseek.c (modified) * c/src/lib/libc/read.c (modified) * c/src/lib/libc/write.c (modified) * c/src/lib/libnetworking/rtems/Makefile.in (modified) * c/src/lib/libnetworking/rtems/rtems_glue.c (modified) * c/src/lib/libnetworking/rtems/rtems_syscall.c (modified) * c/src/lib/libnetworking/sys/sockio.h (modified) * c/src/libnetworking/rtems/Makefile.in (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * c/src/libnetworking/rtems/rtems_syscall.c (modified) * c/src/libnetworking/sys/sockio.h (modified) * configure (modified) * configure.in (modified) * cpukit/include/rtems/libio_.h (modified) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (modified) * cpukit/libcsupport/include/sys/sockio.h (modified) * cpukit/libcsupport/src/close.c (modified) * cpukit/libcsupport/src/fchmod.c (modified) * cpukit/libcsupport/src/fcntl.c (modified) * cpukit/libcsupport/src/fdatasync.c (modified) * cpukit/libcsupport/src/fpathconf.c (modified) * cpukit/libcsupport/src/fsync.c (modified) * cpukit/libcsupport/src/ftruncate.c (modified) * cpukit/libcsupport/src/ioctl.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/lseek.c (modified) * cpukit/libcsupport/src/read.c (modified) * cpukit/libcsupport/src/write.c (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/rtems/rtems_syscall.c (modified) Merged Eric Norum's select patch that was based on 4.0 and resolved ... Thu, 10 Dec 1998 21:53:02 GMT Joel Sherrill [6c980128] * c/src/lib/include/Makefile.in (modified) RDBG headers files ignored if not configured Thu, 10 Dec 1998 21:52:36 GMT Joel Sherrill [b1bc63b] * c/src/lib/Makefile.in (modified) Fixed conflict between patches Thu, 10 Dec 1998 19:42:29 GMT Joel Sherrill [a3d0b8a] * c/src/exec/libcsupport/include/sys/sockio.h (modified) * c/src/exec/libnetworking/net/if.c (modified) * c/src/exec/libnetworking/net/if.h (modified) * c/src/exec/libnetworking/net/if_ethersubr.c (modified) * c/src/lib/include/sys/sockio.h (modified) * c/src/lib/libnetworking/net/if.c (modified) * c/src/lib/libnetworking/net/if.h (modified) * c/src/lib/libnetworking/net/if_ethersubr.c (modified) * c/src/lib/libnetworking/sys/sockio.h (modified) * c/src/libnetworking/net/if.c (modified) * c/src/libnetworking/net/if.h (modified) * c/src/libnetworking/net/if_ethersubr.c (modified) * c/src/libnetworking/sys/sockio.h (modified) * cpukit/libcsupport/include/sys/sockio.h (modified) * cpukit/libnetworking/net/if.c (modified) * cpukit/libnetworking/net/if.h (modified) * cpukit/libnetworking/net/if_ethersubr.c (modified) Patch from Ian Lance Taylor : From: Eric Norum ... Mon, 07 Dec 1998 17:45:48 GMT Joel Sherrill [2ffe30d] * c/src/exec/score/cpu/i386/rtems.s (modified) Patch from Ian Lance Taylor : This patch avoids a ...