1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys
Hans Petter Selasky ef9257491d Remove release and acquire semantics when accessing the "state" field of the
LinuxKPI task struct. Change type of "state" variable from "int" to
"atomic_t" to simplify code and avoid unneccessary casting.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
2017-11-11 11:01:50 +00:00
..
amd64 Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00
arm Allwinner A13: Add clkng support 2017-11-08 21:24:06 +00:00
arm64 Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00
boot Install the 4th files in sys/boot/forth instead of each loader 2017-11-10 23:54:58 +00:00
bsm
cam ctl: Make max_luns and max_ports tunable variables instead of hardcoded 2017-11-07 16:59:52 +00:00
cddl MFV r325609: 7531 Assign correct flags to prefetched buffers 2017-11-09 18:22:42 +00:00
compat Remove release and acquire semantics when accessing the "state" field of the 2017-11-11 11:01:50 +00:00
conf Refactor the flowsteering APIs used by mlx5en(4). This change is needed by 2017-11-10 09:49:08 +00:00
contrib MFV: r325668 2017-11-10 18:46:34 +00:00
crypto
ddb Point people towards our https web site for documentation, http accesses are 2017-11-09 13:38:24 +00:00
dev vnic: apply BPF tap before passing packet to hardware 2017-11-10 22:17:30 +00:00
fs Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00
gdb
geom geom_slice: fix r325227, protect against multiple calls to g_slice_free 2017-11-01 10:53:10 +00:00
gnu
i386 Remove useless DEBUG printfs in i386 sendsig() implementations. 2017-11-08 13:05:14 +00:00
isa
kern rwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER 2017-11-11 09:34:11 +00:00
kgssapi
libkern
mips Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00
modules Refactor the flowsteering APIs used by mlx5en(4). This change is needed by 2017-11-10 09:49:08 +00:00
net Do not leak control in raw_usend 2017-11-08 23:20:05 +00:00
net80211
netgraph
netinet Use hardware timestamps to report packet timestamps for SO_TIMESTAMP 2017-11-07 09:46:26 +00:00
netinet6 Use hardware timestamps to report packet timestamps for SO_TIMESTAMP 2017-11-07 09:46:26 +00:00
netipsec Use correct pointer in key_updateaddresses() when updating NAT-T config. 2017-11-03 11:33:13 +00:00
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Mark ipoib device as initialized on device open. 2017-11-10 08:58:42 +00:00
opencrypto crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is working 2017-11-03 10:27:22 +00:00
powerpc Properly initialize the full md_page structure 2017-11-10 04:23:58 +00:00
riscv
rpc
security
sparc64 Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00
sys systm.h: Include cdefs.h first 2017-11-10 02:00:40 +00:00
teken
tests
tools
ufs Improve the message printed when the cylinder group checksum is wrong. 2017-11-05 13:28:48 +00:00
vm Fix operator priority. 2017-11-08 23:25:05 +00:00
x86 Correct operators precedence. 2017-11-09 13:09:07 +00:00
xdr
xen
Makefile