]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
1) Adds the rest of the VIMAGE change macros
authorRandall Stewart <rrs@FreeBSD.org>
Wed, 9 Jul 2008 16:45:30 +0000 (16:45 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Wed, 9 Jul 2008 16:45:30 +0000 (16:45 +0000)
commitfc14de76f4d8e486557623742ddd8ba511cd3f05
tree4a87f4aa4fe465871cb0aabaa4a65bf4595791b3
parenta55b8b206826407ced58569d0142c479273be3dc
1) Adds the rest of the VIMAGE change macros
2) Adds some __UserSpace__ on some of the common defines that
   the user space code needs
3) Fixes a bug when we send up data to a user that failed. We
   need to a) trim off the data chunk headers, if present, and
   b) make sure the frag bit is communicated properly for the
   msgs coming off the stream queues... i.e. we see if some
   of the msg has been taken.

Obtained from: jeli contributed the VIMAGE changes on this pass Thanks Julain!
26 files changed:
sys/netinet/sctp_asconf.c
sys/netinet/sctp_asconf.h
sys/netinet/sctp_bsd_addr.c
sys/netinet/sctp_bsd_addr.h
sys/netinet/sctp_cc_functions.h
sys/netinet/sctp_constants.h
sys/netinet/sctp_crc32.h
sys/netinet/sctp_indata.c
sys/netinet/sctp_indata.h
sys/netinet/sctp_input.c
sys/netinet/sctp_input.h
sys/netinet/sctp_os_bsd.h
sys/netinet/sctp_output.c
sys/netinet/sctp_output.h
sys/netinet/sctp_pcb.c
sys/netinet/sctp_pcb.h
sys/netinet/sctp_sysctl.h
sys/netinet/sctp_timer.c
sys/netinet/sctp_timer.h
sys/netinet/sctp_uio.h
sys/netinet/sctp_usrreq.c
sys/netinet/sctp_var.h
sys/netinet/sctputil.c
sys/netinet/sctputil.h
sys/netinet6/sctp6_usrreq.c
sys/netinet6/sctp6_var.h