summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-109-37/+60
| | | | | | | | | * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS, NETTESTS. Add iostream/. * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am: Reflect changes above. * cdtest/main.cc: Adaptation to new C++ standards.
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-107-0/+139
| | | | | | * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-102-5/+4
| | | | * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
* 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-0610-14/+70
| | | | | | | PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
* 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-0656-41/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR 618/rtems * rtems/include/rtems/rtems/status.h, rtems/src/clockget.c, rtems/src/clockset.c, rtems/src/dpmemcreate.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventmp.c, rtems/src/eventreceive.c, rtems/src/eventsend.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsubmit.c, rtems/src/partcreate.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionreturnsegment.c, rtems/src/semcreate.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semident.c, rtems/src/taskcreate.c, rtems/src/taskgetnote.c, rtems/src/taskmode.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/taskwakewhen.c, rtems/src/timercreate.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, score/include/rtems/score/object.h, score/src/coretodvalidate.c, score/src/objectnametoid.c: Add NULL checks.
* 2004-04-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-302-0/+9
| | | | | * libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be static with RTEMS.
* 2004-04-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-302-8/+7
| | | | * libnetworking/netinet/in.c: Partial update from FreeBSD.
* 2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-292-6/+12
| | | | | * gcc3newlib/gccnewlib.add: Another attempt to make *info.gz handling more robust.
* 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-262-4/+10
| | | | * libnetworking/kern/kern_sysctl.c: Partial updates from FreeBSD.
* 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-264-83/+108
| | | | | | * libnetworking/netinet/igmp_var.h: Cosmetic updates from FreeBSD. * libnetworking/sys/sysctl.h: Update from FreeBSD. * libnetworking/sys/socketvar.h: Update from FreeBSD.
* 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-262-3/+7
| | | | * autotools/automake-rtems.spec.in: Upgrade to 1.8.4.
* 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-15/+16
| | | | * libnetworking/sys/protosw.h: More partial updates from FreeBSD.
* 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-1/+5
| | | | * libnetworking/net/route.c: Reflect changes to radix.h.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-232-1/+9
| | | | | | PR 610/bsps * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27. Unconditionally include <tm27.h>.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-23150-195/+698
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2315-150/+265
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2318-138/+276
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-236-123/+169
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-239-45/+118
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-96/+160
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2212-61/+161
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2218-99/+247
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2224-134/+331
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-52/+126
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-51/+118
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-226-43/+88
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2215-105/+230
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-186/+241
| | | | | * libnetworking/net/radix.h, libnetworking/net/radix.c: Partial update from FreeBSD.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-224-0/+13
| | | | | | | PR 613/bsps * configure.ac: Add AC_ARG_VAR([MAX_LONG_TEST_DURATION],...). * mp14/node1/Makefile.am, mp14/node2/Makefile.am: Add AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION).
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-0/+7
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: #include <errno.h>.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-222-6/+12
| | | | | * libnetworking/sys/socket.h: Further update from FreeBSD (Add sa_family_t).
* Fix typos.Ralf Corsepius2004-04-221-2/+2
|
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-224-40/+60
| | | | | | * libnetworking/sys/protosw.h: Partial update from FreeBSD. * libnetworking/sys/socket.h: Partial update from FreeBSD. * libnetworking/rtems/rtems_syscall.c: Reflect changes to socket.h.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-12/+14
| | | | | | * libnetworking/kern/uipc_socket.c: Partial update from FreeBSD (Remove adv-clause from copyright notice). * libnetworking/netinet/igmp_var.h: Partial update from FreeBSD.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-157/+6
| | | | | * include/bsp.h: Remove (Unused). * Makefile.am: Reflect change above.
* 2004-04-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-212-4/+6
| | | | | | PR 611/bsps * tm27/task1.c: Follow conventions for tm27 and do not add another macro definition.
* 2004-04-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-215-23/+62
| | | | | | | PR 611/bsps * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions for tm27 and do not add another macro definition. * startup/tm27supp.c: New file.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2192-457/+230
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2192-46/+230
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-21403-2026/+33
|
* Remove stray white spaces.Ralf Corsepius2004-04-21575-7964/+8067
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-201-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnetworking/net/bpf.h, libnetworking/net/if.h, libnetworking/net/if_dl.h, libnetworking/net/if_ppp.h, libnetworking/net/netisr.h, libnetworking/net/pppcompress.c, libnetworking/net/radix.c, libnetworking/net/radix.h, libnetworking/net/raw_cb.h, libnetworking/net/route.h, libnetworking/netinet/icmp_var.h, libnetworking/netinet/if_ether.h, libnetworking/netinet/igmp_var.h, libnetworking/netinet/in.h, libnetworking/netinet/in_pcb.h, libnetworking/netinet/in_systm.h, libnetworking/netinet/in_var.h, libnetworking/netinet/ip_fw.h, libnetworking/netinet/ip_icmp.h, libnetworking/netinet/ip_mroute.h, libnetworking/netinet/ip_var.h, libnetworking/netinet/tcp_debug.h, libnetworking/netinet/tcp_seq.h, libnetworking/netinet/tcp_timer.h, libnetworking/netinet/tcp_var.h, libnetworking/netinet/udp_var.h, libnetworking/nfs/nfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/buf.h, libnetworking/sys/callout.h, libnetworking/sys/conf.h, libnetworking/sys/domain.h, libnetworking/sys/malloc.h, libnetworking/sys/mbuf.h, libnetworking/sys/mount.h, libnetworking/sys/protosw.h, libnetworking/sys/queue.h, libnetworking/sys/rtprio.h, libnetworking/sys/select.h, libnetworking/sys/signalvar.h, libnetworking/sys/socket.h, libnetworking/sys/socketvar.h, libnetworking/sys/sysctl.h, libnetworking/sys/syslog.h, libnetworking/sys/ucred.h, libnetworking/sys/uio.h, libnetworking/vm/vm.h, libnetworking/vm/vm_extern.h, libnetworking/vm/vm_param.h: Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.
* Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius2004-04-2049-102/+102
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-1/+5
| | | | * libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-9/+13
| | | | * libnetworking/net/bpf.h: Partial update from FreeBSD.
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-202-2/+4
| | | | * Makefile.am: Remove C_FILES (Unused).
* Remove stray white spaces.Ralf Corsepius2004-04-2051-788/+788
|
* 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-205-31/+130
| | | | | | * libchip/network/if_media.h: Update from FreeBSD. * libchip/network/open_eth.c, libchip/network/cs8900.c, libchip/network/i82586.c: #include <errno.h>.
* Remove stray white spaces.Ralf Corsepius2004-04-2080-391/+390
|
* 2004-04-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-192-5/+25
| | | | | * start/start.S: DWARF on the m68k requires that all objects me a multiple of a 16-bit word in length.