summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-202-0/+24
| | | | * custom/avrtest.cfg: New file.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-202-3/+11
| | | | | | PR 1306/cpukit * posix/inline/rtems/posix/priority.inl: Eliminate hard coded numbers in favor of existing macros.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-203-1/+29
| | | | | * posix/Makefile.am: Add dummy vfork() implementation. * posix/src/vfork.c: New file.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-202-1/+5
| | | | * README: Fix typo.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-204-0/+49
| | | | * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-2016-0/+908
| | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
* 2008-11-20 Daron Chabot <daronchabot@gmail.com>Joel Sherrill2008-11-202-1/+6
| | | | | | PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-203-7/+218
| | | | | PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-202-12/+60
| | | | | PR 1339/Ada * user/io.t: Re-add IO Manager to Ada binding.
* Regenerate.Ralf Corsepius2008-11-1912-55/+60
|
* Add NEWLIB_PKGVERS.Ralf Corsepius2008-11-192-0/+2
|
* Preps for newlib-cvs.Ralf Corsepius2008-11-1912-12/+24
| | | | Bump GCC_RPMREL.
* Update to gcc-core-4.3.2-rtems4.10-20081119.diff.Ralf Corsepius2008-11-1912-43/+36
| | | | Preps for newlib-cvs.
* Fix errors having crept in in previous versions.Ralf Corsepius2008-11-191-0/+245
|
* New.Ralf Corsepius2008-11-191-0/+297
| | | | Rebase newlib-*-rtems4.10 patch against newlib-cvs.
* Regenerate.Ralf Corsepius2008-11-191-1/+48
|
* Bump GCC_RPMREL.Ralf Corsepius2008-11-191-2/+2
| | | | Activate c++.
* Update.Ralf Corsepius2008-11-196-29/+57
|
* include/bsp.h, include/hwreg_vals.h, network/network.c:Thomas Doerfler2008-11-184-10/+25
| | | | | correct some init values for HSC_CM01 boards change strategy to determine MAC address
* libchip/serial/ns16550.c: Transmit the character in the polled writeThomas Doerfler2008-11-182-34/+34
| | | | function within a critical section for printk() compatibility.
* console/console.c: Update for new NS16550 polled write functionThomas Doerfler2008-11-182-5/+4
|
* 2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-132-0/+40
| | | | | | PR 1336/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
* 2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-133-6/+80
| | | | | | PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
* 2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-123-1/+57
| | | | | * libcsupport/Makefile.am: Add getrusage(). * libcsupport/src/getrusage.c: New file.
* 2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-122-2/+6
| | | | * score/src/timespecaddto.c: Fix typo.
* 2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-122-0/+11
| | | | | * startup/bspstart.c: Add bsp_clicks_per_usec variable which is used by shared code.
* Regenerate.Ralf Corsepius2008-11-1012-24/+36
|
* Bump GCC_RPMREL.Ralf Corsepius2008-11-1012-12/+12
|
* Upgrade to cygwin-1.5.25-14.Ralf Corsepius2008-11-101-4/+4
| | | | Upgrade to w32api-3.12-1.
* Suppress debug_install-post for noarch.Ralf Corsepius2008-11-101-1/+2
|
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-072-2/+6
| | | | * user/concepts.t: Use 32 bit version centered.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-072-3/+13
| | | | | * ada_user/Makefile.am: Make Ada manual build again after adding figure.
* 2008-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-072-3/+8
| | | | | * libcsupport/src/ttyname.c: Change third parameter of ttyname to be size_t instead of int.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-079-75/+19510
| | | | | | | | PR 1334/doc * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
* Regenerate.Ralf Corsepius2008-11-0712-12/+60
|
* Add %{gcclib}/@tool_target@/%{gcc_version}/include-fixed.Ralf Corsepius2008-11-071-0/+4
|
* Bump GCC_RPMREL.Ralf Corsepius2008-11-0712-12/+12
|
* 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-052-1/+9
| | | | * librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.
* 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-052-2/+12
| | | | * score/src/threadhandler.c: M32R uses different name for init.
* 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-053-3/+37
| | | | | | * posix/Makefile.am: Add _execve() so we can use newlib posix support directory and eliminate code in RTEMS. * posix/src/_execve.c: New file.
* Update.Ralf Corsepius2008-11-0536-84/+540
|
* Filter find-debuginfo.sh not to mistreat foreign binaries.Ralf Corsepius2008-11-051-0/+23
|
* Upgrade to binutils-2.19, gcc-4.2.4.Ralf Corsepius2008-11-052-4/+4
|
* Upgrade to binutils-2.19.Ralf Corsepius2008-11-052-10/+4
|
* Bump version.Ralf Corsepius2008-11-051-1/+1
|
* Silence unpackaging objc.Ralf Corsepius2008-11-041-1/+1
|
* Filter out -std=gnu99 from CFLAGS.Ralf Corsepius2008-11-041-1/+2
|
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-032-8/+14
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-031-9/+16
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-031-1/+1
| | | | | * shared/startup/linkcmds: increased size of CODE memory area.