aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* misc: remove swills from the portmgr graphRene Ladan2023-04-111-2/+2
* Enable -Warray-parameter for clang.John Baldwin2023-04-112-5/+4
* mount_nfs.8: Update man page for the "syskrb5" optionRick Macklem2023-04-111-2/+17
* tcp: use IPV6_FLOWLABEL_LENRichard Scheffenegger2023-04-114-7/+7
* makefs: use %s and __func__ in printf messagesEd Maste2023-04-111-6/+7
* bsd-family-tree: add FreeBSD 13.2Sergey A. Osokin2023-04-111-8/+11
* DEBUG_VFS_LOCKS: restore diagnostic for the witness use caseKonstantin Belousov2023-04-111-8/+6
* Add witness_is_owned(9)Konstantin Belousov2023-04-112-10/+49
* vn_start_write(): consistently set *mpp to NULL on error or after failed sleepKonstantin Belousov2023-04-111-2/+7
* vn_start_write(): minor styleKonstantin Belousov2023-04-111-5/+5
* imgact_binmisc: unbreak module build outside of kernel build environmentEugene Grosbein2023-04-111-1/+1
* 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