DragonFly BSD
DragonFly commits List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netinet6 ipsec.c src/sys/netproto/ipsec ipsec.c ipsec_input.c ipsec_output.c src/sys/sys in_cksum.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Feb 2004 13:15:34 -0800 (PST)

dillon      2004/02/14 13:15:34 PST

DragonFly src repository

  Modified files:
    sys/netinet6         ipsec.c 
    sys/netproto/ipsec   ipsec.c ipsec_input.c ipsec_output.c 
  Added files:
    sys/sys              in_cksum.h 
  Log:
  Move <machine/in_cksum.h> to <sys/in_cksum.h>.  This file is now platform
  independant.  If we want to add extreme machine specialization later on
  then sys/in_cksum.h will #include machine/in_cksum.h.
  
  Move i386/i386/in_cksum.c to netinet/in_cksum.c.  Note that netinet/in_cksum.c
  already existed but was not used by the build system at all.  The move
  overwrites it.  The new in_cksum.c is a portable, complete rewrite which
  references core assembly (procedure call) to do 32-bit-aligned work.  See
  also i386/i386/in_cksum2.s.
  
  Revision  Changes    Path
  1.5       +1 -2      src/sys/netinet6/ipsec.c
  1.5       +1 -2      src/sys/netproto/ipsec/ipsec.c
  1.5       +1 -1      src/sys/netproto/ipsec/ipsec_input.c
  1.4       +1 -2      src/sys/netproto/ipsec/ipsec_output.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ipsec.c.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/ipsec/ipsec.c.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/ipsec/ipsec_input.c.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/ipsec/ipsec_output.c.diff?r1=1.3&r2=1.4&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]