public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2002-06-05  9:37 gthomas
  0 siblings, 0 replies; 23+ messages in thread
From: gthomas @ 2002-06-05  9:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sources.redhat.com	2002-06-05 09:37:53

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: in.h 

Log message:
	Fix compile error.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2002-07-08 13:54 gthomas
  0 siblings, 0 replies; 23+ messages in thread
From: gthomas @ 2002-07-08 13:54 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sources.redhat.com	2002-07-08 13:54:13

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 

Log message:
	Fix build error when starting from POSIX template.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-02-04 22:55 gthomas
  0 siblings, 0 replies; 23+ messages in thread
From: gthomas @ 2003-02-04 22:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-02-04 22:55:26

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: bsdtypes.h 

Log message:
	Fix for compatability with Linux compat package.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-03-17 18:38 nickg
  0 siblings, 0 replies; 23+ messages in thread
From: nickg @ 2003-03-17 18:38 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	nickg@sourceware.org	2003-03-17 18:38:18

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: mbuf.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 

Log message:
	* src/ecos/support.c: Added function cyg_net_show_mbufs() and code
	in cyg_net_mbuf_alloc() to accumulate and optionally display
	information about the current set of mbufs. This is mostly a
	debugging feature and is disabled by default.
	
	* include/sys/mbuf.h: Added prototype for cyg_net_show_mbufs().


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-05-12 10:09 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2003-05-12 10:09 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-05-12 10:09:06

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: in_var.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 

Log message:
	* src/ecos/support.c (_show_ifp): Display the IPv6 flag
	information.
	* src/ecos/support.c (cyg_net_malloc): Honour the flag M_ZERO,
	otherwise we end up with junk where we don't want it.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-06-14 15:03 nickg
  0 siblings, 0 replies; 23+ messages in thread
From: nickg @ 2003-06-14 15:03 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	nickg@sourceware.org	2003-06-14 15:03:03

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: in.h 
	net/net/bsd_tcpip/current/include/sys: malloc.h 
	net/net/bsd_tcpip/current/src/ecos: synch.c 

Log message:
	* src/ecos/synch.c (spl_any): Put call to cyg_mutex_lock() into a
	loop so that releases of the current thread do not get mistaken
	for locks and trigger the asserts.
	
	* include/sys/malloc.h (M_DEVBUF): Added this definition.
	
	* include/netinet/in.h: Changed size of sockaddr_in.sin_zero[] to
	24 bytes. This makes a sockaddr_in the same size as a sockaddr.
	Otherwise the definitions of things like ifaliasreq and
	in_aliasreq do not match when they should.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-06-23 10:40 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2003-06-23 10:40 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-06-23 10:17:29

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: icmp_var.h 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_icmp.c 

Log message:
	* include/netinet/icmp_var.h: Changed icmpstat definition to a
	declaration so stopping ld from generating a multiple symbol
	definition error if combining of common symbols is disabled in the
	toolchain.
	* src/sys/netinet/ip_icmp.c: Added an icmpstat definition.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-07-24 18:04 nickg
  0 siblings, 0 replies; 23+ messages in thread
From: nickg @ 2003-07-24 18:04 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	nickg@sourceware.org	2003-07-24 18:04:26

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: in.h 
	net/net/bsd_tcpip/current/src/sys/kern: uipc_accf.c 
	                                        uipc_socket.c 
	net/net/bsd_tcpip/current/src/sys/net: route.c 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_icmp.c ip_input.c 

Log message:
	* include/netinet/in.h:
	* src/sys/kern/uipc_accf.c:
	* src/sys/kern/uipc_socket.c:
	* src/sys/net/route.c:
	* src/sys/netinet/ip_icmp.c:
	* src/sys/netinet/ip_input.c:
	Fixed some compiler warnings.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-09-08 17:28 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2003-09-08 17:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-09-08 17:28:36

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 

Log message:
	* src/ecos/support.c (read_random): New function which is needed
	when CYGSEM_NET_RANDOMID is enabled.
	* include/sys/param.h: Prototype for new function.


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

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-11-03 14:57:33

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: tcp_timer.h 
	net/net/bsd_tcpip/current/src/sys/netinet: tcp_output.c 
	                                           tcp_subr.c 
	                                           tcp_timer.c 

Log message:
	TCP retransmit control changes - from Matt Jerdonek


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2003-12-21 12:28 nickg
  0 siblings, 0 replies; 23+ messages in thread
From: nickg @ 2003-12-21 12:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	nickg@sourceware.org	2003-12-21 12:28:39

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 

Log message:
	* include/sys/param.h: Restored MD5 function mappings. These were
	accidentally removed earlier.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2004-04-05 16:23 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2004-04-05 16:23 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-04-05 16:23:56

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: mbuf.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/kern: uipc_mbuf.c 

Log message:
	* src/sys/kern/uipc_mbuf.c
	* src/ecos/support.c
	* include/sys/mbuf.h: Avoid blocking alloc from (empty) mbuf pool.
	Freed mbufs are never returned to the pool, but to the mbuf
	"free list". This can cause a deadlock situation.
	Duplicated incrementing of mbuf statistics removed.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2005-06-23 15:53 gthomas
  0 siblings, 0 replies; 23+ messages in thread
From: gthomas @ 2005-06-23 15:53 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2005-06-23 15:53:52

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/netinet: if_ether.h 

Log message:
	Fix for broken ARP structure - from Arnaud Chataignier


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

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-07-30 11:23:30

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/kern: kern_subr.c sockio.c 
	                                        uipc_socket.c 
	net/net/bsd_tcpip/current/src/sys/net: if.c if_ethersubr.c 
	                                       radix.c rtsock.c 
	net/net/bsd_tcpip/current/src/sys/netinet: in.c ip_output.c 
	                                           tcp_input.c 
	                                           udp_usrreq.c 

