| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix virtio spec URL. | grehan | 2014-02-21 | 1 | -1/+1 |
* | Avoid clobbering the counter mode when issuing a latch command. | tychon | 2014-02-21 | 1 | -2/+3 |
* | Simplify APIC mode switching from MMIO to x2APIC. In part this is done to | neel | 2014-02-20 | 1 | -15/+13 |
* | Add a check to validate that memory BARs of passthru devices are 4KB aligned. | neel | 2014-02-18 | 3 | -27/+53 |
* | Tweak the handling of PCI capabilities in emulated devices to remove | jhb | 2014-02-18 | 2 | -47/+26 |
* | Add zfsboot to the scripted interface of bsdinstall(8); oops! | dteske | 2014-02-16 | 1 | -1/+5 |
* | Update bhyve(8) man page to describe the usage of the "-s" option to assign | neel | 2014-02-14 | 1 | -3/+9 |
* | Allow PCI devices to be configured on all valid bus numbers from 0 to 255. | neel | 2014-02-14 | 5 | -107/+270 |
* | In chat_UpdateSet(), initialize the input buffer to prevent stale data | brueffer | 2014-02-14 | 1 | -0/+5 |
* | Bump .Dd forgotten in r261832. | zeising | 2014-02-13 | 1 | -1/+1 |
* | Add commas (,) to the list in the SEE ALSO section, to match most other | zeising | 2014-02-13 | 1 | -3/+3 |
* | Add cross references between rc.conf(5) and jail.conf(5). | zeising | 2014-02-13 | 1 | -0/+1 |
* | Fix world build WITHOUT_PF. | glebius | 2014-02-12 | 1 | -1/+4 |
* | Provide an indication a "PIO Setup Device to Host FIS" occurred while executing | tychon | 2014-02-12 | 1 | -3/+13 |
* | In acline_init(), initialize ac_line to SRC_UNKNOWN. Previously | brueffer | 2014-02-11 | 1 | -0/+1 |
* | Make the debug messages during ctld(8) shutdown less confusing. | trasz | 2014-02-11 | 1 | -3/+3 |
* | Show proper configuration file line numbers in error messages. | trasz | 2014-02-11 | 1 | -1/+1 |
* | Make ctld error out on invalid characters in ctl.conf. | trasz | 2014-02-11 | 1 | -0/+1 |
* | Improve error reporting. | trasz | 2014-02-11 | 1 | -7/+24 |
* | So, it turns out SIGCHLD is discarded by default, so we have to set up | trasz | 2014-02-11 | 1 | -0/+16 |
* | Use new auth-type "deny" instead of using "chap" with no chap entries; | trasz | 2014-02-11 | 5 | -11/+15 |
* | Use "default" as default discovery-auth-group, instead of "no-access". | trasz | 2014-02-11 | 2 | -4/+7 |
* | Update manual page to match recent auth-group "default" changes. | trasz | 2014-02-11 | 1 | -3/+4 |
* | Add a new auth-group "default", defaulting to deny, and make it possible | trasz | 2014-02-11 | 2 | -5/+25 |
* | Make it possible to redefine portal-group "default". | trasz | 2014-02-11 | 2 | -3/+26 |
* | Add auth-type. | trasz | 2014-02-11 | 5 | -11/+119 |
* | Rename a variable, no functional changes. | trasz | 2014-02-11 | 6 | -75/+75 |
* | Yacc cleanup; no functional changes. | trasz | 2014-02-11 | 1 | -49/+49 |
* | Make function ordering slightly more logical; no functional changes. | trasz | 2014-02-11 | 1 | -120/+120 |
* | Implement initiator-name and initiator-portal restrictions. | trasz | 2014-02-11 | 6 | -6/+278 |
* | Daemonize after applying configuration, not before, so that | trasz | 2014-02-11 | 1 | -8/+9 |
* | Empty data segment during Login Phase is rather unlikely, but it's | trasz | 2014-02-11 | 3 | -8/+1 |
* | The log_whatever() routines don't accept NULL for format strings, | trasz | 2014-02-11 | 1 | -4/+4 |
* | Improve check for duplicated paths. It shows the warning twice for | trasz | 2014-02-11 | 1 | -10/+15 |
* | Refactor. | trasz | 2014-02-11 | 1 | -58/+64 |
* | So, it turns out SIGCHLD is discarded by default, so we have to set up | trasz | 2014-02-11 | 1 | -0/+28 |
* | Empty data segment during Login Phase is rather unlikely, but it's not | trasz | 2014-02-11 | 3 | -7/+1 |
* | The log_whatever() routines don't accept NULL for format strings, | trasz | 2014-02-10 | 1 | -4/+4 |
* | mdoc: minor paragraph fixes. | joel | 2014-02-08 | 4 | -26/+1 |
* | Mark the I/O ports used by the bhyve console and debug devices as system | jhb | 2014-02-07 | 2 | -0/+6 |
* | Add -p to the example (why isn't this the default?) | des | 2014-02-06 | 1 | -1/+1 |
* | Add an example of the most common use case. | des | 2014-02-05 | 1 | -1/+7 |
* | Add support for FreeBSD/i386 guests under bhyve. | jhb | 2014-02-05 | 1 | -1/+6 |
* | Fix ! by not clearing not at the bottom of the loop. | imp | 2014-02-05 | 1 | -2/+2 |
* | Implement the '!' operator for files* files. It means 'include this | imp | 2014-02-04 | 2 | -5/+18 |
* | Convert the loop by gotos into a for loop to improve readability. I | imp | 2014-02-03 | 1 | -124/+122 |
* | Fix a bug introduced in r261437 that failed to honor "optional | imp | 2014-02-03 | 1 | -5/+6 |
* | Slight cleanup to the error messaging to compress code vertically... | imp | 2014-02-03 | 1 | -57/+38 |
* | Better error messages when EOF is hit in the middle of a phrase. | imp | 2014-02-03 | 1 | -18/+6 |
* | Move the check for standard keyword + optional inclusion specifier to | imp | 2014-02-03 | 1 | -6/+6 |