summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-28107-402/+417
| | | | | | | | | | | | | | | * libc/libio.h (rtems_filesystem_file_handlers_r, rtems_filesystem_operations_table): Added _h to all structure fields to indicate they are "handlers". * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c, libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c, libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c, libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: Modified to reflect above name change.
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-282-0/+1578
| | | | | | * rtems_webserver/Makefile.am, rtems_webserver/base64.c, rtems_webserver/base64.c: Renamed base64.c to wbase64.c. * rtems_webserver/sock.c: Added file missed in merger.
* 2000-09-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-287-8/+26
| | | | | | * rtems_webserver/Makefile.am, rtems_webserver/base64.c, rtems_webserver/base64.c: Renamed base64.c to wbase64.c. * rtems_webserver/sock.c: Added file missed in merger.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-253-6/+15
| | | | | | | * clock/ckinit.c: Removed include of <bsp.h>. Also switch to macros to get configuration data. * timer/timer.c: Removed include of <bsp.h>. Fixed comment that said 4650 (a mips part).
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-253-0/+10
| | | | * shmdr/shm_driver.h: Added _AM29K entry. May not be correct.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-255-16/+15
| | | | | | | * include/bsp.h: tty_* renamed to console_*. * tty/tty.c: Ditto. * shmsupp/addrconv.c: Typo fixed. * wrapup/Makefile.am: Merge startup not start directory.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-252-5/+13
| | | | * ChangeLog: Entry added to wrong file and moved.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-255-4/+21
| | | | | | | | * bsp_specs: Formatting more like other bsp_specs. * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to elimate need for including bsp.h in libcpu. * startup/bspstart.c: Ditto. * wrapup/Makefile.am: Did not list shmdr.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-254-4/+18
| | | | | * rtems/system.h: Switched a29k and hppa1.1 to using cpuopts.h not targopts.h to reduce dependency on BSP.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-254-0/+24
| | | | | * rtems/score/hppa.h: Switched to using cpuopts.h not targopts.h to reduce dependency on BSP.
* 2000-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-256-10/+36
| | | | | * rtems/score/a29k.h, rtems/score/cpu.h: Switched to using cpuopts.h not targopts.h to reduce dependency on BSP.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-222-1/+6
| | | | | * startup/linkcmds: Use default object format to avoid name changes in object format due to tool version changes.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-2213-27/+70
| | | | | | | | | | * machine/types.h, pppd/pppd.h, rtems/rtems_bsdnet_internal.h, rtems_webserver/webmain.c: machine/types.h should not have included rtems.h. It is now including precisely the least amount of low level, yet portable .h files to get the basic RTEMS types defined. This rippled into other files since rtems_bsdnet_internal.h used machine/types.h to include rtems.h.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-226-0/+15
| | | | * src/xdr/xdr_float.c: Added A29K support.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-222-0/+14
| | | | * clock/clock.S: Commented out non-GNU assembly.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-224-3/+7
| | | | * libc/newlibc.c: Removed _A29K specific ifdef.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-2214-16/+174
| | | | | | * amd.ah, cpu.c, cpu_asm.S, register.ah, sig.S, rtems/score/cpu.h: Updated and fixed minor things. Commented out offensive assembly and made applications link.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-229-10/+82
| | | | | | | | | | | | * start/crt0.S: Renamed to start/start.S. * start/start.S: Formerly start/crt0.S. * startup/linkcmds: New file. GNU linker script that is not correct for the target board but links programs. * bsp_specs: Use linkcmds. * include/Makefile.am, start/Makefile.am startup/Makefile.am: Now work. * startup/bspstart.c, startup/setvec.c: "#if 0"'ed out references to reoutines in assembly that are in turn "#if 0"'ed out.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-221-0/+4
| | | | * Makefile.am: Removed definition of ACLOCAL_AMFLAGS.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-227-4/+15
| | | | * Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-2210-34/+52
| | | | | | * Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h: First attempt to compile with GNU tools. Minor modifications to compile enough to get to assembler errors.
* 2000-09-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-204-2/+10
| | | | | * src/objectgetbyindex.c: Do not enable dispatching on an error path it was not disabled on.
* changed version to ss-20000919Joel Sherrill2000-09-190-0/+0
|
* changed version to ss-20000919Joel Sherrill2000-09-191-1/+1
|
* 2000-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-153-0/+9
| | | | | * include/mvme16x_hw.h: Include rtems/score/targopts.h so we can check which BSP this is being used with.
* 2000-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-152-1/+5
| | | | * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
* 2000-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-142-15/+4
| | | | * aclocal/enable-hwapi.m4: Now longer used and removed.
* 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-142-2/+4
| | | | * automake/lib.am: Remove leaf.cfg.
* 2000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-134-7/+7
| | | | * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
* 2000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-1312-70/+75
| | | | | | | | * Makefile.am, bsp_specs, configure.in, console/Makefile.am, include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am, startup/Makefile.am, startup/exit.c, wrapup/Makefile.am: Made to conform to current practice concerning automake and autoconf. Corrected minor warnings.
* 2000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-136-80/+8
| | | | | * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
* 2000-09-13 Emmanuel Raguet <raguet@crf.canon.fr>Joel Sherrill2000-09-132-0/+101
| | | | | | * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and Eric Valette <valette@crf.canon.fr>. * custom/vegaplus.cfg: New file.
* 2000-09-13 Emmanuel Raguet <raguet@crf.canon.fr>Joel Sherrill2000-09-1327-0/+2616
| | | | | | | | | | | * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and Eric Valette <valette@crf.canon.fr>. * vegaplus/bsp_specs, configure.in, console/Makefile.am, include/Makefile.am, include/bsp.h, include/registers.h, irq/Makefile.am, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/Makefile.am, start/start.S, startup/Makefile.am, startup/bspstart.c, startup/exit.c, startup/linkcmds, wrapup/Makefile.am: New files.
* 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-132-5/+4
| | | | * leaf.cfg: Remove Depends inclusion.
* 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-133-0/+15
| | | | | * aclocal/rtems-top.m4: Add ENDIF-hack. * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-128-12/+23
| | | | | | | | | | * custom/erc32.cfg: Add comment on -mno-v8, -mcypress. * custom/gen68302.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68340.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68360.cfg: Comment out LIBC_LIB[C|M]. * custom/idp.cfg: Comment out LIBC_LIB[C|M]. * custom/mvme162.cfg: Comment out LIBC_LIB[C|M]. * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-123-19/+36
| | | | | | * leaf.cfg: Remove include ${CONFIG.CC}, add MANAGERS, START_FILE, LINKCMDS handling. * default.cfg.in: Remove everything but START_BASE.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-122-0/+8
| | | | | * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-125-50/+306
| | | | | | | | * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS) * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28, add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272. * automake/compile.am: Replaced. * automake/local.am: Remove building variant handling.
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-124-2/+10
| | | | * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-123-7/+5
| | | | | * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional. * startup/Makefile.am: Cleanup comments.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-124-8/+8
| | | | * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-125-3/+27
| | | | | | | | * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE, AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS). * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS. * aclocal/target.m4: Cleanup comments * Automake/compile.am: Add DEFS support to keep building happy.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-122-1/+5
| | | | * target.cfg.in: Comment out DEFS.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-124-2/+10
| | | | * Makefile.am: Use += to set up AM_CPPFLAGS.
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-122-1/+4
| | | | * custom/gensh2.cfg: Fix comments.
* 2000-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-122-1/+5
| | | | * multigen: Fix BARE_CPU_CFLAGS.
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-122-1/+6
| | | | | * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include compiler arguments that specify CPU model options.
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-122-0/+8
| | | | | | * custom/mbx860_005b.cfg (make-target-options): Add lines to define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings may be incorrect but the BSP now compiles.
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-122-1/+9
| | | | | * network/network.c (uti596_attach): Adjust cpp directives and conditional braces so all cases compile.