Subject: CVS commit: syssrc/sys/altq
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/19/2002 01:53:26
Module Name:	syssrc
Committed By:	itojun
Date:		Sat May 18 22:53:26 UTC 2002

Modified Files:
	syssrc/sys/altq: altq_hfsc.c

Log Message:
sync with KAME.
- don't MALLOC() with M_WAITOK in the spl block.
  move the allocation before splnet().
- when we reset vt of a class, reset the runtime service curve as well.
- don't use max() to compare 64 bit values.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/altq/altq_hfsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.