emax        2006-05-20 00:44:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_tap.c 
  Log:
  MFC v1.59 and v1.60
  
  Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replace
  K&R style function declarations with ANSI style. Also fix endian bugs
  accessing ioctl arguments that are passed by value.
  
  Do not call knlist_destroy() in tapclose(). Instead call it when device is
  actually destroyed. Also move call to knlist_init() into tapcreate(). This
  should fix panic described in kern/95357.
  
  PR:             kern/93897, kern/95357
  Submitted by:   Vilmos Nebehaj < vili at huwico dot hu >
  
  Revision  Changes    Path
  1.55.2.3  +152 -60   src/sys/net/if_tap.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to