aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vm: Honour the "noreuse" flag to vm_page_unwire_managed()Mark Johnston2021-02-101-1/+1
* Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.Cy Schubert2021-02-101-4/+0
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-092-48/+44
* Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* cache: assorted comment fixupsMateusz Guzik2021-02-091-7/+12
* Revert "amd64: implement strlen in assembly"Mateusz Guzik2021-02-092-66/+1
* arm32: Align arguments of sync_icache() syscall to cacheline size.Michal Meloun2021-02-091-6/+3
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-1/+0
* kern: sonewconn: set so_options before pru_attach()Kyle Evans2021-02-091-1/+1
* devfs: fix use count leak when using TIOCSCTTYMateusz Guzik2021-02-091-1/+1
* Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-0918-59/+59
* ZFS: fix assertions with INVARIANTSAlan Somers2021-02-081-0/+2
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-0819-79/+33
* hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-082-0/+4
* Turn off forgotten multipath debug messagesAlexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-0819-33/+79
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-02-082-2/+1
* nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-02-083-4/+6
* mca: Handle inconsistent CMCI capability reportingMark Johnston2021-02-081-0/+18
* amd64: fix up a braino in strlen commentMateusz Guzik2021-02-081-1/+1
* amd64: implement strlen in assemblyMateusz Guzik2021-02-088-1/+72
* Restore the augmented strlen commentaryMateusz Guzik2021-02-081-11/+4
* libkern: use compiler builtins for strcpy, strcmp and strlenMateusz Guzik2021-02-081-0/+4
* vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* ktls: Avoid wakeups and locking for synchronous callbacksMark Johnston2021-02-081-7/+18
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-088-105/+144
* armv8crypto: Extract GCM state into a structureMark Johnston2021-02-081-67/+62
* armv8crypto: Fix some edge cases in the AES-GCM implementationMark Johnston2021-02-081-18/+29
* ktls: Make configuration sysctls available as tunablesMark Johnston2021-02-081-2/+2
* ktls: Use COUNTER_U64_DEFINE_EARLYMark Johnston2021-02-082-70/+28
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-02-081-5/+9
* arm64: optimize set_syscall_retval()Edward Tomasz Napierala2021-02-081-3/+5
* epoll: Store epoll_event udata member in ext member of kevent.Vladimir Kondratyev2021-02-073-99/+11
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-071-0/+10
* linux: add support for SO_PEERSEC getsockoptEdward Tomasz Napierala2021-02-072-0/+27
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-073-6/+15
* Revert "netgraph/ng_bridge: Make simple internal functions read-only"Lutz Donnerhacke2021-02-073-11/+6
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-073-6/+11
* netgraph/ng_bridge: Remove old table ABILutz Donnerhacke2021-02-072-112/+0
* linux: fix handling of flags for 32 bit send(2) syscallEdward Tomasz Napierala2021-02-061-1/+1
* netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke2021-02-061-25/+108
* netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke2021-02-061-2/+6
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-062-33/+60
* ipfilter: Use the softn (NAT softc) host map size in ip_nat6 calculation.Cy Schubert2021-02-061-1/+1
* Simplify BSD macro tests.Cy Schubert2021-02-064-15/+3
* powerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12Piotr Kubaj2021-02-061-1/+3
* cache: remove the largely obsolete general descriptionMateusz Guzik2021-02-051-46/+0