summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-10-252002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius18-9/+45
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
2002-10-252002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius32-16/+80
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
2002-10-252002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* rtems/score/sh.h: Fix typo in comment (Starus->Status).
2002-10-252002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+4
* Makefile.am: Remove bogus reference to CHANGELOG.
2002-10-242002-10-24 <strauman@slac.stanford.edu>Joel Sherrill1-0/+6
* src/eval.c: Per PR293, added freenode calls for evaluate link failures.
2002-10-242002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>Joel Sherrill4-5/+13
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
2002-10-242002-10-24 <strauman@slac.stanford.edu>Jennifer Averett1-4/+22
* src/eval.c: Per PR293, added freenode calls for evaluate link failures.
2002-10-232002-10-23 <strauman@slac.stanford.edu>Jennifer Averett3-2/+14
* src/mount.c per PR290, add check for ops->node_type_h * src/mknod.c per PR291, remove erroneous call to freenod
2002-10-212002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-20021021-test.
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+9
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius50-76/+226
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-132002-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-6/+11
* net/if_ethersubr.c: Add comments to #endif NETATALK to stop gcc from complaining.
2002-10-072002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021007.
2002-10-072002-10-07 Eric Norum <eric.norum@usask.ca>Joel Sherrill2-1/+6
* netinet/tcp_var.h: Corrected typo in ARM alignment patch which broke all other ports.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-JUNK.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+0
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill8-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-042002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2-0/+10
* rtems/rtems_glue.c: Add IP aliasing ioctls SIOCAIFADDR and SIOCDIFADDR.
2002-10-042002-10-04 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2-15/+19
* rtems/score/cpu.h: Fix u16 and u32 swap routines.
2002-10-022002-10-02 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2-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-022002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* kern/uipc_socket.c: Make sure that small non-zero delays work. Suggested cleanup from Eric Norum.
2002-10-022002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill2-15/+5
* rtems/mkrootfs.c: As part of PR283, remove redundant code that creates /etc/passwd and /etc/group.
2002-10-022002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill4-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-162002-09-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill17-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-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-142002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>Joel Sherrill5-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-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-13/+4
* src/psignal.c: Remove duplication from rtems/posix/psignal.h.
2002-09-142002-09-14 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2-0/+16
* rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used.
2002-09-142002-09-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill3-13/+46
* src/readdir_r.c: New file. * Makefile.am: Reflect above.
2002-09-072002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+2
* pppd/ipcp.c, rtems_servers/ftpd.c: Add include files to resolve warnings.
2002-09-072002-09-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
2002-09-062002-09-06 Alexander M. Kukuta <kam@oktet.ru>Joel Sherrill2-5/+12
* src/bdbuf.c: Per PR282, correct problem in function rtems_bdbuf_read() where device ioctl() is called with the logical device number used instead of corresponding physical device number.
2002-09-022002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+7
* netinet/in_cksum.c: #include <string.h> for puts in generic routines.
2002-09-022002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* rtems_webserver/md5.h: Add missing newline.
2002-08-312002-08-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* rtems_webserver/webmain.c: Commented out rootWeb to eliminate warning.
2002-08-302002-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-3/+7
* shell/shell.c: #include <time.h> * wrapup/Makefile.am: Eliminate LIBNAME.
2002-08-302002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-11/+6
* rtems.adb (IO_Initialize): Make this match the C prototype.
2002-08-302002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* src/io.c: Fixed some spacing.
2002-08-292002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-17/+27
* score/include/Makefile.am: Remove cpuopt.h generation. * configure.ac: Correct package name. Don't build ada if POSIX is disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
2002-08-272002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+5
* rtems.ads: Corrected binding for Io_Initialize.
2002-08-262002-08-26 Eric Norum <eric.norum@usask.ca>Joel Sherrill2-6/+6
* cpu_asm.S: More PR267 tinkering which eliminates some conditional compilation.
2002-08-232001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-0/+68
* configure.ac: New. * Makefile.am: New. * .cvsignore: New.
2002-08-222002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-0/+57
* aclocal/prog-gnat.m4: New. * configure.ac: Add ada subdir handling.
2002-08-212002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+70
* src/adjtime.c: New file -- adjtime() support required by the Network Time Protocol (NTP) port to RTEMS. * src/Makefile.am: Modified to reflect above.
2002-08-202002-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-39/+4
* aclocal/bsp-alias.m4: Remove.