aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-192-6/+73
* Make -Wunused-but-set-variable a fatal error for clang 13+ for kernel builds.John Baldwin2022-04-181-3/+0
* Re-enable set but not used warnings for kernel builds.John Baldwin2022-04-182-7/+2
* if_vtnet: improve dumping a kernelMichael Tuexen2022-04-181-1/+20
* ssh: apply style(9) to version_addendumEd Maste2022-04-182-2/+3
* path_test: Verify that operations on unlinked files workMark Johnston2022-04-181-0/+33
* geli: Add a chicken switch for unmapped I/OMark Johnston2022-04-182-5/+15
* Merge bearssl-20220418Simon J. Gerraty2022-04-1833-570/+1358
|\
| * Vendor import of BearSSL at 2022-04-18 hash d40d23bvendor/bearssl/20220418Simon J. Gerraty2022-04-1831-569/+1355
* | arm ti_mbox_attach: Write sysconfig to TI_MBOX_SYSCONFIG to request reset.John Baldwin2022-04-181-0/+1
* | machine/in_cksum.h: don't include sys/cdefs.hBrooks Davis2022-04-185-10/+0
* | Update libsecurebootSimon J. Gerraty2022-04-189-95/+390
* | cxgbei: Return limits for the specific adapter the socket is on.John Baldwin2022-04-181-2/+64
* | iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-04-1813-68/+170
* | iscsid: Push #ifdef ICL_KERNEL_PROXY into cap_ioctl_limits list.John Baldwin2022-04-181-5/+10
* | linuxkpi_ieee80211_tx_status: Mark ridx as unused.John Baldwin2022-04-181-1/+1
* | as3722_gpio_pin_setflags: Use computed mode instead of hardcoded PUSHPULL.John Baldwin2022-04-181-1/+1
* | qoriq_gpio_pin_setflags: Propagate error from qoriq_gpio_pin_configure.John Baldwin2022-04-181-1/+1
* | uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request.John Baldwin2022-04-181-9/+0
* | powerpc cpu_idle_60x: Move some variables fully under #ifdef AIM.John Baldwin2022-04-181-1/+3
* | powerpc booke cpu_machine_check: Remove unused variable.John Baldwin2022-04-181-3/+0
* | powerpc cpu_idle_booke: Move read of mfmsr under #ifdef BOOKE_E500.John Baldwin2022-04-181-1/+1
* | ata_kauai: Fix support for "shasta" controllers.John Baldwin2022-04-181-14/+10
* | vm_phys_init: Quiet unused but set warnings about npages.John Baldwin2022-04-181-0/+6
* | destroy_dev_sched*: Don't hold Giant for all deferred destroy_dev.John Baldwin2022-04-181-6/+28
* | ping: split the visual part of -f into a new option -.Piotr Pawel Stefaniak2022-04-184-18/+59
* | savecore: add an option to save a live minidumpMitchell Horne2022-04-182-5/+250
* | savecore: factor out info file handlingMitchell Horne2022-04-181-32/+43
* | savecore: decrease filename buffer sizesMitchell Horne2022-04-181-6/+5
* | savecore: fold maxdumps check into getbounds()Mitchell Horne2022-04-181-3/+2
* | path_test: Correct the kevent testMark Johnston2022-04-181-2/+5
* | Add the base64 command using b64encode and b64decodePiotr Pawel Stefaniak2022-04-185-6/+140
* | b64encode: implement -w to wrap linesPiotr Pawel Stefaniak2022-04-182-11/+59
* | bintrans: reinstate a test case that I lostPiotr Pawel Stefaniak2022-04-181-0/+3
* | bintrans: move files to a new directoryPiotr Pawel Stefaniak2022-04-1825-6/+31
* | Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak2022-04-1823-102/+131
* | ssh-agent: move -x description to correct spot in man pageEd Maste2022-04-171-2/+2
* | contrib/bc: import version 5.2.4Stefan Eßer2022-04-175-5/+60
|\ \
| * | vendor/bc: import version 5.2.4vendor/bc/5.2.4Stefan Eßer2022-04-175-5/+60
* | | sctp: cleanupMichael Tuexen2022-04-161-1/+1
* | | sctp: fix typo introcuded in last commitMichael Tuexen2022-04-161-1/+1
* | | sctp: don't wakeup 1-to-1 listening sockets for data or notificationsMichael Tuexen2022-04-162-7/+8
* | | Added a test to the exclude listPeter Holm2022-04-161-0/+1
* | | stress2: Added a regression testPeter Holm2022-04-161-0/+77
* | | nfscl: Clean up the code by removing unused argumentsRick Macklem2022-04-161-30/+27
* | | nvme: Use controller's page size instead of PAGE_SIZE to create qpairWarner Losh2022-04-151-13/+14
* | | nvme: Prefer nvme_printf to printf when reporting formatting errorWarner Losh2022-04-151-1/+2
* | | nvme: Further refinements in Host Memory Buffer SizingWarner Losh2022-04-151-6/+15
* | | nvme: Remove NVME_MAX_XFER_SIZE, replace inline calculationWarner Losh2022-04-152-4/+2
* | | nvme: Use saved mps when initializing driveWarner Losh2022-04-152-7/+6