Joel Sherrill
d79ef179dc
2001-03-23 Joel Sherrill <joel@OARcorp.com>
...
* src/imfs/memfile.c: Reapply fix from bug report from
Jose Sturniolo <jsturnio@nec.com.ar > where NULL pointer
was dereferenced when freeing a triply indirect file.
The fix was applied to the 4.5 release branch and not
the development branch.
2001-03-23 14:02:02 +00:00
Joel Sherrill
db501a3d5d
changed version to ss-20010319
2001-03-19 13:10:48 +00:00
Joel Sherrill
9a4d5493fd
2001-03-19 Joel Sherrill <joel@OARcorp.com>
...
* setup.def: Updated version numbers and patches for binutils
and gdb. binutils was to get correct patch in field. gdb
was to add mipstx39-rtems configurery support.
2001-03-19 13:09:35 +00:00
Joel Sherrill
ab6d08ffc1
2001-03-19 Joel Sherrill <joel@OARcorp.com>
...
* sys/utsname.h: Added C++ wrapper.
2001-03-19 13:08:20 +00:00
Joel Sherrill
a2cc545e34
2001-03-15 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
...
* include/.cvsignore: Remove danlgling file.
2001-03-15 13:42:58 +00:00
Joel Sherrill
b9a7287e2d
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems
configuration to gdb since this includes the JMR3904 simulator.
2001-03-14 19:43:57 +00:00
Joel Sherrill
7e05b53a62
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
to <libchip/sersupp.h> so libchip style serial drivers can
be written in libcpu or libbsp.
2001-03-14 19:42:49 +00:00
Joel Sherrill
b6a9d253dc
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* console/console.c: Added printk() support.
2001-03-14 19:41:09 +00:00
Joel Sherrill
1a792e4708
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* custom/genmongossev.cfg: New file.
2001-03-14 17:25:20 +00:00
Joel Sherrill
ef380d3ff9
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
startup/bspstart.c, timer/timer.c: Comments corrected.
2001-03-14 17:24:09 +00:00
Joel Sherrill
f849f3ee1f
2001-02-22 Joel Sherrill <joel@OARcorp.com>
...
* The Generic Mongoose-V BSP uses only the peripherals found on
the Synova Mongoose-V CPU. This is a radiation hardened CPU
based on the LSI Logic 33K.
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
console/.cvsignore, console/Makefile.am, console/conscfg.c,
include/.cvsignore, include/Makefile.am, include/bsp.h,
start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
wrapup/.cvsignore, wrapup/Makefile.am: New files.
2001-03-14 17:19:53 +00:00
Joel Sherrill
aa7f8a1f5d
2001-03-14 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, rtems/score/cpu.h, rtems/score/mipstypes.h:
Removed unused variable _CPU_Thread_dispatch_pointer
and cleaned numerous comments.
2001-03-14 16:43:35 +00:00
Joel Sherrill
acdb655855
2001-03-13 Joel Sherrill <joel@OARcorp.com>
...
* Added mongoose-v, mongoose-v/include, and mongoose-v/vectorisrs
directories.
* mongoosev/.cvsignore, mongoosev/Makefile.am, mongoosev/README,
mongoosev/duart/.cvsignore, mongoosev/duart/Makefile.am,
mongoosev/duart/README.mguart, mongoosev/duart/mg5uart.c,
mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c,
mongoosev/include/.cvsignore, mongoosev/include/Makefile.am,
mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/.cvsignore,
mongoosev/vectorisrs/Makefile.am, mongoosev/vectorisrs/vectorisrs.c:
New files.
* Makefile.am, configure.in, shared/interrupts/Makefile.am,
shared/interrupts/maxvectors.c: Added support for mongoosev.
* tx39/vectorisrs/vectorisrs.c: Corrected warning.
2001-03-14 00:49:17 +00:00
Joel Sherrill
7b79761f02
2001-03-08 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
...
* configure.in: Use ${MAKE} in message at the end of the
configure.in.
2001-03-14 00:18:08 +00:00
Joel Sherrill
2e549dad4b
2001-03-13 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, iregdef.h, rtems/score/cpu.h, rtems/score/mips.h:
Merged MIPS1 and MIPS3 code reducing the number of lines of assembly.
Also reimplemented some assembly routines in C further reducing
the amount of assembly and increasing maintainability.
2001-03-14 00:14:18 +00:00
Joel Sherrill
07fbfcedf0
2001-01-31 Sergei Organov <osv@javad.ru>
...
* rtems_servers/ftp.d: Following changes:
- Hacks with current dir and root dir removed in favor of new libio
support for task-local current and root directories.
- Bug in `close_data_socket()' introduced by previous change fixed.
- `command_pasv()' changed to set timeout on socket we are listening
on and code fixed to don't close socket twice on error.
- `serr()' changed to clear `errno'.
- `data_socket()' changed to clear `errno' before `bind()'.
- `session()' changed to clear `errno' before processing session.
- `close_data_socket()' fixed to close both active and passive sockets
- Initialize info->data_socket to -1 in `daemon()'
- Initialize `fname' to empty string in `exec_command()'
2001-03-05 23:01:43 +00:00
Joel Sherrill
1fc16ff9d1
2001-02-18 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
...
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:49:39 +00:00
Joel Sherrill
2eb9d16900
2001-02-18 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
...
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:49:23 +00:00
Joel Sherrill
98f3cfa1a6
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am,
mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am,
mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am,
old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am,
shared/include/Makefile.am, shared/src/Makefile.am:
Apply *_HEADERS instead of *H_FILES.
* shared/src/.cvsignore: Add cache.h.
2001-03-05 22:48:47 +00:00
Joel Sherrill
bb56b9f166
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* clock/Makefile.am: Apply *_HEADERS instead of *H_FILES.
2001-03-05 22:48:31 +00:00
Joel Sherrill
bb621b05e1
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* shared/cache/Makefile.am, tx39/include/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:48:10 +00:00
Joel Sherrill
b98c8c9b7c
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:47:50 +00:00
Joel Sherrill
92aaf3de64
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
Remove H_FILES.
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:47:30 +00:00
Joel Sherrill
232b633399
2001-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
...
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:47:12 +00:00
Joel Sherrill
5ce7c34994
2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
...
* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2001-03-05 22:46:48 +00:00
Joel Sherrill
f010a5ee1a
2001-03-01 Joel Sherrill <joel@OARcorp.com>
...
* network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
serial/z85c30_reg.c: Corrected header.
2001-03-02 18:17:22 +00:00
Joel Sherrill
728741287a
2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
...
* include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
* cache/.cvsignore: Add cache.h.
2001-03-01 21:49:29 +00:00
Joel Sherrill
d5fb9582ac
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Apply include_*HEADERS instead of H_FILES.
* .cvsignore: Add cache.h.
2001-03-01 21:48:46 +00:00
Joel Sherrill
48ad47cc70
2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.in: Reworked for Canadian Cross support.
* Makefile.am: Reflect changes to configure.in.
* config.guess, config.sub: Update from subversions.gnu.org.
* README.cdn-X: New file.
* tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-03-01 20:46:21 +00:00
Joel Sherrill
b50b3c841a
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
TARGET_CONFIG_SUBDIRS.
* aclocal/enable-bsp.m4: fix quoting.
* aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
2001-02-21 14:20:50 +00:00
Joel Sherrill
85371f786b
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* custom/pc386dx.cfg: New bsp.
2001-02-21 14:20:01 +00:00
Joel Sherrill
c0394d4b3b
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
2001-02-12 14:53:10 +00:00
Joel Sherrill
e5bc196873
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
2001-02-12 14:52:50 +00:00
Joel Sherrill
974d213fc9
2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
2001-02-12 14:51:46 +00:00
Joel Sherrill
dde827b9f6
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* spsize/size.c: Use #if !defined(RTEMS_UNIX).
2001-02-12 14:51:32 +00:00
Joel Sherrill
f79d96e1a3
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
Cleanup including more proper style on include files.
2001-02-12 14:43:03 +00:00
Joel Sherrill
b2febdfe9a
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Switch from prefix to exec_prefix.
* target.cfg.in: Remove prefix and commented out lines.
2001-02-12 14:40:12 +00:00
Joel Sherrill
70cbff2e1c
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/config-subdirs.m4: New file.
* aclocal/target.m4: Use macros from config-subdirs.m4.
2001-02-12 14:38:44 +00:00
Joel Sherrill
b1bbb8a9ba
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Use exec_prefix not prefix.
2001-02-12 14:38:10 +00:00
Joel Sherrill
9da92fb397
2001-02-06 Joel Sherrill <joel@OARcorp.com>
...
* include/ioccom.h: Unreferenced and thus removed.
2001-02-06 22:46:55 +00:00
Joel Sherrill
329509fbdd
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am, rtems/score/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:41:35 +00:00
Joel Sherrill
eab41f6345
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.in: Apply _RTEMS_ADJUST_SRCDIR.
2001-02-05 18:40:31 +00:00
Joel Sherrill
8887f8cd6d
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/rpc/Makefile.am: Apply include_*HEADERS instead of
H_FILES.
2001-02-05 18:38:44 +00:00
Joel Sherrill
e6d8fe4717
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,
netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am,
rtems_servers/Makefile.am, rtems_webserver/Makefile.am,
sys/Makefile.am, vm/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
* include/Makefile.am: Remove.
* Makefile.am: Add handling of *.h files.
* configure.in: Remove include/Makefile.
2001-02-05 18:36:27 +00:00
Joel Sherrill
792eb74296
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/rtems/Makefile.am, include/rtems/score/Makefile.am,
inline/rtems/score/Makefile.am, macros/rtems/score/Makefile.am
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:33:09 +00:00
Joel Sherrill
3ebf5df3c6
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am, include/rtems/Makefile.am,
inline/rtems/Makefile.am, macros/rtems/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:32:28 +00:00
Joel Sherrill
f0ab3fa51e
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am, include/rtems/rtems/Makefile.am,
inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
rtems/optman/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:32:04 +00:00
Joel Sherrill
890f07cb83
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am, include/rtems/posix/Makefile.am,
include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
macros/rtems/posix/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:31:28 +00:00
Joel Sherrill
9fae0f872d
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* include/Makefile.am, include/itronsys/Makefile.am,
include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
macros/rtems/itron/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:31:00 +00:00
Joel Sherrill
620e82636b
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
Apply include_*HEADERS instead of H_FILES.
2001-02-05 18:26:26 +00:00