change log for rtems (2011-05-17)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue May 17 15:12:56 UTC 2011


 *ralf*:
2011-05-16	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libnetworking/Makefile.am: Reformat.
	* librpc/Makefile.am: Reformat.

M 1.2830  cpukit/ChangeLog
M   1.98  cpukit/libnetworking/Makefile.am
M   1.34  cpukit/librpc/Makefile.am

diff -u rtems/cpukit/ChangeLog:1.2829 rtems/cpukit/ChangeLog:1.2830
--- rtems/cpukit/ChangeLog:1.2829	Mon May 16 09:31:49 2011
+++ rtems/cpukit/ChangeLog	Tue May 17 09:30:32 2011
@@ -1,5 +1,10 @@
 2011-05-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* libnetworking/Makefile.am: Reformat.
+	* librpc/Makefile.am: Reformat.
+
+2011-05-16	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* libnetworking/rtems/rtems_bsdnet_internal.h: Move 
 	#include <rtems.h> out of C++-guard.
 

diff -u rtems/cpukit/libnetworking/Makefile.am:1.97 rtems/cpukit/libnetworking/Makefile.am:1.98
--- rtems/cpukit/libnetworking/Makefile.am:1.97	Wed Sep  1 06:08:30 2010
+++ rtems/cpukit/libnetworking/Makefile.am	Tue May 17 09:30:33 2011
@@ -26,7 +26,8 @@
 ## poll.h is not in the list because RTEMS does not have poll()
 ## and installing poll.h confuses autoconf.
 include_HEADERS = netdb.h
-include_HEADERS += resolv.h syslog.h
+include_HEADERS += resolv.h
+include_HEADERS += syslog.h
 
 libnetworking_a_SOURCES = opt_atalk.h opt_bdg.h opt_compat.h opt_inet6.h \
     opt_inet.h opt_ipfw.h opt_ipx.h opt_mac.h opt_mrouting.h opt_netgraph.h \
@@ -38,8 +39,10 @@
 
 include_arpadir = $(includedir)/arpa
 
-include_arpa_HEADERS = arpa/ftp.h arpa/inet.h arpa/nameser.h \
-    arpa/nameser_compat.h
+include_arpa_HEADERS = arpa/ftp.h
+include_arpa_HEADERS += arpa/inet.h
+include_arpa_HEADERS += arpa/nameser.h
+include_arpa_HEADERS += arpa/nameser_compat.h
 
 ## kern
 
@@ -51,8 +54,10 @@
 
 include_machinedir = $(includedir)/machine
 
-include_machine_HEADERS = machine/cpu.h machine/cpufunc.h \
-    machine/in_cksum.h machine/vmparam.h
+include_machine_HEADERS = machine/cpu.h
+include_machine_HEADERS += machine/cpufunc.h
+include_machine_HEADERS += machine/in_cksum.h
+include_machine_HEADERS += machine/vmparam.h
 
 libnetworking_a_SOURCES += machine/limits.h
 
@@ -60,10 +65,22 @@
 
 include_netdir = $(includedir)/net
 
-include_net_HEADERS = net/bpf.h net/ethernet.h net/if.h net/if_arp.h \
-    net/if_dl.h net/if_llc.h net/if_ppp.h net/if_types.h net/if_var.h \
-    net/netisr.h net/ppp_defs.h net/radix.h net/raw_cb.h \
-    net/route.h net/if_pppvar.h net/slcompress.h
+include_net_HEADERS = net/bpf.h
+include_net_HEADERS += net/ethernet.h
+include_net_HEADERS += net/if.h
+include_net_HEADERS += net/if_arp.h
+include_net_HEADERS += net/if_dl.h
+include_net_HEADERS += net/if_llc.h
+include_net_HEADERS += net/if_ppp.h
+include_net_HEADERS += net/if_types.h
+include_net_HEADERS += net/if_var.h
+include_net_HEADERS += net/netisr.h
+include_net_HEADERS += net/ppp_defs.h
+include_net_HEADERS += net/radix.h
+include_net_HEADERS += net/raw_cb.h
+include_net_HEADERS += net/route.h
+include_net_HEADERS += net/if_pppvar.h
+include_net_HEADERS += net/slcompress.h
 include_net_HEADERS += net/if_media.h
 include_net_HEADERS += net/ppp_comp.h
 
@@ -75,13 +92,28 @@
 
 include_netinetdir = $(includedir)/netinet
 
