aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* release: Publish OCI images on "ftp" mirrorsColin Percival2024-11-151-0/+53
* release: add optional OCI imagesDoug Rabson2024-11-1512-6/+279
* vm_object: do not assume that un_pager.devp.dev is cdevKonstantin Belousov2024-11-134-3/+9
* device_pager: rename the un_pager.devp.dev field to handleKonstantin Belousov2024-11-134-13/+13
* ig4(4): Add Meteor Lake PCI IDsAustin Shafer2024-11-121-0/+4
* iichid(4): Do not power down opened device in attach handlerVladimir Kondratyev2024-11-121-2/+6
* if_bridge: Mask MEXTPG if some members don't support itMark Johnston2024-11-111-1/+1
* Merge commit d0b9c2c56476 from llvm git (by David CARLIER):Dimitry Andric2024-11-092-182/+0
* 14.2: Update to BETA2Colin Percival2024-11-081-1/+1
* ndp: Bring back the -A option for the netlink implementationZhenlei Huang2024-11-071-10/+20
* ndp: Move the global variable repeat into struct ndp_optsZhenlei Huang2024-11-072-5/+5
* sctp: fix debug messageMichael Tuexen2024-11-071-1/+1
* sctp: improve handling of address changesMichael Tuexen2024-11-073-11/+15
* sctp: garbage collect two unused functionsMichael Tuexen2024-11-072-96/+0
* sctp: don't consider the interface name when removing an addressMichael Tuexen2024-11-073-27/+5
* sctp: editorial cleanupMichael Tuexen2024-11-071-2/+2
* nuageinit: add support for OpenStack network configBaptiste Daroussin2024-11-071-8/+37
* release: Remove useless lsColin Percival2024-11-071-2/+2
* release: Include -dbg files in dvd imageColin Percival2024-11-071-2/+2
* loader: Fix boot menu on BIOSWarner Losh2024-11-062-5/+36
* bsd.sys.mk: for clang >= 19, similar to gcc >= 8.1, turn off -Werror forDimitry Andric2024-11-061-0/+4
* makefs: Remove the warning printed when makefs -t zfs is usedMark Johnston2024-11-053-9/+3
* rpc: Fix the definition of xdr_void()Mark Johnston2024-11-054-7/+4
* libcxxrt: Update to upstream 6f2fdfebcd62Ed Maste2024-11-051-10/+16
* Cirrus-CI: switch to FreeBSD 13.3Ed Maste2024-11-051-1/+1
* resolver.5: Fix example Google DNS server addressPaula Breton2024-11-051-1/+1
* syscons: add deprecation noticeEd Maste2024-11-051-1/+9
* vt: Fix frequency calcuation for bellWarner Losh2024-11-051-1/+1
* kbdcontrol: correct bell frequency for vt(4)Ed Maste2024-11-051-2/+4
* modules: gpioaei: Fix arm64.LINT-FDT breakageRavi Pokala2024-11-031-0/+1
* modules: gpioaei only on ACPI-supporting archsColin Percival2024-11-031-1/+5
* GPIO: Add ACPI _AEI supportColin Percival2024-11-036-1/+317
* bus: Activate INTRNG interrupts in common codeAndrew Turner2024-11-031-13/+34
* acpi_gpiobus: Narrow scope of NOT_YETColin Percival2024-11-031-3/+3
* gpiobus: Make gpiobus_read_ivar externColin Percival2024-11-032-1/+2
* ACPI: Add ACPI_Q_AEI_NOPULL quirk and use in EC2Colin Percival2024-11-032-0/+8
* sys: Add GPIO_INTR_EDGE_MASK defineColin Percival2024-11-031-3/+3
* ACPI: Implement power button on !x86Colin Percival2024-11-031-0/+9
* acpi_gpiobus: OR GPIO_PIN_(IN|OUT)PUT into flagsColin Percival2024-11-031-2/+2
* gpiobus(4): Add an acpi variant of gpiobusAhmad Khalifa2024-11-035-4/+319
* 14.2: create releng/14.2 branchColin Percival2024-11-013-3/+3
* release: increase VMSIZE for Oracle imagesDave Cottlehuber2024-10-311-1/+1
* release: tweak Oracle Cloud settingsDave Cottlehuber2024-10-311-2/+2
* release: move OCI to ORACLEDave Cottlehuber2024-10-313-8/+8
* iavf(4): Get MSI-X BAR index at runtime instead of hardcoding itEric Joyner2024-10-312-5/+6
* pkgbase: don't remove the 'latest' symlink until the repo is finalKyle Evans2024-10-311-3/+2
* ena: Update driver version to v2.8.0osamaabb2024-10-311-1/+1
* ena: Fix leaking ifmedia resources on detachOsama Abboud2024-10-311-0/+3
* ena: Support max large LLQ depth from the deviceOsama Abboud2024-10-311-15/+21
* ena: Support LLQ entry size recommendation from deviceOsama Abboud2024-10-315-33/+47