summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad comparison operator (s/==/=/), and address a use-case issue where-dteske2014-01-181-8/+6
* Fix amd64 build breakage caused by r260532.neel2014-01-111-4/+3
* Fix issue with the virtio descriptor region being truncatedgrehan2014-01-091-1/+1
* virtio-block does not exist, the correct name is virtio-blk.remko2014-01-081-1/+1
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+1
* Allow bsdinstall to use WPA-Enterprise networks when installing. Thisgavin2014-01-041-0/+23
* Lower the priority of the "connect to any open wireless network" networkgavin2014-01-041-1/+1
* Remove what appears to be a stray debugging printf.gavin2014-01-041-1/+0
* Make a copy instead using constant string directly when assigning to char *.delphij2014-01-041-7/+3
* Use prototype.delphij2014-01-042-145/+48
* Cosmetic change - switch over to vertical SRCS to make itgrehan2014-01-031-5/+31
* Rework the DSDT generation code a bit to generate more accurate info aboutjhb2014-01-0212-115/+417
* Restructure the VMX code to enter and exit the guest. In large part this changeneel2014-01-012-2/+6
* Add mibs for hastd(1) queue stats.trociny2013-12-293-1/+88
* Record the IEEE P1282 Rock Ridge version 1.12 POSIX File Serial Number,marius2013-12-292-3/+4
* Extend the ACPI power management support to wire a virtual power button upjhb2013-12-287-38/+212
* Use pthread_once() to replace a static integer initted flag.jhb2013-12-281-7/+3
* Do not truncate the ``command'' column in ``ps'' output.pluknet2013-12-251-2/+2
* We have in base iconv.glebius2013-12-251-1/+1
* Support soft power-off via the ACPI S5 state for bhyve guests.jhb2013-12-245-12/+174
* Extend the support for local interrupts on the local APIC:jhb2013-12-233-1/+54
* Fix yet another typobapt2013-12-231-1/+1
* Fix typosbapt2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingbapt2013-12-231-2/+9
* mdoc: nuke whitespace.joel2013-12-231-1/+1
* Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLEneel2013-12-221-13/+2
* Move the installer's keymap solution introduced by SVN r259468. The newdteske2013-12-211-4/+0
* Add an option to ignore accesses by the guest to unimplemented MSRs.neel2013-12-194-14/+58
* When using a bootpool, set the cachefile property so that it getsdteske2013-12-191-1/+7
* Fix a regression that occurred with SVN revisions 259474 and 259476 wheredteske2013-12-191-2/+4
* In bsdinstall_log, it's rather confusing to see the following sequence:dteske2013-12-181-1/+1
* Fix "[: -eq: argument expected" error introduced by SVN r256343. The codedteske2013-12-181-2/+1
* Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toneel2013-12-181-11/+9
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-163-36/+31
* Auto-enable 4k sector alignment when disk encryption is requested (it isdteske2013-12-161-0/+1
* Fix a long-standing edge-case that would result in a ghosted `zroot' pooldteske2013-12-161-0/+6
* Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).dteske2013-12-161-0/+3
* De-uglify the geli(8)-setup infobox by adding a newline.dteske2013-12-161-1/+1
* fletcher4 is currently the default.dteske2013-12-161-1/+1
* Improve default ZFS disk layout (tested):dteske2013-12-161-202/+197
* Bug-fixes and debugging improvments:dteske2013-12-161-145/+142
* Accept NULL input as also meaning zero swap.dteske2013-12-161-1/+1
* As per discussions on -current, re-add /var/mail (removed in r257842) butdteske2013-12-161-0/+1
* Mask error from newaliases(1) when the hostname is not fully qualified.dteske2013-12-161-1/+1
* Add a fix for Long-standing problem with VMware. Described in below links:dteske2013-12-161-0/+4
* Add Casper support.pjd2013-12-151-0/+5
* Export 'REPOS_DIR' when the selected source medium for packagegjb2013-12-151-0/+3
* Replace Sun RPC license for TI-RPC library with a 3-clause BSD license,hrs2013-12-151-27/+25
* mdoc: sort SEE ALSO.joel2013-12-151-2/+2
* bhyve(8) man page.grehan2013-12-132-2/+300
OpenPOWER on IntegriCloud