aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* telnet.1: Fix a typo in the manual pageGordon Bergling2023-04-111-1/+1
* bhyve: do not exit if LPC finds no host selectorCorvin Köhne2023-04-111-7/+10
* net80211: fail for unicast traffic without unicast keydomienschepers2023-04-101-5/+11
* dhclient: add ability to ignore options in offersRob Norris2023-04-106-3/+25
* makefs: set the validation entry system typeEd Maste2023-04-101-1/+9
* makefs: use size_t or ssize_t where appropriateEd Maste2023-04-104-12/+13
* bsd-family-tree: add OpenBSD 7.3Sergey A. Osokin2023-04-101-0/+2
* tcp: Rack - in the absence of LRO fixed rate pacing (loopback or interfaces w...Randall Stewart2023-04-101-1/+53
* mail: fix build if TIOCSTI is not definedEd Maste2023-04-101-1/+6
* rack: mask and tclass are only used for INET6.John Baldwin2023-04-101-1/+2
* procfs: Sync a documentation comment with the code.Joseph Koshy2023-04-101-2/+3
* sys: Enable -Wunused-but-set-variable for GCC.John Baldwin2023-04-101-2/+1
* zfs: Appease set by unused warnings for spl_fstrans_*mark stubs.John Baldwin2023-04-101-1/+1
* if_mos: Remove set but unused variable.John Baldwin2023-04-101-3/+0
* libalias: Mark set but unused variables as unused.John Baldwin2023-04-101-1/+1
* udf: Remove set but unused variable from udf_getattr.John Baldwin2023-04-101-3/+0
* rtw88: Silence unused but set warnings from GCC for debug.c.John Baldwin2023-04-101-0/+3
* iwlwifi: Silence unused but set warnings from GCC for iwl-debug.c.John Baldwin2023-04-101-0/+3
* ipmi: Remove some dead code for unsupported BMCs.John Baldwin2023-04-101-5/+1
* procfs: Document the content of /proc/$PID/map.Joseph Koshy2023-04-101-2/+88
* Implement GEOM::rotation_rate for gmirrorAlan Somers2023-04-102-0/+30
* ofw: fix memory leak in ofwbus_attach()Christos Margiolis2023-04-101-0/+1
* dtrace: handle NOP instructions in the riscv invop handlerChristos Margiolis2023-04-101-0/+3
* bridge: Add support for emulated netmap modeMark Johnston2023-04-105-10/+134
* makefs: simplify filename conversion handlingEd Maste2023-04-101-24/+5
* epair tests: test PCP tagged packetsKristof Provost2023-04-102-0/+66
* if_epair: also remove vlan metadata from mbufsKristof Provost2023-04-101-0/+6
* makefs: remove some unused cd9660 types and definesEd Maste2023-04-101-23/+0
* bridge.4: Document the net.link.bridge.log_mac_flap sysctl variableZhenlei Huang2023-04-101-1/+10
* stress2: Update the exclude listPeter Holm2023-04-101-2/+1
* DEBUG_VFS_LOCKS: use witness if availableKonstantin Belousov2023-04-093-3/+15
* netlink: improve source ifa selection algorithm when adding routes.Alexander V. Chernikov2023-04-091-1/+13
* route: remove always-true expressionAlexander V. Chernikov2023-04-091-2/+1
* netlink: set prefix-related flags to the created nexthop.Alexander V. Chernikov2023-04-091-1/+3
* netlink: do not print "unknown sa family" warnings at the default debugAlexander V. Chernikov2023-04-081-1/+1
* netlink: fix !INET6 warningAlexander V. Chernikov2023-04-081-0/+2
* route: switch transport protocol to Netlink.Alexander V. Chernikov2023-04-081-0/+4
* Bump __FreeBSD_version to 1400086 for vn_lock_pair arg changeMateusz Guzik2023-04-081-1/+1
* usb(4): Separate the fast path and the slow path to avoid races and use-after...Hans Petter Selasky2023-04-084-41/+80
* usb(4): Code refactoring as a pre-step for adding missing synchronization mec...Hans Petter Selasky2023-04-081-227/+226
* route: fix netlink route operations with link-local gw / dst.Alexander V. Chernikov2023-04-081-1/+18
* stress2: Tune MAXVNODES to avoid excessive run timePeter Holm2023-04-081-2/+2
* openzfs: adopt to the new vn_lock_pair() interfaceKonstantin Belousov2023-04-071-1/+2
* vn_lock_pair(): allow to request shared lockingKonstantin Belousov2023-04-076-36/+71
* zfs: disable kernel fpu usage on arm and aarc64Mateusz Guzik2023-04-072-2/+2
* vfs: extend vn_printf with vop vectorMateusz Guzik2023-04-071-1/+2
* vfs: more informative panic for missing fplookup opsMateusz Guzik2023-04-073-6/+45
* ufs: add missing vop_fplookup ops to fifo vectorsMateusz Guzik2023-04-072-0/+6
* nfscl: Fix support for doing Null RPCsRick Macklem2023-04-071-0/+5
* nfsd: Add support for the SP4_MACH_CRED case in ExchangeIDRick Macklem2023-04-076-21/+215