1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys
Emmanuel Vadot a0cb4996c6 arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't created
MFC after:	3 weeks
X-MFC-With:	r355173
2019-11-28 20:17:03 +00:00
..
amd64 Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
arm When doing ARM stack unwinding as part of stack_save(9), do not search 2019-11-24 21:08:56 +00:00
arm64 arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't created 2019-11-28 20:17:03 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam Do not retry long ready waits if previous gave nothing. 2019-11-22 21:31:59 +00:00
cddl Fix use-after-free in case of L2ARC prefetch failure. 2019-11-28 18:28:35 +00:00
compat Linux epoll: Allow passing of any negative timeout value to epoll_wait 2019-11-24 20:51:09 +00:00
conf Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's. 2019-11-28 17:01:31 +00:00
contrib Include fin, the packet information structure (fr_info_t), in the 2019-11-28 00:46:33 +00:00
crypto Fix the armv8 crypto driver after r354170. 2019-10-30 10:41:10 +00:00
ddb ddb(4): Add some support for lexing IPv6 addresses 2019-09-09 16:32:23 +00:00
dev Make DMAR allow Intel NTB device to access its own BAR0. 2019-11-28 02:40:12 +00:00
dts dtso: allwinner: Add an overlay for H3 thermal node 2019-08-24 13:26:34 +00:00
fs tmpfs: resolve deadlock between rename and unmount. 2019-11-24 19:06:38 +00:00
gdb gdb(4): Implement support for NoAckMode 2019-10-17 22:37:25 +00:00
geom We don't even need Giant here. It isn't protecting anything internal 2019-11-23 23:44:00 +00:00
gnu Import DTS files from Linux 5.4 2019-11-28 19:30:41 +00:00
i386 Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
isa
kern Fix DEBUG_REDZONE build after r355169 2019-11-28 08:56:14 +00:00
kgssapi Stop using des_cblock * for arguments to DES functions. 2019-08-26 17:25:07 +00:00
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Remove two obsolete comments that reference splhigh/splx. 2019-11-21 18:49:54 +00:00
modules Remove the trm(4) driver 2019-11-28 02:32:17 +00:00
net Allow kernel to compile without BPF. 2019-11-24 23:21:47 +00:00
net80211 Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead. 2019-10-10 23:55:33 +00:00
netgraph Fix regression from r353026. Pointer was increased instead of value 2019-11-02 03:09:17 +00:00
netinet Really ignore the SCTP association identifier on 1-to-1 style sockets 2019-11-28 12:50:25 +00:00
netinet6 in6_joingroup_locked: need if_addr_lock around in6m_disconnect_locked 2019-11-25 22:25:10 +00:00
netipsec Add support for dummy ESP packets with next header field equal to 2019-11-27 10:24:46 +00:00
netpfil pf: Add endline to all DPFPRINTF() 2019-11-24 13:53:36 +00:00
netsmb Stop using des_cblock * for arguments to DES functions. 2019-08-26 17:25:07 +00:00
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto kTLS support for TLS 1.3 2019-09-27 19:17:40 +00:00
powerpc [PPC64] Enable phyp vty use as a GDB DBGPORT 2019-11-25 16:30:38 +00:00
riscv RISC-V: busdma_bounce: fix BUS_DMA_ALLOCNOW for non-paged aligned sizes 2019-11-16 01:25:51 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations. 2019-11-18 20:03:28 +00:00
sys witness: sleepable rm locks are not sleepable in read mode 2019-11-27 01:54:39 +00:00
teken Adjust teken to allow build as part of loader 2019-09-05 18:07:40 +00:00
tests
tools Add makesyscalls.lua, a rewrite of makesyscalls.sh 2019-11-17 14:08:19 +00:00
ufs As part of creating a snapshot, set fs->fs_fmod to 0 in the snapshot image 2019-11-28 00:37:43 +00:00
vm Garbage collect the mostly unused us_keg field. Use appropriately named 2019-11-28 07:49:25 +00:00
x86 bus_dma_dmar_load_ident(9): load identity mapping into the map. 2019-11-27 19:57:17 +00:00
xdr
xen
Makefile