public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-07-26  8:04 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-07-26  8:04 UTC (permalink / raw)
  To: ecos-cvs

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

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

Log message:
	Fix problem with ovbcopy - from Red Hat.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2012-03-13 14:51 grante
  0 siblings, 0 replies; 33+ messages in thread
From: grante @ 2012-03-13 14:51 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-13 14:51:03

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

Log message:
	Fix compiler warnings by removing variables that are set but never
	referenced. [ Bugzilla 1001516 ]


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2012-03-09 19:37 grante
  0 siblings, 0 replies; 33+ messages in thread
From: grante @ 2012-03-09 19:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-09 19:37:46

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet6: icmp6.c 
	                                            in6_ifattach.c 
	                                            in6_src.c 
	                                            ip6_input.c 
	                                            ip6_mroute.c 
	                                            ip6_output.c nd6.c 
	                                            nd6_nbr.c nd6_rtr.c 
	                                            raw_ip6.c 

Log message:
	Fix compiler warnings -- mostly variables that are set but not referenced
	and mismatches between pointers to signed/unsigned char.  Bugzilla 1001526


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2012-03-09 19:24 grante
  0 siblings, 0 replies; 33+ messages in thread
From: grante @ 2012-03-09 19:24 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	grante@sourceware.org	2012-03-09 19:24:09

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if_ethersubr.c 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_encap.c 
	                                           tcp_input.c 
	                                           tcp_output.c 
	                                           tcp_usrreq.c 
	                                           udp_usrreq.c 

Log message:
	Fix compiler warnings.  Mostly variables that are set but not referenced and
	signed/unsigned char pointer mismatches.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2007-09-27 11:14 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2007-09-27 11:14 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2007-09-27 11:14:52

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if.c 

Log message:
	Add missing ioctl functions - reported by Emmanuel Collien


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2006-07-19 14:29 jlarmour
  0 siblings, 0 replies; 33+ messages in thread
From: jlarmour @ 2006-07-19 14:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2006-07-19 14:29:33

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

Log message:
	* src/ecos/support.c (cyg_netint): Don't handle events that don't
	have handlers registered. Fixes Bug 1000046, whereby an assertion
	or crash resulted from an ARP package arriving before network
	initialization was complete.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2006-05-08 17:21 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2006-05-08 17:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-05-08 17:21:37

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

Log message:
	* src/ecos/support.c (cyg_net_show_mbufs): Use %p in
	diag_printf to keep the compiler happy.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2005-09-03 13:03 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2005-09-03 13:03 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-09-03 13:03:08

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 

Log message:
	* src/sys/kern/kern_sysctl.c: Silent compiler warning on lvalue
	assignment


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2005-06-17 20:09 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2005-06-17 20:09 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-06-17 20:09:52

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: uipc_socket.c 

Log message:
	* src/sys/kern/uipc_socket.c (sodealloc): Fixed a race condition
	when freeing the socket memory. Problem reported by Will Lent.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2005-03-27 18:18 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2005-03-27 18:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-03-27 18:18:14

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/net: if.c 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c 

Log message:
	* src/sys/net/if.c (ifioctl): Fixed a compiler warning about
	types to printf.
	* src/sys/netinet/if_ether.c (in_arpinput): Ditto
	* src/sys/net/if.c: Ditto


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-12-31  9:55 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2004-12-31  9:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-12-31 09:55:54

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 

Log message:
	* src/sys/kern/kern_sysctl.c: set mutex_init to one to prevent
	mutex being initialized multiple times.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-08-18  9:40 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2004-08-18  9:40 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-08-18 09:40:56

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/kern: sockio.c 

Log message:
	* src/ecos/support.c (show_net_times): Removed stats_in_cksum.
	It does not exist in the FreeBSD stack. Pointed out by
	Philip Keller.
	* src/sys/kern/sockio.c (bsd_bind): Pass a copy of the sa into
	bind so that the "kernel" code does not modify the "user" codes
	version of the socket address.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-05-25 13:10 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2004-05-25 13:10 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2004-05-25 13:10:06

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet: if_ether.c 

