aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldns: Upgrade to 1.8.3.Dag-Erling Smørgrav2023-08-18102-15652/+15507
* pkgbase: move libcom_err from kerberos to kerberos-libDoug Rabson2023-08-181-1/+1
* md driver compat32: fix structure padding for arm, powerpcMike Karels2023-08-181-1/+9
* bhyve: add bootindex option for several devicesCorvin Köhne2023-08-187-1/+69
* bhyve: add helper to create a bootorderCorvin Köhne2023-08-182-0/+78
* bhyve: pass address of OpRegion to the guestCorvin Köhne2023-08-181-1/+4
* bhyve: copy OpRegion into guest memoryCorvin Köhne2023-08-181-1/+43
* bhyve: read OpRegion address and size for GVT-dCorvin Köhne2023-08-181-1/+66
* bhyve: emulate graphics stolen memory registerCorvin Köhne2023-08-181-1/+9
* bhyve: allocate guest memory for graphics stolen memoryCorvin Köhne2023-08-181-2/+62
* bhyve: read out graphics stolen memory address and sizeCorvin Köhne2023-08-181-1/+72
* bhyve: add empty GVT-d emulationCorvin Köhne2023-08-184-1/+87
* bhyve: import OpRegion definitionsCorvin Köhne2023-08-181-0/+186
* bhyve: add helper for passthru specific mmio rangesCorvin Köhne2023-08-182-0/+22
* bhyve: make passthru sel public availableCorvin Köhne2023-08-182-0/+9
* bhyve: allow adding FwCfg items to ACPI tablesCorvin Köhne2023-08-182-0/+20
* bhyve: add cmdline option for user defined fw_cfg itemsCorvin Köhne2023-08-184-2/+172
* bhyvectl: Add '--get-debug-cpus' commandVitaliy Gusev2023-08-181-1/+9
* bhyve: rename 'structs' snapshot key with 'kern_structs'Vitaliy Gusev2023-08-181-8/+8
* bhyve: add .pe_snapshot method for PCI 'hostbridge'Vitaliy Gusev2023-08-181-0/+11
* bhyve: add bus, slot and func to device nameVitaliy Gusev2023-08-181-1/+2
* bhyve: rename 'user_dev' with 'devices'Vitaliy Gusev2023-08-183-18/+17
* bhyve: save/restore pir_descVitaliy Gusev2023-08-181-0/+3
* kern: osd: avoid dereferencing freed slotsKyle Evans2023-08-181-0/+3
* vlan: Respect IFCAP_LRO maskKevin Bowling2023-08-181-1/+1
* e1000: Some fixes for hardware capabilitiesKevin Bowling2023-08-181-29/+40
* e1000: Fix off by one ipcseKevin Bowling2023-08-181-1/+1
* msi: report error for attempt to use APIC ID > 255Ed Maste2023-08-171-0/+5
* linuxkpi: advance platform_deviceCorvin Köhne2023-08-171-0/+10
* bhyve: Remove vestigial support for setting max vCPUs.John Baldwin2023-08-171-6/+1
* bhyve: fix vCPU single-stepping on VMXBojan Novković2023-08-173-0/+13
* bhyve: don't panic if e820 finds no available memoryCorvin Köhne2023-08-171-5/+11
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-171-0/+9
* igc: sync srrctl buffer sizing with e1000Kevin Bowling2023-08-171-11/+7
* ixgbe: Add support for 82599 LSKevin Bowling2023-08-173-0/+6
* ping: use the in6_addr buffer when parsing src address as AF_INET6R. Christian McDonald2023-08-161-1/+1
* route(8): teach route to attach to jailsYan Ka, Chiu2023-08-163-3/+43
* ifconfig(8): Teach ifconfig to attach and run itself in a jailYan Ka Chiu2023-08-162-6/+56
* tmpfs: add the "pgread" mount option to the allowed options list for mountKonstantin Belousov2023-08-161-1/+1
* tmpfs: add a knob to enable pgcache read for mountKonstantin Belousov2023-08-163-2/+7
* vnode io: request range-locking when pgcache reads are enabledKonstantin Belousov2023-08-161-7/+13
* Revert "vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_faul...Konstantin Belousov2023-08-161-14/+7
* vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_fault()Konstantin Belousov2023-08-161-7/+14
* tcp: Handle <RST,ACK> in SYN-RCVDRichard Scheffenegger2023-08-142-12/+4
* Clean up libm use of the __ieee754_ prefixSteve Kargl2023-08-1354-223/+162
* libc dlfcn.c: make dl_iterate_phdr() from libc more usefulKonstantin Belousov2023-08-131-3/+12
* sys/cdefs.h: fix for use __restrict in C++Sebastian Huber2023-08-131-9/+7
* Update comment describing struct vm_mapKonstantin Belousov2023-08-131-4/+3
* Improve dumpfs(8) error messages when a cylinder group read fails.Kirk McKusick2023-08-121-27/+34
* pf.conf.5: document SCTP supportKristof Provost2023-08-111-4/+18