| .. |
|
amd64
|
amd64: Ignore 1GB mappings in pmap_advise()
|
2022-09-24 09:28:41 -04:00 |
|
arm
|
Teach the GICv3 driver to translate memory ranges
|
2022-09-23 15:28:45 +01:00 |
|
arm64
|
arm64: Ignore 1GB mappings in pmap_advise()
|
2022-09-24 09:28:41 -04:00 |
|
bsm
|
|
|
|
cam
|
CTL: Validate IOCTL parameters.
|
2022-09-06 21:58:27 -04:00 |
|
cddl
|
Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning
|
2022-08-14 21:27:34 +02:00 |
|
compat
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
conf
|
zfs: merge openzfs/zfs@c629f0bf6
|
2022-09-21 14:17:13 +02:00 |
|
contrib
|
zfs: fix powerpc build broken in c7046f76c2
|
2022-09-22 12:04:28 +02:00 |
|
crypto
|
Fix the IV length in the armv8 AES GCM code
|
2022-09-06 13:11:04 +01:00 |
|
ddb
|
Adjust db_flush_line() definition to avoid clang 15 warning
|
2022-07-19 20:37:15 +02:00 |
|
dev
|
snp(4): properly report detached/revoked ttys
|
2022-09-25 23:36:16 +03:00 |
|
dts
|
sys/dts: Remove MIPS files
|
2022-05-20 17:11:27 +01:00 |
|
fs
|
tmpfs: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE
|
2022-09-24 19:42:05 +03:00 |
|
gdb
|
ddb: use _FLAGS command macros where appropriate
|
2022-07-05 11:56:55 -03:00 |
|
geom
|
Adjust g_waitidle() visibility and definition
|
2022-08-02 21:11:10 +03:00 |
|
gnu
|
bwn: eliminate dead writes in BWN_GPL_PHY
|
2022-05-04 09:32:59 -04:00 |
|
i386
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
isa
|
Adjust function definition in isa's pnp.c to avoid clang 15 warning
|
2022-07-27 21:13:59 +02:00 |
|
kern
|
Add vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
|
2022-09-24 19:41:33 +03:00 |
|
kgssapi
|
kgssapi krb5: Remove unused variables.
|
2022-04-06 16:45:29 -07:00 |
|
libkern
|
libkern: Fix a typo in a source code comment
|
2022-06-05 08:57:26 +02:00 |
|
modules
|
zfs: merge openzfs/zfs@c629f0bf6
|
2022-09-21 14:17:13 +02:00 |
|
net
|
ifp: add if_setdescr() / if_freedesrt() methods
|
2022-09-24 19:42:42 +00:00 |
|
net80211
|
if_clone: migrate some consumers to the new KPI.
|
2022-09-22 12:30:09 +00:00 |
|
netgraph
|
netgraph(4): Don't process NGQF_MESG items in NET_EPOCH context.
|
2022-09-13 17:20:41 +03:00 |
|
netinet
|
tcp: fix cwnd restricted SACK retransmission loop
|
2022-09-22 13:28:43 +02:00 |
|
netinet6
|
Correct IPv6 MLD group state string table
|
2022-09-19 09:01:36 -04:00 |
|
netipsec
|
protosw: refactor protosw and domain static declaration and load
|
2022-08-17 11:50:32 -07:00 |
|
netpfil
|
if_clone: migrate some consumers to the new KPI.
|
2022-09-22 12:30:09 +00:00 |
|
netsmb
|
smb_smb_treedisconnect: eliminate write only variable mbp
|
2022-04-04 22:30:57 -06:00 |
|
nfs
|
nfs: skip bootpc when vfs.root.mountfrom is other than nfs
|
2022-05-31 16:07:27 -03:00 |
|
nfsclient
|
|
|
|
nfsserver
|
|
|
|
nlm
|
|
|
|
ofed
|
ibcore: The use of IN_LOOPBACK() now requires a valid VNET context.
|
2022-09-23 13:42:03 +02:00 |
|
opencrypto
|
opencrypto: mark INVARIANTS variables as __diagused
|
2022-08-10 15:35:29 -04:00 |
|
powerpc
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
riscv
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
rpc
|
nfsd: Allow multiple instances of rpc.tlsservd
|
2022-08-22 13:54:24 -07:00 |
|
security
|
vfs: introduce V_PCATCH to stop abusing PCATCH
|
2022-09-17 15:41:37 +00:00 |
|
sys
|
Add vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
|
2022-09-24 19:41:33 +03:00 |
|
teken
|
teken: color #3 is yellow not brown - use TC_YELLOW as the name
|
2022-03-12 09:17:29 -05:00 |
|
tests
|
|
|
|
tools
|
sound(4): Fix order of parameters for custom equalizer band pass filter.
|
2022-08-22 10:04:26 +02:00 |
|
ufs
|
FFS: truncate write if it would exceed the fs max file size or RLIMIT_FSIZE
|
2022-09-24 19:41:57 +03:00 |
|
vm
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
x86
|
kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.
|
2022-09-22 15:09:19 -07:00 |
|
xdr
|
|
|
|
xen
|
xenbus: improve device tracking
|
2022-06-07 12:29:53 +02:00 |
|
Makefile
|
|
|