summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-073-1/+9
| | | | * aclocal/version.m4: Updated to rtems-ss-20021007.
* 2002-10-07 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-10-072-1/+6
| | | | | * netinet/tcp_var.h: Corrected typo in ARM alignment patch which broke all other ports.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-042-1/+5
| | | | * VERSION: Updated to rtems-JUNK.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-043-1/+9
| | | | * aclocal/version.m4: Updated to rtems-JUNK.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * VERSION: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-042-12/+0
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * VERSION: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-040-0/+0
| | | | * VERSION: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-043-2/+6
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-042-1/+5
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-042-1/+5
| | | | * VERSION: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-048-24/+92
| | | | | | * netinet/in_cksum.c, netinet/ip_icmp.h, netinet/ip_input.c, netinet/tcp_input.c, netinet/tcp_subr.c, netinet/tcp_var.h, sys/queue.h: Address alignment requirements for the ARM.
* 2002-10-02 Chris Johns <cjohns@cybertec.com.au>Joel Sherrill2002-10-043-1/+31
| | | | | * cvsignore-add.sh: Script to append a specific file to all .cvsignore files if the files exists is a specific directory.
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-042-0/+10
| | | | | * rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and SIOCDIFADDR.
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-042-0/+10
| | | | * irq/irq_asm.S: Add FIQ support.
* 2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-10-042-15/+19
| | | | * rtems/score/cpu.h: Fix u16 and u32 swap routines.
* 2002-10-02 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2002-10-022-2/+16
| | | | | | * src/imfs/memfile.c: Fixed case where last close of unlinked file did not remove the resources associated with that file. Reported by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
* 2002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-022-1418/+4
| | | | * rtems-stub-glue.c: Removed should only be common copy.
* 2002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-022-2/+6
| | | | * custom/armulator.cfg: Remove reference to PowerPC arguments.
* 2002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-022-1/+7
| | | | | * kern/uipc_socket.c: Make sure that small non-zero delays work. Suggested cleanup from Eric Norum.
* 2002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-10-022-15/+5
| | | | | * rtems/mkrootfs.c: As part of PR283, remove redundant code that creates /etc/passwd and /etc/group.
* 2002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-10-024-307/+334
| | | | | | | * src/getpwent.c: Per PR283, reimplement to address reentrancy problems. * src/getgrent.c: Removed as functionality is now just a wrapper for common routines in src/getpwent.c. * Makefile.am: Reflect file removal.
* 2002-09-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-163-555/+32
| | | | | | * netinet/Makefile.am, netinet/udp_usrreq.c: Back off some of the IP_FORWARD patch as it appears to not compile in the current tree.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-2/+8
| | | | | | * include/rtems/libio.h: Change rtems_filesystem_read_t and rtems_filesystem_write_t to return ssize_t to match read(2) and write(2) respectively.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-143-4/+11
| | | | | | * support/init.c: Included <unistd.h> for exit(2). * support/test_support.adb: Eliminated warnings by commenting out unused variables.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-2/+6
| | | | * serial/z85c30.c: Eliminated warning by clarifying statement.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-147-18/+34
| | | | | | | | * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h, src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, src/imfs/memfile.c: Eliminated warnings. A lot of this focus was on changing read and write entry points to return ssize_t as read(2) and write(2) now do.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-144-0/+14
| | | | | * cpu.c: Include declaration of variable i in ifdef USE_SPRG to eliminate warning.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-1417-16/+60
| | | | | | | | | * src/dpmemcreate.c, src/dpmemident.c, src/msgqcreate.c, src/msgqident.c, src/partcreate.c, src/partident.c, src/ratemoncreate.c, src/ratemonident.c, src/regioncreate.c, src/regionident.c, src/semcreate.c, src/semident.c, src/taskcreate.c, src/taskident.c, src/timercreate.c, src/timerident.c: Added casts to Objects_Name to eliminate warnings.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-144-6/+42
| | | | | * gcc3newlib/base-gcj.add, gcc3newlib/gccnewlib.add, gcc3newlib/target-gcj.add: First attempt at enabling Java support.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-0/+9
| | | | | * clock/clock.c: Per PR257, remove reference to c3x_set_ie. c4x variant should use c4x_set_iie().
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-1410-5/+30
| | | | | * startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-144-0/+12
| | | | * sp32/.cvsignore: New file.
* 2002-09-14 Aaron J. Grier <aaron@frye.com>Joel Sherrill2002-09-1412-2/+322
| | | | | | | * PR271 was not applicable against the current source but included a nice test that Joel decided to add to the tree as sp32. * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file. * Makefile.am, configure.ac: Modified to reflect addition.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-0/+9
| | | | | | | * kern/uipc_socket.c: Fix case on SO_RCVTIMEO and SO_SNDTIMEO where conversion into ticks can result in a 0 ticks timeout which is the same as requesting no timeout. Reported by Sergei Organov <osv@javad.ru>.
* 2002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>Joel Sherrill2002-09-145-39/+602
| | | | | | | * kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add optional UDP broadcast forwarding support. * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP broadcast forwarding.
* 2002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-142-13/+4
| | | | * src/psignal.c: Remove duplication from rtems/posix/psignal.h.
* 2002-09-14 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-09-144-4/+12
| | | | | * include/bsp.h, startup/Makefile.am, startup/bspclean.c: Cleanup so the BSP works.
* 2002-09-14 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-09-142-0/+16
| | | | | * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used.
* 2002-09-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-09-143-13/+46
| | | | | * src/readdir_r.c: New file. * Makefile.am: Reflect above.
* 2002-09-13 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-09-141-0/+5
| | | | | * start/start16.S: Remove unwanted + at beginning of relative numeric label.
* 2002-09-13 Eric Norum <eric.norum@usask.ca>Eric Norum2002-09-131-1/+1
| | | | | * start/start16.S: Remove unwanted + at beginning of relative numeric label.
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-133-2/+17
| | | | | * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am: Now appear to mostly compile.
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-132-1/+9
| | | | | * samples/hello/Makefile.am: Make sure init.c is compiled and included. This test now runs.
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-132-2/+7
| | | | | | * Part of addressing PR281. * target.cfg.in: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR.
* 2002-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-09-134-155/+19
| | | | | | | | * Part of addressing PR281. * main.cfg: Added recognition of VARIANT=DEBUG on command line. * compilers/gcc-target-default.cfg: Removed remaining support for RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug as one of the LDFLAGS when the debug variant is specified.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+4
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-084-3/+8
| | | | * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
* 2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-082-1/+5
| | | | * Makefile.am: Don't use RTEMS_TOPdir in ACLOCAL_AMFLAGS.