public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2004-07-16 10:43 asl
  0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2004-07-16 10:43 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-07-16 10:43:30

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/src/ecos: support.c 

Log message:
	*cdl/freebsd_net.cdl:
	*src/ecos/support.c: made memory pools default to current size,
	but separately controllable from the cdl file. This is useful for
	systems with tight memory budgets.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2012-03-06 19:13 grante
  0 siblings, 0 replies; 14+ messages in thread
From: grante @ 2012-03-06 19:13 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-06 19:13:28

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/src/sys/netinet: in_pcb.c 

Log message:
	Add CDL option CYGOPT_NET_FREEBSD_FORCE_DIRECTED_BROADCAST that allows
	you to control whether or not packets sent to 255.255.255.255 get
	redirected to the interface's subnet broadcast address.  By default,
	this option is enabled (behavior is the same as before this change).
	[ Bugzilla 1001508 ]


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2012-03-05 20:30 grante
  0 siblings, 0 replies; 14+ messages in thread
From: grante @ 2012-03-05 20:30 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-05 20:30:22

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	Add -fno-strict-aliasing to CFLAGS to fix warnings from newer gcc (4.6)
	about dereferencing type-punned pointers.  [Hopfully a future update from
	upstream will obviate the need for this.]


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2011-02-22  4:36 jlarmour
  0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2011-02-22  4:36 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2011-02-22 04:36:21

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/include/netinet: tcp_var.h 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c 
	                                           tcp_input.c 
	                                           tcp_subr.c 

Log message:
	* src/sys/netinet/if_ether.c: Merge fix from FreeBSD CVS r1.108.
	Prevents creation of reciprocal ARP cache entries for hosts not on
	local subnet.
	* cdl/freebsd_net.cdl:
	* include/netinet/tcp_var.c:
	* src/sys/netinet/tcp_subr.c:
	* src/sys/netinet/tcp_input.c: Merge fix from FreeBSD CVS. Introduces
	a maximum size for the TCP reassembly queue to limit network buffer
	usage associated with reassembly. Enable CYGNUM_NET_TCP_REASS_DIVISOR
	and set it to configure the maximum number of buffers usable for TCP
	reassembly.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2007-03-22 11:52 gthomas
  0 siblings, 0 replies; 14+ messages in thread
From: gthomas @ 2007-03-22 11:52 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2007-03-22 11:51:20

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	Add CDL to support 'BOOTP_COMPAT'


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2006-06-17 18:05 asl
  0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2006-06-17 18:05 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-06-17 18:05:20

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/src/ecos: support.c timeout.c 

Log message:
	* cdl/freebsd_net.cdl, src/ecos/support.c, src/ecos/support.c:
	Changes to make stack sizes CDL configurable.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2005-03-12 12:55 asl
  0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2005-03-12 12:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-03-12 12:55:46

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/src/sys/netinet: in_pcb.c 

Log message:
	* cdl/freebsd_net.cdl:
	* src/sys/netinet/in_pcb.c: add option to randomly pick
	source port.  This option is useful when connecting
	through firewalls.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-12-16 14:46 gthomas
  0 siblings, 0 replies; 14+ messages in thread
From: gthomas @ 2003-12-16 14:46 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-12-16 14:46:00

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	Increase default memory pool size


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-11-22 12:59 asl
  0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2003-11-22 12:59 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-11-22 12:59:22

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/include/netinet6: ipsec.h 
	net/net/bsd_tcpip/current/include/sys: malloc.h param.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_output.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: ip6_output.c 
Added files:
	net/net/bsd_tcpip/current/include/net: if_gif.h if_sec.h zlib.h 
	net/net/bsd_tcpip/current/include/netinet: ip_ecn.h 
	net/net/bsd_tcpip/current/include/netinet6: ah.h esp.h 
	                                            esp_rijndael.h 
	                                            esp_twofish.h 
	                                            in6_gif.h ipcomp.h 
	net/net/bsd_tcpip/current/include/netkey: key.h key_debug.h 
	                                          keysock.h 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_ecn.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: ah_core.c ah_input.c 
	                                            ah_output.c 
	                                            esp_core.c 
	                                            esp_input.c 
	                                            esp_output.c 
	                                            esp_rijndael.c 
	                                            esp_twofish.c 
	                                            in6_gif.c 
	                                            ipcomp_core.c 
	                                            ipcomp_input.c 
	                                            ipcomp_output.c 
	                                            ipsec.c 
	net/net/bsd_tcpip/current/src/sys/netkey: key.c key_debug.c 
	                                          keydb.c keysock.c 

