CVSROOT: /cvs Module name: src Changes by: peli...@cvs.openbsd.org 2014/06/30 06:47:23
Modified files: sys/net : hfsc.c Log message: Attach HFSC after it's been completely initialized. This fixes the "integer divide fault trap" bug caused by the second malloc skipping a beat and leaving the amount of allocated queues equal to zero. tested by me, ok henning mikeb