summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-221-0/+4
| | | | * example.t: Reflect c/src/exec having moved to cpukit.
* 2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-221-0/+4
| | | | * build45.t: Fix typo (config.long).
* 2003-05-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-212-0/+9
| | | | * texi2www: Add support for @ifnottex.
* 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-163-6/+22
| | | | | | * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA. * automake/compile.am: Remove LIBSUFFIX_VA. Merger from rtems-4-6-branch.
* 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-165-60/+7
| | | | | * pppd/magic.c: Remove *rand48. * pppd/chap.c: Remove prototypes of *rand48.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-05-152-5/+4
|
* PR407Chris Johns2003-05-151-0/+5
|
* PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.Chris Johns2003-05-151-0/+5
|
* 2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-142-1/+4
| | | | * automake/compile.am: Remove LIBSUFFIX_VA (unused).
* HOWTO changes.Chris Johns2003-05-081-0/+6
|
* Updated the GRUB version info and how to build GRUB from source.Chris Johns2003-05-081-23/+116
| | | | Added how to boot over the network with a PXE Netboot BIOS.
* 2003-05-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-05-072-3/+8
| | | | | * setup.def: Update to gcc3.2.3newlib1.11.0-1. * gcc3newlib/gccnewlib.add: We used .bz2 files.
* 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-024-74/+61
| | | | | | | | | | | * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4. * aclocal/env-rtemsbsp.m4: Remove. * aclocal/enable-rtemsbsp.m4: Remove. 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up project_libdir.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-292-1/+5
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-292-0/+5
|
* 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-296-0/+14
| | | | | * configure.ac: Add pppd. * Makefile.am: Add pppd.
* 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-2922-0/+806
| | | | | | | | | | | | | | Adding pppd: * pppd/Makefile-user: New, copied over from libnetworking/pppd/example. * pppd/README: New, copied over from libnetworking/pppd/example. * pppd/init.c: New, copied over from libnetworking/pppd/example. * pppd/netconfig.h: New, copied over from libnetworking/pppd/example. * pppd/ppp.conf: New, copied over from libnetworking/pppd/example. * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example. * pppd/system.h: New, copied over from libnetworking/pppd/example. * pppd/pppd.options: New, copied over from libnetworking/pppd/example. * pppd/Makefile.am: New, converted to automake from Makefile-user. * pppd/.cvsignore: New.
* 2003-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-183-5/+10
| | | | | * setup.def: Update to gcc3.2.2newlib1.11.0-2. * gcc3newlib/gccnewlib.add: We used .bz2 files.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-182-6/+12
|
* 2003-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-172-1/+5
| | | | * VERSION: Updated to rtems-ss-20030417.
* 2003-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-174-2/+10
| | | | * aclocal/version.m4: Updated to rtems-ss-20030417.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-172-27/+13
| | | | * index.html.in: Development Environment Guide should be updated now.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-178-6/+22
|
* 2003-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-04-162-1/+11
| | | | | | PR 389/rtems * src/no_posix.c: Correct _kill_r() prototype and make it conditional on newlib.
* 2002-04-10 Victor V. Vengerov <vvv@oktet.ru>Joel Sherrill2003-04-162-0/+16
| | | | | | | | | | | | | | PR 385/filesystem * src/ramdisk.c: The "from" and "to" locations are calculated as the start of the block within the ram that data is to be transferred from/to for reads and writes respectively. However, within the loops, the "from" and "to" locations are never updated. The loop should have been updated as: from += rd->block_size; and to += rd->block_size; within the for loops in the ramdisk_read and ramdisk_write routines, respectively.
* 2003-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-164-163/+6
| | | | | * Makefile.am, develenv.texi: Remove unused file. * compile.texi: Removed.
* 2003-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-162-2/+6
| | | | * Makefile.am: Fix next/previous section names.
* 2003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-152-1/+10
| | | | | | PR 388/networking * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that it is available. Also fixed some warnings.
* 2003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-153-3/+11
| | | | | | PR 387/rtems_misc * ide/ata.c: Removed warning and moved to use of simpler libc routines. * ide/ata_internal.h: Added missing newline and end of file.
* 2003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-152-2/+5
| | | | | PR 386/bsps * vme/vmeconfig.c: Removed declaration of _BSP_vme_bridge_irq.
* 2003-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-142-0/+6
| | | | * ide/.cvsignore: New.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-112-1/+5
| | | | * VERSION: Updated to rtems-ss-20030411.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-114-2/+10
| | | | * aclocal/version.m4: Updated to rtems-ss-20030411.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-112-1/+5
| | | | * index.html.in: Development Environment Guide should be updated now.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-112-1/+5
| | | | * VERSION: Updated to rtems-ss-20020411.
* 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.