aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* If a vcpu disables its local apic and then executes a 'HLT' then spin down theNeel Natu2013-12-071-4/+28
* Performance and debugging enhancements:Devin Teske2013-12-0777-746/+839
* Fix the processor table entry structure to use a fixed-width type forJohn Baldwin2013-12-051-16/+3
* Fix a regression introduced by SVN r257842 that prevents Encryption fromDevin Teske2013-12-041-4/+6
* svn r251516 resized the buf argument a bit too much. Pass a hardcodedSean Bruno2013-12-041-1/+1
* mdoc: quote string properly.Joel Dahl2013-12-021-1/+1
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sinceGlen Barber2013-12-021-1/+1
* Grammar fix.Edward Tomasz Napierala2013-12-021-2/+2
* Fix typos.Edward Tomasz Napierala2013-12-021-3/+3
* Sort function output on name of the function.Devin Teske2013-11-301-5/+30
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+1
* Fix an issue where additional lines of a function definition didn't lineDevin Teske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notDevin Teske2013-11-291-1/+1
* Add support for level triggered interrupt pins on the vioapic. Prior to thisNeel Natu2013-11-272-2/+2
* Provide a helpful diagnostic when the minimum size rounded to the block sizeJuli Mallett2013-11-271-0/+7
* Don't create an initial value for the host filesystem of "/".Peter Grehan2013-11-271-1/+1
* Allow bhyve and bhyveload to attach to tty devices.Peter Grehan2013-11-273-58/+149
* The Data Byte Count (DBC) field of a Physical Region DescriptorPeter Grehan2013-11-261-11/+21
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theNeel Natu2013-11-252-3/+3
* iostat: fix extracting TTY statistics from core.Sergey Kandaurov2013-11-251-6/+6
* Sort messages.Devin Teske2013-11-256-29/+29
* Add missing newline to printf format string.Devin Teske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningDevin Teske2013-11-251-1/+1
* Add HPET device emulation to bhyve.Neel Natu2013-11-251-3/+84
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-259-243/+234
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...Baptiste Daroussin2013-11-251-24/+0
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-234-10/+17
* Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.Neel Natu2013-11-221-0/+1
* Improve network device scanning in the netdev module. First, make it use theDevin Teske2013-11-223-35/+173
* Fix mergemaster -U by forcing FreeBSD 9 compatiblity in mtree when mtree isBrooks Davis2013-11-221-1/+7
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beenDevin Teske2013-11-212-4/+6
* Fix reference to ioctl(2).Sergey Kandaurov2013-11-211-1/+1
* Remove unused line -- cruft left over from SVN r258360.Devin Teske2013-11-211-1/+0
* Quote the interface name for good measure.Devin Teske2013-11-211-6/+7
* Revert SVN r257830 -- that feature was annoying and was removed long ago.Devin Teske2013-11-211-5/+2
* Update function description for API tool:Devin Teske2013-11-201-3/+4
* Make `-d' implicitly enable `-f' for simplification.Devin Teske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.Devin Teske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.Devin Teske2013-11-208-3/+342
* Whitespace, style, sub-shells, and standardize variable nameDevin Teske2013-11-201-26/+20
* "Tim trailing" -> "Trim trailing"Tom Rhodes2013-11-191-1/+1
* Follow-up to r258227 and document 'enabled' as a boolean instead ofBryan Drewery2013-11-191-2/+2
* Fix package installation from physical media such as DVD.Devin Teske2013-11-173-14/+34
* Always shutdown the media when we're exiting the packages module (preventsDevin Teske2013-11-172-4/+3
* Improve debugging with f_eval_catch() introduced by SVN r257784 and alsoDevin Teske2013-11-172-5/+8
* Kick an unused orphan to the curb ;)Devin Teske2013-11-171-2/+2
* Move function name declaration to top of function (where it is closest toDevin Teske2013-11-171-18/+18
* argc is now usedBaptiste Daroussin2013-11-161-1/+1
* Fix a couple of issues with -F:John Baldwin2013-11-151-10/+18