freebsd-nq/sys
Alex Richardson 8d55837dc1 qeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END()
We provide these for compat with other queue.h headers since some software
assumes it exists (e.g. the libevent contrib code), but we are not
encouraging their use (NULL should be used instead).

This fixes the following warning (which should arguable be an error since
it results in a function call to an undefined function):

.../contrib/libevent/buffer.c:495:16: warning: implicit declaration of function 'LIST_END' is invalid in C99 [-Wimplicit-function-declaration]
             cbent != LIST_END(&buffer->callbacks);
                      ^
.../contrib/libevent/buffer.c:495:13: warning: comparison between pointer and integer ('struct evbuffer_cb_entry *' and 'int') [-Wpointer-integer-compare]
             cbent != LIST_END(&buffer->callbacks);
             ~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reviewed By:	jhb
Differential Revision: https://reviews.freebsd.org/D27151
2021-01-25 15:09:35 +00:00
..
amd64 linux: map EBUSY returned by ptrace into ESRCH 2021-01-19 11:21:55 +00:00
arm Revert "Define PNP info after defining driver modules" 2021-01-23 10:59:41 -05:00
arm64 gic_v3: add message based interrupts support 2021-01-25 10:08:47 +00:00
bsm
cam Exclude reserved iSCSI Target Transfer Tag. 2021-01-24 13:58:29 -05:00
cddl
compat linux: remove spurious newline. 2021-01-19 09:56:45 +00:00
conf newvers.sh: restore reporting branch names 2021-01-22 13:03:15 +00:00
contrib zfs: add support for lockless symlink lookup 2021-01-23 15:04:43 +00:00
crypto armv8crypto: add AES-GCM support 2021-01-21 21:41:27 -08:00
ddb
dev Add support for enabling and disabling IFCAP_VLAN_HWTSO via 2021-01-25 11:28:05 +01:00
dts
fs qeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END() 2021-01-25 15:09:35 +00:00
gdb
geom
gnu
i386 Rename i386's Linux ELF to Linux ELF32 2021-01-21 01:54:12 +00:00
isa
kern cache: add back target entry on rename 2021-01-23 18:10:16 +00:00
kgssapi
libkern
mips make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-V 2021-01-18 16:36:39 -08:00
modules armv8crypto: add AES-GCM support 2021-01-21 21:41:27 -08:00
net iflib: netmap: move per-packet operation out of fragments loop 2021-01-24 21:38:59 +00:00
net80211
netgraph netgraph/ng_nat: Add RFC 6598/Carrier Grade NAT support 2021-01-24 20:38:35 +01:00
netinet sctp: fix PR-SCTP stats when adding addtional streams 2021-01-24 00:50:33 +01:00
netinet6
netipsec Convert unmapped mbufs before computing checksums in IPsec. 2021-01-19 11:52:00 -08:00
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto opencrypto: Add comments describing the new crypto_session layout 2021-01-19 21:32:33 -05:00
powerpc gdb: only return signal values for powerpc's gdb_cpu_signal() 2021-01-22 15:01:49 -04:00
riscv arm64, riscv: Set VM_KMEM_SIZE_SCALE to 1 2021-01-19 20:34:36 -05:00
rpc
security
sys qeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END() 2021-01-25 15:09:35 +00:00
teken
tests Enable running fib tests inside vnet jail. 2021-01-17 20:32:26 +00:00
tools
ufs ufs: denote lack of support for lockless symlink lookup 2021-01-23 15:04:43 +00:00
vm
x86 x86: switch kernel TSC timecounter to RDTSCP on AMD Zen CPUs 2021-01-21 14:55:31 +02:00
xdr
xen
Makefile