summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-02-112003-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-9/+20
* score/cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@javad.ru> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
2003-02-112003-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-18/+40
* score/cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@javad.ru> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius241-119/+607
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius237-119/+591
* configure.ac: AC_PREREQ(2.57).
2003-02-112003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-0/+16
* configure.ac: AC_PREREQ(2.57).
2003-02-062003-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-14/+19
* pppd/chat.c: Convert routines with common names to static. This included get_char(), put_char(), and character() among others.
2003-02-042003-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-7/+10
* configure.ac: Unconditionally check for CXX. Require autoconf-2.57, automake-1.7.2. * rtems++: Eliminate CC_O_FILES.
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+11
PR 338/filesystem * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-13/+6
PR 338/filesystem * sapi/no-io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). Unused function removed.
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+8
PR 338/filesystem * sci/sci.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-14/+19
PR 338/filesystem * console.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not TMPINSTALL_FILES.
2003-01-282003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-19/+43
* startup/Makefile.am, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Fix to work around truncated section names.
2003-01-282003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-6/+16
* startup/linkcmds: Fix to work around truncated section names.
2003-01-282003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-12/+17
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix to work around truncated section names.
2003-01-282003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-14/+19
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to work around truncated section names.
2003-01-282003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-5/+11
* include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
2003-01-282003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-10/+14
* shmdr/Makefile.am: install mpci.h and shm_driver.h. Eliminate OBJS.
2003-01-272003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-0/+431
* Makefile.am, configure.ac: Added new test loopback which shows how to use the loopback interface. Thank you Eric Norum for a portable target independent test which exercises the TCP/IP. This should prevent massive failures in the TCP/IP stack from reaching the street. * loopback/.cvsignore, loopback/Makefile.am, loopback/README, loopback/init.c, loopback/loopback.scn: New files.
2003-01-272003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-1/+17
* Makefile.am, configure.ac: Added new test loopback which shows how to use the loopback interface. Thank you Eric Norum for a portable target independent test which exercises the TCP/IP. This should prevent massive failures in the TCP/IP stack from reaching the street. * loopback/.cvsignore, loopback/Makefile.am, loopback/README, loopback/init.c, loopback/loopback.scn: New files.
2003-01-212003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
2003-01-202003-01-20 Duane Gustavus <duane@unt.edu>Joel Sherrill5-16/+77
* console/sci.c, include/mrm332.h, startup/linkcmds, startup/linkcmds_ROM: Various updates to make this run properly from ROM.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill39-0/+156
* startup/linkcmds*: Add FreeBSD sysctl() sections.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+27
* startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl() sections.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+27
* startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl() sections.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+38
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add FreeBSD sysctl() sections.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+30
* startup/linkcmds.dl: Add FreeBSD sysctl() sections.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+12
* ChangeLog: Add FreeBSD sysctl() sections.
2003-01-20mkChangeLogList [-n]Joel Sherrill45-12/+478
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill23-1/+161
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
2003-01-202003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-26/+24
* Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Removed. * configure.ac: Reflect changes above.
2003-01-202003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-545/+9
* include/erc32.h: Remove (Unused). * include/Makefile.am: Remove. * include/.cvsignore: Remove (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
2003-01-162003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-2/+10
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
2003-01-162003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-113/+71
* Makefile.am: Merge-in subdir Makefile.ams * configure.ac: Reflect changes above. * score/Makefile.am: Removed. * sci/Makefile.am: Removed. * timer/Makefile.am: Removed. * clock/Makefile.am: Removed.
2003-01-162003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-4/+16
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
2003-01-162003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius8-145/+82
* Makefile.am: Merge-in subdir Makefile.ams * configure.ac: Reflect changes above. * score/Makefile.am: Removed. * sci/Makefile.am: Removed. * timer/Makefile.am: Removed. * clock/Makefile.am: Removed. * delay/Makefile.am: Removed.
2003-01-162003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-118/+69
* Makefile.am: Merge-in subdir Makefile.ams * configure.ac: Reflect changes above. * score/Makefile.am: Removed. * sci/Makefile.am: Removed. * timer/Makefile.am: Removed. * clock/Makefile.am: Removed.
2003-01-162003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2003-01-162003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-24/+13
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES. * rtems_servers/Makefile.am: Ditto. * rtems_webserver/Makefile.am: Ditto. * rtems_telnetd/Makefile.am: Ditto.
2003-01-162003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius7-13/+14
* tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg. * r46xx/vectorisrs/Makefile.am: Ditto. * mongoosev/vectorisrs/Makefile.am: Ditto. * mongoosev/duart/Makefile.am: Ditto. * shared/interrupts/Makefile.am: Ditto. * shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
2003-01-162003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-2/+5
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Ditto.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-9/+9
* clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Ditto.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-4/+5
* shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2003-01-152002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-14/+11
* m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES. * shared/cache/Makefile.am: Ditto. * shared/misc/Makefile.am: Ditto.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-18/+13
* clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Likewise. * mbus/Makefile.am: Likewise. * timer/Makefile.am: Likewise.
2003-01-152002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-12/+9
* sci/Makefile.am: Apply 2002-12-14 patch (Apparently dropped by CVS). * score/Makefile.am: Likewise. * timer/Makefile.am: Likewise.
2003-01-15*** empty log message ***Ralf Corsepius1-1/+1
2003-01-152002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-21/+11
* clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS). * sci/Makefile.am: Likewise. * score/Makefile.am: Likewise. * timer/Makefile.am: Likewise.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-4/+7
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-4/+7
* console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.