Fix regression: report again if a username already exists when creating it
[freebsd.git] / usr.sbin / bhyve /
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 neelAlways assert DCD and DSR in bhyve's uart emulation.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-03 sjgUpdated depends
2015-06-20 jmgadd SO_REUSEADDR when starting debug port, lets you...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 neelRestructure memory allocation in bhyve to support ...
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-21 tychonThe 'hostbridge' device exists to allow guests to infer...
2015-05-21 grehanTemporarily revert r282922 which bumped the max descrip...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-14 grehanBump the size of the blockif scatter-gather list to 67.
2015-05-13 grehanSet the subvendor field in config space to the vendor ID.
2015-05-12 neelAllow configuration of the sector size advertised to...
2015-05-11 grehanHandling indirect descriptors is a capability of the...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-07 neelAllow byte reads of AHCI registers.
2015-05-06 mavAdd memory barrier to r281764.
2015-05-06 neelDeprecate the 3-way return values from vm_gla2gpa(...
2015-05-06 gjbMFH: r282315-r282534
2015-05-06 mavReimplement queue freeze on error, added in r282429:
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 mavImplement in-order execution of non-NCQ commands.
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-03 mavImplement basic PxTFD.STS.BSY reporting.
2015-05-02 mavInitialize PxCMD on reset and make its read-only bits...
2015-05-02 mavHandle ATA_SEND_FPDMA_QUEUED as NCQ in ahci_port_stop().
2015-05-02 neelAdvertise an additional memory BAR in the "dummy" devic...
2015-05-01 gjbMFH: r281855-r282312
2015-04-28 neelImplement the century byte in the RTC. Some guests...
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-24 neelDon't allow guest to modify readonly bits in the PCI...
2015-04-23 jhbReassign copyright statements on several files from...
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-20 mavDon't set bits that should be zero for SATA devices.
2015-04-20 mavReport link as up if tap device is not specified (black...
2015-04-20 mavReport link as up only if we managed to open tap device.
2015-04-20 mavDisable RX/TX queues notifications when not needed.
2015-04-18 mavWorkaround bhyve virtual disks operation on top of...
2015-04-17 mavMake virtual AHCI more careful with I/O lengths.
2015-04-16 neelIf the number of guest vcpus is less than '1' then...
2015-04-16 ngieMFhead @ r281584
2015-04-15 tychonPrior to aborting due to an ioport error, it is always...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-09 baptFix overlinking in bhyve:
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-01 tychonPrior to aborting due to an instruction emulation error...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-27 grehanMove legacy interrupt allocation for virtio devices...
2015-03-25 gjbMFH: r278968-r280640
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-20 mavAdd missing variable initialization.
2015-03-16 mavReport that we may have write cache, and that we do...
2015-03-16 mavIncrease S/G list size of 32 to 33 entries.
2015-03-15 mavPre-allocate one extra request per processing thread.
2015-03-15 mavAccording to Linux and QEMU, s/n equal to buffer is...
2015-03-15 mavClose potential race on blockif_close().
2015-03-15 mavFix networking problem after r280026.
2015-03-15 mavGive AHCI disk serial based on backing file path same...
2015-03-15 mavRewrite virtio block device driver to work asynchronous...
2015-03-15 dimMerge ^/head r279995 through r280029.
2015-03-15 mavModify virtqueue helpers added in r253440 to allow...
2015-03-15 mavBlock delete capability for read-only devices.
2015-03-14 mavGive block I/O interface multiple (8) execution threads.
2015-03-14 dimMerge ^/head r279985 through r279994.
2015-03-14 mavAdd checksums to identify data and NCQ command error...
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-14 mavSlightly polish virtual AHCI CD reporting.
2015-03-14 mavFix NOP and IDLE commands for virtual AHCI disks.
2015-03-14 mavAdd support for NCQ variant of DSM TRIM for virtual...
2015-03-14 mavImprove NCQ errors reporting for virtual AHCI disks.
2015-03-13 mavRemove incorrect SERR register setting.
2015-03-13 mavChange prdbc value reporting.
2015-03-13 mavPolish AHCI disk identify data and fix speed negotiation.
2015-03-13 mavAdd support for PIO variants of READ/WRITE commands...
2015-03-13 mavUse ahci_write_fis_d2h() for commands completion.
2015-03-13 mavAdd DSM TRIM command support for virtual AHCI disks.
next