summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-11-052004-11-05 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-17/+23
* configure.ac: Remove check for libbsp/${RTEMS_CPU}. Add dependency tracking for *.cfgs. * Makefile.am: Add dependency tracking for *.cfg.
2004-11-032004-11-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* libchip/rtc/mc146818a.c: Don't include <bsp.h> (Thanks to Lars Munch <lars@segv.dk> for catching this).
2004-11-022004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+5
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/powerpc.h: Add doxygen preamble. * rtems/score/ppc.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
2004-11-022004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-3/+9
PR 697/bsps * flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@imd-systems.de)
2004-10-282004-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* startup/linkcmds: Add .gnu.linkonce.b.*.
2004-10-282004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+17
PR 707/make_build * configure.ac: Add --enable-rpcgen.
2004-10-272004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+6
* start/start.S: Reflect new header locations.
2004-10-272004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+53
PR 700/rtems_misc * libnetworking/rtems_webserver/asp.c, libnetworking/rtems_webserver/balloc.c, libnetworking/rtems_webserver/cgi.c, libnetworking/rtems_webserver/default.c, libnetworking/rtems_webserver/ej.h, libnetworking/rtems_webserver/ejIntrn.h, libnetworking/rtems_webserver/ejlex.c, libnetworking/rtems_webserver/ejparse.c, libnetworking/rtems_webserver/emfdb.c, libnetworking/rtems_webserver/emfdb.h, libnetworking/rtems_webserver/form.c, libnetworking/rtems_webserver/handler.c, libnetworking/rtems_webserver/h.c, libnetworking/rtems_webserver/license.txt, libnetworking/rtems_webserver/Makefile.am, libnetworking/rtems_webserver/md5c.c, libnetworking/rtems_webserver/md5.h, libnetworking/rtems_webserver/mime.c, libnetworking/rtems_webserver/misc.c, libnetworking/rtems_webserver/NOTES, libnetworking/rtems_webserver/ringq.c, libnetworking/rtems_webserver/rom.c, libnetworking/rtems_webserver/rtems_webserver.h, libnetworking/rtems_webserver/security.c, libnetworking/rtems_webserver/sock.c, libnetworking/rtems_webserver/socket.c, libnetworking/rtems_webserver/sockGen.c, libnetworking/rtems_webserver/sym.c, libnetworking/rtems_webserver/uemf.c, libnetworking/rtems_webserver/uemf.h, libnetworking/rtems_webserver/um.c, libnetworking/rtems_webserver/um.h, libnetworking/rtems_webserver/umui.c, libnetworking/rtems_webserver/url.c, libnetworking/rtems_webserver/value.c, libnetworking/rtems_webserver/wbase64.c, libnetworking/rtems_webserver/webcomp.c, libnetworking/rtems_webserver/webmain.c, libnetworking/rtems_webserver/webpage.c, libnetworking/rtems_webserver/webrom.c, libnetworking/rtems_webserver/webs.c, libnetworking/rtems_webserver/websda.c, libnetworking/rtems_webserver/websda.h, libnetworking/rtems_webserver/webs.h, libnetworking/rtems_webserver/websSSL.c, libnetworking/rtems_webserver/websSSL.h, libnetworking/rtems_webserver/websuemf.c, libnetworking/rtems_webserver/wsIntrn.h: Remove (Moved to cpukit/http).
2004-10-27Remove (Moved to cpukit/http).Ralf Corsepius49-23576/+0
2004-10-272004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-5/+7
PR 700/rtems_misc * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am: Remove libnetworking/rtems_webserver.
2004-10-26Remove environ common declaration -- it broke newlib.Eric Norum10-19/+13
2004-10-26Reformat.Ralf Corsepius3-13/+6
2004-10-26Reformat.Ralf Corsepius1-4/+1
2004-10-262004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-4/+11
* Makefile.am: Fix network_CPPFLAGS. Reformat. * network/GT64260eth.c: Properly prototype GT64260eth_err().
2004-10-26Reformat.Ralf Corsepius4-28/+24
2004-10-25Set RTEMS time during TOD initializationEric Norum1-0/+2
2004-10-25Install working version of ether_sprintf().Eric Norum2-16/+4
2004-10-22Changes for new build system.Eric Norum2-6/+2
2004-10-222004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
2004-10-222004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-19/+4
* network/GT64260eth.c: Remove ether_sprintf.
2004-10-21Add prototype for device-specific probe routine.Eric Norum1-0/+3
2004-10-212004-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+16
* startup/bspstart.c: Remove warnings for variables only used when certain conditionals are enabled..
2004-10-212004-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* Makefile.am: Add missing network_CPPFLAGS.
2004-10-21Fix stupid typo.Ralf Corsepius1-1/+1
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-16/+21
* librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S librdbg/src/m68k/rdbg_f.c: Use POSIX fixed size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-5/+9
* startup/bspstart.c: Use POSIX fixed size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-4/+8
* libnetworking/rtems_servers/ftpd.c: Use POSIX fixed size types.
2004-10-212004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-19/+24
* libchip/rtc/mc146818a.c, libchip/rtc/mc146818a.h, libchip/rtc/mc146818a_ioreg.c: Use POSIX fixed size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-116/+121
* mpc5xx/clock/clock.c, mpc5xx/include/mpc5xx.h mpc5xx/timer/timer.c: Use POSIX fixed size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-376/+381
* clock/ckinit.c, include/mcf5272.h, timer/timer.c: Use POSIX fixed-size types.
2004-10-212004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-6/+14
* timer/timer.c: Use POSIX fixed-size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius5-12/+17
* include/bsp.h, network/network.c, startup/bspstart.c, startup/init5272.c: Use POSIX fixed-size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-5/+9
* startup/bspstart.c: Use POSIX fixed size types.
2004-10-21Add coverhd.hRalf Corsepius1-0/+5
2004-10-21Add libcpu and exception handling rels.Ralf Corsepius2-4/+15
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-12/+28
* Makefile.am: Build networking.rel conditionally. Reformat. Cosmetics. * wrapup/Makefile.am: Build networking.rel conditionally. * startup/bspstart.c: Eliminate RTEMS fixed size types.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+19
* aclocal/enable-bare.m4: New (moved from aclocal).
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+4
* startup/bspstart.c: Remove BSP_build_date.
2004-10-21New.Ralf Corsepius1-0/+1
2004-10-21Adaptations to rtems-4.7.Ralf Corsepius1-12/+0
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+8
* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am, include/Makefile.am, irq/Makefile.am, network/Makefile.am, pci/Makefile.am, start/Makefile.am, startup/Makefile.am, tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am: Remove (obsolete).
2004-10-21Remove (obsolete).Ralf Corsepius12-461/+0
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-27/+357
* configure.ac: Adaptations to rtems-4.7. * Makefile.am, wrapup/Makefile.am: Reworked.
2004-10-21Misc. adaptations to rtems-4.7.Ralf Corsepius1-1/+1
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius5-14/+17
* start/preload.S, include/bsp.h, vectors/exceptionhandler.c, startup/bspstart.c: Misc. adaptations to rtems-4.7.
2004-10-212004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+5
* configure: Remove (Bogus). * include/tm27.h: New (Stub).
2004-10-21New.Ralf Corsepius1-0/+14
2004-10-21Remove (Bogus).Ralf Corsepius1-5586/+0
2004-10-21New (Stub).Ralf Corsepius1-0/+32
2004-10-202004-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill25-6692/+35
* README, configure.ac, GT64260/Makefile.am, include/bsp.h, irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string and license corrected. * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in, include/Makefile.am, include/Makefile.in, irq/Makefile.in, network/Makefile.in, pci/Makefile.in, start/Makefile.in, startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in, wrapup/Makefile.in: Removed.