]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
kerneldump: Inline dump_savectx() into its callers
[FreeBSD/FreeBSD.git] / usr.sbin /
2023-03-15 Warner Loshmakefs: make msdos creation go fast
2023-03-06 Ed Mastefreebsd-update: use grep -E instead of egrep
2023-03-06 Ed Mastemergemaster: add deprecation notice to man page
2023-03-02 Ed Mastefreebsd-update: avoid effects of user's environment...
2023-03-02 Ed Mastefreebsd-update: re-edit files if merge conflict markers...
2023-02-28 Juraj Lutterunbound: Fix config file path
2023-02-28 Cy Schubertunbound: Fix config.h
2023-02-28 Cy Schubertunbound: Vendor import 1.17.1
2023-02-27 Dimitry AndricUpdate leap-seconds to latest leap-seconds.3676924800...
2023-02-19 Warner Loshefibootmgr: Add --efidev (-u) to discover UEFI's device...
2023-02-15 Tijl Coosemanslocal-unbound-setup: Use default root certificates
2023-02-09 Stefan Eßerusr.sbin/kbdcontrol.c: Add backwards compatibility...
2023-02-04 Xin LIetcupdate: Chase test case after pwd_mkdb(8) no longer...
2023-02-04 Andre Albsmeierpwd_mkdb(8): Don't copy comments from /etc/master.passw...
2023-02-02 Emmanuel Vadotpkgbase: Put devmatch in its own package
2023-02-02 Emmanuel Vadotpkgbase: Put ufs related tools and lib in their own...
2023-02-02 Emmanuel Vadotpkgbase: Put accounting utilities in the acct package
2023-02-02 Navdeep Parharpciconf(8): Decode ACS extended capability.
2023-02-02 Navdeep Parharcxgbetool: remove unnecessary vertical whitespace.
2023-02-02 Navdeep Parharcxgbetool(8): User interface to round-robin queue selec...
2023-02-02 Michael Tuexenppp: improve MSS clamping
2023-02-01 Michael Tuexentraceroute6: fix capabilities for the rcv socket
2023-01-31 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-26 John Baldwinbhyve: Mark pci_de_vinput as const.
2023-01-26 Robert Wingbhyveload: open guest boot disk image O_RDWR
2023-01-26 John Baldwinbhyve: Fix a buffer overread in the PCI hda device...
2023-01-26 John Baldwinbhyve: Fix a global buffer overread in the PCI hda...
2023-01-26 John Baldwinbhyve: Remove vmctx argument from PCI device model...
2023-01-26 John Baldwinbhyve: Fix a mismerge in the PCI passthrough device...
2023-01-26 John Baldwinbhyve: Avoid triggering false -Wfree-nonheap-object...
2023-01-26 John Baldwinbhyve: Simplify spinup_ap_realmode slightly.
2023-01-26 John Baldwinbhyve: Tidy vCPU pthread startup.
2023-01-26 John Baldwinbhyve: Don't access vcpumap[vcpu] directly in parse_cpu...
2023-01-26 John Baldwinbhyve: Allocate struct vm_exit on the stack in vm_loop.
2023-01-26 John Baldwinbhyve: Remove some no-op code for setting RIP.
2023-01-26 John Baldwinbhyve: Simplify setting vCPU capabilities.
2023-01-26 John Baldwinbhyve: Remove unused return value from spinup_ap.
2023-01-26 John Baldwinbhyve: Remove handler for VM_EXITCODE_SPINUP_AP.
2023-01-26 John Baldwinbhyve: Remove the unused vcpu argument from all of...
2023-01-26 John Baldwinbhyve: Remove unused vcpu argument from PCI read/write...
2023-01-26 John Baldwinbhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
2023-01-26 John Baldwinbhyve: Remove unused argument from pci_nvme_handle_door...
2023-01-26 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2023-01-26 John Baldwinbhyve: Avoid passing a possible garbage pointer to...
2023-01-26 John Baldwinbhyve: Appease warning about a potentially unaligned...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the NVMe device...
2023-01-26 John Baldwinbhyve: Avoid unlikely truncation of the blockif ident...
2023-01-26 John Baldwinbhyve: Clear lid to 0 for internal device errors for...
2023-01-26 John Baldwinbhyve: Don't leak uninitialized bits in NVMe completion...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the e1000 device...
2023-01-26 John Baldwinbhyve basl: Use GCC pragmas.
2023-01-26 Mark Johnstonbhyve: Enable the default compiler warnings
2023-01-26 John Baldwinbhyve: Mark pci_de_vinput as static.
2023-01-26 Mark Johnstonbhyve: Let BASL compile with raised warnings
2023-01-26 Mark Johnstonbhyve: Avoid using a packed struct for xhci port registers
2023-01-26 Mark Johnstonbhyve: Fix a typo in a comment
2023-01-26 Mark Johnstonbhyve: Address warnings about potential unaligned acces...
2023-01-26 Warner Loshbhyve: Implement MSR_MISC_FEATURES_ENABLES
2023-01-26 Mark Johnstonbhyve: Remove an unused parameter from pci_nvme_append_...
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address warnings in blockif_proc()
2023-01-26 Mark Johnstonbhyve: Drop a bogus const qualifier
2023-01-26 Mark Johnstonbhyve: Put the prototype for vmexit_task_switch() in...
2023-01-26 Mark Johnstonbhyve: Annotate an unused function as such
2023-01-26 Mark Johnstonbhyve: USB device model structures can be qualified...
2023-01-26 Mark Johnstonbhyve: Fix some warnings in the snapshot code
2023-01-26 Mark Johnstonbhyve: Put the prototype for vga_render() in a header
2023-01-26 Mark Johnstonbhyve: Use the proper type for string literals
2023-01-26 Mark Johnstonbhyve: Avoid arithmetic on void pointers
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Mark Johnstonbhyve: Make hda_ops function tables const
2023-01-26 Mark Johnstonbhyve: Annotate unused function parameters
2023-01-26 Mark Johnstonbhyve: Use designated initializers for virtio_consts...
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Chuck Tufflibhyve nvme: Fix Controller init error cases
2023-01-26 Vitaliy Gusevbhyve: Snapshot impovements for 'blockif' backend
2023-01-26 Vitaliy Gusevbhyve: Enable suspend/resume support for virtio-blk.
2023-01-26 James Mintrambhyve: Report an error for invalid UUIDs.
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
next