aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/msun/tests: Add more debug output to fenv_test.cAlex Richardson2021-03-222-2/+7
* tools/build/make.py: Avoid calling brew --prefix on macOS unnecessarilyAlex Richardson2021-03-221-13/+15
* lib/msun/tests: Skip fenv_test:masking if exceptions can't be trappedAlex Richardson2021-03-221-1/+21
* lib/msun: Allow building tests with WARNS=6Alex Richardson2021-03-225-15/+14
* Improve test messages for msun testsAlex Richardson2021-03-2216-105/+101
* Remove XFAILs from fmaxmin testAlex Richardson2021-03-221-19/+0
* Convert the msun tests to ATFAlex Richardson2021-03-2222-839/+838
* tests/sys/net/if_lagg_test: Fix syntax errorAlex Richardson2021-03-221-1/+1
* stress2: Updated the exclude listPeter Holm2021-03-221-0/+3
* stress2: Added two syzkaller reproducers.Peter Holm2021-03-222-0/+623
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-03-226-81/+253
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-03-221-2/+3
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2021-03-224-3/+66
* sys/ck.h: Add an include guardKevin Bowling2021-03-211-0/+5
* rtsold: Fix validation of RDNSS optionsMark Johnston2021-03-211-6/+12
* Fix kassert panic when inserting multipath routes from multiple threads.Alexander V. Chernikov2021-03-211-1/+3
* usr.sbin/services_mkdb: diff reduction against NetBSD.Xin LI2021-03-211-0/+1
* usr.sbin/uefisign: prevent specifying certificate, key or outputXin LI2021-03-211-5/+14
* Remove PCPU_INCJason A. Harmening2021-03-217-58/+0
* zfs: merge OpenZFS master-891568c99Martin Matuska2021-03-2177-883/+1561
|\
| * Update vendor/openzfs to master-891568c99Martin Matuska2021-03-2177-884/+1565
* | rc.conf(5): Remove left-over variablesTobias Rehbein2021-03-211-19/+1
* | Move GH_BC ObsoleteFiles.inc section to OptionalObsoleteFiles.incDimitry Andric2021-03-202-9/+8
* | elftoolchain: Support building on Arm-based MacsJessica Clarke2021-03-201-18/+4
* | netmap: fix issues in nm_os_extmem_create()Vincenzo Maffione2021-03-201-6/+10
* | tools/build: Improve host-symlinks failure modeJessica Clarke2021-03-201-1/+2
* | virtio_pci_legacy: Allow memory space for configurationKa Ho Ng2021-03-201-6/+18
* | virtio_pci_legacy: Use the table BAR and PBA BAR from MSI-X capKa Ho Ng2021-03-201-14/+60
* | fusefs: fix a dead store in fuse_vnop_advlockAlan Somers2021-03-201-1/+0
* | Only symlink cryptodev.h into /usr/include/crypto/John Baldwin2021-03-191-4/+1
* | Remove /usr/include/crypto/rijndael.h as well.John Baldwin2021-03-191-0/+1
* | nfsv4 client: fix forced dismount when sleeping on nfsv4lckRick Macklem2021-03-192-8/+6
* | cxgbe(4): create a separate helper routine to write the global RSS key.Navdeep Parhar2021-03-191-12/+20
* | x86: consolidate hw watchpoint logic into new fileMitchell Horne2021-03-195-379/+281
* | cxgbe(4): make it safe to call setup_memwin repeatedly.Navdeep Parhar2021-03-191-5/+7
* | Also skip sys/net/if_lagg_test:witness on non-i386Alex Richardson2021-03-191-2/+1
* | tests/sys/netgraph: Further CI fixesAlex Richardson2021-03-191-21/+36
* | pfilctl: improve formatting of "hooks" and "heads" command output.Gleb Smirnoff2021-03-191-4/+4
* | cxgbe(4): use standard sysctl routines to deal with 16b values.Navdeep Parhar2021-03-193-52/+28
* | armv8crypto: note derivation in armv8_crypto_wrap.cMitchell Horne2021-03-191-0/+7
* | Clarify that scripted installations don't require specification of bootNathan Whitehorn2021-03-191-0/+4
* | development(7): mention the Git mirror list in the manual pageEvgeniy Khramtsov2021-03-191-3/+3
* | bc: upgrade to version 3.3.4Stefan Eßer2021-03-194-10/+15
|\ \
| * | Vendor import of bc 3.3.4vendor/bc/3.3.4Stefan Eßer2021-03-194-10/+15
| * | bc: Vendor import new version 3.3.3bc/3.3.3Stefan Eßer2021-03-0584-1871/+2130
| * | Vendor import of Gavin Howard's bc-3.3.0vendor/bc/bc-3.3.0Stefan Eßer2021-02-1782-502/+1262
* | | rc.conf(5): Bump date on .DdDaniel Ebdrup Jensen2021-03-191-1/+1
* | | bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-1912-38/+232
* | | Refactor configuration management in bhyve.John Baldwin2021-03-1848-1063/+2585
* | | fusefs: fix two bugs regarding fcntl file locksAlan Somers2021-03-184-6/+73