summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Retire struct sockaddr_inarp.glebius2013-01-315-70/+43
* Allow the address and ports to be separated by a colon or period ratherjhb2013-01-302-4/+39
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-304-30/+348
* If no resolv.conf has been made for the new system already and the installnwhitehorn2013-01-271-0/+5
* Properly quote argument.nwhitehorn2013-01-271-1/+1
* Rename the run_cmd field to sw_runcmd to make it consistent with themarkj2013-01-271-7/+7
* Ensure that newsyslog -n prints the correct message for a rotation rulemarkj2013-01-271-4/+9
* When the 'R' flag is used with a newsyslog.conf entry, some fields ofmarkj2013-01-271-1/+3
* Clean some 'svn:executable' properties in the tree.pfg2013-01-264-0/+0
* Revert accidental regression to previous misspelling.ian2013-01-261-1/+1
* Reduce watchdogd's memory footprint when running daemonized.ian2013-01-261-1/+9
* Improve correctness of rtc register implementation.grehan2013-01-251-5/+15
* Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq.neel2013-01-251-5/+2
* manctl is conditionally added to SUBDIRS later on. Don't unconditionallybrooks2013-01-231-1/+0
* Fix compilation errors.jasone2013-01-231-2/+2
* Use snprintf instead of strc* functions and add bounds checking when creatingbapt2013-01-222-4/+9
* Improve error handling and remove an unnecessary check on geom providernwhitehorn2013-01-223-17/+17
* Improve documentation of BSDINSTALL_DISTSITE and mdoc.nwhitehorn2013-01-221-5/+24
* Clarify that the setup script is optional.nwhitehorn2013-01-221-2/+4
* Update change date.nwhitehorn2013-01-221-2/+2
* Document bsdinstall scripting as it currently operates. It may change innwhitehorn2013-01-221-4/+118
* Allocate the memory for the MSI-X table dynamically instead of allocating 32KBneel2013-01-212-15/+32
* Get rid of redundant 'table_size' field in struct pi_msix. If needed it canneel2013-01-212-3/+1
* Remove some debugging code that snuck in.nwhitehorn2013-01-211-3/+1
* Add a scripting frontend. Documentation and release(7) support coming later.nwhitehorn2013-01-212-1/+88
* If no partition configuration is specified in {}, use the automatic setupnwhitehorn2013-01-203-5/+11
* Add a simple scripted partitioner. Documentation and more scripting supportnwhitehorn2013-01-204-3/+222
* - Force inetd to have listen queue size to be set to the value ofzont2013-01-201-1/+1
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* Fix minor nit in usage output.joel2013-01-201-1/+1
* Make "Finish" the default choice in the partition editor. This lets younwhitehorn2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',neel2013-01-202-2/+3
* Remove EOL whitespace.joel2013-01-191-2/+2
* Minor mdoc fixes.joel2013-01-191-10/+7
* Merge projects/bhyve to head.neel2013-01-1945-0/+11588
|\
| * IFC @ r245509neel2013-01-1731-80/+159
| |\
| * | Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesneel2013-01-091-75/+0
| * | Sort the 'bhyvectl' subdir alphabetically.neel2013-01-091-1/+1
| * | IFC @ r245178neel2013-01-0917-33/+474
| |\ \
| * | | Add the 'bhyveload(8)' man page.neel2013-01-082-1/+131
| * | | Reduce the default memory allocation for a VM from 768MB to 128MB.neel2013-01-081-1/+1
| * | | Don't completely drain the read file descriptor. Instead, onlygrehan2013-01-071-10/+34
| * | | Use 64-bit arithmetic throughout, and lock accesses to globals.grehan2013-01-071-6/+13
| * | | IFC @ r244983.neel2013-01-04136-7487/+1744
| |\ \ \
| * | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-042-80/+31
| * | | | Change thread name for the main kqueue event loop to "<vmname> mevent" sogrehan2012-12-201-0/+13
| * | | | Rename fbsdrun.* -> bhyverun.*grehan2012-12-1312-11/+11
| * | | | Properly reset the tx/rx rings when a guest requests a device reset.grehan2012-12-121-0/+19
| * | | | Create unique MAC addresses for virtio devices that aregrehan2012-12-121-5/+6
| * | | | Determine the correct length and sector size for raw devices.grehan2012-12-081-3/+22
OpenPOWER on IntegriCloud