aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ls: prevent no-color build from complaining when COLORTERM is non-emptyPiotr Pawel Stefaniak2021-08-191-5/+3
* crunch: drop WARNS overrideKyle Evans2021-08-191-2/+0
* crunchgen: fix remaining issues under WARNS=6Kyle Evans2021-08-192-21/+23
* crunchide: static'ify remaining non-exported functionsKyle Evans2021-08-191-8/+8
* crunchide: address complaints from WARNS=6Kyle Evans2021-08-192-9/+9
* crunchgen: sprinkle some const-poisoning aroundKyle Evans2021-08-192-6/+6
* localedef: unbreak WITHOUT_LOCALESBjoern A. Zeeb2021-08-192-3/+2
* Disable the accelerated arm64 sha25 in static librariesAndrew Turner2021-08-191-1/+1
* e1000: Update intel shared codeKevin Bowling2021-08-1936-755/+1298
* libsa: cstyle cleanup of dosfs.cToomas Soome2021-08-191-580/+595
* dhclient: skip_to_semi() consumes semicolon alreadyFranco Fichtner2021-08-191-10/+5
* dhclient: remove patching of static values in BPF programsFranco Fichtner2021-08-191-28/+11
* rtsold: make it work on if_vlan interfacesLuiz Otavio O Souza2021-08-191-0/+2
* truncate(1): Fix missing -d option manpageKa Ho Ng2021-08-191-3/+4
* truncate(1): Add hole-punching supportKa Ho Ng2021-08-192-27/+115
* md: Replace BIO_DELETE emulation with vn_deallocate(9)Ka Ho Ng2021-08-191-21/+9
* pf: implement set-tos for IPv6Samuel Robinette2021-08-193-4/+125
* lagg: don't update link layer addresses on destroyLuiz Otavio O Souza2021-08-191-7/+9
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-194-11/+13
* sh: fix NO_HISTORY buildPiotr Pawel Stefaniak2021-08-191-21/+21
* sctp: improve handling of INIT chunks with invalid parametersMichael Tuexen2021-08-181-16/+16
* geli(8): Do not report error on resize to the same size.Alexander Motin2021-08-181-4/+4
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-185-10/+20
* uipc: avoid circular pr_{slow,fast}timosKyle Evans2021-08-181-6/+17
* vmm: Add credential to cdev objectCyril Zhang2021-08-186-2/+154
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-181-4/+13
* gre: simplify RSS ifdefsFranco Fichtner2021-08-181-22/+13
* truncate(1): main() return statement style fixKa Ho Ng2021-08-181-1/+1
* arm: hide busdma statistics behind ifdef ARM_BUSDMA_MAPLOAD_STATSMateusz Guzik2021-08-181-0/+18
* Make sure the uftdi(4) driver doesn't start a USB transfer when being cancelled.Hans Petter Selasky2021-08-181-6/+8
* witness: remove ifnet_rwKristof Provost2021-08-181-2/+0
* Introduce m_get3()Kristof Provost2021-08-184-9/+50
* iflib: emulate counters in netmap modeStephan de Wit2021-08-181-1/+17
* ipmi: fix negative logic in watchdog control flagWojciech Macek2021-08-181-4/+4
* - Fix the growfs rc script to cope with diskid labels.Scott Long2021-08-171-3/+27
* UPDATING: Add a note about OpenSSL defaulting KTLS to off.John Baldwin2021-08-171-0/+8
* OpenSSL: Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2021-08-172-0/+15
* OpenSSL: Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-08-171-6/+0
* OpenSSL: Update KTLS documentationJohn Baldwin2021-08-173-17/+27
* OpenSSL: Only enable KTLS if it is explicitly configuredJohn Baldwin2021-08-175-17/+10
* OpenSSL: ktls: Initial support for ChaCha20-Poly1305John Baldwin2021-08-172-1/+28
* OpenSSL: Correct the return value of BIO_get_ktls_*().John Baldwin2021-08-173-7/+7
* routing: Fix crashes with dpdk_lpm[46] algo.Alexander V. Chernikov2021-08-176-34/+208
* tcp: Add support for DSACK based reordering window to rack.Randall Stewart2021-08-174-92/+529
* pf: assert dir state on pf_test{,6}Mateusz Guzik2021-08-171-1/+2
* pf: save on branching in the common case in pf_testMateusz Guzik2021-08-171-3/+3
* uipc: create dedicated lists for fast and slow timeout callbacksMateusz Guzik2021-08-172-17/+46
* bootstrap-tools: Don't copy host tools with make -nBryan Drewery2021-08-171-1/+1
* zfs: merge openzfs/zfs@8ae86e2ed (master) into mainMartin Matuska2021-08-1739-202/+535
|\
| * ZTS: Add tests for creation timeRyan Moeller2021-08-1710-5/+187