-include_netinet_HEADERS = netinet/icmp_var.h netinet/if_ether.h \
-    netinet/igmp.h netinet/igmp_var.h netinet/in.h netinet/in_pcb.h \
-    netinet/in_systm.h netinet/in_var.h netinet/ip.h netinet/ip_fw.h \
-    netinet/ip_icmp.h netinet/ip_mroute.h netinet/ip_var.h netinet/tcp.h \
-    netinet/tcp_debug.h netinet/tcp_fsm.h netinet/tcp_seq.h \
-    netinet/tcp_timer.h netinet/tcp_var.h netinet/tcpip.h netinet/udp.h \
-    netinet/udp_var.h
+include_netinet_HEADERS = netinet/icmp_var.h
+include_netinet_HEADERS += netinet/if_ether.h
+include_netinet_HEADERS += netinet/igmp.h
+include_netinet_HEADERS += netinet/igmp_var.h
+include_netinet_HEADERS += netinet/in.h
+include_netinet_HEADERS += netinet/in_pcb.h
+include_netinet_HEADERS += netinet/in_systm.h
+include_netinet_HEADERS += netinet/in_var.h
+include_netinet_HEADERS += netinet/ip.h
+include_netinet_HEADERS += netinet/ip_fw.h
+include_netinet_HEADERS += netinet/ip_icmp.h
+include_netinet_HEADERS += netinet/ip_mroute.h
+include_netinet_HEADERS += netinet/ip_var.h
+include_netinet_HEADERS += netinet/tcp.h
+include_netinet_HEADERS += netinet/tcp_debug.h
+include_netinet_HEADERS += netinet/tcp_fsm.h
+include_netinet_HEADERS += netinet/tcp_seq.h
+include_netinet_HEADERS += netinet/tcp_timer.h
+include_netinet_HEADERS += netinet/tcp_var.h
+include_netinet_HEADERS += netinet/tcpip.h
+include_netinet_HEADERS += netinet/udp.h
+include_netinet_HEADERS += netinet/udp_var.h
 
 libnetworking_a_SOURCES += netinet/if_ether.c netinet/igmp.c netinet/in.c \
     netinet/in_cksum.c netinet/in_pcb.c netinet/in_proto.c netinet/in_rmx.c \
@@ -105,15 +137,20 @@
 ## nfsclient
 include_nfsclientdir = $(includedir)/nfsclient
 
-include_nfsclient_HEADERS = nfsclient/nfsargs.h nfsclient/nfsdiskless.h
+include_nfsclient_HEADERS = nfsclient/nfsargs.h
+include_nfsclient_HEADERS += nfsclient/nfsdiskless.h
 
 ## rtems
 
 include_rtemsdir = $(includedir)/rtems
 
-include_rtems_HEADERS = rtems/rtems_bsdnet.h rtems/rtems_bsdnet_internal.h \
-    rtems/dhcp.h rtems/rtems_dhcp_failsafe.h rtems/tftp.h rtems/ftpfs.h \
-    rtems/mkrootfs.h
+include_rtems_HEADERS = rtems/rtems_bsdnet.h
+include_rtems_HEADERS += rtems/rtems_bsdnet_internal.h
+include_rtems_HEADERS += rtems/dhcp.h
+include_rtems_HEADERS += rtems/rtems_dhcp_failsafe.h
+include_rtems_HEADERS += rtems/tftp.h
+include_rtems_HEADERS += rtems/ftpfs.h
+include_rtems_HEADERS += rtems/mkrootfs.h
 include_rtems_HEADERS += rtems/rtems_mii_ioctl.h
 
 libnetworking_a_SOURCES += rtems/sghostname.c \
@@ -130,18 +167,38 @@
 
 include_sysdir = $(includedir)/sys
 
