summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-2912-120/+323
* Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-0/+11
* o Fix typo, sort .Xrs.maxim2014-01-281-3/+3
* Remove support for legacy PCI devices. These haven't been needed sincejhb2014-01-275-55/+10
* Bad timespec_subtract() calculations produce negative tv_nsec on i386ache2014-01-251-20/+7
* Generate /var/db/services.db during 'make distribution' so that it isjhb2014-01-222-2/+4
* Similar to cap_mkdb(1), add endianness support to services_mkdb(1)jhb2014-01-223-4/+27
* Fix issue with stale fields from a recycled request pulled off the freelist.tychon2014-01-221-0/+2
* Increase the block-layer backend maximum number of requests to matchtychon2014-01-221-1/+1
* Add check for "hw.usb.no_pf" sysctl value.hselasky2014-01-211-0/+20
* Implicit include of sys/queue.h instead of relying on gelf.h/libelf.h to brin...bapt2014-01-201-0/+1
* Add support for displaying VPD for PCI devices via pciconf.jhb2014-01-202-8/+95
* - Allow PCI devices that are attached to a driver to be identified by theirjhb2014-01-202-29/+130
* Dummy commit (whitespace changes and style nits) to show previous commitdteske2014-01-201-4/+6
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that thedteske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.dteske2014-01-191-24/+6
* 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
OpenPOWER on IntegriCloud