aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* libc/libc/rpc: refactor some global variablesAlan Somers2023-12-011-1/+0
* dnode_is_dirty: check dnode and its data for dirtinessRob Norris2023-11-301-1/+2
* ng_ipfw: allow use of 32 bits wide cookiesEugene Grosbein2023-11-291-9/+9
* ath(4): Fix a typo in a source code commentGordon Bergling2023-11-261-1/+1
* bpf: Make dead_bpf_if constZhenlei Huang2023-11-131-3/+3
* nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FHRick Macklem2023-11-022-6/+20
* x86: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-243-4/+4
* amd64 pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-241-0/+3
* vmx: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-241-5/+27
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-233-5/+5
* veriexec: Correctly export symbolsZhenlei Huang2023-10-231-1/+1
* amd64: Fix two typos of loader tunablesZhenlei Huang2023-10-211-2/+2
* vm_phys: Add corresponding sysctl knob for loader tunableZhenlei Huang2023-10-191-4/+9
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-162-6/+26
* tcp: Simplify the initialization of loader tunable 'net.inet.tcp.tcbhashsize'Zhenlei Huang2023-10-161-18/+13
* mbuf: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-121-10/+15
* buf: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* sockets: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* fd: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-121-2/+3
* x86: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-121-3/+5
* nfscl: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-2/+3
* ddb: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* cam/scsi: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-121-1/+2
* Advertise the MPI Message Version that's contained in the IOCFacts messageScott Long2023-10-056-10/+32
* ipfilter: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-021-1/+1
* ip_mroute: Fix sysctl knobsZhenlei Huang2023-10-021-9/+5
* ipfw: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-021-3/+3
* netinet6: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-021-3/+3
* rtsock: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-021-1/+2
* ipfilter: Avoid allocating a new ipf token when not neededCy Schubert2023-09-271-9/+4
* net: Check per-flow priority code point for untagged trafficZhenlei Huang2023-09-201-4/+15
* Fix geom build with clang 17 and KTR enabledDimitry Andric2023-09-201-5/+8
* ahci: add AMD device id in RAID modeAndrey V. Elsukov2023-09-131-0/+1
* msdosfs: zero partially valid extended clusterKonstantin Belousov2023-09-111-1/+8
* msdosfs deextend: validate pages of the partial bufferKonstantin Belousov2023-09-111-5/+31
* msdosfs deextend(): memoize DETOV(dep)Konstantin Belousov2023-09-111-3/+4
* msdosfs: correct handling of vnode pager size on file extension errorKonstantin Belousov2023-09-111-3/+2
* iir: prevent negative offsets in ioctlEd Maste2023-09-091-1/+1
* wmistat: don't restrict reading to the pid that opened the fd.Dag-Erling Smørgrav2023-09-081-2/+1
* netsmb: Add bounds checking to smb_t2_placedataJohn Baldwin2023-09-061-3/+9
* cd9660: Reject volumes with small logical block sizesJohn Baldwin2023-09-061-0/+7
* g_raid concat: Fail requests to read beyond the end of the volumeJohn Baldwin2023-09-061-13/+11
* udf: Reject read requests with an invalid lengthJohn Baldwin2023-09-062-1/+8
* tcp: Initialize the maximum number of entries in a client cookie cache bucketZhenlei Huang2023-09-061-2/+3
* net: Remove vlan metadata on pcp / vlan encapsulationZhenlei Huang2023-09-061-2/+6
* geom_linux_lvm: Check the offset of physical volume headerZhenlei Huang2023-09-061-3/+13
* geom_part: Fix potential integer overflow when checking size of the tableZhenlei Huang2023-09-061-1/+2
* geom_part: Check number of GPT entries and size of GPT entryZhenlei Huang2023-09-061-4/+27
* carp: delete interface routes on link loss.Andrey V. Elsukov2023-09-011-0/+1
* md driver compat32: fix structure padding for arm, powerpcMike Karels2023-08-181-1/+9