]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
vmm: fix set but not used warning
[FreeBSD/FreeBSD.git] / usr.sbin /
2023-01-26 Yan Ka Chiubhyve: Fix virtio-console legacy configuration parsing
2023-01-26 Christian Weisgerberman pages: Fix typo
2023-01-26 Andy Fiddamanbhyve: missing mutex initializations
2023-01-26 Andy Fiddamanbhyve: plug memory leak in topology_parse()
2023-01-26 Mark Johnstonbhyve: Fix getaddrinfo() error handling
2023-01-26 Toomas Soomebhyve: clean up trailing whitespaces
2023-01-26 Mateusz Piotrowskibhyve.8: Fix markup of the -G flag
2023-01-26 Ka Ho Ngbhyve: Fix pci device node key in bhyve_config.5
2023-01-26 Mariusz Zaborskibhyve: change a default address from ANY to localhost
2023-01-26 Robert Crowstonbhyve: enhance debug info for memory range clash
2023-01-26 Filipe da Silva... bhyve: Fix build when BHYVE_SNAPSHOT is set
2023-01-26 Robert Wingbhyve/snapshot: ..back to SOCK_STREAM
2023-01-26 Robert Wingbhyve: use linker set for ipc commands
2023-01-26 Robert Wingbhyve: sweep MAX_VMNAME
2023-01-26 Robert Wingbhyve/snapshot: limit snapshot filename to NAME_MAX
2023-01-26 Robert Winglibvmm: constify vm_get_name()
2023-01-26 Robert Wingbhyvectl: drop vm_get_name()
2023-01-26 Robert Wingbhyve/snapshot: use a string for cmd element in the...
2023-01-26 Robert Wingbhyve/snapshot: switch to nvlist for snapshot requests
2023-01-26 Robert Wingbhyve/snapshot: fix pthread_create() error check
2023-01-26 Robert Wingbhyve/snapshot: split up mutex/cond initialization...
2023-01-26 Robert Wingbhyve/snapshot: provide a way to send other messages...
2023-01-26 Robert Wingbhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAM
2023-01-26 Robert Wingbhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAME
2023-01-26 Robert Wingbhyvectl: reduce code duplication
2023-01-26 Robert Wingbhyve/snapshot: rename checkpoint_opcodes to be more...
2023-01-26 Robert Wingbhyve/snapshot: drop mkdir when creating the unix domai...
2023-01-26 Robert Winglibvmm: clean up vmmapi.h
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Jessica Clarkeufs: Rework shortlink handling to avoid subobject overflows
2023-01-24 Gordon Berglingcxgbetool(8): Fix common typos in sysctl descriptions
2023-01-24 Corvin KöhneAdd a virtio-input device emulation.
2023-01-24 John Baldwinbhyve: Use XHCI_PORTREG_PTR in one place that open...
2023-01-22 Gordon Berglingmountd(8): Fix a typo in a source code comment
2023-01-22 Gordon Berglingbsnmpget.1: Fix a typo in the man page
2023-01-22 Gordon Berglingnfs: Fix a common typo in source code comments
2023-01-20 Chuck Tufflibhyve nvme: Fix uninitialized pointer
2023-01-16 Gordon Berglingiwmbtfw(8): Fix a typo in a kernel message
2023-01-13 Alexander V. Chernikovndp(8): add structured output formatting via libxo
2022-12-31 Vincenzo Maffionenetmap: several typo fixes
2022-12-29 Rick Macklemrpc.tlsservd: Check for a tls syscall failure.
2022-12-28 Rick Macklemrpc.tlsclntd: Check for a tls syscall failure.
2022-12-22 Doug Rabsonimgact_binmisc: Optionally pre-open the interpreter...
2022-12-18 Jamie Grittonjail: fix a NULL pointer derefence in parsing ip6.addr...
2022-12-17 Alexander Motinbhyve virtio-scsi: Fix residual reporting.
2022-12-15 Mark Johnstonbhyve: Disable thread safety analysis
2022-12-15 Mark Johnstonbhyve: Address an unused parameter warning in the smbio...
2022-12-13 Corvin Köhnebhyve: build SPCR ACPI table
2022-12-12 Eugene GrosbeinMFC: pw(8): fix combination of modes -N and -w random
2022-12-10 Ed Mastefreebsd-update: restart sshd after upgrade
2022-12-09 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-12-09 Corvin Köhnebhyve: create all vcpus on startup
2022-12-09 Corvin Köhnebhyve: fix spelling mistake in passthru emulation
2022-12-08 Corvin Köhnebhyve: add varfile option to nvlist of lpc device
2022-12-08 Rebecca Cranbhyve: Support a _VARS.fd file for bootrom
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-05 Corvin Köhnebhyve: use dynamic ACPI table offsets
2022-12-05 Corvin Köhnebhyve: build RSDP table by basl
2022-12-05 Corvin Köhnebhyve: build RSDT table by basl
2022-12-05 Corvin Köhnebhyve: build XSDT table by basl
2022-12-05 Corvin Köhnebhyve: build FADT table by basl
2022-12-05 Corvin Köhnebhyve: build MADT table by basl
2022-12-05 Corvin Köhnebhyve: build HPET table by basl
2022-12-05 Corvin Köhnebhyve: add helper to fill a ACPI_GENERIC_ADDRESS
2022-12-05 Corvin Köhnebhyve: build MCFG table by basl
2022-12-05 Corvin Köhnebhyve: add helper to append a basl table without a...
2022-12-05 Corvin Köhnebhyve: make basl_table_add_* functions public
2022-12-05 Corvin Köhnebhyve: build FACS table by basl
2022-11-30 Corvin Köhnebhyve: build DSDT table by basl
2022-11-30 Corvin Köhnebhyve: add basl support for common table header
2022-11-30 Corvin Köhnebhyve: use basl to load ACPI tables
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from xhci hw struct...
2022-11-29 Mark Johnstonbhyve: Cast away const when fetching a config nvlist
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from virtio rings
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-29 Corvin Köhnebhyve: add basl support for pointers
2022-11-29 Corvin Köhnebhyve: add basl support for checksums
2022-11-29 Corvin Köhnebhyve: add basl support for length fields
2022-11-29 Corvin Köhnebhyve: add basl support for generic addresses
2022-11-29 Corvin Köhnebhyve: add basl support for int values
2022-11-29 Corvin Köhnebhyve: add table dump functions for basl
2022-11-29 Corvin Köhnebhyve: add basic basl implementation
2022-11-23 Alan Somersctld: if adding a target fails, retry it on the next...
2022-11-23 Corvin Köhnebhyve/kdblayout: add some missing keys to german layout
2022-11-23 Emmanuel Vadotpkgbase: bhyve: Tag the kbdlayout file to be in the...
2022-11-23 Mark Johnstonbhyve: Fix some warnings in the ps2 emulation code
2022-11-23 Michael ReifenbergerAppend Keyboard Layout specified option for using VNC.
2022-11-23 Michael ReifenbergerAppend Keyboard Layout specified option for using VNC.
2022-11-22 Wanpeng Qianbhyve: abort and return FEATURE_NOT_SAVEABLE while...
2022-11-22 Wanpeng Qianbhyve: return FEATURE_NOT_CHANGEABLE for unimplemented...
2022-11-22 Wanpeng Qianbhyve: nvme controller obey async event setting when...
2022-11-21 Mark Johnstonbhyve: Simplify control flow in the xhci device model
2022-11-20 Chuck Tufflibhyve nvme: Check return value of mapped memory
2022-11-20 Chuck Tufflibhyve nvme: Switch to POSIX standard functions
2022-11-20 Chuck Tufflibhyve nvme: Support minimal Controller list
2022-11-20 Chuck Tufflibhyve nvme: Fix reported SANICAP value
2022-11-20 Wanpeng Qianbhyve nvme: Fix firmware read only initialization
2022-11-20 WanpengQianbhyve: Fix Number of Power States Supported value
2022-11-20 Chuck Tufflibhyve nvme: Fix out-of-bound IOV array access
2022-11-18 Mark Johnstonbhyve: Define an accessor for net backend private data
next