Sebastian Huber
3d2044481e
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libcsupport/src/ioctl.c: Fixed integer type.
2011-04-15 10:27:10 +00:00
Sebastian Huber
86820eda09
2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1780/cpukit
* rtems/score/cpu.h: Lower alignment requirements for
CPU_PARTITION_ALIGNMENT according to AAPCS.
2011-04-15 08:06:16 +00:00
Joel Sherrill
e58f80cb40
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you
really can define a user scheduler.
2011-04-11 17:23:06 +00:00
Joel Sherrill
4847716dec
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am: Add schedulersimple.h
2011-04-11 17:22:46 +00:00
Joel Sherrill
3bc1585cdc
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
rtems_configuration_smp_maximum_processors since it is defined in
confdefs.h.
2011-04-11 17:16:50 +00:00
Sebastian Huber
2bda489ed9
2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>
...
* ne2000/ne2000.c: Add multicast support. Patch submitted to mailing
list 2005-12-21.
2011-04-11 11:55:42 +00:00
Joel Sherrill
b7528cf295
2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* README: New file.
2011-04-07 18:20:32 +00:00
Joel Sherrill
b467831a38
2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/main_clocktick.c, shared/main_semcreate.c,
shared/main_semdelete.c, shared/main_semflush.c,
shared/main_semobtain.c, shared/main_semrelease.c,
shared/main_taskcreate.c, shared/main_taskdelete.c,
shared/main_taskmode.c, shared/main_taskpriority.c,
shared/main_taskresume.c, shared/main_tasksuspend.c,
shared/main_taskwakeafter.c, shared/schedsim_shell.h: Compiles now
and do not core dump when RTEMS is not initialized.
2011-04-07 18:12:41 +00:00
Joel Sherrill
e69369c7cd
2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS
is not initialized.
2011-04-07 18:12:39 +00:00
Joel Sherrill
f78daca603
2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems_footer.html.in, common/cpright.texi: Update dates in copyright.
2011-04-07 16:50:35 +00:00
Joel Sherrill
5d2aacc2a9
2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1701/filesystems
* libfs/src/imfs/memfile.c: Fix sense of assert.
2011-04-05 13:38:49 +00:00
Sebastian Huber
6503ac9b00
2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* score/src/heap.c: Avoid integer overflow.
2011-04-05 09:50:02 +00:00
Sebastian Huber
5bd6123f77
2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* tar01/init.c: Fixed integer types.
2011-04-05 09:19:53 +00:00
Joel Sherrill
142b3b810f
2011-04-04 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1641/cpukit
* Makefile.am, configure.ac: Create testcase for red black tree.
* sprbtree01/init.c, sprbtree01/Makefile.am, sprbtree01/sprbtree01.doc,
sprbtree01/sprbtree01.scn: New files.
2011-04-04 18:45:38 +00:00
Joel Sherrill
bd9baa8184
2010-07-28 Gedare Bloom <giddyup44@yahoo.com>
...
PR 1641/cpukit
* sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am,
score/preinstall.am: Add Red Black Tree data structure to score.
* sapi/include/rtems/rbtree.h, sapi/inline/rtems/rbtree.inl,
score/include/rtems/score/rbtree.h, score/inline/rtems/score/rbtree.inl,
score/src/rbtree.c, score/src/rbtreeextract.c,
score/src/rbtreefind.c, score/src/rbtreefindheader.c,
score/src/rbtreeget.c, score/src/rbtreeinsert.c,
score/src/rbtreepeek.c: New files.
2011-04-04 18:44:16 +00:00
Joel Sherrill
ff49ffe396
2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
...
PR 1722/networking
* ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to
filenames with spaces in them.
2011-04-04 17:08:34 +00:00
Joel Sherrill
9c24c7332c
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1768/bsps
* shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
we do not perform a cld before calling C code in the ISR. This was
historically not a problem but gcc 4.3 changed the behavior. From
http://gcc.gnu.org/gcc-4.3/changes.html
2011-04-04 16:44:46 +00:00
Joel Sherrill
e79093acb1
2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
PR 1773/cpukit
* sapi/include/confdefs.h, sapi/src/exinit.c,
score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/thread.c:
Rename rtems_smp_maximum_processor to
rtems_configuration_smp_maximum_processor. Eliminate printk().
2011-04-04 16:40:00 +00:00
Ralf Corsepius
54ff312fa3
Whitespace fixes.
2011-04-03 06:38:04 +00:00
Ralf Corsepius
7c8ac8797c
Add support for gcc-go tarballs.
2011-04-03 06:30:56 +00:00
Ralf Corsepius
619413a757
Reflect /go subdir handling having move into install.add.
2011-04-03 06:28:34 +00:00
Ralf Corsepius
4c97b4766d
Handle /go subdirs.
2011-04-03 06:27:46 +00:00
Ralf Corsepius
824570056c
Remove @tool_target@-@tool_target@-gccgo.
2011-04-03 05:31:11 +00:00
Ralf Corsepius
62a26e39bb
Don't ship libffi's man-pages.
2011-04-03 05:27:10 +00:00
Ralf Corsepius
dfa3ad8c79
Regenerate.
2011-04-02 06:22:41 +00:00
Ralf Corsepius
8357e8563a
Abandon NoSource:
2011-04-02 06:20:30 +00:00
Ralf Corsepius
2e51b8f6bb
Preps for gccgo.
2011-04-02 06:17:25 +00:00
Ralf Corsepius
fce089ec94
New.
2011-04-02 06:14:32 +00:00
Ralf Corsepius
60d34868c7
Add %build_go.
...
Cosmetics.
2011-04-02 06:10:53 +00:00
Joel Sherrill
3953cb4d66
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to
account for movement of .cfg files.
2011-04-01 18:12:07 +00:00
Joel Sherrill
c9be95770e
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* custom/default.cfg: Update to account for movement of .cfg files.
2011-04-01 18:12:01 +00:00
Ralf Corsepius
49a97a9130
2011-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Use '|' as sed-delimiter.
2011-03-29 03:43:00 +00:00
Sebastian Huber
c4d9f31372
2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* shared/lpc/network/lpc-ethernet.c: Support multicast.
2011-03-28 12:27:29 +00:00
Sebastian Huber
f4371073f2
2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* configure.ac, include/bspopts.h.in: New BSP option
LPC32XX_SCRATCH_AREA_SIZE. Disable BSP option
LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
* include/boot.h: Removed application specific defines.
* include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
* include/mmu.h, misc/mmu.c: Documentation. Bugfix.
* include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
startup/linkcmds.lpc32xx_mzx_stage_2,
startup/linkcmds.lpc32xx_phycore: Support for scratch area. Moved
code into macros for reusability.
2011-03-28 09:00:01 +00:00
Sebastian Huber
305234f7ab
2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* shared/start/start.S: Default exception handler will result in
bsp_reset().
* shared/startup/linkcmds.base: Move unsupported sections into
read-only section. Changed barrier sections.
2011-03-28 08:49:58 +00:00
Ralf Corsepius
2e031c64c2
Regenerate.
2011-03-26 04:45:02 +00:00
Ralf Corsepius
a18a3f2917
Reflect gcc-4.6.0 is out.
...
Abandon newlib-1.18.0
2011-03-26 04:14:09 +00:00
Ralf Corsepius
a5028132d0
Reflect gcc-4.6.0 is out.
...
Bump GCC_RPMREL.
2011-03-26 04:10:33 +00:00
Ralf Corsepius
d6d0239bc2
New.
2011-03-26 03:50:18 +00:00
Ralf Corsepius
365b3f001c
newlib-1.19.0-rtems4.11-20110323.diff.
2011-03-26 03:23:07 +00:00
Ralf Corsepius
a1785b150d
gcc-core-4.6.0-RC-20110321-rtems4.11-20110323.diff
2011-03-25 17:47:42 +00:00
Ralf Corsepius
e226826635
Add missing dirent.h patch.
2011-03-24 12:23:06 +00:00
Ralf Corsepius
1f8742234a
New.
2011-03-24 11:45:01 +00:00
Ralf Corsepius
49c1f6fb80
Regenerate.
2011-03-24 11:44:09 +00:00
Ralf Corsepius
4b49b56135
Bump GCC_RPMREL.
2011-03-24 11:42:31 +00:00
Ralf Corsepius
8bd08908ea
newlib-1.19.0-rtems4.11-20110323.diff.
2011-03-24 11:41:55 +00:00
Ralf Corsepius
c5ee9702ac
Regenerate.
2011-03-24 11:22:08 +00:00
Ralf Corsepius
013fef84b8
2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/rtems/bsd/sys/queue.h, include/rtems/bsd/sys/cdefs.h:
Remove.
* Makefile.am: Reflect changes above.
2011-03-24 11:21:58 +00:00
Ralf Corsepius
8f70f8e15a
2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/hexdump-odsyntax.c, libmisc/shell/main_dd.c:
Add local version of __unused macro.
2011-03-24 09:38:27 +00:00
Ralf Corsepius
80e239fb46
Add local version of __unused macro.
2011-03-24 09:38:01 +00:00