summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/libmdoc.h
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2015-04-23 09:45:24 +0000
committerdlg <dlg@openbsd.org>2015-04-23 09:45:24 +0000
commitb3d47573801bae4659f3ee3a3c0c10dbb7773029 (patch)
treeade8ac315a5f32c61dca8de5e3af80f3ba8b94f8 /usr.bin/mandoc/libmdoc.h
parentuse reallocarray instead of calloc; avoid the zero before infill (diff)
downloadwireguard-openbsd-b3d47573801bae4659f3ee3a3c0c10dbb7773029.tar.xz
wireguard-openbsd-b3d47573801bae4659f3ee3a3c0c10dbb7773029.zip
replace the use of struct ifqueue in pipex with mbuf_queues.
this has a slight semantic change. previously pipex would only process up to 128 packets on the input and output queues at a time and would reschedule the softint if there were any left. now it mq_delists the current set of pending packets and only processes them. if anything is added to the queues later they'll cause the softint to run again. this in turn lets us deprecate sysctl_ifq since nothing uses it anymore. because niqueues are mostly wrappers around mbuf_queues, we can provide sysctl_mq and just #define sysctl_niq to it. pipex bits are ok yasuoka@
Diffstat (limited to 'usr.bin/mandoc/libmdoc.h')
0 files changed, 0 insertions, 0 deletions