CVS commit: src/usr.sbin/altq/libaltq

2021-07-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Jul 21 06:36:33 UTC 2021

Modified Files:
src/usr.sbin/altq/libaltq: qop_cbq.c qop_cbq.h

Log Message:
libaltq, cbq: convert ns_per_byte to ps_per_byte

PR kern/56319


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/libaltq/qop_cbq.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/altq/libaltq/qop_cbq.h

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



CVS commit: src/usr.sbin/altq/libaltq

2021-07-14 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Jul 14 08:33:05 UTC 2021

Modified Files:
src/usr.sbin/altq/libaltq: parser.c

Log Message:
libaltq: allow longer config lines


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/libaltq/parser.c

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



CVS commit: src/usr.sbin/altq/libaltq

2011-08-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Aug 16 12:49:13 UTC 2011

Modified Files:
src/usr.sbin/altq/libaltq: Makefile altq_qop.h parser.c qop.c
qop_conf.c

Log Message:
use memcpy to avoid type punning.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/altq/libaltq/Makefile
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/altq/libaltq/altq_qop.h
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/altq/libaltq/parser.c \
src/usr.sbin/altq/libaltq/qop.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/altq/libaltq/qop_conf.c

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



CVS commit: src/usr.sbin/altq/libaltq

2011-01-04 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jan  4 09:14:42 UTC 2011

Modified Files:
src/usr.sbin/altq/libaltq: qop.c

Log Message:
Fix fd leak in error case. Found by cppcheck.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/altq/libaltq/qop.c

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