-include_sys_HEADERS = sys/callout.h sys/conf.h sys/domain.h \
-    sys/kernel.h sys/libkern.h sys/linker_set.h sys/malloc.h sys/mbuf.h \
-    sys/mount.h sys/proc.h sys/protosw.h sys/reboot.h \
-    sys/resourcevar.h sys/select.h sys/signalvar.h sys/socket.h \
-    sys/socketvar.h sys/sysctl.h sys/syslog.h sys/systm.h sys/ttydefaults.h \
-    sys/ucred.h sys/un.h
+include_sys_HEADERS = sys/callout.h
+include_sys_HEADERS += sys/conf.h
+include_sys_HEADERS += sys/domain.h
+include_sys_HEADERS += sys/kernel.h
+include_sys_HEADERS += sys/libkern.h
+include_sys_HEADERS += sys/linker_set.h
+include_sys_HEADERS += sys/malloc.h
+include_sys_HEADERS += sys/mbuf.h
+include_sys_HEADERS += sys/mount.h
+include_sys_HEADERS += sys/proc.h
+include_sys_HEADERS += sys/protosw.h
+include_sys_HEADERS += sys/reboot.h
+include_sys_HEADERS += sys/resourcevar.h
+include_sys_HEADERS += sys/select.h
+include_sys_HEADERS += sys/signalvar.h
+include_sys_HEADERS += sys/socket.h
+include_sys_HEADERS += sys/socketvar.h
+include_sys_HEADERS += sys/sysctl.h
+include_sys_HEADERS += sys/syslog.h
+include_sys_HEADERS += sys/systm.h
+include_sys_HEADERS += sys/ttydefaults.h
+include_sys_HEADERS += sys/ucred.h
+include_sys_HEADERS += sys/un.h
 
 # vm
 
 include_vmdir = $(includedir)/vm
 
-include_vm_HEADERS = vm/vm.h vm/vm_extern.h vm/vm_kern.h vm/vm_param.h
+include_vm_HEADERS = vm/vm.h
+include_vm_HEADERS += vm/vm_extern.h
+include_vm_HEADERS += vm/vm_kern.h
+include_vm_HEADERS += vm/vm_param.h
 
 # dev
 include_dev_miidir = $(includedir)/dev/mii

diff -u rtems/cpukit/librpc/Makefile.am:1.33 rtems/cpukit/librpc/Makefile.am:1.34
--- rtems/cpukit/librpc/Makefile.am:1.33	Thu Jan 12 03:57:42 2006
+++ rtems/cpukit/librpc/Makefile.am	Tue May 17 09:30:34 2011
@@ -10,16 +10,23 @@
 if LIBRPC
 include_rpcdir = $(includedir)/rpc
 
-include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_unix.h
-include_rpc_HEADERS += include/rpc/clnt.h include/rpc/clnt_stat.h \
-    include/rpc/clnt_soc.h
-include_rpc_HEADERS += include/rpc/svc.h include/rpc/svc_auth.h \
-    include/rpc/svc_soc.h
-include_rpc_HEADERS += include/rpc/pmap_clnt.h include/rpc/pmap_prot.h \
-    include/rpc/pmap_rmt.h
-include_rpc_HEADERS += include/rpc/rpc.h include/rpc/types.h \
-    include/rpc/xdr.h include/rpc/rpc_com.h include/rpc/rpc_msg.h \
-    include/rpc/rpcent.h
+include_rpc_HEADERS = include/rpc/auth.h
+include_rpc_HEADERS += include/rpc/auth_unix.h
+include_rpc_HEADERS += include/rpc/clnt.h
+include_rpc_HEADERS += include/rpc/clnt_stat.h
+include_rpc_HEADERS += include/rpc/clnt_soc.h
+include_rpc_HEADERS += include/rpc/svc.h
+include_rpc_HEADERS += include/rpc/svc_auth.h
+include_rpc_HEADERS += include/rpc/svc_soc.h
+include_rpc_HEADERS += include/rpc/pmap_clnt.h
+include_rpc_HEADERS += include/rpc/pmap_prot.h
+include_rpc_HEADERS += include/rpc/pmap_rmt.h
+include_rpc_HEADERS += include/rpc/rpc.h
+include_rpc_HEADERS += include/rpc/types.h
+include_rpc_HEADERS += include/rpc/xdr.h
+include_rpc_HEADERS += include/rpc/rpc_com.h
+include_rpc_HEADERS += include/rpc/rpc_msg.h
+include_rpc_HEADERS += include/rpc/rpcent.h
 
 man_MANS =
 


 *ralf*:
2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>

	* Makefile.am: Reformat.

