aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Generate /var/db/services.db during 'make distribution' so that it isJohn Baldwin2014-01-222-2/+4
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)John Baldwin2014-01-223-4/+27
* Fix issue with stale fields from a recycled request pulled off the freelist.Tycho Nightingale2014-01-221-0/+2
* Increase the block-layer backend maximum number of requests to matchTycho Nightingale2014-01-221-1/+1
* Add check for "hw.usb.no_pf" sysctl value.Hans Petter Selasky2014-01-211-0/+20
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...Baptiste Daroussin2014-01-201-0/+1
* Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-202-8/+95
* - Allow PCI devices that are attached to a driver to be identified by theirJohn Baldwin2014-01-202-29/+130
* Dummy commit (whitespace changes and style nits) to show previous commitDevin Teske2014-01-201-4/+6
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that theDevin Teske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.Devin Teske2014-01-191-24/+6
* Fix a bad comparison operator (s/==/=/), and address a use-case issue where-Devin Teske2014-01-181-8/+6
* 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-112/+414
* 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