aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix amd64 build breakage caused by r260532.Neel Natu2014-01-111-4/+3
* Fix issue with the virtio descriptor region being truncatedPeter Grehan2014-01-091-1/+1
* virtio-block does not exist, the correct name is virtio-blk.Remko Lodder2014-01-081-1/+1
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-051-1/+1
* Allow bsdinstall to use WPA-Enterprise networks when installing. ThisGavin Atkinson2014-01-041-0/+23
* Lower the priority of the "connect to any open wireless network" networkGavin Atkinson2014-01-041-1/+1
* Remove what appears to be a stray debugging printf.Gavin Atkinson2014-01-041-1/+0
* Make a copy instead using constant string directly when assigning to char *.Xin LI2014-01-041-7/+3
* Use prototype.Xin LI2014-01-042-145/+48
* Cosmetic change - switch over to vertical SRCS to make itPeter Grehan2014-01-031-5/+31
* Rework the DSDT generation code a bit to generate more accurate info aboutJohn Baldwin2014-01-0212-115/+417
* Restructure the VMX code to enter and exit the guest. In large part this changeNeel Natu2014-01-012-2/+6
* Add mibs for hastd(1) queue stats.Mikolaj Golub2013-12-293-1/+88
* Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,Marius Strobl2013-12-292-3/+4
* Extend the ACPI power management support to wire a virtual power button upJohn Baldwin2013-12-287-38/+212
* Use pthread_once() to replace a static integer initted flag.John Baldwin2013-12-281-7/+3
* Do not truncate the ``command'' column in ``ps'' output.Sergey Kandaurov2013-12-251-2/+2
* We have in base iconv.Gleb Smirnoff2013-12-251-1/+1
* Support soft power-off via the ACPI S5 state for bhyve guests.John Baldwin2013-12-245-12/+174
* Extend the support for local interrupts on the local APIC:John Baldwin2013-12-233-1/+54
* Fix yet another typoBaptiste Daroussin2013-12-231-1/+1
* Fix typosBaptiste Daroussin2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingBaptiste Daroussin2013-12-231-2/+9
* mdoc: nuke whitespace.Joel Dahl2013-12-231-1/+1
* Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLENeel Natu2013-12-221-13/+2
* Move the installer's keymap solution introduced by SVN r259468. The newDevin Teske2013-12-211-4/+0
* Add an option to ignore accesses by the guest to unimplemented MSRs.Neel Natu2013-12-194-14/+58
* When using a bootpool, set the cachefile property so that it getsDevin Teske2013-12-191-1/+7
* Fix a regression that occurred with SVN revisions 259474 and 259476 whereDevin Teske2013-12-191-2/+4
* In bsdinstall_log, it's rather confusing to see the following sequence:Devin Teske2013-12-181-1/+1
* Fix "[: -eq: argument expected" error introduced by SVN r256343. The codeDevin Teske2013-12-181-2/+1
* Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toNeel Natu2013-12-181-11/+9
* Add an API to deliver message signalled interrupts to vcpus. This allowsNeel Natu2013-12-163-36/+31
* Auto-enable 4k sector alignment when disk encryption is requested (it isDevin Teske2013-12-161-0/+1
* Fix a long-standing edge-case that would result in a ghosted `zroot' poolDevin Teske2013-12-161-0/+6
* Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).Devin Teske2013-12-161-0/+3
* De-uglify the geli(8)-setup infobox by adding a newline.Devin Teske2013-12-161-1/+1
* fletcher4 is currently the default.Devin Teske2013-12-161-1/+1
* Improve default ZFS disk layout (tested):Devin Teske2013-12-161-202/+197
* Bug-fixes and debugging improvments:Devin Teske2013-12-161-145/+142
* Accept NULL input as also meaning zero swap.Devin Teske2013-12-161-1/+1
* As per discussions on -current, re-add /var/mail (removed in r257842) butDevin Teske2013-12-161-0/+1
* Mask error from newaliases(1) when the hostname is not fully qualified.Devin Teske2013-12-161-1/+1
* Add a fix for Long-standing problem with VMware. Described in below links:Devin Teske2013-12-161-0/+4
* Add Casper support.Pawel Jakub Dawidek2013-12-151-0/+5
* Export 'REPOS_DIR' when the selected source medium for packageGlen Barber2013-12-151-0/+3
* Replace Sun RPC license for TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-12-151-27/+25
* mdoc: sort SEE ALSO.Joel Dahl2013-12-151-2/+2
* bhyve(8) man page.Peter Grehan2013-12-132-2/+300
* I caught the following snippet at the end of my /var/log/bsdinstall_log:Devin Teske2013-12-121-4/+3