Log message:
	Clean up log messages


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-04-30  1:13 jlarmour
  0 siblings, 0 replies; 33+ messages in thread
From: jlarmour @ 2004-04-30  1:13 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2004-04-30 01:13:56

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

Log message:
	* src/ecos/timeout.c (callout_reset): Clarify assert message on
	expiry date from ages ago and also add comment explaining further.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-03-27 18:16 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2004-03-27 18:16 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-03-27 18:16:04

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

Log message:
	* src/ecos/support.c (_dumpentry): Don't skip routes which don't
	have a netmask. These are seem to be valid host routes.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2004-01-17 14:10 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2004-01-17 14:10 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2004-01-17 14:10:52

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: sockio.c 

Log message:
	* src/sys/kern/sockio.c (bsd_connect): Set the sa_len field in
	the sockaddr structure. Real FreeBSD does this.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-11-08 14:37 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-11-08 14:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-11-08 14:37:12

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 

Log message:
	* src/sys/kern/kern_sysctl.c (sysctl): Update the oldlen value at
	the end of the sysctl call.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-10-15 13:48 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2003-10-15 13:48 UTC (permalink / raw)
  To: ecos-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-10-15 13:48:28

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if.c 

Log message:
	Control/suppress some debug init messages - Roland Caßebohm


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-09-18 19:41 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2003-09-18 19:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2003-09-18 19:41:20

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: uipc_mbuf.c 
	net/net/bsd_tcpip/current/src/sys/net: if_ethersubr.c 

Log message:
	Fix some malloc() issues - from Thomas Binder


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-07-29 14:02 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-07-29 14:02 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-07-29 14:02:13

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: sockio.c 

Log message:
	* src/sys/kern/sockio.c:
	Fixed memory leak in accept() call.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-06-26  5:56 jlarmour
  0 siblings, 0 replies; 33+ messages in thread
From: jlarmour @ 2003-06-26  5:56 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-06-26 05:56:06

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_input.c 

Log message:
	* src/sys/netinet/ip_input.c(ip_reass):
	ip_nfragpackets is increasing by dropping fragments due to mbuf
	starvation and eventually exceeds ip_maxfragpackets, which
	results in refusing all fragments later. On the other hand, nipq
	and maxnipq can be used as a substitute for ip_nfragpackets and
	ip_maxfragpackets. This fix is the collection of the fixes done
	at the following revisions of freebsd main branch; 1.221, 1.222,
	1.223 and 1.229.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-06-23 10:28 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-06-23 10:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-06-23 09:45:11

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

Log message:
	* src/ecos/support.c: Increase the stack size for the background
	thread when IPv6 is enabled otherwise the stack overflows.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-05-12 11:03 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-05-12 11:03 UTC (permalink / raw)
  To: ecos-cvs

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

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

Log message:
	* src/ecos/timeout.c (do_timeout): The head of the linked list of
	timers is timeout, not _timeout.
	* src/ecos/timeout.c (timeout): Linear search the array for empty
	entries and don't walk it like a linked list, because it is not.
	* src/ecos/timeout.c (untimeout): Linear search is faster since
	there are many entries in the linked list which are not in the
	array.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-04-29 13:35 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-04-29 13:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Branch: 	ecos-v2_0-branch
Changes by:	asl@sourceware.org	2003-04-29 13:35:53

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

Log message:
	* src/ecos/support.c (cyg_net_malloc): Honour the M_ZERO
	flag. Otherwise we get random junk in places we don't want it.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-04-23  8:54 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-04-23  8:54 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-04-23 08:54:13

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/net: route.c 

Log message:
	* src/ecos/support.c (_show_ifp): Now understands IPv6
	addresses and network masks and added a few more flags
	* src/sys/net/route.c (rt_reinit_rtdelete): Only delete IPv4
	routes so that DHCP and BOOTP works and leave IPv6 routes so IPv6
	also keeps working.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-03-14 13:44 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-03-14 13:44 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Branch: 	ecos-v2_0-branch
Changes by:	asl@sourceware.org	2003-03-14 13:44:37

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if.c 