Log message:
	* src/sys/netinet/ip_output.c (ip_output): initialize len to 0.
	* src/sys/net/if.c (ifioctl): Cast to keep compiler happy.
	* src/ecos/support.c (_mask): Use the correct cast to keep the
	compiler happy.
	* include/sys/param.h: give proc0 the correct type so we don't
	have to cast it and avoid a compiler warning.
	* src/sys/kern/uipc_socket.c (soopt_mcopyout): Lefthand casts no
	longer allowed with gcc4.
	* src/sys/net/if_ethersubr.c (ether_resolvemulti): Cast to keep
	compiler happy.
	* src/sys/net/rtsock.c: Define routedomain consistently to avoid
	compiler warnings.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2005-10-23 20:48 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2005-10-23 20:48 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-10-23 20:48:44

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/net: if.h 
	net/net/bsd_tcpip/current/src/sys/kern: uipc_socket.c 
	                                        uipc_socket2.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: in6_pcb.c 
	                                            ip6_mroute.c 
Removed files:
	net/net/bsd_tcpip/current/include/sys: time.h 

Log message:
	* include/sys/time.h (Removed): Use the isoinfra sys/time.h
	* include/net/if.h: We do need sys/time.h for timeval.
	* src/sys/kern/uipc_socket.c: include sys/time.h for timeval
	* src/sys/kern/uipc_socket2.c: Ditto
	* src/sys/netinet6/in6_pcb.c (in6_pcbdetach): remove lvalue cast
	to keep gcc4.x happy.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2005-11-04 10:37 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2005-11-04 10:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-11-04 10:37:05

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 

Log message:
	* include/sys/param.h: Include <string.h> to stop warnings.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2007-07-08 19:18 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2007-07-08 19:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2007-07-08 19:18:57

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 

Log message:
	* include/sys/param.h (log_): Really disable logging when
	it is disabled.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2007-09-11 16:37 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2007-09-11 16:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2007-09-11 16:37:53

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: bsdtypes.h socketvar.h 

Log message:
	* include/sys/socketvar.h: Fix very old and subtle macro bug. From
	FreeBSD revision 1.141.2.3 (RELENG_6 branch): "correctly return an
	error if M_NOWAIT is passed to sblock() and the operation might
	block."


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2008-01-06 10:42 asl
  0 siblings, 0 replies; 23+ messages in thread
From: asl @ 2008-01-06 10:42 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2008-01-06 10:42:35

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/net: radix.h 
	net/net/bsd_tcpip/current/src/sys/net: radix.c route.c rtsock.c 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: icmp6.c nd6.c 

Log message:
	2008-01-06  Shaun Louie <sal@microplex.com>
	
	* include/net/radix.h
	* src/sys/net/radix.c
	* src/sys/net/route.c
	* src/sys/net/rtsock.c
	* src/sys/netinet/if_ether.c
	* src/sys/netinet6/icmp6.c
	* src/sys/netinet6/nd6.c: Change Free to R_Free() so that it
	corresponds to R_Malloc, and allows Free() wrappers in other
	places.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2008-12-03 17:08 jld
  0 siblings, 0 replies; 23+ messages in thread
From: jld @ 2008-12-03 17:08 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2008-12-03 17:08:11

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
Added files:
	net/net/bsd_tcpip/current/include/sys: cdefs.h 

Log message:
	* include/sys/cdefs.h: New file - previously provided by gcc-3.2.1 toolchains
	but now required within the the eCos FreeBSD TCP/IP package itself.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2009-07-22 19:17 jld
  0 siblings, 0 replies; 23+ messages in thread
From: jld @ 2009-07-22 19:17 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2009-07-22 19:17:15

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: cdefs.h 

Log message:
	* include/sys/cdefs.h: Silence undefined macro warning reported by Jay Foster.


^ permalink raw reply	[flat|nested] 23+ messages in thread
* ecos-opt/net/net/bsd_tcpip/current ChangeLog i ...
@ 2011-05-12  8:01 jld
  0 siblings, 0 replies; 23+ messages in thread
From: jld @ 2011-05-12  8:01 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2011-05-12 08:00:59

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 

Log message:
	* include/sys/param.h: Fix cyg_arc4random() extern. Issue reported by
	Marwijn Hessel. [ Bugzilla 1001227 ]


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

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-06 17:16:11

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/include/sys: param.h 
	net/net/bsd_tcpip/current/src/sys/netinet6: ip6_input.c 

Log message:
	Make ip6_init2() visible globally to allow method of disabling ipv6
	support at runtime.  [ Bugzilla 1001502 ]


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

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

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05  9:37 ecos-opt/net/net/bsd_tcpip/current ChangeLog i gthomas
2002-07-08 13:54 gthomas
2003-02-04 22:55 gthomas
2003-03-17 18:38 nickg
2003-05-12 10:09 asl
2003-06-14 15:03 nickg
2003-06-23 10:40 asl
2003-07-24 18:04 nickg
2003-09-08 17:28 asl
2003-11-03 14:57 gthomas
2003-12-21 12:28 nickg
2004-04-05 16:23 asl
2005-06-23 15:53 gthomas
2005-07-30 11:23 asl
2005-10-23 20:48 asl
2005-11-04 10:37 asl
2007-07-08 19:18 asl
2007-09-11 16:37 asl
2008-01-06 10:42 asl
2008-12-03 17:08 jld
2009-07-22 19:17 jld
2011-05-12  8:01 jld
2012-03-06 17:16 grante

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).