Joel Sherrill
0126591e0a
2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1867/cpukit
* Makefile.am, configure.ac, psx12/task.c, psxkey03/init.c,
psxrwlock01/test.c: Correct implementation of pthread_exit() and
pthread_join() to support the case where a thread is joinable but
calls pthread_exit() before a thread has attempted to join.
* psx16/.cvsignore, psx16/Makefile.am, psx16/init.c, psx16/psx16.doc,
psx16/psx16.scn: New files.
2011-07-31 16:16:43 +00:00
Joel Sherrill
1389334318
2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1867/cpukit
* posix/src/pthreadexit.c, posix/src/pthreadjoin.c: Correct
implementation of pthread_exit() and pthread_join() to support the
case where a thread is joinable but calls pthread_exit() before a
thread has attempted to join.
2011-07-31 16:16:30 +00:00
Joel Sherrill
a9ed9230c6
2011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1839/filesystem
* libcsupport/include/rtems/libio_.h, libcsupport/src/fchdir.c,
libcsupport/src/fdatasync.c, libcsupport/src/fpathconf.c,
libcsupport/src/fsync.c, libcsupport/src/ftruncate.c,
libcsupport/src/read.c, libcsupport/src/readv.c,
libcsupport/src/write.c, libcsupport/src/writev.c: Some calls did not
return proper status for permission errors or incorrectly permissions
at all.
2011-07-31 14:12:29 +00:00
Joel Sherrill
5691dc6d5d
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1864/doc
* user/conf.t: Add missing documentation for
CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
2011-07-29 19:50:32 +00:00
Joel Sherrill
c2f26f0d5e
2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1851/doc
* user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
2011-07-26 14:13:33 +00:00
Joel Sherrill
ca356b5d3a
2011-07-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1845/bsps
* make/custom/rtl22xx_t.cfg: Remove unused line with what is now
invalid syntax.
2011-07-22 13:12:26 +00:00
Joel Sherrill
395fd11d2e
2011-07-21 Jorge Lopez <jorge.lopez.trescastro@esa.int>
...
PR 1766/bsps
* clock/ckinit.c: Add missing read of Timer_Counter_1.
2011-07-21 20:52:27 +00:00
Joel Sherrill
5c2346afa8
Upgrade to 4.10.1
4.10.1
2011-07-21 17:48:36 +00:00
Joel Sherrill
3d2f5a0e79
2011-07-20 Till Straumann <strauman@slac.stanford.edu>
...
PR 1837/bsps
* shared/motorola/motorola.c, shared/motorola/motorola.h: Add MVME2400
board with 750 CPU to list of supported Motorola boards.
2011-07-20 16:39:45 +00:00
Joel Sherrill
3460d8b5a8
formatting.
2011-07-20 13:22:30 +00:00
Joel Sherrill
343304a644
2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1838/filesystem
* libcsupport/src/fchmod.c: fchmod() does not need a writeable file
descriptor.
2011-07-19 13:14:09 +00:00
Till Straumann
01eb27f0d0
2011-07-15 Till Straumann <strauman@slac.stanford.edu>
...
* nfs.c: removed stray Ctrl-M char.
2011-07-15 21:22:23 +00:00
Joel Sherrill
7805594ba8
2011-07-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* .cvsignore, include/.cvsignore: New files.
2011-07-14 19:25:38 +00:00
Joel Sherrill
8ecd51abba
2011-07-14 Gene Smith <gene.smith@siemens.com>
...
PR 1381/networking
* netinet/ip_output.c: If a null or unreachable gateway is
specified either statically in networkconfig.h or from dhcp/bootp,
sendto() fails on multicast send with errno "118 Host is unreachable".
The failure occurs in networking file ip_output.c since it currently
requires all multicasts to have a valid route to the outside world.
2011-07-14 19:22:04 +00:00
Joel Sherrill
2a329c7a00
2011-07-14 Gene Smith <gene.smith@siemens.com>
...
PR 1381/networking
* libnetworking/netinet/ip_output.c: If a null or unreachable gateway
is specified either statically in networkconfig.h or from dhcp/bootp,
sendto() fails on multicast send with errno 118 Host
2011-07-14 19:16:20 +00:00
Joel Sherrill
3b06edafb8
2011-07-14 Till Straumann <strauman@slac.stanford.edu>
...
PR 1833/bsps
* ne2000/ne2000.c: Addition of multicast support disabled broadcast
reception. Patch also includes support to work on big endian CPUs.
2011-07-14 14:45:05 +00:00
Joel Sherrill
3960158406
2011-07-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1832/libcpu
* at91rm9200/irq/irq.c: he bsp_interrupt_dispatch routine does not
determine the correct interrupt source number. According to the
datasheet, the reading of the interrupt vector register (AIC_IVR)
notifies the hardware that the OS is taken care of the interrupt.
Only after AIC_IVR have been read can the correct source number be
read from the interrupt status register (AIC_ISR).
2011-07-13 20:24:19 +00:00
Joel Sherrill
f606f67762
2011-07-13 Till Straumann <strauman@slac.stanford.edu>
...
PR 1775/filesystem
* libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write
problems when requested bytes greater than nfsStBlksize. Failure to
create files and symlinks.
2011-07-13 19:06:02 +00:00
Till Straumann
d21c73740c
2009-11-09 Till Straumann <strauman@slac.stanford.edu>
...
* ChangeLog: had forgotten to commit ChangeLog
2011-07-13 16:04:10 +00:00
Chris Johns
a10f0ede0d
2011-07-04 Chris Johns <chrisj@rtems.org>
...
PR 1827/filesystem
* libfs/src/rfs/rtems-rfs-rtems.c: Skip the parent (..) path value
when eval make moving up out of the RFS file system.
2011-07-04 00:27:36 +00:00
Joel Sherrill
fca42af6aa
2011-04-10 Kate Feng <feng@bnl.gov>
...
PR 1786/bsps
* Makefile.am: Add support for Altivec.
* startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead.
* make/custom/mvme5500.cfg: Change CPU_CFLAGS to
"-mcpu=7450 -mtune=7450 -Dmpc7455"
* irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c:
Remove warnings.
* vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers.
* network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there
is any Rx error.
2011-06-17 13:22:25 +00:00
Joel Sherrill
fcd8a63b84
Fix formatting.
2011-06-17 13:22:14 +00:00
Joel Sherrill
880f01b3d7
2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1812/filesystem
* libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not
set st_blksize field. Set it based upon user configuration.
2011-06-10 18:17:02 +00:00
Chris Johns
771803b459
2011-05-27 Chris Johns <chrisj@rtems.org>
...
* samples/fileio/init.c, samples/fileio/system.h: Add support for
create a RAM disk from the shell to aid bug testing on the 4.10
branch.
2011-05-26 23:37:16 +00:00
Chris Johns
f74c529bd9
2011-05-27 Bo Hansen <mdboha@gmail.com>
...
PR 1776/networking
* libnetworking/rtems/rtems_glue.c: Higher resolution microtime()
for SO_TIMESTAMP.
2011-05-26 23:34:00 +00:00
Ralf Corsepius
336a0df287
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/rtems/bspIo.h, include/rtems/concat.h,
include/rtems/irq.h, libblock/include/rtems/bdbuf.h
libcsupport/include/rtems/libio_.h, libcsupport/src/getuid.c,
score/include/rtems/score/coremutex.h,
score/include/rtems/score/heap.h,
score/include/rtems/score/sysstate.h, score/src/objectidtoname.c,
score/src/objectnametoid.c, score/src/objectnametoidstring.c,
score/src/thread.c, score/src/threadchangepriority.c,
score/src/threadclearstate.c, score/src/threadclose.c,
score/src/threadcreateidle.c, score/src/threaddelayended.c,
score/src/threaddispatch.c, score/src/threadget.c,
score/src/threadhandler.c, score/src/threadinitialize.c,
score/src/threadloadenv.c, score/src/threadready.c,
score/src/threadreset.c, score/src/threadrestart.c
score/src/threadsetpriority.c, score/src/threadsetstate.c,
score/src/threadsettransient.c, score/src/threadstackallocate.c
score/src/threadstackfree.c, score/src/threadstart.c:
Cosmetics from CVS-HEAD.
2011-05-25 14:18:10 +00:00
Ralf Corsepius
dea1dc2033
Cosmetics from CVS-HEAD.
2011-05-25 14:17:53 +00:00
Ralf Corsepius
4667b4d130
Merge with CVS-HEAD.
2011-05-25 11:23:30 +00:00
Ralf Corsepius
3342963ed1
2011-05-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libblock/src/flashdisk.c, libblock/src/nvdisk.c:
Add va_end() (Backport from HEAD).
2011-05-25 04:48:10 +00:00
Ralf Corsepius
c53e0e31f3
Regenerate.
2011-05-20 04:24:08 +00:00
Ralf Corsepius
882382d2cb
gdb-7.2.
2011-05-20 04:22:41 +00:00
Ralf Corsepius
025c69292f
Add gdb-7.2.
...
Remove gdb-7.0.1.
2011-05-20 04:21:35 +00:00
Ralf Corsepius
1cd4ae9e8d
New.
2011-05-19 15:43:00 +00:00
Ralf Corsepius
3871497e40
Sync with rtems-4.11.
2011-05-19 15:37:41 +00:00
Ralf Corsepius
3af5699804
2011-05-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/Makefile.am: Add posixtime.h.
* posix/src/clockgetres.c, posix/src/clockgettime.c,
posix/src/clocksettime.c:
Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
Include posix/src/posixtime.h.
* posix/src/posixtime.h: New.
2011-05-19 15:32:44 +00:00
Till Straumann
d1e85c41ea
2011-05-18 Till Straumann <strauman@slac.stanford.edu>
...
PR1797/bsps
* shared/bootcard.c: Fixed a typo (in code, not comment) which
I introduced with the last change.
2011-05-18 16:08:56 +00:00
Ralf Corsepius
c9ea876523
Housekeeping.
2011-05-18 13:56:13 +00:00
Ralf Corsepius
c3e937868a
Regenerate.
2011-05-18 13:53:47 +00:00
Ralf Corsepius
6d23901678
Bump GCC_RPMREL.
2011-05-18 13:52:56 +00:00
Ralf Corsepius
28e616b2e9
New.
2011-05-18 13:52:06 +00:00
Till Straumann
37834667fd
2011-05-18 Till Straumann <strauman@slac.stanford.edu>
...
PR1797/bsps: Applied cleaned-up version of Kate's patch.
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h'
setting and as such configurable.
2011-05-18 05:08:36 +00:00
Chris Johns
843459426b
2011-05-17 Chris Johns <chrisj@rtems.org>
...
PR 1774/filesystem
* libfs/src/imfs/imfs_eval.c: The previous change broke some of
the tests. This has been fixed.
2011-05-17 04:45:52 +00:00
Till Straumann
64a3101718
2011-05-16 Till Straumann <strauman@slac.stanford.edu>
...
* include/bsp.h: define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
2011-05-16 15:12:31 +00:00
Ralf Corsepius
6ae5406cf2
Partial merger from CVS-HEAD.
2011-05-16 05:19:58 +00:00
Ralf Corsepius
349cdaa67c
Add fedora-16.
2011-05-16 05:14:16 +00:00
Ralf Corsepius
f0c49f0b35
Abandon openSUSE-11.2.
2011-05-16 05:13:15 +00:00
Sebastian Huber
2520ef9eee
2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1790/cpukit
* libblock/src/flashdisk.c: Fixed memset() parameters.
2011-05-11 08:29:17 +00:00
Sebastian Huber
c7ba440e55
2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* include/bsp.h: Moved NEED_LOW_LEVEL_INIT define because it has to be
visible for the assembler.
* startup/linkcmds.brs5l: Fixed RAM size.
2011-05-06 06:28:04 +00:00
Joel Sherrill
e115f4b81d
2011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>
...
PR 1783/bsps
* include/bsp.h: Remove dead prototypes of Clock_delay() and delay().
Neither had bodies.
2011-04-25 19:39:42 +00:00
Joel Sherrill
9effafc88b
2011-04-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* console/console.c: Now compiles.
2011-04-22 17:07:59 +00:00