summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-132003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+8
* src/threadloadenv.c: Removed warnings.
2003-06-132003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+3
* pppd/chat.c: Removed warnings.
2003-06-122003-06-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* src/objectmp.c: Removed warnings.
2003-06-122003-06-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-8/+23
* include/rtems/rtems/msgmp.h, include/rtems/rtems/partmp.h, include/rtems/rtems/regionmp.h, include/rtems/rtems/semmp.h, src/msgmp.c, src/partmp.c, src/regionmp.c, src/semmp.c: Removed warnings.
2003-06-102003-06-10 Phil Torre <ptorre@zetron.com>Joel Sherrill3-7/+19
PR 411/filesystem * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then unlinking it causes a memory leak.
2003-06-042003-06-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* stackchk/check.c: Removed warnings.
2003-06-042003-06-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* src/ide_part_table.c: Removed warnings.
2003-05-30Merger from rtems-4.6-branchRalf Corsepius5-6/+23
2003-05-292003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* rtems/rtems_syscall.c: Removed warnings.
2003-05-282003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* pppd/fsm.c: Make peer_mru global again.
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-9/+6
PR 409: * include/stdint.h: Include rtems/stdint.h
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-21/+24
PR 409: * include/rtems/rtems/types.h: Include rtems/stdint.h. Apply c99-types to typedef rtems_[un]signed[8|16|32|64].
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-1/+43
PR 409: * include/Makefile.am: Add rtems/stdint.h * include/rtems/stdint.h: New.
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-22/+13
PR 321: * aclocal/env-rtemscpu.m4: Remove support for profile-variant. * automake/compile.am: Ditto. * automake/local.am: Ditto.
2003-05-262003-04-17 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2-1/+12
PR 399/rtems_misc * src/termios.c: In canonical mode, when input is present in the input buffer that contains an EOL character and some following characters, a read call read data behind the EOL character, although it should stop reading with the EOL character.
2003-05-162003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-30/+1
* pppd/magic.c: Remove *rand48. * pppd/chap.c: Remove prototypes of *rand48.
2003-05-15PR407Chris Johns1-0/+5
2003-05-15PR406 - Added INET_ADDRSTRLEN per the SUSv3 standard.Chris Johns1-0/+5
2003-05-142003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* automake/compile.am: Remove LIBSUFFIX_VA (unused).
2003-05-022003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-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.
2003-04-172003-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20030417.
2003-04-17Merger from rtems-4-6-branch.Ralf Corsepius8-6/+22
2003-04-162003-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+11
PR 389/rtems * src/no_posix.c: Correct _kill_r() prototype and make it conditional on newlib.
2003-04-162002-04-10 Victor V. Vengerov <vvv@oktet.ru>Joel Sherrill2-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-152003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-112003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20030411.
2003-04-112003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20020411.
2003-04-112003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-0/+3074
* 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.
2003-04-112002-04-10 Mike Siers <mikes@poliac.com>Joel Sherrill37-309/+875
* 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-102003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-76/+67
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-032003-04-03 Eri Valette <eric.valette@free.fr>Joel Sherrill2-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-272003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-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-272003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
2003-03-25Merger from rtems-4-6-branch.Ralf Corsepius5-1/+105
2003-03-252003-03-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
2003-03-252002-03-25 Eric Norum <norume@aps.anl.gov>Joel Sherrill5-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-252003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill5-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-252003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill8-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-24Merger from rtems-4-6-branch.Ralf Corsepius1-0/+21
2003-03-24Merger from rtems-4-6-branch.Ralf Corsepius3-32/+1
2003-03-24Merger from rtems-4-6-branch.Ralf Corsepius1-39/+0
2003-03-182003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2-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-182003-03-18 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2-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-11Merger from rtems-4-6-branch.Ralf Corsepius3-5/+9
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius14-9/+38
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius43-35/+156
2003-03-11Fix CVS-IdsRalf Corsepius3-3/+3
2003-03-04Merger from rtems-4-6-branch.Ralf Corsepius3-9/+20
2003-02-28Merger from rtems-4-6-branch.Ralf Corsepius2-1/+28
2003-02-28Merger from rtems-4-6-branch.Ralf Corsepius2-1/+7