Commit Graph

4 Commits

Author SHA1 Message Date
thorpej bf2dcec4f5 Remove the use of splimp() from the NetBSD kernel. splnet()
and only splnet() is allowed for the protection of data structures
used by network devices.
2001-04-13 23:29:55 +00:00
thorpej 66c3288ad5 From KAME:
kjc         2001/02/09 16:20:40 JST

  Modified files:
    kame/sys/altq        altq_classq.h altq_rmclass.c
  Log:
  clear m_nextpkt at dequeueing a packet.

  this is not needed in the current code but
  requested by Lars Eggert <larse@ISI.EDU> for
  their experiment to use altq for inbound processing.

  Revision  Changes    Path
  1.4       +4 -1      kame/kame/sys/altq/altq_classq.h
  1.10      +4 -1      kame/kame/sys/altq/altq_rmclass.c
2001-04-06 00:44:46 +00:00
thorpej 2dfc514990 Add NetBSD RCS IDs. 2000-12-14 08:49:49 +00:00
thorpej 68de460f39 Import ALTQ from KAME. 2000-12-14 08:42:28 +00:00