Joel Sherrill
55c936b88b
2006-04-24 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.6.
2006-04-24 18:53:34 +00:00
Joel Sherrill
4d3810ad1a
2006-04-24 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.6.
2006-04-24 18:53:33 +00:00
Joel Sherrill
26660ffff2
2006-04-24 Joel Sherrill <joel@OARcorp.com>
...
* configure.ac, console/console.c:
2006-04-24 18:50:55 +00:00
Joel Sherrill
eab1cfee71
2006-04-24 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
PR bsps/972
* shmdr/shm_driver.h: Add sparc lock/unlock values.
2006-04-24 18:45:03 +00:00
Joel Sherrill
b065ec1c5c
2006-04-24 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
PR bsps/972
* network/Makefile.am: Added Gaisler Research NIC driver.
* network/greth.c, network/greth.h: New files.
2006-04-24 18:42:38 +00:00
Joel Sherrill
6fa29378a2
Removed misplaced entry.
2006-04-24 18:37:44 +00:00
Joel Sherrill
01540d3691
2006-04-24 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
PR bsps/972
* ChangeLog, Makefile.am, configure.ac, amba/amba.c, clock/ckinit.c,
console/Makefile.am, console/console.c, console/debugputs.c,
include/Makefile.am, include/amba.h, include/bsp.h, include/leon.h,
leon_smc91111/leon_smc91111.c, startup/bspstart.c, timer/timer.c,
tools/Makefile.am, wrapup/Makefile.am: Added Shared Memory Support
Driver. Added Leon Gaisler Research Ethernet support. Enhanced AMBA
bus support.
* console/debugprintf.c, console/spacewire.c, include/spacewire.h,
leon_greth/.cvsignore, leon_greth/Makefile.am,
leon_greth/leon_greth.c, shmsupp/.cvsignore, shmsupp/Makefile.am,
shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
shmsupp/mpisr.c: New files.
2006-04-24 18:37:15 +00:00
Joel Sherrill
c2cfcd2835
Fix entry and remove end of include file lines.
2006-04-24 17:03:15 +00:00
Joel Sherrill
cadb5d1641
2006-04-24 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
PR bsps/972
* ChangeLog, Makefile.am, configure.ac, amba/amba.c, clock/ckinit.c,
console/Makefile.am, console/console.c, console/debugputs.c,
include/Makefile.am, include/amba.h, include/bsp.h, include/leon.h,
leon_smc91111/leon_smc91111.c, startup/bspstart.c, timer/timer.c,
tools/Makefile.am, wrapup/Makefile.am: Added Shared Memory Support
Driver. Added Leon Gaisler Research Ethernet support. Enhanced AMBA
bus support.
* console/debugprintf.c, console/spacewire.c, include/spacewire.h,
leon_greth/.cvsignore, leon_greth/Makefile.am,
leon_greth/leon_greth.c, shmsupp/.cvsignore, shmsupp/Makefile.am,
shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
shmsupp/mpisr.c: New files.
2006-04-24 16:58:41 +00:00
Joel Sherrill
4f5a5985a9
2006-04-24 Joel Sherrill <joel@OARcorp.com>
...
* startup/Makefile.am:
2006-04-24 15:46:10 +00:00
Joel Sherrill
276619872b
2006-04-20 Joel Sherrill <joel@OARcorp.com>
...
* Makefile.am: Fix path on installation to avoid writing
to install location too early.
2006-04-20 21:12:01 +00:00
Joel Sherrill
d42d899877
Fixed formatting.
2006-04-16 16:00:41 +00:00
Joel Sherrill
ca6df52f0b
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
...
PR 830/filesystem
* src/termios.c: termios ioctl(FIONREAD) reported wrong number of
characters. So add chars in low-level/raw buffer to total count.
2006-03-07 22:22:46 +00:00
Joel Sherrill
ede4f1621a
2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com>
...
PR 850/rtems
* src/watchdogtickle.c: A Watchdog (used to timeout an event) with
a delay of 1 sometimes does not seem to timeout. The problem
occurs, because for whatever reason when the watchdog tickle function
executes, the watchdog->delta_interval is 0. it is then decremented
before being tested, becomes huge and so doesnt time out. It is
thought there is a race condition where the watchdog->delta_interval
is calculated by reference to a head (also with a delay of 1). But
before it can be added after the head, the head is removed, so the
new head now has a delay of 0.
2006-03-07 22:09:49 +00:00
Joel Sherrill
5b07faf305
2006-03-07 Aaron Frye <aaron@frye.com>
...
PR 719/bsps
* m68kpretaskinghook.c: The optimizer on gcc 3.4.2 assumes that the
address of a variable cannot be 0, so it optimizes out any such
checks. this breaks the shared m68k bsp_pretasking_hook() which uses
such a check to determine heap size during runtime.
2006-03-07 21:56:45 +00:00
Joel Sherrill
79eb6e21ca
2006-03-07 Paul Whitfield <paulw@omnitronics.com.au>
...
PR 843/rtems_misc
* rtems_webserver/socket.c: There is a memory corruption problem in the
selectSocket function in the web server, this only become apparent if
you disable the built in memory allocation functions. I have disabled
the internal memory management to get file upload working.
2006-03-07 21:37:35 +00:00
Joel Sherrill
5b78cd6bc9
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
...
PR 886/filesystem
* src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the
descriptor is in non-blocking mode.
2006-03-07 21:02:00 +00:00
Joel Sherrill
ec24e12693
2006-03-07 Joel Sherrill <joel@OARcorp.com>
...
* wrapup/Makefile.am: Correct minor mistake.
2006-03-07 20:50:41 +00:00
Joel Sherrill
3d34e70fc2
2006-03-07 Joel Sherrill <joel@OARcorp.com>
...
PR 866/rtems
* include/rtems/system.h, include/rtems/score/isr.h,
inline/rtems/score/thread.inl, macros/rtems/score/thread.inl: Added
memory barriers to enter and exit of dispatching and interrupt
critical sections so GCC will not optimize and reorder code out of a
critical section.
2006-03-07 20:47:24 +00:00
Joel Sherrill
dda09e3b1e
2006-03-07 Joel Sherrill <joel@OARcorp.com>
...
* Makefile.am: Correct minor mistakes.
2006-03-07 18:17:18 +00:00
Joel Sherrill
d6d628dc25
Formatting
2006-03-01 16:01:30 +00:00
Eric Norum
c9c835cc08
Add "cc" in the clobbered register list for interrupt enable/disable/flash operations.
2006-03-01 15:50:53 +00:00
Joel Sherrill
45a71c9d90
2006-02-08 Thomas Rauscher <trauscher@loytec.com>
...
PR 890/networking
* rtems_webserver/webs.c: The webservers enters an infinite loop when a
POST request with less data than indicated in the Content-Length
header is received. It also consumes additional heap memory and a
file descriptor for each invalid POST.
2006-02-08 16:15:09 +00:00
Joel Sherrill
23e7d30803
2006-02-01 Joel Sherrill <joel@OARcorp.com>
...
PR 855/tests
* include/tmacros.h: Fix typo.
2006-02-01 19:44:09 +00:00
Ralf Corsepius
36cf8f6753
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* custom/erc32nfg.cfg: Correct file having been broken by
2005-10-05's changes.
2006-01-09 15:05:31 +00:00
Till Straumann
491b62fdcb
2005-12-09 Till Straumann <strauman@slac.stanford.edu>
...
PR 849/networking
* librpc/src/rpc/rtems_portmapper.c: Increased stack size
by ARGSIZE to prevent overrun.
2005-12-09 22:47:48 +00:00
Till Straumann
dad43ef2eb
2005-11-08 Till Straumann <strauman@slac.stanford.edu>
...
PR 845/bsps
* startup/bspstart.c, start/start.S: setup BATs prior to attempting any
device access - missing BAT mappings were probably the reason for the
MMU malfunction assumption. Enabled MSR_DR.
2005-11-09 03:20:13 +00:00
Till Straumann
165527795f
2005-11-08 Till Straumann <strauman@slac.stanford.edu>
...
PR 837/bsps
make sure exceptions_in_RAM flag is set prior to initializing exception
handling. Keep MCP disabled for memory probes :-( (the raven would
otherwise fault on PCI config space access to empty slots).
2005-11-09 02:44:16 +00:00
Till Straumann
be1ab03a92
2005-11-08 Till Straumann <strauman@slac.stanford.edu>
...
PR832/bsps
* pci/pcibios.c: replace BSP_pciFindDevice implementation by pcibios
call.
2005-11-08 18:53:50 +00:00
Till Straumann
4d790ba43e
2005-11-08 Till Straumann <strauman@slac.stanford.edu>
...
PR832/bsps
* startup/ldsegs.S: move CPU segment descriptor tables from .text to
.data; the CPU modifies the descriptor tables and this could be a
problem: a) if text segment is ever write-protected b) rtems-gdb-stub
checksums the text segment against the file gdb is using. A checksum
mismatch results because of the CPU touching the accessed bit...
2005-11-08 18:52:00 +00:00
Till Straumann
7a7ddeb0af
2005-11-07 Till Straumann <strauman@slac.stanford.edu>
...
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
instead of adding static offset.
2005-11-08 03:42:13 +00:00
Joel Sherrill
2d1119e7ed
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.5.
2005-10-06 19:43:30 +00:00
Joel Sherrill
a5222eeff9
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.5.
2005-10-06 19:43:29 +00:00
Joel Sherrill
5d6e54d08b
2005-10-06 Till Straumann <strauman@slac.stanford.edu>
...
PR 833/bsps
* irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
the FPU across the user ISR but DONT save/restore the FPU context.
Any use of the FPU fron the user handler (e.g., due to GCC
optimizations) result in corruption. The fix results in an exception
in such cases (user ISR must explicitely save/enable/restore FPU).
2005-10-06 19:36:09 +00:00
Joel Sherrill
6fa59698c7
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
* custom/leon3.cfg: New file.
2005-10-06 16:52:18 +00:00
Joel Sherrill
cdd0fc8a89
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
* ChangeLog, Makefile.am: Fix hard-coded reference to leon BSP and use
generated path. Remove ChangeLog entries copied from erc32.
2005-10-06 16:51:37 +00:00
Joel Sherrill
ae557d1abb
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
PR 828/filesystems
* src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
2005-10-06 12:10:58 +00:00
Joel Sherrill
37f094158b
2005-10-06 Joel Sherrill <joel@OARcorp.com>
...
* include/bsp.h: Remove include of libchip/smc91111exp.h from bsp.h
since it is not available when networking is disabled.
2005-10-06 12:08:15 +00:00
Joel Sherrill
aba5ed401e
2005-10-05 Joel Sherrill <joel@OARcorp.com>
...
* ChangeLog, Makefile.am: Fix hard-coded reference to leon BSP and use
generated path. Remove ChangeLog entries copied from erc32.
2005-10-05 23:02:08 +00:00
Joel Sherrill
7a92e3ddc3
2005-10-05 Joel Sherrill <joel@OARcorp.com>
...
* amba/amba.c: Fix obvious typo introduced with addition of missing CVS
Ids.
2005-10-05 22:34:50 +00:00
Joel Sherrill
eefbe35533
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Portion of large update
of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs,
deletion of leon BSP, addition of SMC91111 NIC driver and much more.
2005-10-05 19:31:20 +00:00
Joel Sherrill
59d55753a8
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* ChangeLog, cpu.c, cpu_asm.S, rtems/score/cpu.h: Portion of large
update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs,
deletion of leon BSP, addition of SMC91111 NIC driver and much more.
2005-10-05 19:30:18 +00:00
Joel Sherrill
3ffa814199
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* network/Makefile.am, network/open_eth.c, network/open_eth.h: Portion
of large update of SPARC BSPs. Includes addition of sis, leon2 and
leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and
much more.
* network/README.smc91111, network/smc91111.c, network/smc91111.h,
network/smc91111config.h, network/smc91111exp.h: New files.
2005-10-05 19:29:23 +00:00
Joel Sherrill
774515b753
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs.
Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP,
addition of SMC91111 NIC driver and much more.
* leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README,
leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore,
leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore,
leon/console/Makefile.am, leon/console/console.c,
leon/console/consolereserveresources.c, leon/console/debugputs.c,
leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am,
leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore,
leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h,
leon/include/leon.h, leon/leon_open_eth/.cvsignore,
leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c,
leon/start/.cvsignore, leon/start/Makefile.am,
leon/startup/.cvsignore, leon/startup/Makefile.am,
leon/startup/boardinit.S, leon/startup/linkcmds,
leon/startup/setvec.c, leon/startup/spurious.c,
leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c,
leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am,
leon/tools/configure.ac, leon/tools/runtest.in,
leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed.
2005-10-05 19:26:31 +00:00
Joel Sherrill
1348869fbb
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
times, amba/.cvsignore, amba/Makefile.am, amba/amba.c,
clock/.cvsignore, clock/Makefile.am, clock/ckinit.c,
console/.cvsignore, console/Makefile.am, console/console.c,
console/consolereserveresources.c, console/debugputs.c,
gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
include/.cvsignore, include/Makefile.am, include/amba.h,
include/bsp.h, include/coverhd.h, include/leon.h,
leon_open_eth/.cvsignore, leon_open_eth/Makefile.am,
leon_open_eth/leon_open_eth.c, leon_smc91111/.cvsignore,
leon_smc91111/Makefile.am, leon_smc91111/leon_smc91111.c,
start/.cvsignore, start/Makefile.am, startup/.cvsignore,
startup/Makefile.am, startup/bspstart.c, startup/ithread.S,
startup/linkcmds, startup/setvec.c, startup/spurious.c,
timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore,
tools/ChangeLog, tools/Makefile.am, tools/configure.ac,
tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New files.
2005-10-05 19:26:00 +00:00
Joel Sherrill
d2a30c77f5
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c,
console/.cvsignore, console/Makefile.am, console/console.c,
console/consolereserveresources.c, console/debugputs.c,
gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
include/.cvsignore, include/Makefile.am, include/bsp.h,
include/coverhd.h, include/leon.h, leon_open_eth/.cvsignore,
leon_open_eth/Makefile.am, leon_open_eth/leon_open_eth.c,
leon_smc91111/.cvsignore, leon_smc91111/Makefile.am,
leon_smc91111/leon_smc91111.c, start/.cvsignore, start/Makefile.am,
startup/.cvsignore, startup/Makefile.am, startup/linkcmds,
startup/setvec.c, startup/spurious.c, timer/.cvsignore,
timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/ChangeLog,
tools/Makefile.am, tools/configure.ac, tools/runtest.in,
wrapup/.cvsignore, wrapup/Makefile.am: New files.
2005-10-05 19:25:45 +00:00
Joel Sherrill
73c2d237de
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* ChangeLog, configure.ac, console/Makefile.am, console/console.c,
console/debugputs.c, startup/Makefile.am, startup/linkcmds,
tools/Makefile.am: Portion of large update of SPARC BSPs. Includes
addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition
of SMC91111 NIC driver and much more.
2005-10-05 19:25:07 +00:00
Joel Sherrill
d490fff3c1
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* Makefile.am, bspstart.c, gnatcommon.c, start.S: Portion of large
update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs,
deletion of leon BSP, addition of SMC91111 NIC driver and much more.
2005-10-05 19:24:48 +00:00
Joel Sherrill
e75e10dcac
2005-10-05 Jiri Gaisler <jiri@gaisler.com>
...
Edvin Catovic <edvin@gaisler.com >
Konrad Eisele <konrad@gaisler.com >
PR 827/bsps
* custom/Makefile.am, custom/erc32.cfg, custom/erc32nfp.cfg,
custom/leon1.cfg, custom/leon2.cfg: Portion of large update of SPARC
BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of
leon BSP, addition of SMC91111 NIC driver and much more.
* custom/sis.cfg: New file.
2005-10-05 19:24:00 +00:00
Joel Sherrill
fb573a71f1
2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>
...
* timer/timer.c: Enhance to use either interupt-based timer
functions on older CPUs or to use TSC-based timer functions on
more recent (Pentium and above) CPUs. The decision is made in
Timer_initialize function when it is called for the first time
based on a result obtained from cpuid instruction during the BSP
initialization phase. During the first call, there are also late
bindings to the implementation functions initialized to
appropriate values.
2005-10-05 02:39:35 +00:00
Joel Sherrill
24b6d2f9a8
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR 527/bsps
PR 822/bsps
* mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot,
because some logical errors are in the startup code. Additionally,
the mpc8xx shared clock driver does not support the clocking scheme
of some of the board variants, which are clocked from a
32768Hz (!) external crystal.
2005-10-05 02:34:17 +00:00
Joel Sherrill
a3b4632866
2005-10-04 Till Straumann <strauman@slac.stanford.edu>
...
PR 829/rtems
* src/tasks.c, src/taskvariabledelete.c: If task variables are deleted
from a different context (i.e., executing context != owner of the
task variable. The owner meaning the task that registered the dtor in
question) the argument passed to the task variable dtor must be tvar
and not *ptr which yields the executing task's value of the task
variable instead of the owner's.
2005-10-04 21:53:58 +00:00
Joel Sherrill
dc4bd19dfa
Removed blank line.
2005-09-29 12:09:08 +00:00
Thomas Doerfler
3741506c42
2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR649/filesystem
* ide/idecfg.c, configure.ac:
added configuration items for primary/secondary
2005-09-29 11:50:47 +00:00
Joel Sherrill
8747cac1e3
Added reference to PR527.
2005-09-12 13:38:18 +00:00
Joel Sherrill
5a5af8c1a1
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR 822/bsps
* console/console.c, startup/bspstart.c, startup/imbx8xx.c,
startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
Currently the MBX8xx BSP does not boot, because some logical errors
are in the startup code. Additionally, the mpc8xx shared clock driver
does not support the clocking scheme of some of the board variants,
which are clocked from a 32768Hz (!) external crystal.
2005-09-12 13:28:24 +00:00
Joel Sherrill
21a6137140
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR 822/bsps
* custom/mbx860_001b.cfg: New file.
2005-09-12 13:27:39 +00:00
Joel Sherrill
52adbd42e5
2005-09-09 Joel Sherrill <joel@OARcorp.com>
...
PR 577/bsps
* console.c: Make the previously committed patch for this PR compile.
2005-09-09 11:19:25 +00:00
Joel Sherrill
d7bf841a96
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.4.
2005-09-01 17:18:50 +00:00
Joel Sherrill
58cfecc76a
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.4.
2005-09-01 17:18:49 +00:00
Joel Sherrill
0bb4dd0337
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
PR 820/rtems
* inline/rtems/score/coremsg.inl, macros/rtems/score/coremsg.inl,
src/coremsginsert.c: Increment of pending message count should be
atomic with insertion on the pending message chain. Determination of
the need to call the notification handler should also be in this
atomic section of code.
2005-09-01 16:31:22 +00:00
Joel Sherrill
feedcdc65f
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
PR 628/rtems
* psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
being an error.
2005-09-01 16:14:17 +00:00
Joel Sherrill
3c838f1ac8
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
PR 796/rtems
* src/semtimedwait.c: sem_timedwait is supposed to use absolute time
for timeout specification. This patch is a modified version of the
one suggested by Peter Dufault.
2005-09-01 14:46:02 +00:00
Joel Sherrill
45a32542db
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
PR 350/make_build
* compilers/gcc-target-default.cfg: Honor LD_PATHS set by user.
2005-09-01 13:39:14 +00:00
Joel Sherrill
f54bc05285
2005-09-01 Nuno Costa <nuno-costa@iol.pt>
...
PR 804
* include/confdefs.h: Memory for POSIX timers not accounted for. Patch
adapted from edit comment in PR filed.
2005-09-01 13:27:02 +00:00
Joel Sherrill
fd06f6c0d4
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
* include/bsp.h: This file is only to be used by BSPs with the new
interrupt API so checking for USE_ENHANCED_INTR_API is not needed.
2005-09-01 13:22:18 +00:00
Joel Sherrill
cc2efb6012
2005-09-01 Joel Sherrill <joel@OARcorp.com>
...
* clock/Makefile.am, include/Makefile.am: Install tod.h
2005-09-01 13:20:47 +00:00
Ralf Corsepius
82973a283f
2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 819/filesystem
* src/ttyname_r.c: Remove.
* src/ttyname.c: Partial update from FreeBSD.
* Makefile.am: Reflect changes above.
2005-08-31 04:34:58 +00:00
Joel Sherrill
4a4c78d97f
2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>
...
PR 577/bsps
* console.c: The console_close() method currently calls StopRemoteTx()
on all invocations. It should should be ok for last close only but
not for any others. If you open a port multiple times, you only want
to call StopRemoteTx() only as part of the last close.
2005-08-19 16:20:00 +00:00
Joel Sherrill
3d7d233c03
2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
...
PR 807/rtems
* src/timerfireafter.c, src/timerserverfireafter.c: First patch
returned without exitting dispatching critical section.
2005-08-18 13:39:00 +00:00
Joel Sherrill
ecfdafc62e
2005-08-17 Nuno Costa <nuno-costa@iol.pt>
...
PR 805/rtems
* include/rtems/posix/timer.h: Due to bad choice of error constants by
original submitter, it was impossible to create more than 10 POSIX
timers.
2005-08-17 22:56:30 +00:00
Joel Sherrill
f45e8840c8
2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
...
PR 807/rtems
* rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c,
score/src/watchdoginsert.c: Tighten critical section checks on an ISR
using the same timer being inserted by a lower priority ISR or
interupt task.
2005-08-17 22:50:30 +00:00
Joel Sherrill
5978038f77
2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>
...
PR 744/filesystem
* libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not
support permissions on directories so the check performed by unlink
would always fail. The unlink code was modified to support a not
supported status being returned.
2005-08-17 19:17:37 +00:00
Joel Sherrill
5c12a265fa
2005-08-12 Chris Johns <chrisj@rtems.org>
...
PR 808/rtems_misc
* src/printk.c: Fix bug where specifying field width crashed on pc386
BSP.
2005-08-12 23:55:14 +00:00
Joel Sherrill
3424a93ace
2005-08-12 Phil Torre <ptorre@zetron.com>
...
PR 816/bsps
* mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode
parameters (m8xxSCCENparms_t) does not match the hardware: members
taddr_h and taddr_l are transposed. When loading new multicast group
addresses into the hash table, the wrong hash bit is set.
2005-08-12 23:44:55 +00:00
Ralf Corsepius
28e7d30f34
2005-08-02 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 817/rtems
* src/gxx_wrappers.c: Rename
rtems_gxx_recursive_mutex_init_function to
rtems_gxx_recursive_mutex_init.
2005-08-02 12:37:44 +00:00
Joel Sherrill
cec508dafb
2005-07-06 <ralf.corsepius@rtems.org>
...
PR 810/rtems
* include/rtems/ide_part_table.h: Add C++ guards.
2005-07-06 18:06:18 +00:00
Joel Sherrill
73ca21f95e
2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>
...
PR 790/rtems
* src/extensioncreate.c, src/extensionident.c: Correct use of name.
This was missed when the other ident services in rtems/src where
changed.
2005-06-09 14:14:04 +00:00
Joel Sherrill
b0c516bfa1
2005-05-20 Sergei Organov <osv@javad.ru>
...
PR networking/772.
* rtems_select.c (socket_select): fixed bug setting SB_WAIT flag
of so_rcv instead of so_snd when FWRITE.
2005-05-20 19:58:56 +00:00
Joel Sherrill
7918027fad
2005-05-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 717/bsps
* bootloader/Makefile.am: Typo results in wrong flags being used.
2005-05-20 19:53:48 +00:00
Joel Sherrill
da56a02f6c
2005-05-20 Sergei Organov <osv@topconrd.ru>
...
PR 750/networking
* pppd/sys-rtems.c: Avoid NULL dereference in wait_input().
2005-05-20 19:31:18 +00:00
Joel Sherrill
c230bc312d
2005-05-20 Sergei Organov <osv@topconrd.ru>
...
PR 749/networking
* rtems/rtems_showroute.c: Avoid NULL dereference.
2005-05-20 19:19:17 +00:00
Jennifer Averett
c3f26834d6
2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>
...
PR 786/rtems
Backport mallocfreespace optimization.
* Makefile.am, include/rtems/score/heap.h, src/heapgetinfo.c:
* src/heapgetfreeinfo.c: New file.
2005-05-13 17:13:09 +00:00
Jennifer Averett
41ef136059
2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>
...
PR 786/rtems
Backport mallocfreespace optimization.
* Makefile.am, include/rtems/rtems/region.h:
* src/regiongetfreeinfo.c: New file.
2005-05-13 17:11:42 +00:00
Jennifer Averett
9d31e3498c
2005-05-13 Jennifer Averett <jennifer.averett@oarcorp.com>
...
* src/mallocfreespace.c:
PR 786/rtems
Backport mallocfreespace optimization.
2005-05-13 17:09:26 +00:00
cvs2git
d2565cefae
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
...
Cherrypick from master 2005-05-03 22:18:32 UTC Joel Sherrill <joel.sherrill@OARcorp.com > '2005-05-03 Joel Sherrill <joel@OARcorp.com >':
cpukit/rtems/src/regiongetfreeinfo.c
cpukit/score/src/heapgetfreeinfo.c
2005-05-03 22:18:33 +00:00
Jennifer Averett
0bdfa8d3ff
2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
...
PR 781/misc
* serial/ns16550_p.h: Fix baud rate calculation
2005-04-28 14:56:36 +00:00
Jennifer Averett
53923e8377
2005-04-11 Jennifer Averett<jennifer.averett@oarcorp.com>
...
PR 778/bsps
* include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
startup/bspstart.c, tod/tod.c:
modify SCORE_.. to BSP_.. for externally used define's.
2005-04-11 20:18:20 +00:00
Jennifer Averett
64c3f790a2
2005-04-11 Jennifer Averett <jennifer@OARcorp.com>
...
PR 777/bsps
* include/bsp.h: Add a Processor_Synchronize command in bsp.h
2005-04-11 19:58:14 +00:00
Joel Sherrill
ba10dea56a
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.3.
2005-03-17 20:33:39 +00:00
Joel Sherrill
6e8a68e6c4
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.3.
2005-03-17 20:07:38 +00:00
Joel Sherrill
745760302e
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.3.
2005-03-17 19:29:37 +00:00
Joel Sherrill
732b2b3976
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
* include/rtems/score/object.h, src/objectinitializeinformation.c: Fix
warning.
2005-03-17 14:32:53 +00:00
Joel Sherrill
0be243352f
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
PR 692/rtems
* src/regiongetsegment.c, src/regionreturnsegment.c: The Region
Manager did not follow the proper protocol when blocking and
unblocking tasks waiting on buffers. This was a bug introduced with
the transition to an Allocation Mutex.
2005-03-17 14:30:40 +00:00
Joel Sherrill
70541799ee
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
* irq/.cvsignore: New file.
2005-03-17 14:26:17 +00:00
Joel Sherrill
9f781394bd
2005-03-17 Joel Sherrill <joel@OARcorp.com>
...
PR 745/rtems
* src/ratemoncreate.c, src/timercreate.c: Make sure internal timer
structures are initialized so object control reuse is safe.
2005-03-17 14:24:35 +00:00
Joel Sherrill
44eb0beb20
2005-01-20 Joel Sherrill <joel@OARcorp.com>
...
PR 743/bsps
* clock/Makefile.am: Did not install tod.h.
2005-01-20 16:54:45 +00:00
Ralf Corsepius
0a7bcfd60a
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 742/rtems
* score/include/rtems/system.h: Remove stringify().
2005-01-14 05:23:21 +00:00
Ralf Corsepius
e8ece0b494
2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* src/gxx_wrappers.c: Backport from trunk. Add support for GCC-4.0.
2005-01-14 05:03:32 +00:00
Ralf Corsepius
410c6f8593
2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 704/bsps.
* ide_ctrl.c: Removed (obsolete).
2004-12-10 09:29:41 +00:00
Joel Sherrill
0bedb7eced
2004-11-23 Richard Campbell <richard.campbell@oarcorp.com>
...
* startup/bspstart.c: Removed mpc824x conditionals around call to
L1_caches_enables, conditionals are now in mmuAsm.S.
* vme/VMEConfig.h: Set up VME A16, A24 and A32 windows at different
locations for mvme2100.
* vme/vmeconfig.c: Fixed spelling.
2004-11-23 15:44:50 +00:00
Joel Sherrill
21b54fc117
2004-11-23 Richard Campbell <richard.campbell@oarcorp.com>
...
* powerpc/mpc6xx/mmu/mmuAsm.S: Enable L1 instruction cache only for
mpc8240 and mpc8245.
2004-11-23 15:31:19 +00:00
Joel Sherrill
9146692992
Add PR617 as fixed by conversion to new exceptions.
2004-11-22 23:37:11 +00:00
Joel Sherrill
bf423bdb2b
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
...
* Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
2004-11-22 23:32:33 +00:00
Jennifer Averett
624f551480
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
...
PR 581/bsps
* custom/psim.cfg: Convert PSIM to new exception model.
2004-11-22 22:35:02 +00:00
Jennifer Averett
848d015196
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
...
* sp07/buffered_io.c: Remove warning.
2004-11-22 22:34:36 +00:00
Jennifer Averett
f778d4c531
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
...
PR 581/bsps
* mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.h:
Converting PSIM to new exception model required addition of PSIM CPU
model.
2004-11-22 22:32:47 +00:00
Jennifer Averett
561f53b71e
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
...
PR 581/bsps
* Makefile.am, bsp_specs, configure.ac, clock/Makefile.am,
include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am,
startup/bspstart.c, startup/linkcmds, vectors/Makefile.am,
vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception
model.
* irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
irq/irq_init.c: New files.
* clock/clock.c: Removed.
2004-11-22 22:30:59 +00:00
Jennifer Averett
24fced7e13
2004-11-22 Joel Sherrill <joel@OARcorp.com>
...
PR 693/misc
* rtc/mc146818a_ioreg.c: Disable unless on a target with in/outport
routines.
2004-11-22 22:25:05 +00:00
cvs2git
52d276b6bc
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
...
Cherrypick from master 2004-11-22 22:13:35 UTC Jennifer Averett <Jennifer.Averett@OARcorp.com > '2004-11-22 Jennifer Averett <jennifer@OARcorp.com >':
c/src/lib/libbsp/powerpc/psim/irq/irq.c
c/src/lib/libbsp/powerpc/psim/irq/irq.h
c/src/lib/libbsp/powerpc/psim/irq/irq_asm.S
c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
2004-11-22 22:13:36 +00:00
Ralf Corsepius
0293ad1159
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
...
PR 721/tests
* itronsem01/init.c: Fix bogus assert.
2004-11-22 08:19:13 +00:00
Joel Sherrill
30062b7576
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
...
* vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
boards -- notably the MVME2100 -- return the physical address, not an
offset in PCI memory space.
2004-11-16 23:00:27 +00:00
Joel Sherrill
022ee190c8
2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>
...
* README.MVME2100: Update to include DBAT0.
* bsp_specs: Fix spacing.
2004-11-16 22:57:50 +00:00
Joel Sherrill
70fefe6879
2004-11-10 Joel Sherrill <joel@oarcorp.com>
...
* tod.c: Add include of tod.h to remove warnings.
2004-11-10 22:38:38 +00:00
Joel Sherrill
d700909e7e
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* configure.ac, mpc6xx/exceptions/raw_exception.c,
mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c,
mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c,
shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was
also a significant amount of spelling and whitespace cleanup.
2004-11-10 22:37:57 +00:00
Joel Sherrill
b90855ceb3
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* network/dec21140.c: Cleanup a bit and remove message about not
supported on PowerPC since it works on the MVME2100 BSP.
2004-11-10 22:27:55 +00:00
Joel Sherrill
0b929fe94b
2004-11-10 Joel Sherrill <joel@oarcorp.com>
...
PR 715/bsps
* rtc/mc146818a.c: Delete include of bsp.h
2004-11-10 22:27:08 +00:00
Joel Sherrill
5dba517449
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* custom/Makefile.am: Add MVME2100 BSP.
* custom/mvme2100.cfg: New file.
2004-11-10 22:18:12 +00:00
Joel Sherrill
f74483f280
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* aclocal/bsp-alias.m4: Add MVME2100 BSP.
2004-11-10 22:17:37 +00:00
Joel Sherrill
9d8590da5d
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* configure.ac: Add TOD support in shared as part of adding MVME2100
BSP.
2004-11-10 22:16:34 +00:00
Joel Sherrill
bd91ff4e71
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* ChangeLog, Makefile.am, bootloader/misc.c, bootloader/pci.c,
bootloader/pci.h, console/console.c, console/inch.c,
console/reboot.c, console/uart.c, console/uart.h, include/bsp.h,
irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c,
motorola/motorola.h, openpic/openpic.c, openpic/openpic.h,
pci/detect_raven_bridge.c, pci/pci.c, pci/pci.h, start/start.S,
startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add
MVME2100 BSP and MPC8240 support. There was also a significant amount
of spelling and whitespace cleanup.
* tod/.cvsignore, tod/Makefile.am, tod/todcfg.c: New files.
2004-11-10 22:15:01 +00:00
Joel Sherrill
ae460ecea9
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
...
* Makefile.am, configure.ac, bootloader/Makefile.am,
include/Makefile.am, wrapup/Makefile.am: Add MVME2100 BSP.
* README.MVME2100, tod/.cvsignore, tod/Makefile.am: New files.
2004-11-10 22:13:57 +00:00
Joel Sherrill
ef842b4665
2004-11-05 Joel Sherrill <joel@OARcorp.com>
...
PR 706/doc
* task.t: Remove not that changes explanation.
2004-11-05 14:37:31 +00:00
Ralf Corsepius
6316b74ef1
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 697/bsps
* flashentry/flashentry.S: Fix broken comments
(Patch by Thomas.Doerfler@imd-systems.de )
2004-11-02 02:43:35 +00:00
Joel Sherrill
5f56c3c73c
Fixed date.
2004-10-27 19:40:48 +00:00
Ralf Corsepius
d0c64050ec
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 696/bsps
* cpu.c: Include bsp.h.
2004-10-20 08:30:22 +00:00
Joel Sherrill
c03dd07226
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.2.
2004-10-18 19:15:22 +00:00
Joel Sherrill
9150b49feb
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.2.
2004-10-18 19:15:21 +00:00
Joel Sherrill
881da84b2f
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.2.
2004-10-18 19:15:20 +00:00
Joel Sherrill
eb961b2a63
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.2.
2004-10-18 19:15:19 +00:00
Joel Sherrill
ee50e9a30a
2004-10-18 RTEMS
...
* autotools/autoconf-rtems.spec.in: Comment out line giving trouble. It
only references unneeded documentation.
2004-10-18 19:15:01 +00:00
Joel Sherrill
a561860261
2004-04-08 Joel Sherrill <joel@OARcorp.com>
...
PR 594/tools
* setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so
GNAT included.
2004-10-18 19:14:15 +00:00
Joel Sherrill
1a626ab72f
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.2.
2004-10-18 19:12:40 +00:00
Joel Sherrill
a240bf2122
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.2.
2004-10-18 19:12:38 +00:00
Joel Sherrill
e95cc1ca1a
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* include/rtems/system.h: Bump revision number.
2004-10-18 19:12:26 +00:00
Joel Sherrill
1f1252a197
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* buildc.t, buildrt.t: Fix typo which keeps this from building.
2004-10-18 19:08:00 +00:00
Joel Sherrill
5550a389ad
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.2.
2004-10-18 17:50:49 +00:00
Joel Sherrill
1157fe214e
2004-10-18 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.2.
2004-10-18 17:50:48 +00:00
Joel Sherrill
8d55b1f03c
2004-10-15 Joel Sherrill <joel@OARcorp.com>
...
PR 692/rtems
* src/regiongetsegment.c, src/regionreturnsegment.c: The Region Manager
did not follow the proper protocol when blocking and unblocking tasks
waiting on buffers. This was a bug introduced with the transition to
an Allocation Mutex.
2004-10-15 20:06:35 +00:00
Joel Sherrill
27320205e8
2004-10-15 Gene Smith <gene.smith@seimens.com>
...
PR 691/bsps
* startup/linkcmds: Correct bug in linker script.
2004-10-15 19:29:34 +00:00
Joel Sherrill
22ba3c63dd
Distribute entry to appropriate places.
2004-10-15 14:29:55 +00:00
Joel Sherrill
801595223e
2004-10-13 Eric Norum <norume@aps.anl.gov>
...
PR 688/bsps
* Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
2004-10-15 14:29:15 +00:00
Joel Sherrill
08d8625f92
2004-10-13 Eric Norum <norume@aps.anl.gov>
...
PR 688/bsps
* shared/tod.c: Set RTEMS time during TOD initialization
2004-10-15 14:29:04 +00:00
Joel Sherrill
201f1c038d
Remove bad entry.
2004-10-15 14:28:36 +00:00
Joel Sherrill
6944b20eed
2004-10-13 Eric Norum <norume@aps.anl.gov>
...
PR 688/bsps
* libchip/rtc/rtc.h, libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h,
libchip/rtc/mc146818a_ioreg.c: New files. Add libchip driver for
MC146818A (and several Dallas Semiconductor) TOD chips.
2004-10-13 Eric Norum <norume@aps.anl.gov >
PR 686/networking
* libchip/network/if_fxp.c: Fix lockup in if_fxp.c, add additional
device code.
2004-10-15 14:27:04 +00:00
Eric Norum
a78aada98b
Describe last few days' changes.
2004-10-13 19:56:37 +00:00
Eric Norum
1d7f365cfc
Add explanation.
2004-10-13 14:51:13 +00:00
Eric Norum
0bd6d2b1aa
Set time from TOD to RTEMS as part of TOD initialization.
2004-10-13 14:07:22 +00:00
Eric Norum
359d170476
Add prototype.
2004-10-13 00:40:09 +00:00
Eric Norum
728abc471a
Remove delay.
2004-10-13 00:10:18 +00:00
Eric Norum
172f7dc444
Avoid lockup during initialization.
...
Add additional supported device code.
2004-10-13 00:09:54 +00:00
Eric Norum
5378a296f4
Add driver for Motorola MC146818A time-of-day clock.
...
Use above driver in i386/pc386 BSP.
2004-10-13 00:03:09 +00:00
cvs2git
361d58eef6
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
...
Cherrypick from master 2004-10-11 20:13:31 UTC Eric Norum <WENorum@lbl.gov > 'Don't get duplication rtc_probe() definitions.':
c/src/lib/libbsp/i386/pc386/clock/todcfg.c
c/src/libchip/rtc/README.mc146818a
c/src/libchip/rtc/mc146818a.c
c/src/libchip/rtc/mc146818a.h
c/src/libchip/rtc/mc146818a_ioreg.c
2004-10-11 20:13:32 +00:00
Ralf Corsepius
ab924e93e7
2004-09-30 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* autotools/autoconf-rtems.spec.in: Remove bogus BuildDep on
autoconf.
* autotools/automake-rtems.spec.in: Use my rtems.org address.
2004-09-30 10:28:34 +00:00
Joel Sherrill
0f5bc89c21
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 294/rtems
* src/pthread.c: POSIX thread exit handler now confirms that it created
the executing thread before implicitly exitting it.
2004-09-27 22:43:14 +00:00
Joel Sherrill
206d973621
Correct PR category.
2004-09-27 22:29:00 +00:00
Joel Sherrill
fafdf95453
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 683/doc
* overview.t: Chapter numbering in preface was wrong.
2004-09-27 22:28:43 +00:00
Joel Sherrill
38d354d335
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 682/misc
* buildc.t, buildrt.t, sample.t: Fix PATH and tar examples. Enable
binutils link again.
2004-09-27 22:26:31 +00:00
Joel Sherrill
df5f3ca7f5
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 681/misc
* stackchk/check.c: Fix dereference.
2004-09-27 22:14:43 +00:00
Joel Sherrill
d49e8f8238
2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 606/bsps
* bootloader/pci.c: Fixed IO remapping so buses >= 1 are remapped.
Reduced PCI space to match bat2. Fixed incorrect region size
calculation in pci_read_bases. Set PCI latency timers to known
sane values. Changed bridge PCI settings to minimum sane instead
of whatever sounded neat in the PCI spec. Force pf regions to
memory mapped to preserve byte access.
2004-09-27 21:57:50 +00:00
Joel Sherrill
a3fab15ad8
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 679/bsps
* startup/linkcmds: Add gnu.linkonce.d and .gcc_except_table.
2004-09-27 21:53:46 +00:00
Joel Sherrill
993b7d1e85
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
PR 680/bsps
* network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
2004-09-27 21:52:24 +00:00
Joel Sherrill
dd7db0f74e
2003-11-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 608/bsps
* pci/pcibios.c: BusCountPCI().
2004-09-27 21:49:18 +00:00
Joel Sherrill
5ef84356b8
Spacing.
2004-09-27 17:36:01 +00:00
Joel Sherrill
d3f0606f9a
2004-04-09 Greg Menke <gregory.menke@gsfc.nasa.gov>
...
PR 607/networking
* network/dec21140.c: Made PCI configuration minimum sane instead
of fully specifying unused PCI features.
2004-09-27 17:33:07 +00:00
Joel Sherrill
8ad2873774
2004-09-17 Joel Sherrill <joel@OARcorp.com>
...
PR 677/misc
* dumpbuf/dumpbuf.h, fsmount/fsmount.h, rtmonuse/rtmonuse.h,
serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/termios_printk.h,
serdbg/termios_printk_cnf.h, untar/untar.h: Add extern C wrappers.
2004-09-17 16:59:37 +00:00
Joel Sherrill
b92e6124dd
2004-09-17 Till Strauman <strauman@slac.stanford.edu>
...
PR 676/networking
* nfs/bootp_subr.c: /etc/resolv.conf contains NTP instead of DNS
servers.
2004-09-17 16:38:05 +00:00
Ralf Corsepius
506ac56d9f
2004-09-06 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* autotools/autoconf-rtems.spec.in: Backport from rtems-4.7.
Update to autoconf-2.59.
2004-09-06 03:39:16 +00:00
Jay Monkman
069bf7544e
2004-08-23 Jay Monkman <jtm@lopingdog.com>
...
PR 671/bsps
* rtems/score/cpu.h: Fixed bug in _CPU_ISR_Set_level for ARM
2004-08-24 01:07:30 +00:00
Ralf Corsepius
f485c56bfc
Remove.
2004-08-19 08:41:25 +00:00
Ralf Corsepius
8230fa8199
Remove.
2004-08-19 08:25:48 +00:00
Ralf Corsepius
fa2acf9d00
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 673/make_build
* config-ml.in: Quote 'cd "${ml_origdir}"'.
Quote 'cd "${ML_POPDIR}"'.
2004-08-18 12:41:03 +00:00
Ralf Corsepius
64bd5e3532
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
* aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2004-08-18 07:38:49 +00:00
Ralf Corsepius
cdbe374774
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* acinclude.m4: Fix m4-underquoting.
2004-08-18 07:37:19 +00:00
Ralf Corsepius
3950f549d3
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2004-08-18 07:34:50 +00:00
Ralf Corsepius
ba8c439f08
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/canonical-host.m4, aclocal/canonical-target-name.m4,
aclocal/canonicalize-tools.m4, aclocal/check-cpu.m4,
aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
aclocal/check-networking.m4, aclocal/check-newlib.m4,
aclocal/check-posix.m4, aclocal/check-tool.m4, aclocal/enable-bare.m4,
aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
aclocal/enable-posix.m4, aclocal/env-rtemscpu.m4,
aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/multi.m4,
aclocal/multilib.m4, aclocal/prog-cc.m4, aclocal/rtems-debug.m4,
aclocal/rtems-top.m4, aclocal/sysv-ipc.m4: Fix m4-underquoting.
2004-08-18 07:28:27 +00:00
Ralf Corsepius
98b30aa72e
Fix m4-underquoting.
2004-08-18 07:26:52 +00:00
Ralf Corsepius
1bdb08c7fb
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/bsp-alias.m4, aclocal/bsp-arg-enable.m4,
aclocal/canonical-host.m4, aclocal/canonical-target-name.m4,
aclocal/canonicalize-tools.m4, aclocal/check-bsps.m4,
aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
aclocal/check-networking.m4, aclocal/check-newlib.m4,
aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4,
aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
aclocal/enable-cxx.m4, aclocal/enable-inlines.m4,
aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
aclocal/enable-networking.m4, aclocal/enable-posix.m4,
aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
aclocal/i386-gas-code16.m4, aclocal/multilib.m4, aclocal/path-ksh.m4,
aclocal/path-perl.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
aclocal/project-root.m4, aclocal/rtems-debug.m4,
aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
aclocal/target.m4, aclocal/tool-paths.m4: Fix m4-underquoting.
2004-08-18 07:23:15 +00:00
Joel Sherrill
9bbeed5df6
2004-07-25 Thomas Rauscher <trauscher@loytec.com>
...
PR 609/rtems
* src/threaddispatch.c: Close race condition between _Thread_Dispatch
and _Thread_Tickle_timeslice.
2004-07-25 14:59:40 +00:00
Joel Sherrill
0f20ef5418
2004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>
...
PR 654/rtems
* src/threadinitialize.c: Initialize the per thread watchdog timer.
When the thread control block is reused, we cannot depend on it being
zeroed.
2004-07-25 14:53:30 +00:00
Joel Sherrill
0ca88a1dd4
2004-07-24 Mick Davis <mickd@microsol.iinet.net.au>
...
PR 641/rtems
* src/eventsurrender.c: The problem here is that events may be lost
when sent to a task which enters rtems_event_receive() with options
set to wait with a timeout and to return on receipt of any event. The
events are sent from an interrupt source such as a timer service
routine. If more than one set of events is sent to the task before it
returns, the first event set may be overwritten.
2004-07-24 17:52:40 +00:00
Joel Sherrill
8c829996c3
2004-07-24 Joel Sherrill <joel@OARcorp.com>
...
PR 661/rtems
* src/objectmp.c: Fix invalid dereference.
2004-07-24 17:39:24 +00:00
Joel Sherrill
046f0094b5
2004-07-24 Joel Sherrill <joel@OARcorp.com>
...
PR 660/rtems
* src/threadinitialize.c, src/threadstackallocate.c: Check for
overflow when allocating stack.
2004-07-24 17:35:34 +00:00
Joel Sherrill
508023527b
2004-07-24 Joel Sherrill <joel@OARcorp.com>
...
PR 659/rtems
* src/heapsizeofuserarea.c, src/objectmp.c, src/threadinitialize.c,
src/threadstackallocate.c: Check that address specified is in the
heap.
2004-07-24 17:20:16 +00:00
Joel Sherrill
e3da6673b5
Fix format.
2004-07-24 17:19:12 +00:00
Joel Sherrill
38198f3057
2004-07-24 Joel Sherrill <joel@OARcorp.com>
...
PR rtems/652
* signal.t: Return RTEMS_INVALID_NUMBER when sending an empty signal
set.
2004-07-24 17:08:38 +00:00
Joel Sherrill
7feb6f9f65
2004-07-24 Joel Sherrill <joel@OARcorp.com>
...
PR rtems/652
* src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty
signal set.
2004-07-24 17:08:17 +00:00
Joel Sherrill
e18303d997
2004-07-14 Joel Sherrill <joel@OARcorp.com>
...
PR 650/rtems
* src/coremsg.c: Check for mathemathical overflow when calculating
amount of memory to allocate for message buffers.
2004-07-14 21:05:38 +00:00
Joel Sherrill
72dfb969aa
2004-07-14 Joel Sherrill <joel@OARcorp.com>
...
PR 651/core
* src/taskident.c: Add NULL check for id.
2004-07-14 14:32:23 +00:00
Joel Sherrill
469c41a421
2004-06-29 Joel Sherrill <joel@OARcorp.com>
...
PR 631/rtems
* src/msgqcreate.c: Return unsatisfied from message_queue_create
when unable to allocate message buffer memory.
2004-06-29 13:55:09 +00:00
Joel Sherrill
6fbf5c39f1
2004-06-29 Joel Sherrill <joel@OARcorp.com>
...
PR 631/rtems
* msg.t: Document the return status from message_queue_create when
unable to allocate message buffer memory.
2004-06-29 13:53:57 +00:00
Joel Sherrill
304d1a52df
2004-06-08 Joel Sherrill <joel@OARcorp.com>
...
* ChangeLog, include/confdefs.h: Reverse previous accidental commit
which included too much and had no PR.
2004-06-08 13:53:29 +00:00
Joel Sherrill
01c96bfb75
2004-05-22 Till Strauman <strauman@slac.stanford.edu>
...
PR 619/bsps
* mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each
clock tick. Currently, this is done by just reloading a fixed value.
The attached patch takes into account the time that elapsed since the
decrementer crossed zero in order to adjust the value to be
re-loaded. Without the patch, the effective system clock cycle is
increased by the exception handler latency.
2004-05-22 15:14:03 +00:00
Joel Sherrill
cfc43898e6
2004-05-21 Joel Sherrill <joel@OARcorp.com>
...
PR 628/rtems
* src/killinfo.c, src/pthreadkill.c, src/ptimer1.c, src/sigaction.c,
src/sigaddset.c, src/sigsuspend.c: Signal set of 0 is supposed to
return EINVAL. In addition timer_create needed to return an error
if the clock was not CLOCK_REALTIME.
2004-05-21 20:16:39 +00:00
Joel Sherrill
0732eb4997
2004-05-21 Joel Sherrill <joel@OARcorp.com>
...
PR 629/rtems
* src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
2004-05-21 20:12:26 +00:00
Joel Sherrill
e2ce15fc77
2004-05-21 Joel Sherrill <joel@OARcorp.com>
...
PR 627/doc
* task.t: Behavior documented for an rtems_task_create with stacksize <
minimum was not the implemented behavior.
2004-05-21 16:04:44 +00:00
Joel Sherrill
f7219b211f
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
...
* PR 624/bsps
startup/bspstart.c: When probing the memory, make sure not to
corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
* Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
the screen.
2004-05-21 15:26:20 +00:00
Joel Sherrill
922db6549e
Fix formatting so script sees PR.
2004-05-21 15:21:13 +00:00
Joel Sherrill
640f1cb6b2
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
...
* PR/625/networking
* network/dec21140.c: Prevent name clashes by making 'ld_le32()' etc.
static inlines. Let dec21140 attach routine return an error rather
than panic if no chip is detected (thus allowing for probing).
* network/elnk.c: Let elnk bail out if autoneg never completes
instead of looping forever. Avoid divide by zero (crashed my PC).
* network/if_fxp.c: Enable more fxp chip variants but warn that
they are UNTESTED.
2004-05-21 15:09:43 +00:00
Joel Sherrill
e2f50f9d6d
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
...
PR 626/networking
* rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading
FFFFFF for byte values > 127.
2004-05-21 15:03:22 +00:00
Joel Sherrill
ca6c741739
2004-05-06 Joel Sherrill <joel@OARcorp.com>
...
PR 618/rtems
* clock.t, dpmem.t, event.t, msg.t, part.t, region.t, sem.t, task.t,
timer.t: Add NULL checks.
2004-05-06 19:22:02 +00:00
Joel Sherrill
df54012a8a
2004-05-06 Joel Sherrill <joel@OARcorp.com>
...
PR 618/rtems
* include/rtems/score/object.h, src/coretodvalidate.c,
src/objectnametoid.c: Add NULL checks.
2004-05-06 19:20:44 +00:00
Joel Sherrill
17bbaddcac
2004-05-06 Joel Sherrill <joel@OARcorp.com>
...
PR 618/rtems
* include/rtems/rtems/status.h, src/clockget.c, src/clockset.c,
src/dpmemcreate.c, src/dpmemexternal2internal.c,
src/dpmeminternal2external.c, src/eventmp.c, src/eventreceive.c,
src/eventsend.c, src/msgqbroadcast.c, src/msgqcreate.c,
src/msgqflush.c, src/msgqgetnumberpending.c, src/msgqreceive.c,
src/msgqsubmit.c, src/partcreate.c, src/partdelete.c,
src/partgetbuffer.c, src/ratemoncancel.c, src/ratemoncreate.c,
src/ratemondelete.c, src/ratemongetstatus.c, src/ratemonident.c,
src/ratemonperiod.c, src/regioncreate.c, src/regiondelete.c,
src/regionextend.c, src/regiongetsegment.c,
src/regiongetsegmentsize.c, src/regionreturnsegment.c,
src/semcreate.c, src/semdelete.c, src/semflush.c, src/semident.c,
src/taskcreate.c, src/taskgetnote.c, src/taskmode.c,
src/taskrestart.c, src/taskresume.c, src/tasksetnote.c,
src/tasksuspend.c, src/taskvariableadd.c, src/taskvariabledelete.c,
src/taskvariableget.c, src/taskwakewhen.c, src/timercreate.c,
src/timerdelete.c, src/timerfireafter.c, src/timerfirewhen.c,
src/timerserverfireafter.c, src/timerserverfirewhen.c: Add NULL
checks.
2004-05-06 19:20:04 +00:00
Joel Sherrill
424f2e40e9
2004-04-09 Joel Sherrill <joel@OARcorp.com>
...
PR 605/bsps
* cpu.c: Do not use C++ style comments.
2004-04-09 14:52:27 +00:00
Joel Sherrill
fbe21ef363
2004-04-08 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.1.
2004-04-08 23:11:45 +00:00
Joel Sherrill
24a8fb3736
2004-04-08 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.1.
2004-04-08 23:11:44 +00:00
Joel Sherrill
107459f117
Add missing PR604 reference.
2004-04-08 22:48:01 +00:00
Joel Sherrill
4a74b03d7c
2004-04-08 Joel Sherrill <joel@OARcorp.com>
...
PR 594/tools
* setup.def, autotools/autoconf-rtems.spec.in: Increment and rebuild so
GNAT included.
2004-04-08 22:08:49 +00:00
Joel Sherrill
91a52b3105
2004-04-07 Joel Sherrill <joel@OARcorp.com>
...
PR 602/bsps
* irq/irq.h: Fix typo.
2004-04-07 13:09:40 +00:00
Joel Sherrill
59db174d07
2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
...
PR 599/pppd
* pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:36:01 +00:00
Joel Sherrill
869f6029d8
2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
...
PR 599/pppd
* pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:33:21 +00:00
Joel Sherrill
9cec348537
2004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>
...
PR 598/bsps
* cpu_asm.S, rtems/score/cpu.h: Add save of floating point
status/control register on context switches. Missing this register
was causing intermittent floating point errors.
2004-04-03 16:29:06 +00:00
Ralf Corsepius
81cc5b271b
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 575/bsps
* startup/linkcmds: Remove.
2004-04-01 00:14:59 +00:00
Joel Sherrill
04b4b389b8
2004-03-30 David Querbach <querbach@realtime.bc.ca>
...
PR 595/tests
* sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
supplied buffer due to confusion in the definition of MESSAGE_SIZE.
Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
others treat it as a count of longs.
2004-03-30 19:46:24 +00:00
Joel Sherrill
6a15087d24
2004-03-30 David Querbach <querbach@realtime.bc.ca>
...
PR 596/tests
* sp32/init.c: A missing definition of TEST_INIT before including
<tmacros.h> means that buffered output will not work even if selected
in buffer_test_io.h.
2004-03-30 19:21:24 +00:00
Joel Sherrill
c3e88cadf1
2004-03-05 Joel Sherrill <joel@OARcorp.com>
...
* include/confdefs.h:
2004-03-05 17:58:18 +00:00
Joel Sherrill
8a41da4108
2004-03-05 Joel Sherrill <joel@OARcorp.com>
...
* psxmsgq01/init.c, psxtimer/psxtimer.c: Eliminate warning from
previous patch.
2004-03-05 15:49:39 +00:00
Joel Sherrill
d1266a5990
2004-03-05 Joel Sherrill <joel@OARcorp.com>
...
PR 576/doc
* FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
out of date and frequently duplicated information available from
other public sources like the CrossGCC Wiki.
* FAQ/embeddedinfo.t: Removed.
2004-03-05 15:45:32 +00:00
Joel Sherrill
30529eb7a5
2004-03-05 Joel Sherrill <joel@OARcorp.com>
...
PR 505/bsps
* setvec.c: Rework to remove punned pointer warning generated by gcc
3.3 and newer.
2004-03-05 15:30:57 +00:00
Joel Sherrill
1a17efbd2d
2004-02-26 Andreas Karlsson <andreas.karlsson@space.se>
...
* cpu_asm.S: Close window while restoring interrupted task state which
resulted in CWP corruption.
2004-02-26 17:23:58 +00:00
Joel Sherrill
9a93d54070
2004-02-26 Thomas Rauscher <trauscher@loytec.com.
...
PR 584/RTEMS
* src/eventtimeout.c: Fix critical section window.
2004-02-26 17:04:27 +00:00
Joel Sherrill
70e27c2d80
2004-02-26 Joel Sherrill <joel@OARcorp.com>
...
PR 583/tests
* tm26/task1.c, tm27/task1.c: Correctly reset
_Thread_Dispatch_disable_level so printing is safe.
2004-02-26 16:50:24 +00:00
Joel Sherrill
ec8472e0b7
2004-02-26 Joel Sherrill <joel@OARcorp.com>
...
PR 582/core
* src/mqueue.c, src/mqueuecreatesupp.c, src/mqueuedeletesupp.c,
src/mqueueunlink.c: Use memory from workspace to avoid use of mutex
during dispatch disable critical section. Besides memory for object
names should come from the Workspace anyway.
2004-02-26 14:29:02 +00:00
Joel Sherrill
4e0498e1f6
2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
...
PR 582/core
* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
queue test so more of it runs now.
2004-02-26 14:26:19 +00:00
Ralf Corsepius
a4454ed9c5
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Use rtems_source_spec_DEPS instead of
rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
2004-02-10 13:32:17 +00:00
Ralf Corsepius
04aa02d1d3
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove rtemsdoc/mkspec.
2004-02-10 13:26:19 +00:00
Ralf Corsepius
fe05191353
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* rtemsdoc/.cvsignore: Reformat.
* configure.ac: Add RTEMS_RPM_RELEASE.
* Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to
rtems-source.add
* rtems/rtems-source.add: Add RTEMS_RPM_RELEASE.
* rtemsdoc/mkspec.in: Remove.
* rtemsdoc/Makefile.am: Reworked.
* rtemsdoc/header.add: Update Copyright notice.
* rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE.
Add %{rpmgroup}. Remove bzip-ing *.ps.
* rtemsdoc/supplement.add.in: Add %{rpmgroup}.
* rtemsdoc/templ.add.in: Add %{rpmgroup}.
2004-02-10 13:24:23 +00:00
Ralf Corsepius
ede694c5d6
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* index.html.in: Change header URL to www.rtems.com.
2004-02-10 12:07:40 +00:00
Ralf Corsepius
1620d0208a
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 575/bsps
* startup/linkcmds: Remove.
2004-02-10 08:00:51 +00:00
Joel Sherrill
38c7e48100
2004-02-09 Joel Sherrill <joel@OARcorp.com>
...
PR make_build/574
* Makefile.am: Re-added since missing for some reason.
2004-02-09 14:03:44 +00:00
Ralf Corsepius
d1bcf10669
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* rtems/rtems-source.add: New.
* Makefile.am: Add rtems/rtems-source.spec handling.
* configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
* common/common.add.in: Use www.rtems.com as Vendor.
2004-02-09 13:34:14 +00:00