Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 13:47:54 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/net if_spppsubr.c
Message-ID:  <199810062047.NAA19314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       1998/10/06 13:47:54 PDT

  Modified files:
    sys/net              if_spppsubr.c 
  Log:
  In an attempt to reduce the huge number of differences between the
  FreeBSD repository version of this file and the isdn4bsd version,
  adopt those changes from the i4b version that make this file
  BSD-version independent.  I attempted to avoid uglifying this file too
  much, thus deviated a little from the i4b version (and hope they will
  adopt the changes, too).
  
  The diffs mostly concentrate on:
  
  . #include differences between the systems
  . different callout handling between FreeBSD vs. Net/OpenBSD
  . interface naming (Net/OpenBSD store the ASCII name including the
    unit # in struct ifnet, FreeBSD only the name)
  . use of random() in FreeBSD vs. time-based pseudo-randomization in
    Net/OpenBSD (for loopback detection ad CHAP challenges -- i
    assume at least OpenBSD could also benefit from random(), but that's
    the way i've got this file)
  . interface address list elements are named a little differently
    between FreeBSD and Net/OpenBSD
  
  I attempted to segregate those compat fixes from other code fixes and
  enhancements.
  
  Obtained from:	The isdn4bsd project
  
  Revision  Changes    Path
  1.44      +337 -225  src/sys/net/if_spppsubr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810062047.NAA19314>