M  1.147  cpukit/score/cpu/mips/ChangeLog
M   1.42  cpukit/score/cpu/mips/Makefile.am
M   1.87  cpukit/score/cpu/no_cpu/ChangeLog
M   1.37  cpukit/score/cpu/no_cpu/Makefile.am
M  1.165  cpukit/score/cpu/powerpc/ChangeLog
M   1.39  cpukit/score/cpu/powerpc/Makefile.am
M  1.100  cpukit/score/cpu/sh/ChangeLog
M   1.40  cpukit/score/cpu/sh/Makefile.am
M  1.103  cpukit/score/cpu/sparc/ChangeLog
M   1.40  cpukit/score/cpu/sparc/Makefile.am
M    1.8  cpukit/score/cpu/sparc64/ChangeLog
M    1.2  cpukit/score/cpu/sparc64/Makefile.am

diff -u rtems/cpukit/score/cpu/mips/ChangeLog:1.146 rtems/cpukit/score/cpu/mips/ChangeLog:1.147
--- rtems/cpukit/score/cpu/mips/ChangeLog:1.146	Fri Feb 11 02:54:08 2011
+++ rtems/cpukit/score/cpu/mips/ChangeLog	Tue May 17 09:54:13 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2011-02-11	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* cpu.c, rtems/score/mips.h:

diff -u rtems/cpukit/score/cpu/mips/Makefile.am:1.41 rtems/cpukit/score/cpu/mips/Makefile.am:1.42
--- rtems/cpukit/score/cpu/mips/Makefile.am:1.41	Thu Jan 12 03:57:43 2006
+++ rtems/cpukit/score/cpu/mips/Makefile.am	Tue May 17 09:54:13 2011
@@ -8,11 +8,13 @@
 include_rtems_HEADERS = rtems/asm.h
 
 include_rtems_mipsdir = $(includedir)/rtems/mips
-include_rtems_mips_HEADERS = rtems/mips/idtcpu.h rtems/mips/iregdef.h
+include_rtems_mips_HEADERS = rtems/mips/idtcpu.h
+include_rtems_mips_HEADERS += rtems/mips/iregdef.h
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
-    rtems/score/types.h
+include_rtems_score_HEADERS = rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/mips.h
+include_rtems_score_HEADERS += rtems/score/types.h
 
 noinst_LIBRARIES = libscorecpu.a
 libscorecpu_a_SOURCES = cpu.c cpu_asm.S

diff -u rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.86 rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.87
--- rtems/cpukit/score/cpu/no_cpu/ChangeLog:1.86	Thu Oct 21 17:14:20 2010
+++ rtems/cpukit/score/cpu/no_cpu/ChangeLog	Tue May 17 09:53:42 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2010-10-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to

diff -u rtems/cpukit/score/cpu/no_cpu/Makefile.am:1.36 rtems/cpukit/score/cpu/no_cpu/Makefile.am:1.37
--- rtems/cpukit/score/cpu/no_cpu/Makefile.am:1.36	Thu Jan 12 03:57:43 2006
+++ rtems/cpukit/score/cpu/no_cpu/Makefile.am	Tue May 17 09:53:42 2011
@@ -8,8 +8,10 @@
 include_rtems_HEADERS = rtems/asm.h
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
-    rtems/score/cpu_asm.h rtems/score/types.h
+include_rtems_score_HEADERS = rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/no_cpu.h
+include_rtems_score_HEADERS += rtems/score/cpu_asm.h
+include_rtems_score_HEADERS += rtems/score/types.h
 
 noinst_LIBRARIES = libscorecpu.a
 libscorecpu_a_SOURCES = cpu.c cpu_asm.c

diff -u rtems/cpukit/score/cpu/powerpc/ChangeLog:1.164 rtems/cpukit/score/cpu/powerpc/ChangeLog:1.165
--- rtems/cpukit/score/cpu/powerpc/ChangeLog:1.164	Wed May 11 03:43:28 2011
+++ rtems/cpukit/score/cpu/powerpc/ChangeLog	Tue May 17 09:53:12 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2011-05-11	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* rtems/powerpc/registers.h: Added FSL_EIS_SVR define.

diff -u rtems/cpukit/score/cpu/powerpc/Makefile.am:1.38 rtems/cpukit/score/cpu/powerpc/Makefile.am:1.39
--- rtems/cpukit/score/cpu/powerpc/Makefile.am:1.38	Fri Jul 16 03:45:02 2010
+++ rtems/cpukit/score/cpu/powerpc/Makefile.am	Tue May 17 09:53:13 2011
@@ -8,8 +8,9 @@
 include_rtems_HEADERS = rtems/asm.h
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/powerpc.h rtems/score/cpu.h \
-    rtems/score/types.h
+include_rtems_score_HEADERS = rtems/score/powerpc.h
+include_rtems_score_HEADERS += rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/types.h
 
 include_rtems_powerpcdir = $(includedir)/rtems/powerpc
 include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h

