freebsd-nq/sys/netinet
Jeff Roberson 1c4bcd050a - Move rusage from being per-process in struct pstats to per-thread in
td_ru.  This removes the requirement for per-process synchronization in
   statclock() and mi_switch().  This was previously supported by
   sched_lock which is going away.  All modifications to rusage are now
   done in the context of the owning thread.  reads proceed without locks.
 - Aggregate exiting threads rusage in thread_exit() such that the exiting
   thread's rusage is not lost.
 - Provide a new routine, rufetch() to fetch an aggregate of all rusage
   structures from all threads in a process.  This routine must be used
   in any place requiring a rusage from a process prior to it's exit.  The
   exited process's rusage is still available via p_ru.
 - Aggregate tick statistics only on demand via rufetch() or when a thread
   exits.  Tick statistics are kept in the thread and protected by sched_lock
   until it exits.

Initial patch by:	attilio
Reviewed by:		attilio, bde (some objections), arch (mostly silent)
2007-06-01 01:12:45 +00:00
..
libalias
accf_data.c
accf_http.c
icmp6.h - Disabled responding to NI queries from a global address by default as 2007-05-17 21:20:24 +00:00
icmp_var.h
if_atm.c
if_atm.h
if_ether.c
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_gif.c
in_gif.h
in_pcb.c
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c
in.h
ip6.h
ip_carp.c
ip_carp.h
ip_divert.c
ip_divert.h
ip_dummynet.c
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw2.c
ip_fw_pfil.c
ip_fw.h
ip_gre.c
ip_gre.h
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c Remove leading spaces before tabs spotted thanks to silby using 2007-05-16 20:46:58 +00:00
ip_ipsec.c
ip_ipsec.h
ip_mroute.c
ip_mroute.h
ip_options.c
ip_options.h
ip_output.c
ip_var.h
ip.h
ipprotosw.h
pim_var.h
pim.h
raw_ip.c
sctp_asconf.c - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_asconf.h
sctp_auth.c - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_auth.h
sctp_bsd_addr.c - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_bsd_addr.h - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_constants.h - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_crc32.c
sctp_crc32.h
sctp_header.h
sctp_indata.c - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_indata.h
sctp_input.c - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c 2007-05-30 22:34:21 +00:00
sctp_input.h
sctp_lock_bsd.h - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_os_bsd.h - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_os.h
sctp_output.c - Move rusage from being per-process in struct pstats to per-thread in 2007-06-01 01:12:45 +00:00
sctp_output.h
sctp_pcb.c - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_pcb.h - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
sctp_peeloff.c - fixed autclose to not allow setting on 1-2-1 model. 2007-05-28 11:17:24 +00:00
sctp_peeloff.h
sctp_structs.h - fixed autclose to not allow setting on 1-2-1 model. 2007-05-28 11:17:24 +00:00
sctp_sysctl.c - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_sysctl.h
sctp_timer.c - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_timer.h
sctp_uio.h - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_usrreq.c - Fixes so we won't try to start a timer when we 2007-05-29 09:29:03 +00:00
sctp_var.h
sctp.h - Fix spelling errors in comments per Ruslan (.. thanks... ) 2007-05-29 11:53:27 +00:00
sctputil.c - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c 2007-05-30 22:34:21 +00:00
sctputil.h - Fix a memory overwrite when the mapping array 2007-05-30 17:39:45 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c Normalize spelling and grammar in TCP hostcache comments. 2007-05-27 19:39:26 +00:00
tcp_input.c Make log messages more verbose and simpler to understand for non-experts. 2007-05-28 23:27:44 +00:00
tcp_output.c Fix statistical accounting for bytes and packets during sack retransmits. 2007-05-18 19:56:24 +00:00
tcp_reass.c
tcp_sack.c
tcp_seq.h
tcp_subr.c Don't assign sp to the value of s when we're about to assign it instead to 2007-05-27 17:02:54 +00:00
tcp_syncache.c Make log messages more verbose and simpler to understand for non-experts. 2007-05-28 23:27:44 +00:00
tcp_timer.c In tcp_timer_2msl(), tp can never become NULL, so don't check it for 2007-05-27 17:52:02 +00:00
tcp_timer.h Remove now unused stuff forgotten in the previous commit. 2007-05-16 17:55:22 +00:00
tcp_timewait.c Unbreak IPv4 kernel build. 2007-05-17 00:05:13 +00:00
tcp_usrreq.c (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL 2007-05-31 12:06:02 +00:00
tcp_var.h Refactor and rewrite in parts the SYN handling code on listen sockets 2007-05-28 11:03:53 +00:00
tcp.h The printf %b list in PRINT_TH_FLAGS has to be in octal numbering. 2007-05-25 21:28:49 +00:00
tcpip.h
udp_usrreq.c
udp_var.h
udp.h