Log message:
	* include/net/if_gif.h include/net/if_sec.h include/net/zlib.h
	include/netinet/ip_ecn.h include/netinet6/ah.h
	include/netinet6/esp.h include/netinet6/esp_rijndael.h
	include/netinet6/esp_twofish.h include/netinet6/in6_gif.h
	include/netinet6/ipcomp.h include/netkey/key.h
	include/netkey/key_debug.h include/netkey/keysock.h src/sys/netkey
	src/sys/netinet/ip_ecn.c src/sys/netinet6/ah_core.c
	src/sys/netinet6/ah_input.c src/sys/netinet6/ah_output.c
	src/sys/netinet6/esp_core.c src/sys/netinet6/esp_input.c
	src/sys/netinet6/esp_output.c src/sys/netinet6/esp_rijndael.c
	src/sys/netinet6/esp_twofish.c src/sys/netinet6/in6_gif.c
	src/sys/netinet6/ipcomp_core.c src/sys/netinet6/ipcomp_input.c
	src/sys/netinet6/ipcomp_output.c src/sys/netinet6/ipsec.c:
	Added back the original KAME FreeBSD IPSEC files.
	* cdl/freebsd_net.cdl: CDl to control the compilation of IPSEC
	* include/sys/malloc.h: New memory type needed by IPSEC
	* include/sys/param.h: Name munging for IPSEC symbols
	* src/ecos/support.c: read_random_unlimited() should return the
	number of random bytes in the buffer.
	* src/sys/kern/kern_sysctl.c: Added missing copyright header.
	* src/sys/netinet/ip_output.c: Removed user() checks in IPSEC code.
	* src/sys/netinet6/ip6_output.c: Compiler warning fixes.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-07-30  7:42 asl
  0 siblings, 0 replies; 14+ messages in thread
From: asl @ 2003-07-30  7:42 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-07-30 07:42:33

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/include/netinet: icmp_var.h igmp_var.h 
	                                           in_var.h udp_var.h 
	net/net/bsd_tcpip/current/include/netinet6: ip6protosw.h 
	                                            tcp6_var.h 
	                                            udp6_var.h 
	net/net/bsd_tcpip/current/include/sys: malloc.h param.h socket.h 
	net/net/bsd_tcpip/current/src/sys/net: if.c rtsock.c 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c igmp.c 
	                                           in.c in_pcb.c 
	                                           in_proto.c in_rmx.c 
	                                           ip_flow.c ip_icmp.c 
	                                           ip_input.c raw_ip.c 
	                                           tcp_input.c 
	                                           tcp_output.c 
	                                           tcp_subr.c 
	                                           tcp_timer.c 
	                                           tcp_usrreq.c 
	                                           udp_usrreq.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: in6.c in6_ifattach.c 
	                                            in6_pcb.c 
	                                            in6_proto.c 
	                                            in6_rmx.c nd6.c 
	                                            udp6_output.c 
	                                            udp6_usrreq.c 
Added files:
	net/net/bsd_tcpip/current/include/sys: sysctl.h 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 
	net/net/bsd_tcpip/current/tests: sysctl1.c 

Log message:
	Fixed all (I hope) compiler warnings
	Added back sysctl support which was removed when the stack was ported.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-05-04 17:37 gthomas
  0 siblings, 0 replies; 14+ messages in thread
From: gthomas @ 2003-05-04 17:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-05-04 17:37:28

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/src/ecos: support.c 

Log message:
	Add control to force use of serial port during initialization


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-04-11 18:00 jlarmour
  0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-04-11 18:00 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-04-11 18:00:19

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	* cdl/freebsd_net.cdl: Deleted the 'CYGPKG_NET_FREEBSD_STACK_BUILD_TESTS'
	component because these tests are in the net.cdl component
	'CYGPKG_NET_BUILD_TESTS' and selecting this option in freebsd_net.cdl
	causes build errors.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-02-24 14:29 jlarmour
  0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-02-24 14:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-02-24 14:29:17

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	* cdl/freebsd_net.cdl: Fix doc link.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...
@ 2003-02-18 17:32 jlarmour
  0 siblings, 0 replies; 14+ messages in thread
From: jlarmour @ 2003-02-18 17:32 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-02-18 17:32:02

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 

Log message:
	* cdl/freebsd_net.cdl: Remove unused NBPFILTER and BRIDGE CDL options.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-03-06 19:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-16 10:43 ecos-opt/net/net/bsd_tcpip/current ChangeLog c asl
  -- strict thread matches above, loose matches on Subject: below --
2012-03-06 19:13 grante
2012-03-05 20:30 grante
2011-02-22  4:36 jlarmour
2007-03-22 11:52 gthomas
2006-06-17 18:05 asl
2005-03-12 12:55 asl
2003-12-16 14:46 gthomas
2003-11-22 12:59 asl
2003-07-30  7:42 asl
2003-05-04 17:37 gthomas
2003-04-11 18:00 jlarmour
2003-02-24 14:29 jlarmour
2003-02-18 17:32 jlarmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).