Log message:
	* src/sys/net/if.c (if_attach): Removed printf which causes the
	ethernet device to become corrupt. At this point the app driver
	has started but not completed taking over from the redboot
	driver. It is unsafe for redboot to use the ethernet device.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-03-14 13:04 asl
  0 siblings, 0 replies; 33+ messages in thread
From: asl @ 2003-03-14 13:04 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-03-14 13:04:06

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if.c 

Log message:
	src/sys/net/if.c (if_attach): Removed printf which causes the
	ethernet device to become corrupt. At this point the app driver
	has started but not completed taking over from the redboot
	driver. It is unsafe for redboot to use the ethernet device.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2003-02-12 15:29 jlarmour
  0 siblings, 0 replies; 33+ messages in thread
From: jlarmour @ 2003-02-12 15:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-02-12 15:29:52

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: sockio.c uipc_socket.c 
	net/net/bsd_tcpip/current/src/sys/net: if_ethersubr.c if_loop.c 

Log message:
	* src/sys/kern/sockio.c: bsd_getinfo/bsd_setinfo should have
	void * args. Silences warnings.
	* src/sys/kern/uipc_socket.c (sopoll): Use __FUNCTION__ correctly
	for GCC 3.x.
	* src/sys/net/if_ethersubr.c: Put comments for stuff after endifs
	to silence warnings.
	* src/sys/net/if_loop.c: Ditto.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-11-04 12:23 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-11-04 12:23 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2002-11-04 12:23:25

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/net: if.c 

Log message:
	Postpone check of ifq_maxlen until device comes online


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-11-03 11:49 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-11-03 11:49 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sourceware.org	2002-11-03 11:49:44

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/kern: sockio.c 
Added files:
	net/net/bsd_tcpip/current/include/sys: uio.h 

Log message:
	Fix getsocknemt(), add <sys/uio.h>


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-07-31  7:02 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-07-31  7:02 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sources.redhat.com	2002-07-31 07:02:18

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet: in_cksum.c 

Log message:
	Fix problems on big endian systems.


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-07-10  5:20 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-07-10  5:20 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sources.redhat.com	2002-07-10 05:20:28

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/src/sys/netinet: in_pcb.c tcp_subr.c 
	                                           udp_usrreq.c 

Log message:
	More <errno.h> troubles


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

* ecos-opt/net/net/bsd_tcpip/current ChangeLog s ...
@ 2002-06-14 14:35 gthomas
  0 siblings, 0 replies; 33+ messages in thread
From: gthomas @ 2002-06-14 14:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	gthomas@sources.redhat.com	2002-06-14 14:35:32

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

Log message:
	Fix compile error when CYGDBG_NET_TIMING_STATS enabled


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

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

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-26  8:04 ecos-opt/net/net/bsd_tcpip/current ChangeLog s gthomas
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13 14:51 grante
2012-03-09 19:37 grante
2012-03-09 19:24 grante
2007-09-27 11:14 gthomas
2006-07-19 14:29 jlarmour
2006-05-08 17:21 asl
2005-09-03 13:03 asl
2005-06-17 20:09 asl
2005-03-27 18:18 asl
2004-12-31  9:55 asl
2004-08-18  9:40 asl
2004-05-25 13:10 gthomas
2004-04-30  1:13 jlarmour
2004-03-27 18:16 asl
2004-01-17 14:10 asl
2003-11-08 14:37 asl
2003-10-15 13:48 gthomas
2003-09-18 19:41 gthomas
2003-07-29 14:02 asl
2003-06-26  5:56 jlarmour
2003-06-23 10:28 asl
2003-05-12 11:03 asl
2003-04-29 13:35 asl
2003-04-23  8:54 asl
2003-03-14 13:44 asl
2003-03-14 13:04 asl
2003-02-12 15:29 jlarmour
2002-11-04 12:23 gthomas
2002-11-03 11:49 gthomas
2002-07-31  7:02 gthomas
2002-07-10  5:20 gthomas
2002-06-14 14:35 gthomas

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