summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-114-2/+10
| | | | * aclocal/version.m4: Updated to rtems-ss-20020411.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-1115-0/+6155
| | | | | | | * rtems_webserver/cgi.c, rtems_webserver/sockGen.c, rtems_webserver/umui.c, rtems_webserver/websSSL.c, rtems_webserver/websSSL.h, rtems_webserver/websda.c, rtems_webserver/websda.h: New files. Not included in previous commit.
* 2002-04-10 Mike Siers <mikes@poliac.com>Joel Sherrill2003-04-1175-618/+1780
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rtems_webserver/NOTES, rtems_webserver/asp.c, rtems_webserver/balloc.c, rtems_webserver/default.c, rtems_webserver/ej.h, rtems_webserver/ejIntrn.h, rtems_webserver/ejlex.c, rtems_webserver/ejparse.c, rtems_webserver/emfdb.c, rtems_webserver/emfdb.h, rtems_webserver/form.c, rtems_webserver/h.c, rtems_webserver/handler.c, rtems_webserver/license.txt, rtems_webserver/md5.h, rtems_webserver/md5c.c, rtems_webserver/mime.c, rtems_webserver/misc.c, rtems_webserver/ringq.c, rtems_webserver/rom.c, rtems_webserver/security.c, rtems_webserver/sock.c, rtems_webserver/sym.c, rtems_webserver/uemf.c, rtems_webserver/uemf.h, rtems_webserver/um.c, rtems_webserver/um.h, rtems_webserver/url.c, rtems_webserver/value.c, rtems_webserver/wbase64.c, rtems_webserver/webcomp.c, rtems_webserver/webpage.c, rtems_webserver/webrom.c, rtems_webserver/webs.c, rtems_webserver/webs.h, rtems_webserver/websuemf.c, rtems_webserver/wsIntrn.h: Update to GoAhead Webserver 2.1.4. The following URL is the release notes from GoAhead. http://data.goahead.com/Software/Webserver/2.1.4/release.htm I have only done a minimal amount of testing (i.e. the network demo program works fine). Please try this out and let me know if it works. The patch needs to be applied on the c/src/libnetworking/rtems_webserver directory.
* 2003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-04-103-21/+28
| | | | | | | PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix.
* 2003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-04-109-15/+49
| | | | | | | | | | | | | | | | | | PR 379/bsps * console/polled_io.c: libcpu provides 'printk' already. Therefore, the implementation in this file was removed (still used for the bootloader, though). It now provides BSP_output_char() for libcpu's printk(). * console/uart.c, console/uart.h: BSP_output_char_via_serial() prototype changed to match the BSP_output_char_function_type. Note that the motorola BSPs use polled-io for the output_char routine, not the uart.c version. The latter can be used be other BSPs however (e.g. SVGM). * console/console.c, console/consoleIo.h, console/polled_io.c, irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c: Unfortunately, the supported 'printk' format string subset of the polled-io and libcpu implementations are different - hence, a few format strings in the ppc/shared BSP were changed.
* 2003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-1019-152/+144
| | | | | | | | | | PR 371/pppd * pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c, pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c: Change many symbols to static. There are still global symbols in rtemspppd.h which might need to be changed or converted into member of a structure which is dereferenced with a pointer that is managed as a per task variable. But this patch should avoid many conflicts.
* 2003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-102-1/+6
| | | | | PR 383/bsps * irq/irq.c: Fix bug introduced by conflicts in previous patches.
* 2003-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-042-0/+6
| | | | * ide/.cvsignore: Add.
* 2003-04-03 Eri Valette <eric.valette@free.fr>Joel Sherrill2003-04-032-1/+7
| | | | | | PR 381/core * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR to fix strange run-time problem where EIP was corrupted on pc386 BSP.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-272-2/+9
| | | | | * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to compile the bootloader.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-275-4/+1710
| | | | | | | * ide/Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-274-385/+8
| | | | | | | * ChangeLog, Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * include/rtems/ata.h, include/rtems/ata_internal.h: Removed.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-272-1/+5
| | | | * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-255-1/+105
|
* 2003-03-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-252-1/+5
| | | | * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
* 2002-03-25 Eric Norum <norume@aps.anl.gov>Joel Sherrill2003-03-255-5/+40
| | | | | | | | | | | PR 374/networking * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c: The patch sent as part of PR270 got applied to the wrong place. The effect was that (1) startup was no faster than before and (2) malloc starvation messages came way too quickly. The attached patch fixes both these problems and also provides a mechanism for applications to handle malloc starvation conditions as they see fit. * rtems/rtems_bsdnet_malloc_starvation.c: New file.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-252-0/+89
| | | | | PR 368/filesystems * mpc8xx/include/mpc8xx.h: Add PCMCIA registers.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-253-0/+32
| | | | | | PR 368/filesystems * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included with this PR for alias BSPs.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-254-4/+208
| | | | | | | PR 368/filesystems * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which now work on pc386 and mbx8xx. * ide/ide_controller.c: New file.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-259-3/+425
| | | | | | | | | PR 368/filesystems * startup/ldsegs.S: Increase alignment. * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am: Added IDE supporting infrastructure. * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files. Added BSP support for libchip standard ide driver.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-2511-21/+572
| | | | | PR 368/filesystem * ide/*: added BSP support for libchip standard ide driver
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-255-39/+84
| | | | | | | | | | PR 367/filesystem * Makefile.am, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: Some bugs were still present in the DOSFS implementation: - FAT12 did not work properly on Big-Endian machines - Some synchronization and error handling problems were present - Some legal codings for EOC were not recognized
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-258-19/+138
| | | | | | | | | | | PR 367/filesystem * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h, src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c, src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still present in the DOSFS implementation: - FAT12 did not work properly on Big-Endian machines - Some synchronization and error handling problems were present - Some legal codings for EOC were not recognized
* 2003-03-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-255-9/+50
| | | | | | | | | | PR 360/bsps * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h: BSP code had set the task priority register multiple times of the OpenPIC instead of setting the individual source priorities. This patch adds openpic_get_source_priority() and openpic_set_source_priority() calls and lets IRQ management code use them.
* 2003-03-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-252-1/+19
| | | | | | | | PR 349/bsps * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency on the vmeUniverse driver. It is now possible to use the ppc/shared/irq code on non-VME BSPs without triggering linkage of the vmeUniverse driver.
* 2003-03-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-252-3/+8
| | | | | PR 349/bsps * shared/include/cpuIdent.c: Readd PPC604r CPU.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-253-112/+133
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-255-1527/+31
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-2515-2582/+4
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-252-2/+18
|
* 2003-03-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-242-2/+11
| | | | | | PR 378/bsps * bsp_specs: Did not include ecrtn in endfile sections. Reported and fixed by elkolli@crf.canon.fr.
* 2003-03-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-244-380/+489
| | | | * direct.t, sample.t, utils.t: Significantly updated.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-240-0/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-241-0/+21
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-240-0/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-243-32/+1
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-240-0/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-243-78/+4
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-243-0/+50
|
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-182-4/+13
| | | | | | | | | PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-182-1/+7
| | | | | | PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-182-2/+10
| | | | | | | | PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-184-0/+52
| | | | | PR 356/bsps * cpu.c: This patch makes RTEMS/PowerPC eabi compliant.
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-189-22/+84
| | | | | | | | | | | | | | | PR 356/bsps This patch makes RTEMS/powerpc/shared EABI compliant. * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c, startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c: zero_bss() should clear not only bss but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2 are probably used even if -msdata=eabi is not specified). * start/rtems_crti.S: New file which must be linked immediately after ecrti.o. rtems_crti.o contains a code snippet who lets __init() return immediately. Also, a new entry point '_init' to the C++ Ctors is generated for use by the RTEMS Thread_Handler.
* 2003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-03-184-9/+28
| | | | | | | | | | | | | PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an __rtems_end object in one of the short data areas (which would result in a linker error).
* 2003-03-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-182-125/+46
| | | | * comm/GDB.HOWTO: Updated.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-118-40/+47
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-1112-7/+35
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-114-5/+1501
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-112-1/+4
|