cvs commit: src/sys/net if_tap.c

Maksim Yevmenkin emax at FreeBSD.org
Fri May 19 17:44:32 PDT 2006


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


More information about the cvs-src mailing list