diff -u rtems/cpukit/score/cpu/sh/ChangeLog:1.99 rtems/cpukit/score/cpu/sh/ChangeLog:1.100
--- rtems/cpukit/score/cpu/sh/ChangeLog:1.99	Fri Feb 11 02:56:10 2011
+++ rtems/cpukit/score/cpu/sh/ChangeLog	Tue May 17 09:52:44 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2011-02-11	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* context.c, cpu.c, rtems/score/cpu.h, rtems/score/sh.h:

diff -u rtems/cpukit/score/cpu/sh/Makefile.am:1.39 rtems/cpukit/score/cpu/sh/Makefile.am:1.40
--- rtems/cpukit/score/cpu/sh/Makefile.am:1.39	Thu Sep 25 14:32:41 2008
+++ rtems/cpukit/score/cpu/sh/Makefile.am	Tue May 17 09:52:44 2011
@@ -8,8 +8,10 @@
 include_rtems_HEADERS = rtems/asm.h
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
-    rtems/score/sh.h rtems/score/sh_io.h
+include_rtems_score_HEADERS = rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/types.h
+include_rtems_score_HEADERS += rtems/score/sh.h
+include_rtems_score_HEADERS += rtems/score/sh_io.h
 
 noinst_LIBRARIES = libscorecpu.a
 libscorecpu_a_SOURCES = cpu.c context.c

diff -u rtems/cpukit/score/cpu/sparc/ChangeLog:1.102 rtems/cpukit/score/cpu/sparc/ChangeLog:1.103
--- rtems/cpukit/score/cpu/sparc/ChangeLog:1.102	Mon Apr 18 17:01:39 2011
+++ rtems/cpukit/score/cpu/sparc/ChangeLog	Tue May 17 09:51:33 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2011-04-18	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* rtems/score/sparc.h: Remove warnings.

diff -u rtems/cpukit/score/cpu/sparc/Makefile.am:1.39 rtems/cpukit/score/cpu/sparc/Makefile.am:1.40
--- rtems/cpukit/score/cpu/sparc/Makefile.am:1.39	Thu Jan 12 03:57:43 2006
+++ rtems/cpukit/score/cpu/sparc/Makefile.am	Tue May 17 09:51:33 2011
@@ -8,8 +8,9 @@
 include_rtems_HEADERS = rtems/asm.h
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
-    rtems/score/types.h
+include_rtems_score_HEADERS = rtems/score/sparc.h
+include_rtems_score_HEADERS += rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/types.h
 
 noinst_LIBRARIES = libscorecpu.a
 libscorecpu_a_SOURCES = cpu.c cpu_asm.S

diff -u rtems/cpukit/score/cpu/sparc64/ChangeLog:1.7 rtems/cpukit/score/cpu/sparc64/ChangeLog:1.8
--- rtems/cpukit/score/cpu/sparc64/ChangeLog:1.7	Fri Feb 11 03:25:21 2011
+++ rtems/cpukit/score/cpu/sparc64/ChangeLog	Tue May 17 09:52:19 2011
@@ -1,3 +1,7 @@
+2011-05-17	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* Makefile.am: Reformat.
+
 2011-02-11	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* rtems/score/cpu.h, rtems/score/sparc64.h:

diff -u rtems/cpukit/score/cpu/sparc64/Makefile.am:1.1 rtems/cpukit/score/cpu/sparc64/Makefile.am:1.2
--- rtems/cpukit/score/cpu/sparc64/Makefile.am:1.1	Tue Jun 15 17:43:56 2010
+++ rtems/cpukit/score/cpu/sparc64/Makefile.am	Tue May 17 09:52:19 2011
@@ -11,8 +11,9 @@
 #include_rtems_sparc64_HEADERS = 
 
 include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = rtems/score/sparc64.h rtems/score/cpu.h \
-    rtems/score/types.h
+include_rtems_score_HEADERS = rtems/score/sparc64.h
+include_rtems_score_HEADERS += rtems/score/cpu.h
+include_rtems_score_HEADERS += rtems/score/types.h
 
 noinst_LIBRARIES = libscorecpu.a
 libscorecpu_a_SOURCES = context.S cpu.c



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110517/d88dba70/attachment.html>


More information about the vc mailing list