aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-148-9/+9
* Fix setting RELENGDIR when release.sh is called from an externalGlen Barber2020-09-141-1/+3
* stand/ficl 64-bit compatibilityBrandon Bergren2020-09-143-5/+8
* [PowerPC] Make cpu frequency detection endian-independentBrandon Bergren2020-09-141-3/+6
* Partially revert r346018 and use the if/then construct instead of shell.Gordon Tetlow2020-09-141-1/+4
* Poll statistics more frequently in mlx5en(4).Hans Petter Selasky2020-09-141-1/+1
* Skip armv7 bectl tests on CI; they deadlock (""KSTACK_PAGES is 2").Edward Tomasz Napierala2020-09-142-0/+45
* Move td_softdep_cleanup() from userret() to ast(); it's infrequentEdward Tomasz Napierala2020-09-141-5/+3
* Move TDP_GEOM check from userret() to ast(); this code path is quiteEdward Tomasz Napierala2020-09-142-7/+10
* Move racct/rctl throttling from userret() to ast(). There's no reasonEdward Tomasz Napierala2020-09-142-4/+7
* Allow for interrupts on pl061 childrenAndrew Turner2020-09-141-0/+5
* pfctl_test: avoid 200 calls to atf_get_srcdirAlex Richardson2020-09-141-3/+4
* Update bus_dma.9 for the expanded template API. Add someScott Long2020-09-141-5/+46
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-1414-260/+208
* __FreeBSD_version bump for r365605 (crunchgen producing WARNS-clean)Kyle Evans2020-09-141-1/+1
* Fix a case where the NFSv4.0 server might crash if delegations are enabled.Rick Macklem2020-09-141-1/+7
* Makefile.inc1: remove more old stale depend hacksEd Maste2020-09-131-28/+0
* In the newfs(8) utility, use the more appropriate sbwrite() and cgwrite()Kirk McKusick2020-09-131-12/+12
* [PowerPC] bus_space cleanup part 2: Convert to c99 initializers.Brandon Bergren2020-09-131-126/+164
* [PowerPC] bus_space cleanup part 1 - rename bs_be / bs_le functionsBrandon Bergren2020-09-131-180/+180
* [PowerPC64LE] Bus space prep for LEBrandon Bergren2020-09-132-0/+13
* Spawn the DHCPv6 client in EC2 instances via rtsold.Colin Percival2020-09-131-3/+13
* Bump the size of EC2 AMIs up to 5 GB.Colin Percival2020-09-131-2/+2
* [PowerPC64LE] Ensure nvram is built on powerpc64le.Brandon Bergren2020-09-132-2/+2
* [PowerPC64LE] Adjust ELF definitions for LE.Brandon Bergren2020-09-131-2/+5
* Remove WITHOUT_BMAKE descriptionEd Maste2020-09-131-8/+0
* [PowerPC] Implement pmap_mincore() for moeaBrandon Bergren2020-09-131-1/+49
* [PowerPC64] Implement pmap_mincore() for moea64Brandon Bergren2020-09-131-0/+49
* Add a -C option to netstat to display the congestion control forMichael Tuexen2020-09-134-7/+23
* Add a -C option to sockstat to display the congestion control for TCPMichael Tuexen2020-09-132-9/+37
* Export the name of the congestion control. This will be used by sockstatMichael Tuexen2020-09-132-1/+4
* Add a -t option to traceroute6 to control the traffic class used whenMichael Tuexen2020-09-132-3/+32
* [PowerPC] Add PVO_PADDR macro to mmu_oea.c to match mmu_oea64.c changesBrandon Bergren2020-09-121-7/+9
* bcm2838_pci.c: Respect DMA limits of controller.Mike Karels2020-09-121-31/+72
* [PowerPC64LE] Fix platform definitions for powerpc64le-*-freebsd*Brandon Bergren2020-09-121-0/+2
* Update flp test for new diskinfo outputWarner Losh2020-09-121-1/+1
* Fix trailing whitespaceWarner Losh2020-09-121-3/+3
* Make this compile again by fixing err args to have formatsWarner Losh2020-09-122-1/+2
* Fix the length of probe packets when using UDP.Michael Tuexen2020-09-121-2/+0
* Simplify code, no functional change.Michael Tuexen2020-09-121-6/+1
* amd64: prevent KCSan false positives on LAPIC mappingJason A. Harmening2020-09-122-3/+15
* A major update to the ure driver.John-Mark Gurney2020-09-123-78/+649
* Enclose BRANCH_OVERRIDE in quotes in order to fix an issue withGlen Barber2020-09-121-1/+1
* Remove disk images / tests from alpha, sun and pc98Warner Losh2020-09-1115-1280/+0
* Convert the mps driver to use busdma templatesScott Long2020-09-113-89/+46
* cp: fall back to read/write if copy_file_range failsAlan Somers2020-09-111-4/+35
* Add constant for the DE_CFG MSR on AMD CPUs.John Baldwin2020-09-112-3/+4
* Improve the documenation for bus_dma templates. Also add notes toScott Long2020-09-111-12/+17
* Improvements for the src.conf(5) and build(7) man pagesGordon Bergling2020-09-113-9/+26
* Fix indentation following r365638. No functional changes.Glen Barber2020-09-111-25/+25