aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-091-1/+0
* | pkgbase: Move back mlxcontrol in the default packageEmmanuel Vadot2021-09-091-2/+0
* | cxgbe/t4_tom: Use stale L2T entry and avoid busy-waiting for resolution.Navdeep Parhar2021-09-091-2/+1
* | nfsd: Fix build after commit 103b207536f9 for 32bit archesRick Macklem2021-09-091-2/+7
* | wpa: Address CTRL-EVENT-SCAN-FAILEDCy Schubert2021-09-091-0/+2
* | sctp: cleanup timewait handling for vtagsMichael Tuexen2021-09-082-122/+49
* | nfsd: Use the COPY_FILE_RANGE_TIMEO1SEC flagRick Macklem2021-09-081-16/+3
* | path_test: Fix test sortingMark Johnston2021-09-081-20/+20
* | path_test: Fix the unix socket testMark Johnston2021-09-081-1/+1
* | sctp: Fix a lock order reversal in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-082-12/+8
* | sctp: Fix lock recursion in sctp_swap_inpcb_for_listen()Mark Johnston2021-09-081-2/+2
* | dummynet: remove unused definitionsKristof Provost2021-09-081-8/+0
* | netpfil tests: IPv6 dummynet queue testKristof Provost2021-09-081-0/+107
* | netpfil tests: dummynet queue testKristof Provost2021-09-081-0/+104
* | dummynet tests: pipe test for IPv6Kristof Provost2021-09-081-0/+44
* | ipfw: Introduce dnctlKristof Provost2021-09-085-116/+189
* | sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-086-23/+23
* | loader: implement mount/unmount rootfsToomas Soome2021-09-0827-191/+752
* | i386 loaders: avoid lld 13 garbage collecting linker setsDimitry Andric2021-09-081-0/+6
* | powerpc64: fix radix on pseries TLB invalidationLeandro Lupori2021-09-081-11/+16
* | top(1): indicate how to reset grep stringJohn Grafton2021-09-081-1/+1
* | openssh: remove unnecessary $FreeBSD$ tagsEd Maste2021-09-082-2/+0
* | Disable acpi_timer_test by defaultColin Percival2021-09-081-1/+1
* | Hide acpi_timer_test behind a tunableColin Percival2021-09-081-0/+10
* | openssh: update to OpenSSH v8.7p1Ed Maste2021-09-08539-25097/+53562
|\ \
| * | Vendor import of OpenSSH 8.7p1vendor/openssh/8.7p1Ed Maste2021-08-30148-4144/+8056
| * | Vendor import of OpenSSH 8.6p1vendor/openssh/8.6p1Ed Maste2021-04-23114-1466/+2587
| * | Vendor import of OpenSSH 8.5p1vendor/openssh/8.5p1Ed Maste2021-04-23214-10459/+13462
| * | Vendor import of OpenSSH 8.4p1vendor/openssh/8.4p1Ed Maste2021-02-14186-4343/+7943
| * | Vendor import of OpenSSH 8.3p1vendor/openssh/8.3p1Ed Maste2021-02-14140-4533/+5621
| * | Vendor import of OpenSSH 8.2p1vendor/openssh/8.2p1Ed Maste2021-02-14208-5345/+15747
| * | Vendor import of OpenSSH 8.1p1vendor/openssh/8.1p1Ed Maste2021-02-14228-4947/+8672
| * | Vendor import of OpenSSH 8.0p1.vendor/openssh/8.0p1Ed Maste2020-02-14178-9903/+11288
* | | VOP_COPY_FILE_RANGE: Add a COPY_FILE_RANGE_TIMEO1SEC flagRick Macklem2021-09-082-2/+33
* | | cxgbe(4): Fix the decode and display of the DBVFIFO region in meminfo.Navdeep Parhar2021-09-071-8/+9
* | | cxgbe(4): Display HMA information in meminfo.Navdeep Parhar2021-09-072-6/+14
* | | routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov2021-09-073-0/+73
* | | Bump __FreeBSD_version for the recent socket KPI changesMark Johnston2021-09-071-1/+1
* | | socket: Avoid clearing SS_ISCONNECTING if soconnect() failsMark Johnston2021-09-071-7/+2
* | | sctp: Remove special handling for a listen(2) backlog of 0Mark Johnston2021-09-071-6/+8
* | | socket: Remove unneeded SOLISTENING checksMark Johnston2021-09-072-19/+4
* | | socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-077-46/+130
* | | socket: Move sockbuf mutexes into the owning socketMark Johnston2021-09-072-8/+18
* | | socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-0710-93/+103
* | | socket: Reorder socket and sockbuf fields to eliminate some paddingMark Johnston2021-09-072-4/+4
* | | swap_pager: Handle large swap_pager_reserve() requestsMark Johnston2021-09-072-4/+6
* | | dtrace.1: Document a couple of preprocessor-related optionsMark Johnston2021-09-071-0/+11
* | | mprotect.2: Improve the description of protBrooks Davis2021-09-071-8/+15
* | | genoffset.sh: Use 10 X's instead of 5 for pick mkdtemp implementationsWarner Losh2021-09-071-1/+1
* | | cdefs.h: Remove redundant #ifdefsWarner Losh2021-09-071-4/+0