cvs commit: src/sys/net if_tap.c

Maksim Yevmenkin emax at FreeBSD.org
Thu Mar 16 18:22:02 UTC 2006


emax        2006-03-16 18:22:01 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_tap.c 
  Log:
  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.
  
  PR:             kern/93897
  Submitted by:   Vilmos Nebehaj < vili at huwico dot hu >
  MFC after:      1 week
  
  Revision  Changes    Path
  1.59      +153 -60   src/sys/net/if_tap.c


More information about the cvs-all mailing list