aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* When verifying that files we need are present, also check that they don'tColin Percival2013-11-141-2/+2
* Escape a newline added in the previous commit when verifying the flagsJohn Baldwin2013-11-131-1/+1
* Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentiallyIan Lepore2013-11-131-1/+3
* This fixes 3 problems in syslogd related to sizing receive buffers...Ian Lepore2013-11-131-7/+12
* Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-127-429/+11
* Add a pre-world mode of updating similar to the -p option that can beJohn Baldwin2013-11-122-19/+114
* Sort option flags and fix the width of the options list. This is a purelyJohn Baldwin2013-11-121-21/+21
* Noted that the stripe_size argument was not being displayed in the usageSean Bruno2013-11-121-1/+1
* Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information thatLuiz Otavio O Souza2013-11-121-1/+3
* Comments.Devin Teske2013-11-121-2/+2
* Switch default MBR bootcode from /boot/boot0 to /boot/mbr.Devin Teske2013-11-111-1/+1
* Remove useless checks for NULL pointer before free(3)Bryan Drewery2013-11-111-8/+4
* Do not use just freed memory.Gleb Smirnoff2013-11-111-2/+2
* Check the partition scheme before blowing away disks, instead of after.Devin Teske2013-11-111-8/+12
* Remove the env(1) but keep the var.Devin Teske2013-11-111-2/+2
* Unbreak the installer on head/:Glen Barber2013-11-111-0/+1
* x86 platforms that use an IOAPIC route the legacy timer interrupt (IRQ0) toNeel Natu2013-11-112-3/+13
* Fix typo.Edward Tomasz Napierala2013-11-101-2/+2