NetBSD/sys/altq
snj 2ce37d2f64 Pull up following revision(s) (requested by spz in ticket #198):
sys/altq/altq_cbq.c: revision 1.31
	sys/altq/altq_hfsc.c: revision 1.27
	sys/altq/altq_jobs.c: revision 1.11
	sys/altq/altq_priq.c: revision 1.24
	sys/altq/altq_wfq.c: revision 1.22
Zero buffers copied to userland to avoid stack disclosure.
From Ilja Van Sprundel.
--
Reject negative indices.
(Would be nice to change the types too, and it's *probably* safe to
replace int by u_int, but I'm reluctant to touch the ioctl
definitions without at least a modicum more thought.  Also one of
them is a u_long, because why not?)
From Ilja Van Sprundel.
2017-08-09 05:31:02 +00:00
..
Makefile
altq.h
altq_afmap.c
altq_afmap.h
altq_blue.c IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation 2016-04-20 08:58:48 +00:00
altq_blue.h
altq_cbq.c Pull up following revision(s) (requested by spz in ticket #198): 2017-08-09 05:31:02 +00:00
altq_cbq.h
altq_cdnr.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
altq_cdnr.h
altq_classq.h
altq_conf.c
altq_conf.h
altq_fifoq.c IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation 2016-04-20 08:58:48 +00:00
altq_fifoq.h
altq_flowvalve.h
altq_hfsc.c Pull up following revision(s) (requested by spz in ticket #198): 2017-08-09 05:31:02 +00:00
altq_hfsc.h
altq_jobs.c Pull up following revision(s) (requested by spz in ticket #198): 2017-08-09 05:31:02 +00:00
altq_jobs.h
altq_localq.c
altq_priq.c Pull up following revision(s) (requested by spz in ticket #198): 2017-08-09 05:31:02 +00:00
altq_priq.h
altq_red.c IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation 2016-04-20 08:58:48 +00:00
altq_red.h
altq_rio.c Use M_GETCTX and M_SETCTX instead of open-coding rcvif 2016-05-16 09:53:59 +00:00
altq_rio.h
altq_rmclass.c
altq_rmclass.h
altq_rmclass_debug.h
altq_subr.c Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
altq_var.h
altq_wfq.c Pull up following revision(s) (requested by spz in ticket #198): 2017-08-09 05:31:02 +00:00
altq_wfq.h
altqconf.h
files.altq
if_altq.h IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantation 2016-04-20 08:58:48 +00:00