aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Indentation cleanup resulting from the cleanup of #ifdefs.Cy Schubert2021-02-027-216/+215
* Retire the K&R/STD C __P prototype declarations.Cy Schubert2021-02-0241-1016/+1010
* vt: parse_font_info_static should set refcount, not parse_font_infoToomas Soome2021-02-011-2/+8
* zfs: update zfs_config.h to match OpenZFS gf11b09decMartin Matuska2021-02-011-34/+97
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-013-23/+20
* bridge: fix STP roles and protos stringsJonah Caplan2021-02-011-6/+6
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-017-41/+67
* Fix LINT kernel builds after 1a714ff20419 .Hans Petter Selasky2021-02-012-30/+8
* sctp: small cleanup, no functional change intended.Michael Tuexen2021-02-011-4/+2
* zfs: remove incomplete ifdefs for lockless symlink supportMateusz Guzik2021-02-011-8/+0
* cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-014-13/+62
* mips: fix NLM platforms breakage caused by e0a0a3efOleksandr Tymoshenko2021-02-011-0/+18
* x86: use compiler intrinsics for bswap*Mateusz Guzik2021-02-011-59/+3
* amd64: use compiler intrinsics for bsf* and bsr*Mateusz Guzik2021-02-011-32/+4
* cache: add delayed degenerate path handlingMateusz Guzik2021-02-011-32/+25
* cache: move hash computation into the parsing loopMateusz Guzik2021-02-011-3/+42
* sctp: improve input validationMichael Tuexen2021-01-311-38/+62
* mips: fix early kernel panic when setting up interrupt countersOleksandr Tymoshenko2021-01-312-36/+22
* msdosfs: fix vnode leak with msdosfs_rename()Edward Tomasz Napierala2021-01-311-0/+8
* msdosfs: fix double unlock if the source file disappearsEdward Tomasz Napierala2021-01-311-1/+0
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-01-313-36/+5
* amd64: move memcmp checks upfrontMateusz Guzik2021-01-311-23/+29
* cache: add trailing slash supportMateusz Guzik2021-01-311-43/+184
* cache: handle NOFOLLOW requests for symlinksMateusz Guzik2021-01-311-5/+24
* Use process fib for inet/inet6 fib_algo sysctls.Alexander V. Chernikov2021-01-311-2/+2
* sctp: fix a locking issue for old unordered dataMichael Tuexen2021-01-311-1/+1
* Fix the design problem with delayed algorithm sync.Alexander V. Chernikov2021-01-303-42/+87
* Add rib_subscribe_locked() and rib_unsubsribe_locked() to supportAlexander V. Chernikov2021-01-302-1/+36
* Move business logic from rebuild_fd_callout() into rebuild_fd().Alexander V. Chernikov2021-01-301-15/+25
* Improve fib_algo debug messages.Alexander V. Chernikov2021-01-301-18/+44
* Fix unused-function waring when compiling with FIB_ALGO.Alexander V. Chernikov2021-01-301-0/+2
* LinuxKPI: add module dependency on firmware(9)Bjoern A. Zeeb2021-01-301-0/+1
* Revert 2d4422e7991a, Eliminate lock order reversal in UFS ffs_unmount().Kirk McKusick2021-01-301-8/+1
* acpica: Import ACPICA 20210105.Jung-uk Kim2021-01-30357-669/+379
* acpica: Import ACPICA 20201217.Jung-uk Kim2021-01-3029-40/+95
* amd64: retire sse2_pagezeroMateusz Guzik2021-01-302-25/+0
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-01-301-0/+3
* Reimplement strlenMateusz Guzik2021-01-291-54/+25
* Fix multipath support for rib_lookup_info().Alexander V. Chernikov2021-01-291-8/+9
* Fix subinterface vlan creation.Alexander V. Chernikov2021-01-292-28/+54
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-298-16/+16
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-01-292-16/+72
* netgraph/ng_source: Switch queuing frameworkLutz Donnerhacke2021-01-291-13/+19
* poll: use fget_unlocked or fget_only_user when feasibleMateusz Guzik2021-01-291-51/+24
* select: employ fget_only_userMateusz Guzik2021-01-291-13/+22
* fd: add fget_only_userMateusz Guzik2021-01-292-3/+79
* __FreeBSD_version: update the references to the doc treeBjoern A. Zeeb2021-01-291-1/+1
* tmpfs: implement pathconf(_PC_SYMLINK_MAX)Alex Richardson2021-01-291-0/+4
* jail: Handle a parent jail when a child is added to itJamie Gritton2021-01-291-2/+20
* tmpfs: push VEXEC check into tmpfs_lookup()Kyle Evans2021-01-291-6/+11